gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 5d202ddf01c7cea22b2724a5ce727c4e714fbfd0 parent 05078295b49e42b1c5438460ed47d713716a033a Author: Toxa <untoxa@mail.ru> Date: Mon, 6 Sep 2021 01:12:41 +0300 SMS/GG: memset() returns correct pointer Diffstat:
| M | gbdk-lib/libc/asm/z80/memset.s | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/gbdk-lib/libc/asm/z80/memset.s b/gbdk-lib/libc/asm/z80/memset.s @@ -19,10 +19,12 @@ _memset:: or c ret z + push hl ld d, h ld e, l inc de ldir + pop hl 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.