mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-05 06:48:39 +11:00
Adopted push/pop notation
This commit is contained in:
parent
505c9c6924
commit
46c6a2a3c5
@ -193,13 +193,13 @@ _symFind:
|
||||
.skip:
|
||||
; ok, next!
|
||||
|
||||
push de
|
||||
push de ; --> lvl 1
|
||||
ld de, 0x0003
|
||||
add iy, de ; faster and shorter than three inc's
|
||||
ld e, (iy-3) ; 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
|
||||
pop de
|
||||
pop de ; <-- lvl 1
|
||||
|
||||
djnz .loop
|
||||
; end of the chain, nothing found
|
||||
|
Loading…
Reference in New Issue
Block a user