Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

assembly -> binary compiler

Latest
Compare
Choose a tag to compare
@FantasyPvP FantasyPvP released this 14 Dec 18:23
· 12 commits to main since this release

compiles the custom assembly language for this project into the custom binary language that will be used by the computer architecture

quick guide to use this program (please read)

1: create a folder and put the python program in the folder
2: create a folder inside that with the name: "source-code" and another with the name "compiled-code"
3: place a .txt file with the assembly code that you want to compile into the source-code folder then
4: open your terminal from that folder or simply start your terminal and cd to the main folder when you run the program
5: run "python compiler.py" and then enter the details that you want

ive done a few tests to make sure it works properly and it seems fine so i guess i can release it and call it done for now as I need to make some progress on other areas of the project

(some source code that you can run with the compiler, if youre not sure of the syntax look at the lower file, this should provide all of the documentation you need to understand the very simple syntax of the program
source.txt

ASSEMBLY.txt

before anyone codes any software in this version of assembly, be aware that it will change and old code might not work anymore.