
 Pascal subset compiler
 Written by Oleg Melnikov
 Published by kind permission of the author (June 18, 2000)

 Input language:        Pascal subset
 Output:                MASM-compatible assembly code
 Implementation:        Borland Pascal
 Host platform:         DOS, Windows
 Target platform:       DOS, 16-bit
 Version:               67 (June 12, 2000)

 The input language is a subset of Pascal (with some minor
 differences). Examples: "1_sort" and "2_twoT". Output file
 is called "endfil.asm". To produce an executable:

  masm.exe endfil.asm,,,,
  link.exe endfil.obj,,,,

 If you need more information, feel free to contact me.

 email: yallie@yandex.ru
 web:   http://yallie.narod.ru

 Y [18-06-00], [28-03-01], [11-01-03]
