我正在尝试翻译全局数组向量,但每当我组装它时都会出错。我正在使用索引寻址,但我不明白为什么这是错误的。
DECO vector,x ; << vector[i];ERROR: This instruction cannot have this addressing mode.
我正在尝试翻译全局数组向量,但每当我组装它时都会出错。我正在使用索引寻址,但我不明白为什么这是错误的。
DECO vector,x ; << vector[i];ERROR: This instruction cannot have this addressing mode.