An opcode converter for x86 microprocessor instructions.
- Download or clone the repo.
- Type
cd source
and then typenode x86oc
. - Type the instruction and press enter.
Bg-color | Fg-color | Addressing Mode |
---|---|---|
Immediate | ||
Invalid addressing | ||
Register to Register | ||
Register to Memory | ||
Memory to Register-8Bit | ||
Memory to Register-16Bit |
This package uses nodejs. so you should have installed nodejs in your device.
This package is still in development and it can only convert transfer instruction to their opcodes in almost all addressing modes. Remaining instruction will be coded and released soon. If the user notices any bugs they can create a issue report or a pull request.