On Thu, Sep 13, 2001 at 10:25:15AM -0500, Brian Wheeler wrote: > This patch gives the assembler support of '\a','\n','\r','\t', and '\\' > in string constants.
Oh that's cute. > In addition, it changes (for all registers) "I reg %li is ..." to just > the value of the register. Printing constants is also supported, but > alas, you have to specify the type (print_sc, print_ic, print_nc). Cool, thanks.