Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for negative difference values
This change fixes an issue with the tape overflow checking code, where it would incorrectly report that the tape was overrun/underrun when an instruction has a negative difference. This was caused by a cast to an unsigned long. Fixes #77
- Loading branch information