Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 340 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 340 Bytes

HellCode

this is a side-project that i made in Go so that i can learn it more

It's just a BrainF--- compiler that compiles to Linux ASM (might add windows support later)

Building

run:

go build HellCode.go

Using

run:

HellCode [inputfile] [outputfile]

and to assemble it use:

nasm [outputfile]