diff --git a/hello.asm b/hello.asm index 7e522d4..9a41dfe 100644 --- a/hello.asm +++ b/hello.asm @@ -1,4 +1,5 @@ ; COM program displaying hello world string +org 0x0100 main: mov si, string