Changes between Initial Version and Version 1 of Ticket #911

Show
Ignore:
Timestamp:
08/12/09 01:43:12 (12 years ago)
Author:
dukeleto
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #911 – description

    initial v1  
    1 Write tests for  
     1Write tests for declaring local variables in PIR macros: 
    22 
    33{{{ 
     
    55}}} 
    66 
    7 It is currently documented in PDD19, but it is unused and perhaps broken. After this works, macros should be ported to use this syntax instead of high-numbered registers, such as in runtime/parrot/include/fp_equality.pasm . 
     7It is currently documented in source:trunk/docs/pdds/pdd19_pir.pod, but it is unused and perhaps broken. After this works, macros should be ported to use this syntax instead of high-numbered registers, such as the fp_* functions in source:trunk/runtime/parrot/include/fp_equality.pasm .