git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit 451c5b836ba00592a05db2ecd3ef07e3a6ce7da3
parent 5132ee8df90daf94c492fece638f99092b7b351b
Author: Toxa <untoxa@mail.ru>
Date:   Mon, 29 Nov 2021 02:10:09 +0300

minor formatting

Diffstat:
Mgbdk-lib/libc/targets/gbz80/___sdcc_bcall_ehl.s2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/libc/targets/gbz80/___sdcc_bcall_ehl.s b/gbdk-lib/libc/targets/gbz80/___sdcc_bcall_ehl.s @@ -3,7 +3,7 @@ .area _HOME ___sdcc_bcall_ehl:: ; Performs a long call. -ldh a,(__current_bank) + ldh a,(__current_bank) push af ; Push the current bank onto the stack ld a, e ldh (__current_bank),a

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.