We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4d19b commit 3fa5aecCopy full SHA for 3fa5aec
README.md
@@ -1,6 +1,4 @@
1
-# computer-enhance
2
-
3
-# Exericise I: Decoding the 8086
+# Decoding the 8086
4
5
INDEX | 7 6 5 4 3 2 | 1 0 | 7 6 | 543 | 210 |
6
-------- |--------------|-------|-------|--------|-------|
@@ -29,6 +27,7 @@ e.g. `mov cx, bx`: `cx` = dest -> d=0 because CX sits in the r/m field.
29
27
## Creating binaries
30
28
1. `nasm listing_0037_single_register_mov.asm`
31
2. `nasm listing_0038_many_register_mov.asm`
+
32
## Assembly on Win
33
1. `nasm -f win64 listing_0037_single_register_mov.asm -o sr_mov.o`
34
2. `ld -e sr_mov.o /fo srmov.exe`
0 commit comments