Problem found!
While using Typcasting Variables inside of Arrays, a variable name in ASM did not match the variable name in the EXT statement.

Array VAR BYTE[8]
ASM
Dog = Array
Cat# = Array+1
-------
-------
ENDASM
Dog VAR BYTE EXT
Cat VAR BYTE EXT * the # in the ASM Cat# caused error 238

Issue Closed!