mirror of https://github.com/falsovsky/z80.git
701 B
701 B
zx-brainfuck
ZX-Brainfuck is a Brainfuck interpreter in Z80 assembly for the ZX Spectrum.
Requirements
- Pasmo - Z80 Assembler, it's Open Source and Cross Platform
Build
git clone https://github.com/falsovsky/z80.git
cd z80/zx-brainfuck
pasmo -v --tapbas --err main.asm zx_brainfuck.tap
Demo
http://falsovsky.github.io/z80/zx-brainfuck.html
Running the Fibonacci program by Daniel B Cristofani.
License
BSD