At 12:29 PM -0700 9/16/06, Zane H. Healy wrote:
Now for what is no doubt a very stupid question that
I'm hoping
someone can help with.
I'm using "Turbo Macro Assembler '05", and have verified that it
works with the following simple little program that I got off the
web:
* = $1000
loop: inc $d020 ; increment $d020
jmp loop ; jump to label loop
I can get <-- 3 "Assemble and run" to work just fine, however while
<-- 5 "Assemble to disk" seems to work, how on earth do I execute
the program that is created? Obviously I need to do a:
LOAD"FLASH",8,1
It loads just fine, and I assume I need a SYS statement with an
address to start it, but what on earth should that address be?
I converted the HEX addresses that the assembler gave me when I
assembled to disk, and managed to figure out that I needed a "SYS
1000".
Todays project a User Port Serial Interface with a System Reset
Switch added on so I can get rid of the cartridge expander.
Zane
--
| Zane H. Healy | UNIX Systems Administrator |
| healyzh at
aracnet.com (primary) | OpenVMS Enthusiast |
| MONK::HEALYZH (DECnet) | Classic Computer Collector |
+----------------------------------+----------------------------+
| Empire of the Petal Throne and Traveller Role Playing, |
| PDP-10 Emulation and Zane's Computer Museum. |
|
http://www.aracnet.com/~healyzh/ |