Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etra0/fizzbuzz-amd64-abi
Fizz Buzz writen in assembly compatible with System V AMD64 ABI
https://github.com/etra0/fizzbuzz-amd64-abi
Last synced: about 1 month ago
JSON representation
Fizz Buzz writen in assembly compatible with System V AMD64 ABI
- Host: GitHub
- URL: https://github.com/etra0/fizzbuzz-amd64-abi
- Owner: etra0
- Created: 2020-10-05T01:23:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T04:24:22.000Z (almost 4 years ago)
- Last Synced: 2024-12-25T11:43:45.244Z (about 2 months ago)
- Language: Assembly
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzz in Assembly
Fizz Buzz writen in assembly compatible with System V AMD64 ABI.Compilation:
```bash
make
```Examples:
```bash
./main
# or
./rust_main
```