Skip to content

Instantly share code, notes, and snippets.

View Rangi42's full-sized avatar

Sylvie Rangi42

  • Unova
View GitHub Profile
@Rangi42
Rangi42 / bf.asm
Created March 1, 2021 16:58
BF interpreter in RGBASM
ASCII EQUS "␀\t\n \r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz\{|}~"
err: MACRO
println "error: ", \1
; print where the error occurred
println " {src}"
print " "
rept src_i - 1
print "_"
endr