Last active
March 2, 2026 12:13
-
-
Save yarysh/56da57d6fcf3aeb95d1babc7aad1b2ba to your computer and use it in GitHub Desktop.
Revisions
-
yarysh revised this gist
Mar 2, 2026 . 1 changed file with 11 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ LDI 1 STA 15 LDI 0 OUT ADD 15 JC 7 JMP 3 SUB 15 OUT JZ 3 JMP 7 -
yarysh created this gist
Mar 2, 2026 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ LDI 0 STA 14 LDI 1 STA 15 LDA 14 STA 13 LDA 15 STA 14 ADD 13 STA 15 JC 0 OUT JMP 4