Added asm2bf

Fixes #716

Co-Authored-By: Παλαιολόγος <kspalaiologos@gmail.com>
This commit is contained in:
Richie Bendall
2020-03-30 07:24:46 +13:00
parent 617f5f9e28
commit db169da956
2 changed files with 13 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Argh](a%5Cargh.agh)
* [Arnoldc](a%5Carnoldc.arnoldc)
* [Ash](a%5Cash.ash)
* [Asm2Bf](a%5Casm2bf.asm)
* [Asp](a%5Casp.asp)
* [Aspectj](a%5Caspectj.aj)
* [Assembler 6502](a%5Cassembler_6502.asm)

12
a/asm2bf.asm Normal file
View File

@@ -0,0 +1,12 @@
STK 2
ORG 0
TXT "Hello World"
DB_ 0
@LOOP
RCL R2, R1
JZ_ R2, 0
OUT R2
INC R1
JMP %LOOPs