diff options
author | Crystal <crystal@wizard.tower> | 2024-03-07 20:55:36 +0100 |
---|---|---|
committer | Crystal <crystal@wizard.tower> | 2024-03-07 20:55:36 +0100 |
commit | a3ae9e5d0ed8aa1ab10f559ee04916ec8aec89d4 (patch) | |
tree | 88a9b394087c55f09f7d6bb5eb9cc34d36d08ce6 /src | |
parent | 97bfcd5dd7cc5279b5865ebf638293491cf69151 (diff) | |
download | www-a3ae9e5d0ed8aa1ab10f559ee04916ec8aec89d4.tar.gz |
Add stuff
Diffstat (limited to 'src')
-rw-r--r-- | src/org/blog/assembly/1.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/org/blog/assembly/1.org b/src/org/blog/assembly/1.org index dcd205d..0ed897b 100644 --- a/src/org/blog/assembly/1.org +++ b/src/org/blog/assembly/1.org @@ -80,9 +80,10 @@ MOV [DS:0234h], 0x0005 #+END_SRC Why ? Let's break it down : -[[../../src/gifs/lain-dance.gif]] +[[../../src/gifs/lain-dance.gif]] + We Already know that *Effective = 10h x Segment + Offset*, So here we have : *1234h = 10h x DS + Offset*, we already know that *DS = 0100h*, we end up with this simple equation *1234h = 1000h + Offset*, therefor the Offset is *0234h* |