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: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T13:58:11.000Z (over 1 year ago)
- Last Synced: 2024-04-22T06:06:41.550Z (about 1 year ago)
- Topics: asm, paint, paint-application, rc2014, z80, z80asm
- Language: Assembly
- Homepage: https://z80.yarbsemaj.com/#paint
- Size: 46.9 KB
- Stars: 0
- 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