gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/libc/targets/mos6502/font_color.s
1 .include "global.s"
2
3 .globl .fg_colour, .bg_colour
4
5 .area _HOME
6 _font_color::
7 sta .fg_colour
8 stx .bg_colour
9 rts
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.