.. |
include
|
Completed add, sub, cmp and jump simulations
|
2023-04-08 19:26:31 +01:00 |
lib
|
Started implementing the 8086 simulation
|
2023-03-29 01:28:37 +01:00 |
.gitignore
|
Added sim86 binary to .gitignore
|
2023-04-15 23:07:08 -07:00 |
flag_access.cpp
|
Completed add, sub, cmp and jump simulations
|
2023-04-08 19:26:31 +01:00 |
listing_0043_immediate_movs.asm
|
Started implementing the 8086 simulation
|
2023-03-29 01:28:37 +01:00 |
listing_0044_register_movs.asm
|
Started implementing the 8086 simulation
|
2023-03-29 01:28:37 +01:00 |
listing_0045_challenge_register_movs.asm
|
Started implementing the 8086 simulation
|
2023-03-29 01:28:37 +01:00 |
listing_0046_add_sub_cmp.asm
|
Completed add, sub, cmp and jump simulations
|
2023-04-08 19:26:31 +01:00 |
listing_0047_challenge_flags.asm
|
Completed add, sub, cmp and jump simulations
|
2023-04-08 19:26:31 +01:00 |
listing_0048_ip_register.asm
|
Completed add, sub, cmp and jump simulations
|
2023-04-08 19:26:31 +01:00 |
listing_0049_conditional_jumps.asm
|
Completed add, sub, cmp and jump simulations
|
2023-04-08 19:26:31 +01:00 |
listing_0050_challenge_jumps.asm
|
Completed add, sub, cmp and jump simulations
|
2023-04-08 19:26:31 +01:00 |
Makefile
|
Started implementing the 8086 simulation
|
2023-03-29 01:28:37 +01:00 |
reg_access.cpp
|
Completed the first 8086 simulation homework
|
2023-03-29 22:47:59 +01:00 |
sim86
|
Completed add, sub, cmp and jump simulations
|
2023-04-08 19:26:31 +01:00 |
sim86.cpp
|
Read the instructions into simulated memory instead of separate buffer
|
2023-04-15 23:08:14 -07:00 |