Add more 8086 Instructions #13
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Hacktoberfest 2020
help wanted
Extra attention is needed
Add more Instructions
Currently,
8086.js
can only execute the instructions in theswitch-case
below. However, support needs to be added for the remaining instructions to make it more usable.Also, some instructions are not implemented properly, which maybe be because of one of the following reasons.
These need to be fixed to make it behave more like an Intel 8086.
Currently implemented instructions
The following is a list of instructions that have been implemented. They have been written in src/emulator/cpu/core.js, and they use the
Addressing
class fromaddressing.js
in the same folder.8086.js/src/emulator/cpu/core.js
Lines 33 to 172 in 017505b
The text was updated successfully, but these errors were encountered: