You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0000806003018413 : ADDI 8,3,4800008064 1FFFF825 : WORD 1FFFF825H0000806800518493 : ADDI 9,3,5 0000806C 1FF40026 : WORD 1FF40026H
Note the ADDI 9, 3, 5 line; the 5 is a byte offset from SB (which points into Texts). X9 in this case will hold the address of a type-descriptor, which are never allocated on odd boundaries like this.
What is not known: is this due to the compiler loading a .smb file from RISC5's code generator? This needs to be researched.
The text was updated successfully, but these errors were encountered:
Last line of the module's body is:
This line emits the following code:
Note the ADDI 9, 3, 5 line; the 5 is a byte offset from SB (which points into Texts). X9 in this case will hold the address of a type-descriptor, which are never allocated on odd boundaries like this.
What is not known: is this due to the compiler loading a
.smb
file from RISC5's code generator? This needs to be researched.The text was updated successfully, but these errors were encountered: