Search found 4 matches
- Sun May 14, 2023 11:30 pm
- Forum: Programming
- Topic: Memory Map and Code Editor
- Replies: 6
- Views: 2897
Re: Memory Map and Code Editor
If you want a good tutorial series for the Commander X16, I suggest you go to "The Retro Desk" on You-Tube. He has a series on 65c02 microprocessor programming focusing on the Commander X16, The VERA graphics adapter, and using ca65. NB: That series was created at a time when the memory l...
- Sun May 14, 2023 11:28 pm
- Forum: Programming
- Topic: Memory Map and Code Editor
- Replies: 6
- Views: 2897
Re: Memory Map and Code Editor
I use ca65 as my assembler. Historically, I've used Sublime as my editor, but recently started trying out VS Code and have found... to my surprise, that it "doesn't suck." It's actually quite good once you disable a lot of it's hyperactive highlighting. I'm really not interested in paying...
- Thu May 11, 2023 11:04 pm
- Forum: Programming
- Topic: Memory Map and Code Editor
- Replies: 6
- Views: 2897
Re: Memory Map and Code Editor
1. The Programmer's Reference guide that comes with the emulator should answer your questions. Everything you need for screen, sound, and input is listed in there somewhere. There's not a "Mapping the Commander X16" document yet, because some things are still in flux. However, you can ins...
- Wed May 10, 2023 10:30 pm
- Forum: Programming
- Topic: Memory Map and Code Editor
- Replies: 6
- Views: 2897
Memory Map and Code Editor
I want to start developing games for the X16, but I need some help to get started. I have two questions: 1. Is there a complete memory map of the Commander X16 online somewhere? Something like the C64 one on sta.c64.org . 2. Is there something like Kick Assembler for the Sublime Text Editor for the ...