gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 0a030e073cb8b34d206052e946c0a420d496563c parent 9e9511a12ca4f104d74f03d89fbf0e2430a09c82 Author: Toxa <untoxa@mail.ru> Date: Sun, 19 May 2024 19:33:08 +0300 SMS/GG/MSX: define .OUTI16 function of the 16 LDI's Diffstat:
| M | gbdk-lib/libc/targets/z80/outi.s | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/targets/z80/outi.s b/gbdk-lib/libc/targets/z80/outi.s @@ -13,7 +13,11 @@ outi .endm .OUTI32:: ; _OUTI32 label points to a block of 32 OUTI and a RET - .rept 32 + .rept 16 + outi + .endm +.OUTI16:: ; _OUTI32 label points to a block of 32 OUTI and a RET + .rept 16 outi .endm .OUTI_END:: ; _outi_block label points to END of OUTI block
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.