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

Why can you not concatenate programs from multiple pages in a code bible? (1.12.2 Forge) #140

Closed fl215 closed 2 years ago

fl215 commented 2 years ago

I know, this is not really an issue but I am trying to make an interpreter. The one ploblem is that, I cannot seem to get multiple pages working on an execution module from a code bible. It's extremely annoying.

Other than that, great mod, great work, I am also willing to work with this mod using opencomputers, Any idea what I can do to get it working?

Sturmlilie commented 2 years ago

Try putting #BWTM as the last line of the page you want to be continued (maximum is still 3 pages though).

fl215 commented 2 years ago

Oh, thanks. That's just enough for me, the other execution modules should be able to handle everything else.

fl215 commented 2 years ago

What does BWTM even stand for anyway.. also any documentation for 6507 assembly?

fnuecke commented 2 years ago

#BWTM = "But way, there's more" :)

also any documentation for 6507 assembly?

Not sure what you mean? All the opcodes should be documented in the manual's entry on the execution module.

fl215 commented 2 years ago

Ah, okay. Didn't expect a comment from the developer.