Archived
1
0

additional fixes

This commit is contained in:
Erick
2022-03-27 16:17:06 +02:00
parent 9a473d1e9e
commit a657c66e09
3 changed files with 19 additions and 18 deletions
+5 -6
View File
@@ -1,8 +1,4 @@
section.text
global main
main:
.model small
section.data
; allocating n.8 16-bit registers
@@ -22,4 +18,7 @@ section.data
dw THIS 3
dw THAT 4
; section.bss
section.text
global main
main: