Draw BMX image to the screen

For posting library code and examples.
Post Reply
unartic
Posts: 145
Joined: Sat Oct 28, 2023 3:26 pm

Draw BMX image to the screen

Post 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 176 times

Example prg
drawbmx.zip
(12.25 KiB) Downloaded 160 times
mortarm
Posts: 298
Joined: Tue May 16, 2023 6:21 pm

Re: Draw BMX image to the screen

Post 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.
unartic
Posts: 145
Joined: Sat Oct 28, 2023 3:26 pm

Re: Draw BMX image to the screen

Post 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 ;-)
Post Reply