[<<][staapl][>>][..]
Wed May 27 19:24:28 CEST 2009
more libraries
Now that I'm going over it again I see how much I've been writing
assembler in Forth, using tricks and escapes to get to small and
efficient code. One of the examples is the "=" operator... There
isn't any!
The reason is that I've been using flag based condition macros
everywhere. The PIC18 is good at this. Now that I'm writing a string
comparison routine where the _only_ point is a destructive test (not a
test followed by another operation) i find that I'm lacking proper
operations.
Let's build some.
Actually, they did exist. I discovered them right before the deadline
in the Waag project.
[Reply][About][<<][staapl][>>][..]