Explorar o código

lesson 5, functions and strings

Carlos Fenollosa %!s(int64=10) %!d(string=hai) anos
pai
achega
96e8ccff0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     int 0x10 ; 'al' already contains the char
 
-; increment pointer and do next loop
+    ; increment pointer and do next loop
     add bx, 1
     jmp start