Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benhg/party-like-its-nineteen-seventy-seven

lets write some asm and very basic c
https://github.com/benhg/party-like-its-nineteen-seventy-seven

Last synced: 19 days ago
JSON representation

lets write some asm and very basic c

Awesome Lists containing this project

README

        

# party-like-its-nineteen-seventy-seven
lets write some asm and very basic c

```
# to build: nasm bootloader.asm -f bin -o build/boot.bin

# to run: qemu-system-i386 -fda boot.bin
```