cbiffle/propasm

No way of declaring a constant value

GoogleCodeExporter opened this issue · 2 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

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

  • Added labels: Milestone-Release1.0
Switching to Enhancement.

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

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