0 Members and 3 Guests are viewing this topic.
But I need to read the nibbles and I can't figure out which ones to read. That, and I somehow created an infinite for loop.
In other news, Frey continues kicking unprecedented levels of ass.
The way I understand it, each list element is like so: 00 82 VX XY Y0 00 00 00 00 where V is the instruction number and XX YY are 2 digit coordinates. But Axe's been telling me otherwise.
Well, I got it to recognize that the list M exists, but because the Axe only allows integers and the list contains nonintegers, I can't use the float{ command. That, and the last time I tried running the program, it produced absolute garbage (not the album, unfortunately; that would have been sweet) and was still going half an hour later.
I can't use float{ because the numbers have fractional parts and multiplying the list to remove the fparts would put the list elements over 2^16 (to the power, not modulo)