Skip to content

Assembler to convert from Assembly code to your ISA machine code

Notifications You must be signed in to change notification settings

samydevv/Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Assembler

Assembler to convert from Assembly code to ISA that you can find it here you can also find the source code of the assembler in the sourceCode branch in this repository

How to use the assembler

1)

After downloading the Assembler and follow the screen instruction for the setup. when it finished you will find the app icon appear on the desktop like this. image

2)

Open the Assembler and it shoud look like this after the splash screen is over image image

3)

Click on browse and choose the the file that containe your assembly code if it was .asm or .txt image

4)

Once you choose your file that containe your assembly code click on complie and if every thing went well this window should appear image

5)

The output of the assembler is 2 mem file that you will need to initialize the instruction memory and data memory of the processor. We have to separate file because we implement our processor using harvard architecture which have to separate memory one for data and other for instructions. It should look like this. image

About

Assembler to convert from Assembly code to your ISA machine code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published