PC/370: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
m Another typo
m Format
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
PC/370 is a simple [[System/370]] emulator that simulates a few mainframe environments, and provides the means to build assembly programs on the PC, and run them.
'''PC/370''' is a simple [[System/370]] [[emulator]] that simulates a few [[mainframe]] environments on [[personal computer]]s, and provides the means to build [[assembly language]] programs on the PC, and run them.


*[http://don-higgins.net/pc370.htm http://don-higgins.net/pc370.htm]
PC/370 is generally considered obsolete, and it no longer needs to be paid for.


PC/370 is generally considered obsolete, and it no longer needs to be paid for.
== Successor ==
 
It was succeeded by z390 Development Environment for PC.  


== Links of interest ==
==External links==


* [http://www.billqualls.com/assembler/ http://www.billqualls.com/assembler/] A PDF copy of the book "Mainframe Assembler Programming" released by its author.
* [https://web.archive.org/web/20220118120224/http://don-higgins.net/pc370.htm PC/370 to z390 Timeline of Events] - archived
* [http://www.billqualls.com/assembler/ Mainframe Assembler Programming] - a PDF of the book, released by its author, Bill Qualls, that can be downloaded by chapter or complete book
* [http://bitsavers.trailing-edge.com/pdf/ibm/370/asm/ asm] - collection of assembler manuals at [[Bitsavers]]
** [http://bitsavers.trailing-edge.com/pdf/ibm/360/asm/SC20-1646-6_int360asm_Aug70.pdf A Programmer's Introduction to IBM System/360.Assembler Language] (SC20-1646-6)


{{semi-stub}}
{{semi-stub}}


[[Category: Emulators]]
[[Category: Emulators]]

Latest revision as of 13:34, 27 June 2024

PC/370 is a simple System/370 emulator that simulates a few mainframe environments on personal computers, and provides the means to build assembly language programs on the PC, and run them.

PC/370 is generally considered obsolete, and it no longer needs to be paid for.

Successor

It was succeeded by z390 Development Environment for PC.

External links