Search found 2 matches
- Sun Jun 30, 2024 6:30 am
- Forum: Programming
- Topic: Trouble getting started in assembly
- Replies: 3
- Views: 944
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.
- Sat Jun 29, 2024 7:28 pm
- Forum: Programming
- Topic: Trouble getting started in assembly
- Replies: 3
- Views: 944
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...