Skip to content

silentenemy/asmbrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asmbrain

A bare metal brainf*ck interpreter written in pure assembly language.

asmbrain screenshot

Assembling

You need fasm to assemble asmbrain.

$ fasm main.asm

The resulting file main.bin is ready executable.

Running in VM

Using QEMU should be okay.

$ qemu-system-i386 -fda main.bin

Running on real hardware

I suppose you know what you do.

Write asmbrain to USB stick:

$ dd if=main.bin of=/dev/sdX bs=512

Now you can boot from your USB stick.

About

A bare metal brainf*ck interpreter written in pure assembly language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors