Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用实用程序将foo.txt文件复制到disk.64图像。c1541
foo.txt
disk.64
c1541
我试着写:
c1541 disk.d64 -write foo.txt foo
该文件被复制,但作为foo.prg
foo.prg
如何使用SEQ或USR类型保存它?我试过了:
SEQ
USR
c1541 disk.d64 -write foo.txt foo.seq
才发现文件被复制为foo.seq.prg.
foo.seq.prg
尝试c1541 disk.d64 -write foo.txt "foo,s"SEQ 文件和c1541 disk.d64 -write foo.txt "foo,u"USR 文件。
c1541 disk.d64 -write foo.txt "foo,s"
c1541 disk.d64 -write foo.txt "foo,u"