Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.apple2.programmer > #969
| From | Benoit0123 <bgilon@free.fr> |
|---|---|
| Newsgroups | comp.sys.apple2.programmer |
| Subject | Re: Merlin's "PUT" Pseudo Op |
| Date | 2013-11-14 22:25 +0000 |
| Organization | Mac GUI |
| Message-ID | <benoit0123-1384467928@macgui.com> (permalink) |
| References | <d2f54c06-b9d8-4b49-b2df-dfc26e3bea3e@googlegroups.com> |
bpicchi wrote: > My source is reaching HIMEM ($8000) and I need to break it up into 2 > smaller source files. I tested this out by taking a portion of it and > saving it separately (called the file "intro" for now). Then in the 2nd > file I used the PUT opcode using the syntax "PUT Intro". I get a message > back saying file not found even though the file is present on the disk. I > tried saving the intro file in different formats (Intro.S, Intro as a text > file, etc). What's the secret to getting this to work. I'm sure it's a > simple newbie mistake with syntax. > If you're using the DOS 3.3 version of Merlin, then a) either the file should be named T.INTRO and be of text type so that the PUT INTRO directive works or b) the file should be named INTRO and be of text type and you should use the directive PUT with an ! sign prefixing the name as in PUT !INTRO Such PUT files are purely text files and can be created by using the Write option from Merlin main menu. Details are given on page 93 of Merlin 8/16 user guide. HTHATS, Benoit -- Growing old is mandatory.. growing up is optional.. But the other way round is as true.
Back to comp.sys.apple2.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
Merlin's "PUT" Pseudo Op bpicchi@gmail.com - 2013-11-14 09:38 -0800
Re: Merlin's "PUT" Pseudo Op aiiadict@gmail.com - 2013-11-14 10:30 -0800
Re: Merlin's "PUT" Pseudo Op bpicchi@gmail.com - 2013-11-14 13:48 -0800
Re: Merlin's "PUT" Pseudo Op "Bill Buckels" <bbuckels@mts.net> - 2013-11-14 16:11 -0600
Re: Merlin's "PUT" Pseudo Op "Bill Buckels" <bbuckels@mts.net> - 2013-11-14 17:59 -0600
Re: Merlin's "PUT" Pseudo Op bpicchi@gmail.com - 2013-11-14 16:22 -0800
Re: Merlin's "PUT" Pseudo Op Michael J. Mahon <mjmahon@aol.com> - 2013-11-14 20:03 -0600
Re: Merlin's "PUT" Pseudo Op bpicchi@gmail.com - 2013-11-14 18:44 -0800
Re: Merlin's "PUT" Pseudo Op Michael J. Mahon <mjmahon@aol.com> - 2013-11-15 12:27 -0600
Re: Merlin's "PUT" Pseudo Op "Anton Treuenfels" <teamtempest@yahoo.com> - 2013-11-15 17:40 -0600
Re: Merlin's "PUT" Pseudo Op Benoit0123 <bgilon@free.fr> - 2013-11-14 22:25 +0000
csiph-web