Files
assm-test/misc/test.asm
T

8 lines
168 B
NASM

;.include "./another_test.asm"
.db video_start 0xF37F
.db msg "Hello, world!", 0
.db NOTERM "No terminating byte here"
.db null_byte 0
;load r2, label
load byte r1, r3