[A83] Re: Matrices, ASM


[Prev][Next][Index][Thread]

[A83] Re: Matrices, ASM




No, no, no.  ASM code to do that same thing...

>[code]
>"111110010011111"->Str1
>;1111
>;1001
>;1001
>;1111
>for(x,0,12,4)    ;0 to 12 step 4
>for(y,1,4)        ;1 to 4
>if sub(Str1,x+y,1)="1"
>pxl-on(x,y)
>end
>end
>
>>///Olle
>
>Here is my 'MasterMind' (correct Pegs?), which uses the same drawing
>routine. I also attached them, and I hope it wil come through.
>



References: