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

https://github.com/barrettotte/screensaver-asm

A bouncing square screensaver-like thing in x86 real mode
https://github.com/barrettotte/screensaver-asm

x86-assembly

Last synced: 6 months ago
JSON representation

A bouncing square screensaver-like thing in x86 real mode

Awesome Lists containing this project

README

          

# screensaver-asm

A bouncing square screensaver-like thing in x86 real mode.

![example.gif](example.gif)

This could probably be optimized further, but as of now its 251 bytes.

## Run

`make qemu`

## References

- https://en.wikipedia.org/wiki/BIOS_interrupt_call
- https://en.wikipedia.org/wiki/Mode_13h
- [PC Interrupts: A Programmer's Reference to BIOS, DOS, and Third Party Calls](https://isbnsearch.org/isbn/9780201577976)