Przeglądaj źródła

fix comment for loading the string.

Lucas Stadler 12 lat temu
rodzic
commit
3d02a71aac
1 zmienionych plików z 1 dodań i 2 usunięć
  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!