cbiffle / propasm

Assembler for the Parallax Propeller microcontroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No way of declaring a constant value

GoogleCodeExporter opened this issue · comments

The Propeller Tool allows values from its CON section to be used in assembly 
code.  propasm 
doesn't support the CON section, but offers no equivalent.

Finish support for constant values, with a syntax along the lines of
   .constant name value

(Could possibly use .equ, for users of more traditional assemblers.)

Original issue reported on code.google.com by cbif...@gmail.com on 21 Nov 2006 at 4:33

Switching to Enhancement.

Original comment by cbif...@gmail.com on 21 Nov 2006 at 4:33

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Original comment by cbif...@gmail.com on 27 Nov 2006 at 11:29

  • Added labels: Milestone-Release1.0