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

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
        mov ax, 0x07c0
11
        mov ax, 0x07c0
12
        mov ds, ax
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
        call print_string
15
        call print_string
17
16
18
        ;; jump here, infinite loop!
17
        ;; jump here, infinite loop!