Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mat-sz/pongloader

🏓 Pong in 512 bytes. (boot sector)
https://github.com/mat-sz/pongloader

assembly boot-sector bootloader game gnu-assembler pong x86-assembly

Last synced: 2 days ago
JSON representation

🏓 Pong in 512 bytes. (boot sector)

Awesome Lists containing this project

README

        

# 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](https://github.com/mat-sz/pongloader/releases).

## Running in QEMU

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