home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug022.arc / INVERSE2.I < prev    next >
Text File  |  1979-12-31  |  384b  |  22 lines

  1. procedure Inverse;
  2. begin
  3.  Inline ($3E/1/
  4.          $D3/$0B/
  5.          $11/$F800/
  6.          $21/$F000/
  7.           01/$800/
  8.           $7E/
  9.           $2F/
  10.           $12/
  11.           $13/
  12.           $23/
  13.           $0B/
  14.           $79/
  15.           $B0/
  16.           $20/$F6/
  17.           $3E/00/
  18.           $D3/$0B
  19.           )
  20.  
  21. end;
  22.