gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/libc/targets/z80/get_r_reg.s
1 .include "global.s"
2
3 .title "DIV_REG emulation"
4 .module DIV_REG_emu
5
6 .area _HOME
7
8 _get_r_reg::
9 LD A, R
10 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.