Sfoglia il codice sorgente

simple boot sector

Carlos Fenollosa 10 anni fa
parent
commit
2811406f15
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      01-boot-sector/README.md

+ 1 - 1
01-boot-sector/README.md

@@ -31,7 +31,7 @@ You can either write the above 512 bytes
 with a binary editor, or just write a very
 simple assembler code:
 
-```assembler
+```nasm
 ; Infinite loop (e9 fd ff)
 loop:
     jmp loop