Re: What 6502 macro assembler was used for the AIM-65 Monitor ROM?

2019-03-21 Thread Glen Slick via cctalk
On Thu, Mar 21, 2019 at 3:23 PM Mike Stein  wrote:
>
> I can't help but I'm curious: why are you looking for this? Is there a lot of 
> original Rockwell source out there?
>

I have some Rockwell RM-65 cards which have on-board firmware. In
particular a RM65-5101E FDC Controller and a RM65-5102E CRT
Controller. It would be nice to have verified accurate machine
readable source code for the firmware on these cards. One way to get
that would be to manually type in verbatim the firmware source code
from the assembly listings in the manuals, then assemble the source
code, and then compare the resulting binary against the contents of
the EPROMs on the cards to verify a binary match.

The source code could always be reformatted to match the input syntax
of a different assembler, but from a historical documentation
perspective it would be nice if the original source code format was
preserved.

Dwight, I saw some posts from you from maybe last year where you were
looking for a manual for the RM65-1000 / RM65-1000E CPU board. Did you
ever find a copy or scan of that manual?

Does anyone have an AIM-65 DOS EPROM for the RM65-5101 / RM65-5101E
FDC Controller? From a quick look at a hex dump of the firmware EPROM
I have on my RM65-5101E FDC Controller it appears to match the low
level primitives assembly listing in the 29801 N02 manual for the card
0x886C - 0x8EFF, except the copyright string is missing at the end.
I'm not sure about the rest of the code in the FDC Controller EPROM.
It might be something specific to the system where this card was being
used, and not the standard AIM-65 DOS code. It would be nice to have a
copy of the standard AIM-65 DOS EPROM to try using the RM65-5101E FDC
Controller with an AIM-65. I have an extender board and cable to
connect an AIM-65 to a RM65 Eurocard card cage.


Re: Opening old DEC files

2019-03-21 Thread Zane Healy via cctalk


> On Mar 21, 2019, at 6:13 PM, Jay Jaeger via cctalk  
> wrote:
> 
> On 3/21/2019 2:50 PM, Curt Vendel via cctalk wrote:
>> I have many DEC files that I’ve recovered from old VMS backups to a PC.
>> 
>> Many are Word-11, ALL-IN-1 WPS and VMS Mail MAI files.
>> 
>> They don’t open well in programs like the Windows Text editors 
>> 
>> Is there a program on Windows that can open these files and recognize all of 
>> the formatting and control commands so they can be properly viewed?
>> 
>> 
>> 
>> 
>> 
> 
> Perhaps restore them onto a SimH VMS instance, and use that to print the
> document files and mail the mail to yourself?

Word-11 will be tricky.  I’m not aware of anyone having the media for that.  
ALL-IN-1 is easy, if you’re running it, you can export as a MS compatible doc.  

Zane






Re: Opening old DEC files

2019-03-21 Thread Jay Jaeger via cctalk
On 3/21/2019 2:50 PM, Curt Vendel via cctalk wrote:
> I have many DEC files that I’ve recovered from old VMS backups to a PC.
> 
> Many are Word-11, ALL-IN-1 WPS and VMS Mail MAI files.
> 
> They don’t open well in programs like the Windows Text editors 
> 
> Is there a program on Windows that can open these files and recognize all of 
> the formatting and control commands so they can be properly viewed?
> 
> 
> 
> 
> 

Perhaps restore them onto a SimH VMS instance, and use that to print the
document files and mail the mail to yourself?



Re: Fujitsi 2444AC 9-track tape drive/PDP-11

2019-03-21 Thread Jay Jaeger via cctalk
On 3/21/2019 11:40 AM, Christian Corti via cctalk wrote:
> On Thu, 21 Mar 2019, Jay Jaeger wrote:
>> On 3/20/2019 9:56 AM, Jon Elson via cctalk wrote:
>>> On 03/19/2019 09:51 PM, W2HX via cctalk wrote:
 The pertec-to-SD project sounds very cool. Keep me in mind if you need
 testers/buyers.


>>> Yes, me too!  I still have a working 92185 (Keystone) drive, and could
>>> be interested if your design is not too expensive.
>>
>> Me Three.  I have a couple of Pertec drives.
> 
> I have a couple of unformatted drives and could use some formatters with
> Pertec interface...
> 
> Christian
> 

I have some Pertec formatters - but shipping over the pond would be
prohibitive?  They are in unknown condition, and likely need work.  I'd
have to look up their capabilities - I seem to recall at least one of
them was for a 7 track drive (or maybe 7/9 drive).  A couple of them
hosted a mouse one year, but were subsequently cleaned up:

