Skip to content

CSP02/x86OC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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