فهرست منبع

lesson 5, functions and strings

Carlos Fenollosa 10 سال پیش
والد
کامیت
96e8ccff0f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      05-bootsector-functions-strings/boot_sect_print.asm

+ 1 - 1
05-bootsector-functions-strings/boot_sect_print.asm

@@ -14,7 +14,7 @@ start:
     mov ah, 0x0e
     mov ah, 0x0e
     int 0x10 ; 'al' already contains the char
     int 0x10 ; 'al' already contains the char
 
 
-; increment pointer and do next loop
+    ; increment pointer and do next loop
     add bx, 1
     add bx, 1
     jmp start
     jmp start