ERROR: ERROR: unable to assign new address
WORD: b
IN: isequate
LINE: 79743
FILE: "main source
In this line:
@b = (STRPTR(thisequ) + 1)
b is declared like this:
BYTE PTR b
and thisequ is declared like this:
STRING thisequ = PEEK$(sd.dwd(sd.m(lindex), (9)), sd.wrd(sd.m(lindex), (13)))
The code that PluriBASIC generated for Oxygen seem correct, but it is very huge and verbose. Im not sure if Oxygen can handle such monster code.