BOX CATEGORYROOMLOCATIONDESCRIPTION Type
SERIAL_NUMBER   Replacement
NOTES   Inventory

Pertec Formatter #1 UNITGarage  Slot 14 Pertec Formatter F649-72
UNIT
Mouse entered, but cleaned  9/18/2012

Pertec Formatter #2 UNITGarage  Slot 14 Pertec Formatter F649-40
UNIT
Mouse entered, but cleaned  9/18/2012

Pertec Formatter #3 UNITGarage  Slot 14 Pertec Formatter F649-72
UNIT
Cleaned 9/18/2012



Re: What 6502 macro assembler was used for the AIM-65 Monitor ROM?

2019-03-21 Thread Mike Stein via cctalk
I can't help but I'm curious: why are you looking for this? Is there a lot of 
original Rockwell source out there?

m

- Original Message - 
From: "Glen Slick via cctalk" 
To: "General Discussion: On-Topic and Off-Topic Posts" 
Sent: Thursday, March 21, 2019 4:20 PM
Subject: What 6502 macro assembler was used for the AIM-65 Monitor ROM?


> Anyone know what 6502 macro assembler was used for the AIM-65 Monitor
> ROM, as shown in the AIM-65 Monitor  Program Listing manual, document
> number 29650N36L ?
> 
> Some of it's identifying features are using .BYT and .WOR (or .WORD)
> directives for declaring data, and .MACRO and .ENDM directives for
> declaring macros. Use of the macro directives can be seen in the
> RM65-5101 Floppy Disk Controller (FDC) Module User's Manual, document
> number 29801N02
> 
> There are countless 6502 assemblers available now, the exercise here
> is to identify the macro assembler that was used at the time. If it is
> available to run now the goal would be to run it to assemble source
> code exactly in the format that it used and produce identical listing
> output. (Modifying the source code to be accepted by a different
> assembler to produce identical binary output is not the goal of the
> exercise).


Re: Opening old DEC files

2019-03-21 Thread Antonio Carlini via cctalk

On 21/03/2019 19:50, Curt Vendel via cctalk wrote:

I have many DEC files that I’ve recovered from old VMS backups to a PC.

Many are Word-11, ALL-IN-1 WPS and VMS Mail MAI files.

They don’t open well in programs like the Windows Text editors

Is there a program on Windows that can open these files and recognize all of 
the formatting and control commands so they can be properly viewed?



I remember using a non-DEC word processor on VAX/VMS at uni: it was 
either MASS-11 or WORD-11.


I don't know how you would read that on anything other than VMS with the 
original word processor software.



