Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Best path for learning ITS assembly coding? #53

Open
snhirsch opened this issue Aug 28, 2024 · 2 comments
Open

Best path for learning ITS assembly coding? #53

snhirsch opened this issue Aug 28, 2024 · 2 comments

Comments

@snhirsch
Copy link

Wow, there is a lot of documentation out there. Can anyone suggest a reasonable point to dive in and learn? I have considerable assembly language experience with Z80 and 6502, but ITS/KA is a very different universe. Is there anything that starts with "hello, world" or the like? Would any of the DEC PDP-10 (non-ITS) references be worthwhile or is the programming model too different?

@david-moon
Copy link

david-moon commented Aug 28, 2024 via email

@larsbrinkhoff
Copy link
Member

ITS has an online programming tutorial that is pretty good. Type :info pdp-10 to read it.

Here's a small hello world program: https://github.com/PDP-10/its/blob/master/src/hello/hello.mid

As Moon said, the DEC programming model is just about identical when it comes to the instruction set. What is different are the operating system calls, assembler syntax, and tooling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants