# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #43641] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43641 >
hi, I was planning to do some updates for the "book' (docs/dev/book), and it's still saying that one can use 0-31 registers in PASM. 2 questions: 1. This should be "unlimited",right? IIUC, Parrot has a variable register frame setup, so as many regs. as needed can be allocated. Is this right? 2. If so then the current IMCC lexer has a bug: only [S|N|I|P]0-99 are recognized as PASM registers; i.e. P100 is recognized as a symbolic variable. If not so, then is the limit actually 99? kjs