.MAI files are from the VMS Mail utility. The easy way to read those is 
to use VMS (maybe on SIMH if you don't have the hardware).


There might be DECUS utilities that would pull apart VMS mail files for 
you and turn them into something else.


This does remind me that I have a whole chunk of VMSMAIL messages 
myself, so perhaps I should look into something like this too!



I do know that DEC was one of the first large users of MS Outlook. As 
part of the move away from VMSMAIL there was a conversion utility that 
would take your VMSMAIL files and turn them into an outlook PST (I 
think). From there there are tools that can turn a PST into eml files.



There was a PC version of ALL-IN-1 (or maybe it was just the WPS part). 
That existed at the same time as the VMS ALL-IN-1 product so surely it 
must be able to read those files? That's assuming you can find a copy of 
the program. I never used it in anger, so I've no idea whether it 
supported exporting to other formats.



Antonio


--
Antonio Carlini
anto...@acarlini.com



ISO: Sanders Associates 720 hardware docs / parts

2019-03-21 Thread Josh Dersch via cctalk
Hi all --

I picked up a Sanders 720 terminal -- well, the display/keyboard portion
anyway -- and I'm looking for actual hardware documentation so I can maybe
someday replicate the 701 control unit (or heck, maybe someone has a 701
sitting around somewhere...).  Anyone out there have docs (apart from the
brochures already on bitsavers) or any parts lying around?

Thanks as always!
Josh


Re: What 6502 macro assembler was used for the AIM-65 Monitor ROM?

2019-03-21 Thread dwight via cctalk
It is possibly an in house generated assembler. It may even have been written 
in Forth. Most Forth assemblers are written as single pass but it is not hard 
to make it a multiple pass. Such an assembler could have been cobbled together 
in Forth in a couple weeks of one programmer. I do know that they did extensive 
internal work in Forth. I have a ICE product that was clearly done in Forth ( 
missing pods and personality floppies ).
Dwight


From: cctalk  on behalf of Will Cooke via cctalk 

Sent: Thursday, March 21, 2019 1:47 PM
To: Glen Slick; General Discussion: On-Topic and Off-Topic Posts
Subject: Re: What 6502 macro assembler was used for the AIM-65 Monitor ROM?



> On March 21, 2019 at 4:20 PM Glen Slick via cctalk  
> wrote:
>
>
> Anyone know what 6502 macro assembler was used for the AIM-65 Monitor
> ROM, as shown in the AIM-65 Monitor Program Listing manual, document
> number 29650N36L ?
>

I would suspect it was the Rockwell System 65 Development System assembler 
mentioned in this book:


https://www.commodore.ca/wp-content/uploads/2018/11/1981_Rockwell_Electronic_Devices_Division_Data_Book.pdf

on page 295

Will


"He may look dumb but that's just a disguise."  -- Charlie Daniels


"The names of global variables should start with// "  -- https://isocpp.org


Re: What 6502 macro assembler was used for the AIM-65 Monitor ROM?

2019-03-21 Thread Will Cooke via cctalk



> On March 21, 2019 at 4:20 PM Glen Slick via cctalk  
> wrote:
> 
> 
> Anyone know what 6502 macro assembler was used for the AIM-65 Monitor
> ROM, as shown in the AIM-65 Monitor Program Listing manual, document
> number 29650N36L ?
> 

I would suspect it was the Rockwell System 65 Development System assembler 
mentioned in this book:


https://www.commodore.ca/wp-content/uploads/2018/11/1981_Rockwell_Electronic_Devices_Division_Data_Book.pdf

on page 295

Will


"He may look dumb but that's just a disguise."  -- Charlie Daniels


"The names of global variables should start with    // "  -- https://isocpp.org


Re: What 6502 macro assembler was used for the AIM-65 Monitor ROM?

2019-03-21 Thread Diane Bruce via cctalk
On Thu, Mar 21, 2019 at 01:20:17PM -0700, Glen Slick via cctalk wrote:
> Anyone know what 6502 macro assembler was used for the AIM-65 Monitor
> ROM, as shown in the AIM-65 Monitor  Program Listing manual, document
> number 29650N36L ?

I'd not be surprised if it was the ROM version of the assembler
one could optonally get for the AIM. I assembled up the FIG FORTH
release using it. P.S. I still have my first AIM 65.

-- 
- d...@freebsd.org d...@db.net http://artemis.db.net/~db


What 6502 macro assembler was used for the AIM-65 Monitor ROM?

2019-03-21 Thread Glen Slick via cctalk
Anyone know what 6502 macro assembler was used for the AIM-65 Monitor
ROM, as shown in the AIM-65 Monitor  Program Listing manual, document
number 29650N36L ?

Some of it's identifying features are using .BYT and .WOR (or .WORD)
directives for declaring data, and .MACRO and .ENDM directives for
declaring macros. Use of the macro directives can be seen in the
RM65-5101 Floppy Disk Controller (FDC) Module User's Manual, document
number 29801N02

There are countless 6502 assemblers available now, the exercise here
is to identify the macro assembler that was used at the time. If it is
available to run now the goal would be to run it to assemble source
code exactly in the format that it used and produce identical listing
output. (Modifying the source code to be accepted by a different
assembler to produce identical binary output is not the goal of the
exercise).


Opening old DEC files

2019-03-21 Thread Curt Vendel via cctalk
I have many DEC files that I’ve recovered from old VMS backups to a PC.

Many are Word-11, ALL-IN-1 WPS and VMS Mail MAI files.

They don’t open well in programs like the Windows Text editors 

Is there a program on Windows that can open these files and recognize all of 
the formatting and control commands so they can be properly viewed?






HP 1000 Series board available.

2019-03-21 Thread Jesse Dougherty via cctalk
I have a bunch of these boards for the 1000 A class servers... I have 
plenty of each of the following. If anyone wants or needs and of the 
following, let me know.


12040x  Asynchronous Multiplexer - $50.00 each
12009A  HP-IB Interface - $75.00 each
12103D  1MB Memory board - $65.00 each
12103C  512kb Memory board - $65.00 each
12220A  768kb Memory board - $65.00 each

Thanks
Jesse
Cypress Technology Inc


Re: Rk611 controller

2019-03-21 Thread Bill Degnan via cctalk
there was a guy in Pennsylvania near Philadelphia who just sold an 11/84
that had RK07 drives, he may have a spare set IIRC, I went to check it out
for myself but did not buy the system (too pricey for me no space at the
moment).

I am not at my computer where I have his contact info, let me know if you'd
like me to follow up / set you up with poss source and I will know to check
when I get home today or tomorrow.

Bill

On Thu, Mar 21, 2019 at 1:50 PM Brian Roth via cctalk 
wrote:

> I just acquired an RK07 drive and disk packs. I am looking for the 5
> Unibus boards and back plane to add to my 11/84.
>
> Brian.
>
> Sent from Yahoo Mail on Android
>


Rk611 controller

2019-03-21 Thread Brian Roth via cctalk
I just acquired an RK07 drive and disk packs. I am looking for the 5 Unibus 
boards and back plane to add to my 11/84. 

Brian.

Sent from Yahoo Mail on Android


Re: Fujitsi 2444AC 9-track tape drive/PDP-11

2019-03-21 Thread Christian Corti via cctalk

On Thu, 21 Mar 2019, Jay Jaeger wrote:

On 3/20/2019 9:56 AM, Jon Elson via cctalk wrote:

On 03/19/2019 09:51 PM, W2HX via cctalk wrote:

The pertec-to-SD project sounds very cool. Keep me in mind if you need
testers/buyers.



Yes, me too!  I still have a working 92185 (Keystone) drive, and could
be interested if your design is not too expensive.


Me Three.  I have a couple of Pertec drives.


I have a couple of unformatted drives and could use some formatters 
with Pertec interface...


Christian


Re: PDP-8 signed overflow detection

2019-03-21 Thread Pontus Pihlgren via cctalk
I thought about it during the bus ride home. I don't 
think I got it right. I'll try again after the kids 
go to bed.

/P

On Thu, Mar 21, 2019 at 04:37:26PM +0100, Pontus Pihlgren via cctalk wrote:
> Hmm, sounds like a fun thing to figure out. How about this for a start. 
> Naive, written five minutes before I have to catch my bus, untested.
> 
> I hope I understood the problem at least :)
> 
> /P
> 
> SATSUM,0
>CLA CLL
>TAD I SATSUM
>ISZ SATSUM
>TAD I SATSUM
>ISZ SATSUM
>SNL
>JMP I SATSUM
>AND (4000)
>SZA
>TAD (3777)
>JMP I SATSUM
> 
> On Thu, Mar 21, 2019 at 12:26:37AM -0700, Kyle Owen via cctalk wrote:
> > What is the shortest subroutine on a PDP-8 which will add two variables in
> > RAM and return the saturated sum (that is, returning 2047 or -2048 upon
> > overflow, otherwise the sum) in the accumulator?
> > 
> > Kyle


