| |
Testa Account closed
Registered: Oct 2004 Posts: 197 |
convert an ascii text to a seq file in a d64 image
is it possible to convert a petscii text (from pc platform, it is already converted from ascii to pet) directly into a seq file in a d64 image??
i can convert a seq file into ascii code but contra
seems to be a bit of a problem.. i can't find the
right tools...
|
|
| |
MagerValp
Registered: Dec 2001 Posts: 1078 |
c1541.exe comes with vice:
> c1541 -format "test,00" d64 test.d64
Unit: 0
Formatting in unit 8...
> c1541 test.d64 -write test.seq "test,s"
Writing file `TEST.SEQ' as `TEST,S' to unit 8.
> c1541 test.d64 -dir
No LINES!
0 "test " 00 2a
1 "test" seq
663 BLOCKS FREE.
|
| |
Testa Account closed
Registered: Oct 2004 Posts: 197 |
okay thanks for the info... this is what i am looking for...i want to convert my source-code written for kickass to turboassembler format...
|
| |
Angel of Death
Registered: Apr 2008 Posts: 211 |
@magervalp
no ascii to petscii conversion? (or does c1541.exe do that automatically?) |
| |
MagerValp
Registered: Dec 2001 Posts: 1078 |
He had already done the ascii->petscii conversion. Use petcat for that though. |