remove dead lines
This commit is contained in:
@@ -824,9 +824,6 @@ elemb:
|
|||||||
mov rax, 1 ; return 1; dl an element of list
|
mov rax, 1 ; return 1; dl an element of list
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.f db "found", 0x0A, 0x00
|
|
||||||
.nf db "not found", 0x0A, 0x00
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------------
|
; ------------------------------------------------------------------------------
|
||||||
; clear_token_table
|
; clear_token_table
|
||||||
;
|
;
|
||||||
@@ -1142,8 +1139,6 @@ msg_halt db "halted.", 0x0A, 0x00
|
|||||||
|
|
||||||
token_terminator_8 db 0x00, " ", 0x0A, 0x0D, ",", 0x00, 0x00, 0x00
|
token_terminator_8 db 0x00, " ", 0x0A, 0x0D, ",", 0x00, 0x00, 0x00
|
||||||
|
|
||||||
debug_string db "debug_string", 0x0A, 0x00
|
|
||||||
|
|
||||||
; test program
|
; test program
|
||||||
program:
|
program:
|
||||||
db "xor eax, eax", 0x0A
|
db "xor eax, eax", 0x0A
|
||||||
|
|||||||
Reference in New Issue
Block a user