https://github.com/yarbsemaj/z80-paint
A pain program written in Assembly built for a RC2014 compatible Z80 SBC.
https://github.com/yarbsemaj/z80-paint
asm paint paint-application rc2014 z80 z80asm
Last synced: 4 days ago
JSON representation
A pain program written in Assembly built for a RC2014 compatible Z80 SBC.
- Host: GitHub
- URL: https://github.com/yarbsemaj/z80-paint
- Owner: yarbsemaj
- Created: 2023-12-21T22:04:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T13:58:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T11:33:24.479Z (8 months ago)
- Topics: asm, paint, paint-application, rc2014, z80, z80asm
- Language: Assembly
- Homepage: https://z80.yarbsemaj.com/#paint
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Z80-Paint (zPaint)
An art package for an RC2014 compatible Z80 SBC.
### How to use
* Use WASD to move your cursor (`) around the screen.
* Use the P key to raise and lower the pen.
* Use the F and G keys to adjust the character to print.
* To change the pen and ink colours, use the appropriate key indicated to the right of the canvas.### Compile
`zmac main.asm`### Try it out
https://z80.yarbsemaj.com/#paint