-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: yzamir <[email protected]>
- Loading branch information
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
JUMP START | ||
|
||
DAT1: DATA 0x00 | ||
DAT2: DATA 0x00 | ||
DAT3: DATA 0x00 | ||
DAT4: DATA 0x00 | ||
DAT5: DATA 0x00 | ||
DAT6: DATA 0x00 | ||
DAT7: DATA 0x00 | ||
DAT8: DATA 0x00 | ||
DAT9: DATA 0x00 | ||
DATA: DATA 0x00 | ||
DATB: DATA 0x00 | ||
|
||
START: | ||
|
||
LOADA NUM2 | ||
STOREA DAT5 | ||
LOADA NUM1 | ||
STOREA DAT3 | ||
LOADA NUM1 | ||
STOREA DAT4 | ||
LOADA NUM3 | ||
STOREA DAT6 | ||
LOADB NUM4 | ||
STOREB DAT9 | ||
SHRB 1 | ||
STOREB DAT8 | ||
SHRB 1 | ||
STOREB DAT7 | ||
|
||
END | ||
|
||
NUM1: DATA 0x08 | ||
NUM2: DATA 0x6E | ||
NUM3: DATA 0x21 | ||
NUM4: DATA 0x04 |
This file contains 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