gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 3457eee3fb5c2a858b0e78391aefd3cf9c9bce10 parent df9112a7c4657af4975dcf3006c97c2a312118ff Author: Toxa <untoxa@mail.ru> Date: Fri, 27 Jan 2023 20:37:41 +0300 fix symbol names Diffstat:
| M | gbdk-lib/libc/targets/sm83/cpy_data.s | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gbdk-lib/libc/targets/sm83/cpy_data.s b/gbdk-lib/libc/targets/sm83/cpy_data.s @@ -2,11 +2,11 @@ .area _CODE - .globl _vmemcpy2, _set_data2, _get_data2 + .globl _vmemcpy, _set_data, _get_data -_vmemcpy2:: -_set_data2:: -_get_data2:: +_vmemcpy:: +_set_data:: +_get_data:: ;dest in de ;src in bc ;n in sp+2,sp+3
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.