mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-05 06:48:39 +11:00
Fixed tabs and spacing, and made a comment clearer.
This commit is contained in:
parent
9364ffed6d
commit
cf69ca21bf
@ -195,10 +195,10 @@ _symFind:
|
||||
|
||||
push de
|
||||
ld de, 0x0003
|
||||
add iy, de
|
||||
add iy, de ; faster and shorter than three inc's
|
||||
; offset is signed, but '-' isn't supported by zasm
|
||||
ld e, (iy+0xFD) ; offset is also compulsory, so no extra bytes used
|
||||
add hl, de ; advance HL by (iy) characters
|
||||
add hl, de ; advance HL by (iy-3) characters
|
||||
pop de
|
||||
|
||||
djnz .loop
|
||||
|
Loading…
Reference in New Issue
Block a user