Skip to content

Commit

Permalink
Update emulator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zHoeshin authored Jul 24, 2024
1 parent 4537aed commit 095b5c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ function perform(){
monitor.dot(get(args, 0), get(args, 1), getHexRGBA(get(args, 2))); break;
case OP.PTL: monitor.plot(get(args, 0), get(args, 1), get(args, 2),
getHexRGBA(pregs[PREGS.$FCOLOR], true), getHexRGBA(pregs[PREGS.$BGCOLOR], false)); break;
case OP.SWP: monitor.swap(); break;

case OP.RSH: set(args, 2, get(args, 0) >> get(args, 1), true); break;
case OP.LSH: set(args, 2, get(args, 0) << get(args, 1), true); break;
Expand Down

0 comments on commit 095b5c6

Please sign in to comment.