This program is an compilation helper and debugging helper for assembly codes written For Arm and x86.
python3 Assembly_Compiler.py [-d] [-x] [-a] input_file
-h, --help show this help message and exit
-d, --debug Enable debugging (Ex: launches gdb debugger)
-x, --x64 Enables 64bit architecture for Arm and x86
-a, --arm Enable Compiling for ARM architecture, Default is intel x86
Compiling Assembly Language Written in Arm x64-Bit Architecture
Compiling Assembly Language Written in Arm x32-Bit Architecture
Compiling Assembly Language Written in AMD(x86) x32-Bit Architecture
Compiling Assembly Language Written in AMD(x86) x64-Bit Architecture