0 Members and 2 Guests are viewing this topic.
*Port access
Did someone cover 'being able to use hexadecimal in normal calculations' using >Rect or something...?
That's actually really freaky that you mentioned Fill() because I just so happened to have written that command last night I have working now the Fill() command to fill up data blocks with a particular byte, plus a copy command to copy a number of bytes from a source to a destination and an exchange command to exchange bytes between two ram locations. The closest thing I could find to copy() was conj() and exchange is expr(). You'll see those in the next version, it should make data manipulation a lot easier, faster, and smaller, but still not as much as when I get arrays working.