Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert Machine to Assembler Code - Help!!

Status
Not open for further replies.

ek1

Programmer
Feb 13, 2002
1
0
0
US
I need some help on converting a 12 bit machine code to machine language like a parser. I would like to write it in c code.

For example, by inputing: '000 00 01 01001'

it should return: 'op code 000, source register is 0, dest. register is 1 and the immediate value is 9 (base 10).

Please help.
 

i dont understand about what you mean by "12 bit"
anyway,
there are a lot of free disAssembler on the net
do some search with keyword "disAssembler"

these disAssembler convert machine lang-->assembley codes
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top