palmheads Posted January 31, 2015 Share Posted January 31, 2015 Hi I had a go using the xdt99 cross assembly under Linux trying out the example bit of code from the April 83 article in the 99ner mag titled "Programming Sprites in Mini Memory - Am assembly language tutorial" by Patricia Swift. Download the attached "sprites.asm". Compile into an object file by running this $ ./xas99.py -OR sprites.asm With the resulting "sprites.obj", in classic99 with the mini-memory module loaded, put the "sprites.obj" in a DSK folder, Choose "3. Mini Memory" from the menu, then Load and Run "DSK1.SPRITES.OBJ". From there, exit out to EasyBug, then choose 'E', then 'E7D5C' You should see some sprites moving around the screen. Have attached the assembly code to use. I really like xdt99, makes it alot easier to try examples! cheers Daryn sprites.asm Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.