1
0
mirror of https://github.com/simh/simh.git synced 2026-04-25 11:41:25 +00:00
Files
simh.simh/I650/sw/fortransit/pack_res2.txt
Roberto Sancho Villa 13cb294274 I650: Release 3
New Hardware support:
- IBM 653 Storage Unit: provides machine opcodes
  for Floating Point, Immediate Access Storage (IAS),
  Three Index registers, Cards Punch-read
  synchronizers 2 and 3.
New Software included:
- FORTRANSIT: version II (S), plus run time PACKAGE
  with standard Fortran functions.
- Reorganized sw directory, separating each language
  in its own folder. Each one Includes a 00_readme.txt
  file with restoration notes and comments.
New features:
- Support for SOAP opcode mnemonics in addition
  to regular IBM mnemonics
- FAST / REALTIME CPU options
- PROP pseudo register
- CARDDECK ECHOLAST command
2018-05-18 21:58:24 +02:00

22 lines
1.3 KiB
Plaintext

1
1 fortran
1 package reservation
1 for package use
1
1 includes
1 - float fix conversions
1 - fortran read punch statemens
1 - fortran power operator
1 - fortran functions
1 excludes
1 - nothing
1
regp1951 1960 read band
regj1977 1986 punch band
regw1988 1998 storage band
blr 1401 1999 reserve
1 pack space
1
1 end of package reservation
1