Added asm2bf
Fixes #716 Co-Authored-By: Παλαιολόγος <kspalaiologos@gmail.com>
This commit is contained in:
@@ -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
12
a/asm2bf.asm
Normal 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
|
||||
Reference in New Issue
Block a user