home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / program / tpinline.arc / INLINE.CPM (.txt) < prev   
Encoding:
Turbo Pascal Compiled 8bit CP/M-80 COM  |  1990-07-22  |  15.1 KB  |  88 lines

  1. Copyright (C) 1985 BORLAND Inc
  2. Ampex D150 824780rseP
  3.  .,;:=?*[]<>{}
  4. ^#V#N#F
  5. s#r#q#p
  6.     #^#V
  7. 9^#Vh&
  8. |/g}/o#
  9. T]=o`9y
  10. T9^K#
  11. 8/<oz
  12. T9^K#
  13. oGOW_g
  14. `1pF,
  15. LSTCAUX
  16. >~O6~*
  17.  .##~
  18. TRUEFALSE
  19. ##N#F*
  20. ##~++
  21.     N#F#s#r
  22. N#F#^#V
  23. Nw#Fw
  24. q#p#6
  25. #w#w#w
  26. >!DM!
  27. <(    !\
  28. Ns#Fr
  29. User break
  30. Run-time
  31.  error 
  32. , PC=
  33. Not enough memory
  34. Program aborted
  35. 0123456789ABCDEF*
  36. 0123456789ABCDEF*
  37. =                                                             !
  38.  Enter .PRN file (no extension): 
  39. No such .PRN file
  40. }2}e!d
  41. Fatal!
  42. }2}e!
  43. Symbols:
  44. MACRO!
  45. "MAXIMUM NUMBER OF SYMBOLS EXCEEDED
  46.  SYMBOL LIMIT
  47. *zes*    g
  48. *zen&
  49.   inline(   {!@
  50. .MAC}
  51.   inline(   {!@
  52. .MAC}
  53. )WARNING: cannot find label in source code
  54. 0000!
  55. )WARNING: cannot find label in object code
  56. *+$!`
  57. *-$!`
  58.     !
  59. =                                                             !
  60. ENDM!
  61. ENDIF!
  62. =                                                             !
  63. =                                                             !
  64. /LINE INCLUDED BUT COMMENTED OUT - press any key
  65.         $00);
  66.         $00);
  67. "TURBO PASCAL inline code generator
  68. v1.1c
  69. =-------------------------------------------------------------!
  70. "TURBO PASCAL inline code generator
  71. =-------------------------------------------------------------!
  72. v1.1c
  73. Andrew McLean
  74. 22nd September 1987
  75. DThis TURBO PASCAL inline source code generator will take an ordinary
  76. @.PRN file made by Digital Research's MACRO-80 assembler and make
  77. Da new .INL file containing inline source for use in pascal programs.
  78. FAll assembler code to be converted must be ASEG and start at 0100 Hex.
  79. ?All 16-bit JP, CALL, LD etc. addresses will be converted to the
  80. >INLINE standard of '*+OFFSET', eliminating the need for manual
  81. Bcalculation. Any UNDEFINED labels will be inserted into the INLINE
  82. :code which allows variable/label continuity between files.
  83. 'Limitations: Cannot recognise DEFS yet.
  84. @             Any EQU labels set to above 0100h will be converted
  85.              to an offset.
  86. (Include source code and comments (y/n): 
  87. Output file: !@
  88.