Gregor N. Purdy <[EMAIL PROTECTED]> wrote: > .local str s
a lot of problems you have (and Luke already hinted at that) seems to be the syntax of .sym (or .local) - I prefer .sym because .local is used for local macro lables too hysterically. So we have: .sym int I_REG .sym float N_REG .sym string S_REG .sym any_but_above_3 P_REG The latter might be to liberate, but it works like that. If that's too dangerous, we can talk about that: .sym var .sym pmc or such, a short and strict decl of a PMC. leo