kishtarn555 / rekarel-core

MIT License
0 stars 0 forks source link

[Feature] Add COLUMN and ROW opcodes #154

Closed kishtarn555 closed 3 weeks ago

kishtarn555 commented 3 weeks ago

Column and row are now part of the VM instruction set

Opcode:

COLUMN is 32 ROW is 33

They load the current COLUMN of Karel into the stack or the current ROW into the stack

Fixes #152 Fixes #153