BitMagic!
bitmagic.bsky.social
BitMagic!
@bitmagic.bsky.social
The complete Commander X16 Development System.

https://bitmagic.org
Coming soon to BitMagic the ability to see the post template generated code within the editor as you code!
October 19, 2025 at 12:30 PM
BitMagic now has improved ca65 support. DreamTracker, a music tracker for the X16 and complex application is now in the Examples repo. It is a great example of how to get your ca65 based workflow up and running with the BitMagic debugger.

github.com/Yazwh0/BitMa...

#CommanderX16 #DreamTracker
January 28, 2025 at 11:08 AM
You can now use 'super anonymous labels' in BitMagic.

Currently they are the only labels that can be placed on the same line as an opcode.

This along with inline definitions will help clean up X16 code.

#CommanderX16
January 20, 2025 at 9:24 PM
BitMagic's Compiler supports the undocumented 65c02 (so not '816 compatible) opcode 'LDD' - Load and Discard - that reads from an address but does nothing with the result.

Handy for the VERA data port!
January 5, 2025 at 2:20 PM