lesson 3, boot sector with memory addressing

This commit is contained in:
Carlos Fenollosa 2014-10-05 11:12:54 +02:00
parent c5ca1faef2
commit 5434aa1d03

View File

@ -34,5 +34,6 @@ If you add or remove instructions, remember to compute the new offset of the X
by counting the bytes, and replace `0x2d` with the new one.
~~~~~
[1] This whole tutorial is heavily inspired on that document. Please read the
root-level README for more information on that.