mat-sz / pongloader

πŸ“ Pong in 512 bytes. (boot sector)

Home Page:https://demo.mat.dev/pongloader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pongloader

Click here to open an online demo.

Screenshot

Bootloader version of pong, fits in 512 bytes.

This project is optimized for the resulting binary size, not performance.

You can download prebuilt binaries here.

Running in QEMU

make && qemu-system-x86_64 out/pong.bin

About

πŸ“ Pong in 512 bytes. (boot sector)

https://demo.mat.dev/pongloader/

License:BSD 3-Clause Clear License


Languages

Language:Assembly 97.5%Language:Makefile 2.5%