Add interpretor printing

This commit is contained in:
2023-07-05 09:36:49 +09:00
parent e19399edc4
commit 9d47b1e500
9 changed files with 157 additions and 27 deletions
+9
View File
@@ -0,0 +1,9 @@
mov bx, #message
int16_t 0x20
mov bx, #exit
int16_t 0x20
.sect .data
message: .data2 1, 4, 1, 6, 0, hello, 0, 0
exit: .data2 1, 1, 0, 0, 0, 0, 0, 0
hello: .ascii "hello\n"
Executable
BIN
View File
Binary file not shown.