TIS-3D

TIS-3D

981k Downloads

IF statements in TIS-3D?

fl215 opened this issue ยท 2 comments

commented

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.

commented

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

commented

Working, thanks.