Hi all,

some new questions, i hope not too stupid :)

1) In basic a make a sprite with the sprite$ instruction like this:

Sprite$(0)=chr$(&hff)+chr$(&hff)+chr$(&hff)+chr$(&hff)+chr$(&hff)+chr$(&hff)+chr$(&hff)+chr$(&hff)
then Putsprite 0,(0,0),15,0

Why it's not at the top left corner of the screen but a line below?
To put it at the top left corner i have to do 
Putsprite 0,(0,-1),15,0 . Why? What mistake i'm making ??

2) In TurboPascal what is the difference between inc and lib files? How i make a lib 
file?

3) The Inline instruction of TP supports the asm jump command (JP, JR, etc.)??

Thank you very much for your attention.

Merry Xmas & Happy New Year :)
Maurizio


_______________________________________________
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx

Reply via email to