Files
china-dictatorship/hello-world/a/Asm2bf.asm

12 lines
94 B
NASM
Raw Normal View History

2021-03-24 00:00:01 +00:00
STK 2
ORG 0
TXT "Hello World"
DB_ 0
@LOOP
RCL R2, R1
JZ_ R2, 0
OUT R2
INC R1
JMP %LOOPs