Просмотр исходного кода

fix comment for loading the string.

Lucas Stadler лет назад: 11
Родитель
Сommit
3d02a71aac
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      os/first.asm

+ 1 - 2
os/first.asm

@ -11,8 +11,7 @@ start:
11 11
        mov ax, 0x07c0
12 12
        mov ds, ax
13 13
14
        ;; put string position into si
15
        mov si, text_string
14
        mov si, text_string     ; put string position into si
16 15
        call print_string
17 16
18 17
        ;; jump here, infinite loop!