aboutsummaryrefslogtreecommitdiff
path: root/samples/move.orgaasm
diff options
context:
space:
mode:
Diffstat (limited to 'samples/move.orgaasm')
-rw-r--r--samples/move.orgaasm5
1 files changed, 3 insertions, 2 deletions
diff --git a/samples/move.orgaasm b/samples/move.orgaasm
index 2a32cfc..c73e0e7 100644
--- a/samples/move.orgaasm
+++ b/samples/move.orgaasm
@@ -49,8 +49,9 @@
RET
@draw/pixel ( x y col -- )
- ROT ROT
- #0080 MUL ADD -Screen ADD
+ ROT #007f AND
+ ROT #007f AND
+ #0007 LSF ADD -Screen ADD
STA
RET