MightyPirates / TIS-3D

TIS-100 inspired low-tech computing in Minecraft.
https://www.curseforge.com/minecraft/mc-mods/tis-3d
Other
105 stars 35 forks source link

IF statements in TIS-3D? #143

Closed fl215 closed 2 years ago

fl215 commented 2 years ago

How do I check if ACC is equal to a integer? I have been searching for something like JFE Jump if.. is equal to.. or something, but no luck.

Sturmlilie commented 2 years ago

There should be branch instructions that act on the zero flag (so you'd sub whatever you want to compare).

fl215 commented 2 years ago

Working, thanks.