diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:29 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:29 -0400 |
commit | 9dee89fae39ce638beed51edbc3f837a6222bd68 (patch) | |
tree | 09f8c7436d45f265e8429c382368c552cf050db3 /home/print_num.asm | |
parent | e0df1a6041b73e8304e8c5a691b454652f5a667d (diff) |
Replace "Unreferenced" labels with "; unreferenced" comments
Diffstat (limited to 'home/print_num.asm')
-rw-r--r-- | home/print_num.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/print_num.asm b/home/print_num.asm index a1dca238..d9cf15f5 100644 --- a/home/print_num.asm +++ b/home/print_num.asm @@ -301,8 +301,8 @@ PrintNum:: inc hl ret -Unreferenced_PrintHexNumber:: -; Print c-digit hex number from de to hl +PrintHexNumber:: ; unreferenced +; Print the c-byte value from de to hl as hexadecimal digits. .loop push bc call .HandleByte |