소스 검색

lesson 3, boot sector with memory addressing

Carlos Fenollosa 10 년 전
부모
커밋
cd53d86517
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      03-bootsector-memory/README.md

+ 4 - 0
03-bootsector-memory/README.md

@@ -36,6 +36,10 @@ by counting the bytes, and replace `0x2d` with the new one.
 Please don't continue onto the next file unless you have 100% understood
 the boot sector offset and memory addressing.
 
+
+The global offset
+-----------------
+
 Now, since offsetting `0x7c00` everywhere is very inconvenient, assemblers let
 us define a "global offset" for every memory location, with the `org` command: