1

I am trying to translate global array vector but whenever I assemble it I get an error. I am using indexed addressing and I don't understand why this is wrong.

Figure 6.34

         DECO    vector,x   ;      << vector[i];ERROR: This instruction cannot have this addressing mode. 
mjv
  • 73,152
  • 14
  • 113
  • 156
Brandon Tiqui
  • 1,429
  • 3
  • 17
  • 35

1 Answers1

1

I just received an answer via email and it was a problem with the addressing mode getting changed. Redefining the mnemonics (via the system menu) remedied the situation.

Brandon Tiqui
  • 1,429
  • 3
  • 17
  • 35