Skip to content

Instantly share code, notes, and snippets.

@Ismael-VC
Created November 10, 2021 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ismael-VC/41d14bf53422021d8200c95a95c0d972 to your computer and use it in GitHub Desktop.
Save Ismael-VC/41d14bf53422021d8200c95a95c0d972 to your computer and use it in GitHub Desktop.
%EMIT { #18 DEO }
( init )
|0100 @program
;hello-word
&loop
( send ) LDAk EMIT
( loop ) INC2 LDAk ,&loop JCN
POP2
BRK
@hello-word "Hello 20 "World!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment