jmeaster30 / ocean

A C-like programming language (get it like sea-like like an ocean lol)
GNU General Public License v3.0
0 stars 0 forks source link

Get rid of program counter increments in the executable implementations #57

Closed jmeaster30 closed 10 months ago

jmeaster30 commented 10 months ago

In the Executable implementation of every instruction we have to manually increment the program counter. This is only useful for like 2 instructions. Maybe I can try to get rid of this

jmeaster30 commented 10 months ago

I am not going to do this cause it really isn't that troublesome to deal with