Re: Fastload cart From: Kate Slaminko Reply to: Kate Slaminko Date: Wed, 09 Dec 1998 20:57:25 -0800 Organization: NorthWest Nexus Inc. References: <366f34ed.574691@news.feist.com> Solomon Magus wrote: > Hey guys, > > I recently got a fastload cart at a thrift store and remember only a > few commands for it.I'm looking specificallly for the format and > assembler keys(loadstar81 would help too) > If anyone could help or point towards help I would be so appreciative > that you would almost be embarassed > > TIA, > Sol > > PS:it's mostly the format that i'm looking for Assuming you mean an Epyx Fastload cart, this should help: $ read directory C= and RUN/STOP simultaneously load & run first program on disk /filename to load a program like LOAD"file",8 %filename to load a program like LOAD"file",8,1 filename to save a file @command or >command to send a disk command. So @n:diskname,id will format a disk @ or > read error channel To enter the utility menu (disk/file copy, disk editor, disable, etc.), press the english pound key ! enters the m.l. monitor. Monitor commands are (using 0000 as sample address): 0000G go to 0000 via JSR 0000J go to 0000 via JMP 0000 1111H22 33 44 Hunt for consecutive bytes 22 33 44 in range 0000 to 1111 0000 1111L disassemble this range and list to screen 0000 1111M Move 1111-2222 to new address starting at 0000 0000 11 R"SSSS" Binary load from device 11, filename "SSSS" 0000S Single step thru code & display registers 0000T Trace from 0000, displaying registers after each instruction. 0000 1111 2222V Verify contents of 1111-2222 with range starting at 0000. 0000 1111 22 W"SSSS" Save range 0000-1111 on device 22 with name SSSS 0000 1111* display memory range in hex and ASCII 0000 1111 print this range in ASCII AA XX YY PP SP: display registers. If followed by numbers, load registers. % exit >"command" send disk command $ print directory. 0000= print 0000 in hex,decimal,binary, and ascii This isn't quite all the commands, but I'm getting typers cramp.