Re: Fujitsi 2444AC 9-track tape drive/PDP-11

2019-03-21 Thread John Foust via cctalk
At 10:40 AM 3/21/2019, Jay Jaeger via cctalk wrote:
>Me Three.  I have a couple of Pertec drives.

I've got an untested Cipher F880640-90-1025U here in Jefferson, WI.
Pertec interface, I believe.  This one doesn't do 800, though, right?

- John



Re: Fujitsi 2444AC 9-track tape drive/PDP-11

2019-03-21 Thread Jay Jaeger via cctalk
On 3/20/2019 9:56 AM, Jon Elson via cctalk wrote:
> On 03/19/2019 09:51 PM, W2HX via cctalk wrote:
>> The pertec-to-SD project sounds very cool. Keep me in mind if you need
>> testers/buyers.
>>
>>
> Yes, me too!  I still have a working 92185 (Keystone) drive, and could
> be interested if your design is not too expensive.
> 
> Thanks,
> 
> Jon
> 

Me Three.  I have a couple of Pertec drives.


Re: PDP-8 signed overflow detection

2019-03-21 Thread Pontus Pihlgren via cctalk
Hmm, sounds like a fun thing to figure out. How about this for a start. 
Naive, written five minutes before I have to catch my bus, untested.

I hope I understood the problem at least :)

/P

SATSUM,0
   CLA CLL
   TAD I SATSUM
   ISZ SATSUM
   TAD I SATSUM
   ISZ SATSUM
   SNL
   JMP I SATSUM
   AND (4000)
   SZA
   TAD (3777)
   JMP I SATSUM

On Thu, Mar 21, 2019 at 12:26:37AM -0700, Kyle Owen via cctalk wrote:
> What is the shortest subroutine on a PDP-8 which will add two variables in
> RAM and return the saturated sum (that is, returning 2047 or -2048 upon
> overflow, otherwise the sum) in the accumulator?
> 
> Kyle


PDP-8 signed overflow detection

2019-03-21 Thread Kyle Owen via cctalk
What is the shortest subroutine on a PDP-8 which will add two variables in
RAM and return the saturated sum (that is, returning 2047 or -2048 upon
overflow, otherwise the sum) in the accumulator?

Kyle