MOD macro

This commit is contained in:
sejo 2021-07-11 11:18:57 -05:00
parent 95b7cc5f79
commit 98b81d45e4
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -6,7 +6,8 @@
%inc-ptr-reg-byt { .ptr-register-nibbles LDZ #02 ADD #7f AND .ptr-register-nibbles STZ }
%dec-ptr-reg-nib { .ptr-register-nibbles LDZ #01 SUB #7f AND .ptr-register-nibbles STZ }
%dec-ptr-reg-byt { .ptr-register-nibbles LDZ #02 SUB #7f AND .ptr-register-nibbles STZ }
%debug-digit { DUP #30 ADD .Console/write DEO }
%PRINT-DIGIT { DUP #30 ADD .Console/write DEO }
%MOD { DIVk MUL SUB }
( devices )
@ -79,7 +80,6 @@
#1c92 .System/g DEO2
#1c47 .System/b DEO2
#1f .dev0/period STZ
#ff .dev0/pattern STZ
#70 .dev0/beatcount STZ