home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / asm370 / 193 next >
Encoding:
Text File  |  1992-12-22  |  12.6 KB  |  247 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!paladin.american.edu!auvm!!III
  3. Message-ID: <ASM370%92122118533726@UGA.CC.UGA.EDU>
  4. Newsgroups: bit.listserv.asm370
  5. Date:         Mon, 21 Dec 1992 17:26:32 CST
  6. Sender:       IBM 370 Assembly Programming Discussion List <ASM370@UGA.BITNET>
  7. Comments:     Converted from PROFS to RFC822 format by PUMP V2.2X
  8. From:         Gary Garland Gregory - Systems Programmer III
  9.               <SGGGG@TTUVM1.BITNET>
  10. Subject:      Higgins Cross Assembler
  11. Lines: 234
  12.  
  13. *** Resending note of 12/21/92 15:55
  14.       Texas Tech University - P.O. Box 43051
  15.       Lubbock, Texas 79401  - (806) 742-1016
  16. As promised here is the information concerning the Higgin's cross-assembler.
  17. The information below was extracted from the README.DOC file.  Sorry it took so
  18. long but I had a conversion and final exams last week.
  19.  
  20.  
  21.                                   6365 - 32 Avenue North
  22.                                   St. Petersburg, Florida 33710
  23.                                   September 7, 1987
  24.  
  25. PC/370 Users:
  26.  
  27.  
  28. This is the system disk for PC/370 release 3.2.  This release contains
  29. the following major enhancements since release 2.0:
  30.  
  31.   1.  Thanks to Jacques Roy, a new macro preprocessor M370.COM has been
  32.       included along with a set of demo macros including MVS type OPEN,
  33.       CLOSE, GET, PUT, READ, WRITE, WTO, and WTOR.  Some of you have been
  34.       waiting a long time for this addition.  Run RUNMAC.BAT for examples.
  35.       See M370.DOC for processor syntax and MACRO.DOC for macro arguments.
  36.       Note M370.COM is written in PC/370 assembler and requires the emulator.
  37.       If you find the macro preprocessor useful and want to support future
  38.       enhancements, send $10. to:
  39.  
  40.         Jacques Roy
  41.         XL Software Inc.
  42.         1000 St-Jean Baptiste #120
  43.         Quebec, Canada G2E-5G5
  44.  
  45.   2.  Floating point support including the standard 370 short, long, and
  46.       extended instructions has been added using the INTEL 80x87 co-processor.
  47.       If the chip is installed, the floating point instructions are active
  48.       otherwise their use will cause operation exception as in previous
  49.       releases.  Option P can be specified to force disabling of floating
  50.       point option even though a co-processor is installed.  If option P
  51.       is active, the floating point registers will be displayed by R command
  52.       in the interactive debugger.  See FP87.DOC for more information.
  53.       A scientific subroutine package including standard functions such as
  54.       ALOG, ALOG10, EXP, INT, REAL, SQRT, and TAN have been added in SSP.ALC.
  55.       Run BLDSSP.BAT to include SSP functions in system library and run
  56.       RUNSSP.BAT to test SSP routines if 80x87 is installed.  See SSP.DOC for
  57.       more information on functions.
  58.  
  59.   3.  The A370 cross assembler now supports E, D, and L floating point
  60.       formats (requires 80x87 installed to assemble E, D, and L).  The
  61.       assembler also now includes new extension for ASCII character
  62.       strings included in double quotes.  For example, DC C"A0" generates
  63.       the same code as DC X'4130'.
  64.  
  65.   4.  The E370R30.EXE 370 emulator now includes 7 new SVC's as follows:
  66.  
  67.       a.  SVC 28 - turn on  EBCDIC to ASCII conversion for WTO SVC 209 (def.).
  68.       b.  SVC 29 - turn off EBCDIC to ASCII conversion for WTO SVC 209.
  69.       c.  SVC 30 - turn on  auto carriage return for WTO SVC 209 (default).
  70.       d.  SVC 31 - turn off auto carriage return for WTO SVC 209.
  71.       e.  SVC 32 - convert address in reg 1 to segment:offset in reg 0
  72.       f.  SVC 33 - convert segment:offset in reg 0 to address in reg 1
  73.       g.  SVC 34 - issue hardware interrupt with user defined PC registers
  74.                    (this is a generic facility which can be used to issue
  75.                     any MS-DOS function call or BIOS interrupt with user
  76.                     defined registers mapped to memory area in register 1)
  77.       h.  SVC 35 - microcode assist for scientific subroutines (see FP87.DOC).
  78.  
  79.       See SVC.DOC and TESTINT.ALC for demo of all of the above SVC's.
  80.  
  81.   5.  The following release 2.0 bugs have been fixed:
  82.  
  83.       a.  A bug in SVC 11 memory freemain occurred when releasing block
  84.           between two other free blocks (fixed in release 2.0A).
  85.       b.  Fix error when EQU's appear in blank CSECT before any other
  86.           code (also fixed in release 2.0A).
  87.       c.  Force DCB SYNAD exit when RBA random write causes short block
  88.           write due to bad RBA exceeding disk capacity.
  89.       d.  A nasty but infrequent bug in L370 causing object modules which
  90.           happen to end on 128 block boundary in the middle of a library
  91.           to cause error in processing library.
  92.       e.  A DSECT with register 0 is now permitted for addressing low memory.
  93.       f.  An error in a DS or DC address constant  distroyed the location
  94.           counter causing additional erroneous errors in following code.
  95.       g.  File ASCII tranlation output option fixed in PUT svc (was
  96.           translating after write and not restoring to EBCDIC).
  97.       h.  A370 now treats blank lines like comments rather than flagging
  98.           them as syntax errors.  Although I never considered this a bug,
  99.           I agree it has bugged me more than a few times in the past.
  100.       i.  ASCII and EBCDIC tables have been fixed to correctly translate
  101.           left bracket and greater than or equal to symbol codes.
  102.       j.  The jump command in interactive debug has been fixed to correctly
  103.           handle virtual addresses over 64k in 370 mode.
  104.       k.  The MP multiply packed has been corrected to give specification
  105.           error if 370 field length or zero byte requirements not met.
  106.       l.  DS in multiple CSECT module generated bad oject code causing
  107.           linkage editor error.
  108.       m.  ZAP with any number with zero in low nibble sets positive sign and
  109.           zero condition code (regression bug with release 2.0).
  110.       n.  Allow maximum 80 character ALC statements with seq. #.
  111.       o.  Fix A370 label EQU to CSECT/DSECT which caused L370 errors.
  112.       p.  Flag A370 RLD's for DSECT symbols causing L370 errors.
  113.  
  114.   6.  The SEE editor has been changed to support embedded tabs which default
  115.       to tab stops at column 10, 16, and each 5 after that.  A bug in search
  116.       due to not updating memory from screen prior to starting search in
  117.       memory from current line on screen was fixed.
  118.  
  119.   7.  The ASCII conversion table has been expanded to 256 bytes and both the
  120.       EBCDIC and ASCII tables are identified in PTF.DOC to allow addition of
  121.       extended characters requested by French and German users.
  122.  
  123.   8.  A new utility T370.ALC has been added which will translate A370 object
  124.       files in compressed bit stream format into standard IBM 370 linkage
  125.       editor 80 byte fixed record files.  The utility also has an option to
  126.       list the object records in hex format.  Run BLD370.BAT to assemble,
  127.       link, and execute demo.  This is useful to those users who wish to
  128.       upload object code instead of source code to an IBM mainframe.
  129.  
  130. For those users who skipped release 2.0, it contained the following
  131. major enhancements over release 1.2:
  132.  
  133.   1.  All 370 programs now run in virtual address spaces up to 512k.  For
  134.       example, SIEVE.ALC is a demo 370 program which uses a 100,000 byte
  135.       table to calculate prime numbers.  Execute RUN.BAT to assemble, link
  136.       and execute SIEVE.  SIEVE prints relative benchmark timings for
  137.       different MS-DOS systems.  On a PS/2 Model 50, SIEVE takes about 40
  138.       seconds executing about 15,000 370 instructions per second.  On a
  139.       Compaq 386, SIEVE takes about 20 seconds executing 25,000 instructions
  140.       per second (or 0.025 MIPS).
  141.  
  142.   2.  Multiple 370 and 8086 programs can be dynamically loaded and executed.
  143.       Modules can be executed within the same address space or executed in
  144.       separate address spaces with memory protection via attach and detach
  145.       supervisor calls.  See TEST25ML.ALC for example of the program
  146.       management options.
  147.  
  148.   3.  Each address space now contains a standard 370 low memory prefix to
  149.       support supervisor, program, and external interrupt facilities when
  150.       running 370 programs in problem state mode.  With this facility, it
  151.       is now possible to develop multiple operating system shells for
  152.       PC/370 programs including VM, VSE, and MVS.  MVS.ALC shell is now
  153.       included with WTO/WTOR, GMAIN/FMAIN, TIMER, and SIO channel program
  154.       simulator.  Also for simple external interrupt handler, see CLOCK.ALC.
  155.  
  156.   4.  The PC/370 file management support has been rewritten using MS-DOS
  157.       file handle interface to support full pathing and relative byte
  158. addressing
  159.       of files.  See TESTIO.ALC for example of how to read and write sequential
  160.       and random files.  See TESTFCB.ALC for example of how to still use old
  161.       FCB type file access.
  162.  
  163.   5.  The PC/370 assembler and linkage editor have been converted from COM
  164.       to EXE format programs and now support much larger 370 programs with
  165.       over 1000 labels and up to 50,000 bytes of 370 object code.
  166.  
  167.   6.  The ASSIST facility has been enhanced with the ability to redirect I/O
  168.       to the console.
  169.  
  170.   7.  The SEE.ALC full screen text editor has been modified to use dynamic
  171.       address space memory with direct addressing  instead of cross memory
  172.       access to free MS-DOS memory required in release 1.2.
  173.  
  174.   8.  The following release 1.2 bugs have been fixed:
  175.  
  176.       a.  DSECT's with anything but DS instructions caused problems due
  177.           to bad code being generated.
  178.       b.  ENTRY sysmbols can now be referenced within same source module.
  179.       c.  BXH and BXLE now handle negative index values correctly.
  180.       d.  Trace and PSW address of instruction which is target of EX
  181.           is now correct.
  182.       e.  EQU's preceeding first CSECT caused zero length blank CSECT
  183.           error.
  184.  
  185.   9.  The PC/370 documentation has been expanded to cover new features
  186.       and add additional information frequently requested by users.
  187.       Distribution now requires 2 360KB floppy diskettes instead of one.
  188.  
  189. Installation and verification of PC/370 can be doen as follows:
  190.  
  191.   1.  If obtained in PC370R30.ARC single compressed file format,
  192.       unload individual files to single harddisk directory \PGM using
  193.       ARC520.EXE or later version.  Assuming hard disk is on C and RAM
  194.       disk is on D, issue the following commands:
  195.  
  196.       BLDPRT   C: \PGM              build PRINTDOC.COM and print READ.ME
  197.       BLDSEE   C: \PGM  C: \DOC  D: build SEE.COM text editor and run demos
  198.       BLDLIB   C: \PGM              build L370.LIB system subroutine library
  199.       RUN      C: \PGM              run PC/370 standard demo and test programs
  200.       RUNMAC   C: \PGM  C: \DOC  D: run macro processor demo programs
  201.       RUNMVS   C: \PGM  C: \DOC  D: run MVS shell demo with channel simulator
  202.       BLDSSP   C: \PGM              add scientific suroutines to L370.LIB
  203. ***
  204.       RUNSSP   C: \PGM              run scientific subroutine tests
  205. ***
  206.       BLD370   C: \PGM  C: \PGM  D: build T370 object code translator
  207.  
  208.       *** both of these optional commands require 80x87 installed
  209.  
  210.   2.  If obtained in diskette format, place PGM disk in drive B:
  211.       and DOC disk in drive A:
  212.  
  213.       BLDPRT   B: \                 build PRINTDOC.COM and print READ.ME
  214.       BLDSEE   B: \     A: \     D: build SEE.COM text editor and run demos
  215.       BLDLIB   B: \                 build L370.LIB system subroutine library
  216.       RUN      B: \                 run PC/370 standard demo and test programs
  217.       RUNMAC   B: \     A: \     D: run macro processor demo programs
  218.       RUNMVS   B: \     A: \     D: run MVS shell demo with channel simulator
  219.       BLDSSP   B: \                 add scientific suroutines to L370.LIB
  220. ***
  221.       RUNSSP   B: \                 run scientific subroutine tests
  222. ***
  223.  
  224.       *** both of these optional commands require 80x87 installed
  225.  
  226. VTOC.DOC lists each file with one line description.
  227. For additional information, SEE PC370.DOC and other DOC files.
  228. To print any file on console or standard printer with page control,
  229. use PRINTDOC.COM created by BLDPRT.BAT with single filename parm.  Note that
  230. all PC/370 programs like PRINTCOM require access to E370R30.EXE via default
  231. drive or path.
  232.  
  233. Please send feedback on the product including suggestions and documentation
  234. on any errors discovered.  You can help determine future releases by giving
  235. me your priorities for future enhancements.  Write to the following address
  236. or send electronic mail on Compuserve to 73047,1113:
  237.  
  238.   Don Higgins
  239.   6365 - 32 Avenue North
  240.   St. Petersburg, FLorida 33710
  241.  
  242. Hope you enjoy PC/370 release 3!
  243.  
  244. +-------------------------------------------------------------+
  245. |    BitNet: SGGGG@TTUVM1   InterNet: SGGGG@TTUVM1.TTU.EDU    |
  246. +-------------------------------------------------------------+
  247.