From fa176e76b22f3d75fd94a239e4d7fb50f29ce505 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Mon, 29 Sep 2014 11:19:35 +0200 Subject: [PATCH] simple boot sector --- 01-boot-sector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-boot-sector/README.md b/01-boot-sector/README.md index 9237751..e844dd9 100644 --- a/01-boot-sector/README.md +++ b/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