Hi Mats,
It's exactly the same monitor as was shipped in the "new ROM" (BASIC 3.0) PETs. On the "old" ROM PET (BASIC 2.0) you had to load it from tape. There have been 3rd party monitors that may have used a different command syntax but TIM's has never changed.
TIM does have access to the IEEE floppy drives, but you have to use the "new ROM" or BASIC 3.0 disk "commands". The built in disk commands of BASIC 4 (DLOAD, DSAVE etc) are not available from within TIM. You then need to include the drive reference in the file name, eg :
S "0:TEST",08,0400,0776 (save to drive 0 on disk unit
Just for reference, the assigned IEEE device numbers are as follows on PETs/CBMs:
00 : Keyboard (input only)
01 : Cassette #1
02 : Cassette #2
03 : Screen (output only)
04 : Commodore printers (default, can be changed by reprogramming the printer)
08 : Commodore disk units (default, can be changed by reprogramming the disk unit)
One final thought, on Commodore floppy disk units drive "0" is usually on the RIGHT.
George