[<<][staapl][>>][..]Tue Jun 10 19:13:29 CEST 2008
A side-effect of the way locals are implemented, is that they can occur anywhere in a macro definition or code word, and will bind literals. box> (repl ": foo 1 2 | a b | a b a | d e f | e ") box> (print-all-code) foo: [dup] [movlw 2] box>
[Reply][About]
[<<][staapl][>>][..]