Skip to content

Commit

Permalink
satisfy 8 bit machine
Browse files Browse the repository at this point in the history
  • Loading branch information
wa1tnr committed Dec 28, 2021
1 parent f00738c commit c38e69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitor.d/monitor-ee/monolithic-ee.ino
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ int W = 0; // working register
#define op_branch 7
#define op_one_plus 9
#define op_dts 0x737464 + _nop_hxlg
#define op_pon 0x6E6F70 + _nop_hxlg
#define op_pof 0x666F70 + _nop_hxlg
#define op_pon 0x7E
#define op_pof 0x6E
#define op_dump 0x706D64 + _nop_hxlg
#define op_emit 0x746D65 + _nop_hxlg
#define op_romptr 16
Expand Down

0 comments on commit c38e69c

Please sign in to comment.