A13001: Illegal Addressing Mode. <AddrModes>

[ERROR]

Description

An illegal addressing mode has been detected in an instruction. This message is generated when an incorrect encoding is used for an addressing mode.

Example
  STA  #$45

  
Tips

Use a valid notation for the addressing mode encoding.

Example
  STA  $45