x86oc

1.0.0-alpha • Public • Published

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-color Fg-color Addressing Mode
#ffffff #000000 Immediate
#ff0000 #ffffff Invalid addressing
#9e00c2 #ffffff Register to Register
#003e8a #ffffff Register to Memory
#0b8a00 #ffffff Memory to Register-8Bit
#a8c200 #ffffff Memory 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

Package Sidebar

Install

npm i x86oc

Weekly Downloads

7

Version

1.0.0-alpha

License

ISC

Unpacked Size

54.1 kB

Total Files

12

Last publish

Collaborators

  • chandrasekharpilla