Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benhg/party-like-its-nineteen-seventy-seven
- Owner: benhg
- Created: 2021-12-23T08:59:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T03:05:01.000Z (about 3 years ago)
- Last Synced: 2024-11-01T22:43:07.566Z (2 months ago)
- Language: Assembly
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```