瀏覽代碼

simple boot sector

Carlos Fenollosa 10 年之前
父節點
當前提交
fa176e76b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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