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/bdos_getchar.s
1 .include "global.s"
2
3 .title "getchar"
4 .module getchar
5
6 .area _CODE
7
8 _getchar::
9 JP_BDOS #_INNOE
10
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.