home *** CD-ROM | disk | FTP | other *** search
/ Geomag / Geomag_13_19xx_-_Side_B.d64 / piffy136.txt < prev    next >
Text File  |  2023-02-26  |  2KB  |  43 lines

  1. PiffyDOS - Programmers JiffyDOS by Harlekin/Fairlight
  2.  
  3.  
  4.  
  5. JiffyDOS from CMD has almost become a defacto standard for the Commodore
  6.  
  7. world. It's compatility, speed and features makes it the natrual choise
  8.  
  9. for users today. I found it very interesting how CMD managed to sqeeze everything 
  10.  
  11. into that 8kb of ROM and started to disassemble the code. With the
  12.  
  13. Omicron reassembler I got about 100k of text that i started looking into. I ported
  14.  
  15. the text to my PC and started dokumenting the code. This was back in '94.
  16.  
  17. After a few months work I finally had understood and documented the entire 
  18.  
  19. JiffyDOS-KERNAL. Since then, I have modifyed my own JiffyDOS with lots of new features. My goal
  20.  
  21. was to have a programmer-friendly KERNAL in my system... And here I am.
  22.  
  23.  
  24.  
  25. Today I'm running PiffyDOS 1.36 whith the following features!
  26.  
  27.  
  28.  
  29. Extended Basic...
  30.  
  31. * MOC and MOX are two new commands that allows you to transfer data to and from a 17xx REU.
  32.  
  33. * Input numbers in hex/bin/oct format using $,%,& as prefix.
  34.  
  35.  
  36.  
  37. * MON command to examine both internal and REU memory.
  38.  
  39. * additional errorhandling for the REU commands.
  40.  
  41.  
  42.  
  43. More Function Keys...
  44.  
  45. * using the CTRL and F-keys allows you to fastcopy the entire memory to and fram the REU.
  46.  
  47. * CTRL + F1 copy C64 internal to REU bank 2.
  48.  
  49. * CTRL + F3 copy REU bank 2 to C64 internal.
  50.  
  51. * CTRL + F5 copy C64 internal to REU bank 3.
  52.  
  53. * CTRL + F7 copy REU bank 3 to C64 internal.
  54.  
  55.  
  56.  
  57. Additional features...
  58.  
  59. * Display the loadadresses (both when using JiffyDOS drives and normal drives).
  60.  
  61. * CTRL + X. Copy REU bank1 to C64 internal and execute program at $9000. (Rescue routine for 
  62.  
  63. FairLights Xmem Assembler, or any other program working the same way.)
  64.  
  65. * FAST memorycheck that NOT destroys adr $8000 ar $a000 if an external memory is found.
  66.  
  67.  
  68.  
  69. Next release...
  70.  
  71. * Skip autostart is C= key is pressed.
  72.  
  73. * Possibility to load over I/O and KERNAL areas (D000 to FFFF).
  74.  
  75.  
  76.  
  77. I made a PiffyDOS-patcher the other day, with patches your original JiffyDOS and saves the PiffyDOS
  78.  
  79. to disk for later being burned into a EPROM. The PiffyPatcher is available for download in the download-area!
  80.  
  81.  
  82.  
  83.  
  84.  
  85.