home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / LANGUAGS / MODULA2 / M2VHOCH.LBR / README.ZEX < prev   
Text File  |  2000-06-30  |  640b  |  17 lines

  1. ;
  2. ; Two versions of the same program
  3. ; compiled by different versions of Modula-2.
  4. ;
  5. ; ERATOS.COM by Hochstrasser Computing AG Modula-2 for Z80.
  6. ; PRIME.COM  by Borland Turbo Modula-2 for SB180.
  7. ;
  8. TIME C;ERATOS;TIME X
  9. TIME C;PRIME;TIME X
  10. ;
  11. ; Note that while the Hochstrasser compiled ERATOS will
  12. ; run under any SB180 operating system, the Borland 
  13. ; compiled PRIME will only run on the SB180 that compiled
  14. ; it (the manual says Native Code is Z80 code... I wonder?).
  15. ; Maybe I'm missing something here but take a look at the
  16. ; size of the files....
  17. ;