Skip to content

Assembly Compiler and Debugger for Arm and x86 Programs, Written in Python for Linux

Notifications You must be signed in to change notification settings

never-ask-why/Assembly_Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Assembly Compiler and Debugger for Arm and x86 Programs, Written in Python for Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors