Explorar o código

simple boot sector

Carlos Fenollosa %!s(int64=10) %!d(string=hai) anos
pai
achega
fa176e76b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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:
 
-```asm
+```assembler
 ; Infinite loop (e9 fd ff)
 loop:
     jmp loop