Shop OBEX P1 Docs P2 Docs Learn Events
PASM under ICCPROP - Assembler Directives? — Parallax Forums

PASM under ICCPROP - Assembler Directives?

Brian FairchildBrian Fairchild Posts: 549
edited 2009-04-27 15:38 in Propeller 1
Maybe I've missed them in the documentation but I can't find the ICCPROP versions of the following 'standard' assembler directive...

equ(ate) - used to assign a value to a symbol (CON in PASM)
org - used to set the PC to a given absolute value or the value of a symbol (org in PASM)

Comments

  • OwenSOwenS Posts: 173
    edited 2009-04-27 15:38
    Try prefixing them with dots (.equ and .org) - all of ICC's directives start with dots from what I can see
Sign In or Register to comment.