diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-05 20:10:01 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-05 20:10:01 -0400 |
commit | 42d0a2567a574e652aa1b56cd3ddf7f50a7193af (patch) | |
tree | 628d8f0976b9df75c12bfec8ba507ff9980ac158 /engine/rtc/print_hours_mins.asm | |
parent | 6b7ade66da6bae234ccc3c41a8f85247a2d4ce03 (diff) |
Identify some more unnamed labels
Diffstat (limited to 'engine/rtc/print_hours_mins.asm')
-rw-r--r-- | engine/rtc/print_hours_mins.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/rtc/print_hours_mins.asm b/engine/rtc/print_hours_mins.asm index 5c4c2fdb7..2f5689970 100644 --- a/engine/rtc/print_hours_mins.asm +++ b/engine/rtc/print_hours_mins.asm @@ -1,9 +1,10 @@ Function1dd6a9: ; unreferenced ; Debug function? +; Input: bc = value, de = destination ld a, b ld b, c ld c, a - push bc + push bc ; de points to this on the stack for PrintNum push de ld hl, sp+2 ld d, h |