Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mat-sz/pongloader
- Owner: mat-sz
- License: bsd-3-clause-clear
- Created: 2019-12-28T12:53:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T16:55:16.000Z (about 1 year ago)
- Last Synced: 2023-09-26T04:35:28.111Z (about 1 year ago)
- Topics: assembly, boot-sector, bootloader, game, gnu-assembler, pong, x86-assembly
- Language: Assembly
- Homepage: https://demo.mat.dev/pongloader/
- Size: 28.3 KB
- Stars: 90
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pongloader
Click here to open an online demo.
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
```