Difference between revisions of "PC/370"

From Computer History Wiki
Jump to: navigation, search
(make a proper link to refrence book: added an earler refrence book)
m (Format)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
PC/370 is a simple [[System/370]] Personal computer 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.
  
*[https://web.archive.org/web/20220118120224/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/ Mainframe Assembler Programming by Bill Qualls] A PDF of the book "Mainframe Assembler Programming" released by it's author, that can be downloaded by chapter or complete book
 
  
*[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 - Student Text SC20-1646-6 IBM ]
+
* [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)
  
{{stub}}
+
{{semi-stub}}
  
[[Category:Emulators]]
+
[[Category: Emulators]]

Latest revision as of 15: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