Zybex #1 Posted September 19, 2004 how to take a .txt file and copy to a virtual ATR image? I don't know how to do this, and i need to use this trick for programming in ASM (MAC 65). How i can append source files in asm ??? Please help me. I'm really interested in learn this classic language. And ¿QuickAsembler is similar to Mac 65? PD : I have a SIO2PC Thanks. Quote Share this post Link to post Share on other sites
Goochman #2 Posted September 20, 2004 With APE you can set your HD as a 'virtual' disk drive through SIO2PC. From there you should be able to open the ASCII file on the Atari. Or, Do something similar via an emu. Quote Share this post Link to post Share on other sites
Nukey Shay #3 Posted September 20, 2004 Yeah...with Atari800Win, you can set up virtual "hard drives" for the system...which are accessed by using H: instead of D:. Each one (H1:, H2:, H3:, and H4) can be set up to use a specific folder as the "virtual" drive...everything in it is treated as the contents of a single disk (whether it's BAS files, TXT files, whatever). So you can load the data using H1: (or H5: to translate the text into ATASCII)...and then save to a blank .atr image by using D:. Quote Share this post Link to post Share on other sites
Bunsen #4 Posted September 20, 2004 without sio2pc you can use the programs MakeAtr http://serious-dial.atari.pl/makeATR/ or ATRUtil95 http://atari.ksiders.tzo.com/a8emulators.html http://freeweb.siol.net/diomedes/pc_files.htm Quote Share this post Link to post Share on other sites
Zybex #5 Posted September 21, 2004 thanks for the tips. Quote Share this post Link to post Share on other sites