Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.27 KB

File metadata and controls

28 lines (19 loc) · 1.27 KB

Assembly_Compiler

This program is an compilation helper and debugging helper for assembly codes written For Arm and x86.

Options:

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

Example Usage:

image

Compiling Assembly Language Written in Arm x64-Bit Architecture
image
Compiling Assembly Language Written in Arm x32-Bit Architecture
image
Compiling Assembly Language Written in AMD(x86) x32-Bit Architecture
image
Compiling Assembly Language Written in AMD(x86) x64-Bit Architecture
image