is assembly language and monitor covered in the x16 manual?

Chat about anything CX16 related that doesn't fit elsewhere
Post Reply
Anshul2
Posts: 3
Joined: Thu Sep 10, 2020 5:10 am

is assembly language and monitor covered in the x16 manual?

Post by Anshul2 »


 

I wanted to ask : is assembly language and monitor covered in the x16 manual?

Perifractic
Posts: 511
Joined: Sat Apr 25, 2020 4:53 pm

is assembly language and monitor covered in the x16 manual?

Post by Perifractic »

We are planning a separate guide for that, but for now just click Downloads above to be taken to the current documentation.
SerErris
Posts: 172
Joined: Sat Aug 08, 2020 9:18 am

is assembly language and monitor covered in the x16 manual?

Post by SerErris »


No. Assembly language is something you need to learn from other sources - like Jim Butterfields book for the C64 still one of the best books to read.

Here are some links (depending on the language you speak/read)

German:

https://www.retro-programming.de/programming/assembler/

English:

https://skilldrick.github.io/easy6502/

Here is Jim Butterfields book...

http://www.1000bit.it/support/manuali/commodore/c64/ML_for_the_C64_and_Other_Commodore_Computers.pdf

Also a good thing to understand the C64 book. It is actually everything that is referenced from the X16 dokumentation (e.g. BASIC, KERNAL calls etc.)

http://www.zimmers.net/anonftp/pub/cbm/c64/manuals/C64_Programmers_Reference_Guide.pdf

And this documentation to understand all the different inner workings of the Commodores ... very extensive and also quick reference.

https://archive.org/details/Complete_Commodore_Inner_Space_Anthology_The_1985-03_Transactor_Publishing

The Monitor is covered in this document:

https://github.com/commanderx16/x16-docs/blob/master/Commander X16 Programmer's Reference Guide.md#machine-language-monitor

troj
Posts: 74
Joined: Sun May 03, 2020 11:38 am

is assembly language and monitor covered in the x16 manual?

Post by troj »



4 hours ago, SerErris said:




Thanks for that!  While I wrote a lot of 6502 "back in the day," my work was almost exclusively on the Apple ][ series. As such, the books I have are all centered around those systems.  Having a good C64 reference will help with some things I want to fiddle with for the Commander X16!

izb
Posts: 31
Joined: Thu May 21, 2020 10:04 am

is assembly language and monitor covered in the x16 manual?

Post by izb »

We are planning a separate guide for that, but for now just click Downloads above to be taken to the current documentation.

Will there be appendices listing tables of things like the Vera registers, or special memory locations as a quick reference?


Sent from my iPhone using Tapatalk
Perifractic
Posts: 511
Joined: Sat Apr 25, 2020 4:53 pm

is assembly language and monitor covered in the x16 manual?

Post by Perifractic »


Will there be appendices listing tables of things like the Vera registers, or special memory locations as a quick reference?


Sent from my iPhone using Tapatalk
There is a reference chart in the works for that kind of thing yes. More info when we have it.
Terrel Shumway
Posts: 14
Joined: Tue Feb 16, 2021 12:12 am

is assembly language and monitor covered in the x16 manual?

Post by Terrel Shumway »


Jim Butterfield is pretty amazing. I was reading The First Book of KIM and imagining what it would have been like for that to be my introduction to programming. He covers everything in a way that starts slow and builds naturally. His writing style is very conversational, almost like he is sitting there with you explaining what to do and why. I think that anyone with second grade reading skills would have no problem with it.

Post Reply