Search found 4 matches

by wizardmountain
Fri Jun 30, 2023 9:17 pm
Forum: Programming
Topic: CX16 Programming and Coding in C Guide/Tutorial
Replies: 13
Views: 12018

Re: CX16 Programming and Coding in C Guide/Tutorial

Thank for this! I was trying my hand at ASM but getting frustrated. Bit of a steep learning curve. Hoping C will give me less trouble.
by wizardmountain
Wed May 10, 2023 7:41 pm
Forum: Programming
Topic: mon bank question
Replies: 4
Views: 2147

Re: mon bank question

As to why the values are changing, this now makes sense. I'm embarassed I didn't clue in to that.

I'm guessing when I use the 'O' command to change banks... v0 would be the first FFFF of the vera memory, and v1 would be the second bit?
by wizardmountain
Wed May 10, 2023 12:44 pm
Forum: Programming
Topic: mon bank question
Replies: 4
Views: 2147

mon bank question

Hey everyone. I am looking for some clarification on certain behaviours in 'mon' as it relates to bank switching. When I load up mon (in the emulator) and ask for address $9F20, I am shown what I assume is random garbage. I want to try setting the VERA address registers to 00000, so I type in 00, 00...
by wizardmountain
Wed May 10, 2023 11:26 am
Forum: Programming
Topic: My first Assembly Program that does something Interesting
Replies: 5
Views: 2688

Re: My first Assembly Program that does something Interesting

Thanks for sharing this! I'm trying to teach myself asm on the cx16 too so this could be a great reference. Cheers.