| ▲ | I wrote a Pong game in a 512-byte boot sector(akshatjoshi.com) | |||||||
| 38 points by akshat666 4 days ago | 3 comments | ||||||||
| ▲ | matsz 28 minutes ago | parent | next [-] | |||||||
It's probably one of the best introductory projects to x86 assembly on bare metal. More advanced than my attempt: https://github.com/mat-sz/pongloader BTW: You could provide a live online demo using v86 - https://github.com/copy/v86 | ||||||||
| ▲ | akshat666 4 days ago | parent | prev [-] | |||||||
Built this as a personal challenge. No OS, no drivers — just x86 assembly and BIOS. 512 bytes exactly. Boots in QEMU. Run it: nasm -f bin pong.asm -o boot.bin qemu-system-x86_64 boot.bin | ||||||||
| ||||||||