mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-05 06:38:40 +11:00
Clearer comments
This commit is contained in:
parent
cf69ca21bf
commit
505c9c6924
@ -196,8 +196,8 @@ _symFind:
|
|||||||
push de
|
push de
|
||||||
ld de, 0x0003
|
ld de, 0x0003
|
||||||
add iy, de ; faster and shorter than three inc's
|
add iy, de ; faster and shorter than three inc's
|
||||||
; offset is signed, but '-' isn't supported by zasm
|
ld e, (iy-3) ; offset is also compulsory, so no extra bytes used
|
||||||
ld e, (iy+0xFD) ; offset is also compulsory, so no extra bytes used
|
; (iy-3) holds the name length of the string just processed
|
||||||
add hl, de ; advance HL by (iy-3) characters
|
add hl, de ; advance HL by (iy-3) characters
|
||||||
pop de
|
pop de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user