Fix missing org for hello.com

This commit is contained in:
Nero 2020-03-02 20:45:18 +00:00
parent 7143112a5b
commit 59dd979feb
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
; COM program displaying hello world string ; COM program displaying hello world string
org 0x0100
main: main:
mov si, string mov si, string