remove superfluety
This commit is contained in:
@@ -1735,9 +1735,7 @@ program:
|
|||||||
db "; one line comment", 0x0A
|
db "; one line comment", 0x0A
|
||||||
db "mov rdx, [rax]", 0x0A
|
db "mov rdx, [rax]", 0x0A
|
||||||
db "mov [rax], rdx", 0x0A
|
db "mov [rax], rdx", 0x0A
|
||||||
db "hlt", 0x0A ; TODO make it so it doesn't need to end with a newline; this
|
db "hlt"
|
||||||
; would mean range checking members in operator/operand/com-
|
|
||||||
; ment loops at the end of the program
|
|
||||||
.size dq $ - program
|
.size dq $ - program
|
||||||
|
|
||||||
msg_end db "end of the binary ->|", 0x0A, 0x00
|
msg_end db "end of the binary ->|", 0x0A, 0x00
|
||||||
|
|||||||
Reference in New Issue
Block a user