gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/libc/targets/z80/msxdos/msx_write_vdp.s
1 .include "global.s"
2
3 .title "write vdp"
4 .module write_vdp
5
6 .ez80
7
8 .area _CODE
9
10 _WRITE_VDP_CMD::
11 VDP_WRITE_CMD h, l
12 ret
13 _WRITE_VDP_DATA::
14 VDP_WRITE_DATA h, l
15 ret
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.