Last active
March 2, 2026 12:13
-
-
Save yarysh/56da57d6fcf3aeb95d1babc7aad1b2ba to your computer and use it in GitHub Desktop.
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 characters
| LDI 1 | |
| STA 15 | |
| LDI 0 | |
| OUT | |
| ADD 15 | |
| JC 7 | |
| JMP 3 | |
| SUB 15 | |
| OUT | |
| JZ 3 | |
| JMP 7 |
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 characters
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment