https://github.com/vm32/pwd-assembly
https://github.com/vm32/pwd-assembly
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vm32/pwd-assembly
- Owner: vm32
- Created: 2023-11-10T12:55:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T12:59:27.000Z (over 2 years ago)
- Last Synced: 2025-03-05T10:30:51.529Z (over 1 year ago)
- Language: Assembly
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwd-Assembly
```
nasm -f elf64 pwd.asm
ld pwd.o
./a.out
```