fb7755ff1a01f69e42a95ffbf5f78b2034cae423aa17b209dd

Sunday 8 January 2012

OPCODE GENERATOR FOR 8085 MICROPROCESSOR.

OPCODE GENERATOR FOR 8085 MICRO PROCESSOR

    Hi Friends!  Its been a long time since my last Post.  When I was trying to convert the Machine Instructions into Opcode I found it very boring and its a Time Sucker.  It is Damn Boring to check word by word and convert it into Opcode.  So I have Created an Application for Generating Opcode for 8085 Microprocessor using C# .NET.  It generates Opcode for the given Assembly Language Instruction through just a single mouse click which can help you to save your time.  

"Opcode is a Machine Readable Instruction for performing a task".

   You can follow the following instructions to install  OPCODE GENERATOR 1.0  for windows.

1.  Click here to download OPCODE GENERATOR 1.0 .

2.  After downloading it, Click RUN.



3.  An installation wizard appears.  Click INSTALL.




4.  Wait few seconds for the installation to complete.



5.  Click on the CLOSE button.

6.  Now fire up the OPCODE GENERATOR 1.0 and Type your instructions.




7.  After typing your instructions click on the GENERATE OPCODE button.  You will get the opcode location once you click that button.

8.  Save your time and spend it in facebook... :)

     The Advantages of OPCODE GENERATOR 1.0 is,

1.  It is not case-sensitive.

2.  Proper spaces is not necessary.

     Since this is the first version of  OPCODE GENERATOR 1.0  ,  there are few drawbacks.  

1.   OPCODE GENERATOR 1.0  cannot understand hexa-decimel number as its 16-bit input.  For Example,  800e is not understood by the compiler whereas 8034 is understood.

     Use this application and leave your comments.  If you find any errors, please do inform me. :)

If the application says: ".NET framework is needed for running the application", please download Microsoft .NET framework 4.0.

1 comment:

  1. jUST TEST THIS CODE IT IS SIMPLE LOT MORE ERROR
    MVI C,00
    MVI A,51
    MVI B,EB
    ADD B
    JNC GO410B
    INR C
    STA 5000
    MOV A,C
    STA 5001
    HLT

    ReplyDelete