top | item 45933958

(no title)

akshat666 | 3 months ago

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

GitHub: https://github.com/akshat666/-bootponggame

discuss

order

snvzz|3 months ago

Challenge: `cpu 8086` rather than `use16`.