Page 1 of 1

Draw BMX image to the screen

Posted: Fri May 17, 2024 5:09 pm
by unartic
A quick demonstration of how to draw a bmx image to the screen in assembly.

Try It Now!

Source:
drawbmx.asm
(5.55 KiB) Downloaded 246 times

Example prg
drawbmx.zip
(12.25 KiB) Downloaded 233 times

Re: Draw BMX image to the screen

Posted: Sat May 18, 2024 3:44 am
by mortarm
unartic wrote: Fri May 17, 2024 5:09 pm A quick demonstration of how to draw a bmx image to the screen in assembly.
It would be more accurate to say this demonstrates the speed at which the image is drawn as there's no "how to" attached to it.

Re: Draw BMX image to the screen

Posted: Sat May 18, 2024 6:21 am
by unartic
mortarm wrote: Sat May 18, 2024 3:44 am
It would be more accurate to say this demonstrates the speed at which the image is drawn as there's no "how to" attached to it.
You mean an instruction on how to display a bmx file? The assembly source is documented and the format specification is found on the forum here: https://www.commanderx16.com/forum/view ... hp?p=30626

Would that answer your question? If not feel, free to ask ;-)