소스 검색

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