We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versions:
Minecraft 1.18.2 Forge 40.2.1 TIS-3D 1.6.8+2ac5c5f
Steps to reproduce:
0x03 0x04 0x05 0x06
UP
LEFT
MOV 0 UP MOV UP ACC JRO 0
0x00
ACC
Expected result: The data stored in the ROM should not change Actual behavior: The second byte of the ROM is overwritten.
Visual guide for module placement:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Versions:
Minecraft 1.18.2
Forge 40.2.1
TIS-3D 1.6.8+2ac5c5f
Steps to reproduce:
0x03 0x04 0x05 0x06
.UP
port on the execution module.LEFT
port of the execution module.0x00
. TheACC
register is also0x00
.Expected result: The data stored in the ROM should not change
Actual behavior: The second byte of the ROM is overwritten.
Visual guide for module placement:
The text was updated successfully, but these errors were encountered: