performance-aware-programming/8086_sim
2024-06-22 13:54:45 +01:00
..
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 Completed homework for 8086 simulator 2023-04-16 14:29:54 -07:00
flag_access.cc Rename C++ files 2024-06-22 13:54:45 +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
listing_0051_memory_mov.asm Completed homework for 8086 simulator 2023-04-16 14:29:54 -07:00
listing_0052_memory_add_loop.asm Completed homework for 8086 simulator 2023-04-16 14:29:54 -07:00
listing_0053_add_loop_challenge.asm Completed homework for 8086 simulator 2023-04-16 14:29:54 -07:00
listing_0054_draw_rectangle.asm Completed homework for 8086 simulator 2023-04-16 14:29:54 -07:00
Makefile Rename C++ files 2024-06-22 13:54:45 +01:00
reg_access.cc Rename C++ files 2024-06-22 13:54:45 +01:00
sim86.cc Rename C++ files 2024-06-22 13:54:45 +01:00