1.0.0-alpha • Published 2 years ago

x86oc v1.0.0-alpha

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

x86OC

x86OC An opcode converter for x86 microprocessor instructions.

Usage:

  • Download or clone the repo.
  • Type cd source and then type node x86oc.
  • Type the instruction and press enter.

Representation of different addressing modes in console:

Bg-colorFg-colorAddressing Mode
#ffffff#000000Immediate
#ff0000#ffffffInvalid addressing
#9e00c2#ffffffRegister to Register
#003e8a#ffffffRegister to Memory
#0b8a00#ffffffMemory to Register-8Bit
#a8c200#ffffffMemory to Register-16Bit

Note:

This package uses nodejs. so you should have installed nodejs in your device.

Note:

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.

NOTE: This package or project is still in development and contributors are welcomed. Right now it only converts the immediate addressing mode data transfer instructions. So to make it for every addressing mode I will work on it. Contributions are appreciated