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

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