nklopstock611 / turing-machine-interpreter

Interpreter for a little Turing Machine like language.
1 stars 0 forks source link

Add G use in ? instruction #8

Closed nklopstock611 closed 9 months ago

nklopstock611 commented 9 months ago

Add the G instruction to the ? instruction. Example, ? G label.

nklopstock611 commented 9 months ago

done!