September 27, 2024, 10:29:09 AM

I can't download document

Started by Hugh Aguilar, September 02, 2024, 04:04:51 AM

Previous topic - Next topic

Hugh Aguilar

Well, my NEO6502PC arrived! I'm excited! ;D
Unfortunately, I can't download this: https://neo6502.com/pdf/document.pdf
I get an error message saying: "Failed to load PDF document."
Apparently your website is broken and this file isn't where it should be. Can you fix this? In the meantime, can an admin just email the file to me?

I'm missing any kind of documentation. I have written my own assembler, but first I need to learn how to upload binary images into the machine so I can run some code. If necessary, I can write code to generate Intel hex files or S-records or whatever, but a binary image would be super-simple. I don't intend to write a linker --- that is way more complicated than an 8-bit processor deserves.

In the old days, every 6502 machine came with a monitor that disassembled code and provided simple tools for working with assembly-language programs. I read somewhere that this monitor was written by Woz himself. Is this available for the NEO6502?

I also need documentation on the API for the coprocessor, so I can write a video-game.

The NEO6502PC didn't come with any cables. I found what looks like a USB port on the left side, so that is good. I don't know what any of those other ports are, or the switch on the bottom, or anything.

I would appreciate any help that you can provide on getting started.

--- Hugh

LubOlimex

The document is simply all pages from the web-site packed in a pdf. You can instead click the interface on the web-site (https://neo6502.com/) to get the same information.

I have notified the maintainer of the web-site about the problem.

Best regards,
Lub/OLIMEX

Technical support and documentation manager at Olimex

olimex

the path is changed to https://neo6502.com/pdf/document.pdf and it's very easy to spot it if you go to https://neo6502.com/
all info is there on the web, there is one more document work in progress
https://github.com/jewettg/Neo6502-Documentation

Hugh Aguilar

Quote from: LubOlimex on September 02, 2024, 10:22:41 AMThe document is simply all pages from the web-site packed in a pdf. You can instead click the interface on the web-site (https://neo6502.com/) to get the same information.

I have notified the maintainer of the web-site about the problem.

Best regards,
Lub/OLIMEX
Okay, I found the documentation so I can get started.
I would still appreciate getting the pdf version.

My assembler is coming along nicely. :)
I need to start running code to test it.