Skip to main content
Visitor II
May 22, 2003
Question

assembler error

  • May 22, 2003
  • 2 replies
  • 944 views
Posted on May 22, 2003 at 13:43

assembler error

    This topic has been closed for replies.

    2 replies

    d_perezAuthor
    Visitor II
    May 22, 2003
    Posted on May 22, 2003 at 13:17

    Hi all.

    I am programing a ST7 and i get this problem using the ST7 Assembly Chain:

    Error 54: Can't match Addressing mode ' LD A,([ptr.w],X)'

    ptr has an address of memory (E100h) and is located in the address 01D2h

    X=index

    If any one could help me i would be very pleased. Thank you in advance
    d_perezAuthor
    Visitor II
    May 22, 2003
    Posted on May 22, 2003 at 13:43

    Nevermind, I have read that the address of the ptr must be between 00 & FF, and it works now.