[A83] Re: Matrices, ASM


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

[A83] Re: Matrices, ASM




At 03:51 PM 5/24/01 -0400, you wrote:
>Could someone tell me how to do this in ASM?
>
>Read Matrix [A] and do this:
>
>For X, 1, 16
>For Y, 1,16
>If [A](X,Y)=1
>Pxl-On(X,Y)
>End
>End
>
>Please help me...

Sounds like asprite routine would be better suited than an array . . .




Follow-Ups: References: