Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```