Skip to content

RealAstolfo/ba.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TLDR:
an assembler targeting NASM syntax

preprocessors supported:
%include
%macro, %endmacro
%define

instructions supported
MOV r16/r32/r64,imm16/imm32/imm64
syscall
dec r32/r64
jnz rel8
jmp rel8
call rel32/rel64
xor r32/r64

data types supported
db (has string parsing)
dw
dd
dq

About

An x86_64 assembler written in bash.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published