| |
danulk Account closed
Registered: Oct 2006 Posts: 2 |
How to load/start TASM on c64 (VICE) ?
Hi there,
I'd like to play with some asm on an emulated c64 (VICE), I'd like to use TMP. I have a .d64 file for the assembler but I don't know how to start it!? I guess I should attach it to a cartdrige but wich one?
Any help would be appreciated :)
Thanks
danulk |
|
| |
WVL
Registered: Mar 2002 Posts: 902 |
Depending on your version, you can start it with
sys 8*4096
or
sys 9*4096
|
| |
Style
Registered: Jun 2004 Posts: 498 |
Attach it as a disk image to drive #8, then
LOAD"$",8<enter>
LIST<enter>
to see the contents of the disk
LOAD"FILENAME",8,1<enter>
to load the assembler, depending on what the filename is (tip - move the cursor up to the filename in the directory and type LOAD on the left hand side and ,8,1: on the right hand side and hit enter).
Then type in the SYS statement that WVL listed (depending on the version) to get it running. |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
TMP ? any link to that editor ? |
| |
MagerValp
Registered: Dec 2001 Posts: 1078 |
http://www.style64.org/
|
| |
Moloch
Registered: Jan 2002 Posts: 2928 |
http://turbo.style64.org/tmp.php
|
| |
WVL
Registered: Mar 2002 Posts: 902 |
These all seem to be Macro-versions, so you can start them with sys 8*4096. |
| |
danulk Account closed
Registered: Oct 2006 Posts: 2 |
yeah guys it worked like a charm! thanks ;) |
| |
The Phantom
Registered: Jan 2004 Posts: 360 |
I didn't even get to the end of this posting...
load"tass",8,1
loading...
ready.
sys4096*9
I use v6, not sure which version your going to use. Also, I typically load the assembler through my cart's monitor and just G9000 to run it. |