PASM under ICCPROP - Assembler Directives?
Brian Fairchild
Posts: 549
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)
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