Does somebody know how to program, to develop a new ROM for HP 9825 ???
9825 assembler/ROM programming
|
|
« Next Oldest | Next Newest »
|
▼ ▼
Post: #7
08-14-2007, 01:19 PM
I don't recall there being an supported assembly development system for the 9825. It uses the same processor as the 9835 and 9845, so you could use the assembler ROM for those. However, the language interpreter on the 9825 is much different, so you'd have to figure out how to interact with it. US patents 4,075,679 and 4,437,156 might be helpful. ▼
Post: #8
08-15-2007, 02:23 AM
The relative addressing of the 9825 is different from the 9835/45. You will find in the patent of the 9825 two modes of relative addressing selected by the CPU pin RELA. To quote one of the developers of the 9825:
Quote: And to be quoted further:
Quote:
After a discussion about the 9825 on this forum, this developer contacted me and answered many of my quesions. I think these details will eventually show up on hp9825.com. ▼
Post: #9
08-16-2007, 01:03 AM
Quote: IIRC, the 9825 does not have relative addressing, but rather uses the BPC in page addressing mode similar to the 21xx and 98x0.
Quote: I must have missed the announcement? I've only seen Achim's hp9800e, which (AFAIK) doesn't simulate the 9825. ▼
Post: #10
08-16-2007, 02:33 AM
Quote:I think the patent mentions 2 modes of "relative" addressing (depending on the RELA-Signal), so I count that as "relative" addressing. Anyway, the addressing mode of the 9825 differs from the 9835/45, so I don't think you can use the Assembler ROM of the 9835 to create new commands.
And yes, I meant Achim's hp9800e, as far as I know, simulating the 9825 is on the TODO-list. Edited: 16 Aug 2007, 2:33 a.m. |