home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / program / apple.arc / READ.ME < prev    next >
Encoding:
Text File  |  1989-09-27  |  1.8 KB  |  34 lines

  1. These are a few programmes written to help port programmes from the
  2. Apple ][E to the Microbee :) {Written in 1987 by Luke}
  3. There is three main parts to this programme set,
  4. the loader which loads programmes saved on tape from the apple
  5. (or conversly you could hook the apple directly to the cassette port
  6. of the microbee) into the microbee's memory.
  7. and a couple of converter programmes.
  8. APPLEBAS - converts RAW apple basic into a text format and saves this
  9.        to disk. This can be read in again by typing    the following:
  10.        >new
  11.        >open "I",6,"filename"
  12.        >in#6on
  13. HGRLOAD -  This loads apple hires graphics and converts it to a microbee
  14.        standard. The graphics table on the apple has each byte stored
  15.        in reverse to what we would like to display.
  16.        This is handled by the HGRLOAD subroutine.
  17.        Also, the apple has a colour bit attached to the end of every
  18.        byte, which we have to strip off.
  19.        This process is handled by the HGRPIC subroutine.
  20.        HGR pictures take up a lot less disk space than HIRES pictures.
  21.        I know I haven't done it, however, It might be nicer to actually
  22.        save the HGR picture instead of the HIRES picture and call
  23.        the HGRPIC subroutine to display it. HGRPIC is very quick.
  24.        I was amazed at how much quicker you can do things in machine
  25.        code copared to basic. What would've taken 10mins is done in a
  26.        flash!
  27. SHAPTBL &
  28. XDRAW       Are for converting "shapetables" into PCG graphic characters.
  29.        By this stage I was feeling rather lazy and couldn't be bothered
  30.        writting my own xdraw routine. That would have proved to be a
  31.        lot nicer :)
  32.  
  33. It's a pity I've held these programmes for so long, there might've been
  34. a few more programmes on the microbee if people knew about it!ity I've held these