Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 515 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 515 Bytes

tinybricks

tinybricks is a boot-sector bricks game. The entire code fits into a 512-byte boot sector and can be booted without an underlying operating system. Due to the size constraints, the generated code is highly optimized, and screen memory is used to store variables. Many thanks to Oscar Toledo and his book that greatly supported me in writing this game.

Compile and Execute

nasm -f bin bootbricks.asm -o bootbricks.img qemu-system-x86_64 bootbricks.img