Search found 3 matches

by Chrisjan89
Fri Apr 18, 2025 1:27 pm
Forum: X16 Software Support
Topic: Cartridge Autostart
Replies: 8
Views: 14909

Re: Cartridge Autostart

@fraggintarget

Did you get this to work? :)
by Chrisjan89
Sun Jun 30, 2024 6:30 am
Forum: Programming
Topic: Trouble getting started in assembly
Replies: 3
Views: 1511

Re: Trouble getting started in assembly

Thanks for the reply. I will definitely try this when I get home. I guess following outdated tutorials hurt me and I need to compare all adresses with the documentation.
by Chrisjan89
Sat Jun 29, 2024 7:28 pm
Forum: Programming
Topic: Trouble getting started in assembly
Replies: 3
Views: 1511

Trouble getting started in assembly

Hi have some knowledge of 6502 assembly from working on the C64 and the NES. I have a little bit trouble getting started with the X16. As what I can read the following code should write the character A to the screen and change the color. .org $080d .segment "STARTUP" .segment "INIT&qu...