Skip to content

Commit 3fa5aec

Browse files
committed
Update README
1 parent 6e4d19b commit 3fa5aec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# computer-enhance
2-
3-
# Exericise I: Decoding the 8086
1+
# Decoding the 8086
42

53
INDEX | 7 6 5 4 3 2 | 1 0 | 7 6 | 543 | 210 |
64
-------- |--------------|-------|-------|--------|-------|
@@ -29,6 +27,7 @@ e.g. `mov cx, bx`: `cx` = dest -> d=0 because CX sits in the r/m field.
2927
## Creating binaries
3028
1. `nasm listing_0037_single_register_mov.asm`
3129
2. `nasm listing_0038_many_register_mov.asm`
30+
3231
## Assembly on Win
3332
1. `nasm -f win64 listing_0037_single_register_mov.asm -o sr_mov.o`
3433
2. `ld -e sr_mov.o /fo srmov.exe`

0 commit comments

Comments
 (0)