0 Members and 1 Guest are viewing this topic.
B_CALL BufToBtm ld hl, (editTop) push hl ld bc, (errOffset) add hl, bc ld de, (editCursor) sbc hl, de add hl, de jr c, offset_invalid ld (editTop), hl B_CALL BufToTop pop hl ld (editTop), hl
ld hl,(editTop) push hl ld hl,(editCursor) push hl B_CALL(_BufToBtm) call ParseProgram pop hl ld (editTop),hl B_CALL(_BufToTop) pop hl ld (editTop),hl