From: Alan Cox Date: Wed, 22 Aug 2018 10:23:50 +0000 (+0100) Subject: usermem-std-thunked: add a comment X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9687cdd2827b78ed4c68eb897a64ccc64e8085cf;p=FUZIX.git usermem-std-thunked: add a comment --- diff --git a/Kernel/usermem_std-z80-thunked.s b/Kernel/usermem_std-z80-thunked.s index 01ed9aa8..1d09734f 100644 --- a/Kernel/usermem_std-z80-thunked.s +++ b/Kernel/usermem_std-z80-thunked.s @@ -82,7 +82,7 @@ split_map: ; We need to adjust DE and BC here. The start doesn't matter we know ; the split start with always be 0x8000 ex de,hl - pop de + pop de ; length done so far add hl,de ex de,hl ; DE is now the second block target, HL is the bytes ; done now fix up BC