Clean up Assembly files (#1003)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
; hello_world.asm intel
|
||||
|
||||
.model small
|
||||
|
||||
@@ -12,7 +11,7 @@ main proc
|
||||
mov ax,@data
|
||||
mov ds, ax
|
||||
|
||||
; hello-world is there
|
||||
|
||||
mov dx,offset msg
|
||||
mov ah,09
|
||||
int 21h
|
||||
|
||||
Reference in New Issue
Block a user