0 Members and 1 Guest are viewing this topic.
LD BC,1000@ LD HL,BC B_CALL(_DispHL) DEC BC JP PE,{-1@}@ RET
it gives me error that LD HL,BC is invalid. i think i should try like this:LD H,CLD L,B
push hlsbc hl,deret zpop hl
push hlsbc hl,depop hlret z