Thank you! Also, thanks for such an awesome tool!!!
redej0
6
Posts
1
Topics
1
Followers
2
Following
A member registered Jun 09, 2019 · View creator page →
Creator of
Recent community posts
Chris, could you provide a simple example of asm code where you call and display the data created by this? this is what I was using but it is missing the line on off values so my output is slightly jumbled:
o_model_test
jsr MOVEPEN
ldx #oModel_0 ; vector data
lda #14 ; number of vectors in the data
ldb #50 ; Scaling
jsr MOVEDRAW
rts