Created
February 7, 2019 06:50
-
-
Save vnkdj5/c0fab97839cbf09b782f41e05b1e1d5e to your computer and use it in GitHub Desktop.
INPUT DATA
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
| START 100 | |
| M1 10, 20, &B=CREG | |
| M2 100, 200, &V=AREG, &U=BREG | |
| END |
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
| MOVER (P,3) (P,1) | |
| ADD (P,3) ='1' | |
| MOVER (P,4) (P,2) | |
| ADD (P,4) ='5' | |
| MEND | |
| MOVER (P,3) (P,1) | |
| MOVER (P,4) (P,2) | |
| ADD (P,3) ='15' | |
| ADD (P,4) ='10' | |
| MEND |
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
| M1 2 2 1 1 | |
| M2 2 2 6 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment