Make it standard

This commit is contained in:
Pedro de Oliveira 2014-08-14 06:07:58 +01:00
parent 8d7e4dfcb0
commit 19475eb2d8
2 changed files with 3 additions and 4 deletions

View File

@ -196,16 +196,15 @@ SKIP_LOOP_2
ld (branch_count), a
cp $0
jr nz, SKIP_LOOP_2
jp continue
; -------------------------------------
F_JMP_BCK
pop de ; Set the source_position as the last
ld (source_pos), de ; "[" position saved on the stack
jp main ; Jump to main so that it doesn't increment
; the source_position
dec de ; "[" position saved on the stack
ld (source_pos), de ; minus 1
jp continue ; The continue label increments it
; -------------------------------------

Binary file not shown.