| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
LOAD "BASIC",8?
When doing a LOAD "basic",8 where basic is a prg-file with basic-content, what does the BASIC and KERNEL really do?
I try to inject such a file into memory myself in some emulator stuff I'm testing. I checked the KERNEL-load at $E168 ([perform] load, http://unusedino.de/ec64/technical/aay/c64/rome168.htm) and it looks like it's just doing a simple $ffd5-load and store the end-adress at $2d/$2e then calls $a52a (insert basic text). I do the same and I can see the listing properly when doing LIST, but when I do RUN i get "SYNTAX ERROR" directly. Very weird.
Any ideas? |
|
| |
tlr
Registered: Sep 2003 Posts: 1790 |
POKE2048,0 |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: POKE2048,0
:D
Nevermind, I got it right from the start but did a real rookie mistake, forgot to remove to load-address. :D |
| |
Frantic
Registered: Mar 2003 Posts: 1648 |
Lamer! |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
could it be a VICE bug? |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: could it be a VICE bug?
Haha, no. This has absolutely NOTHING to do with VICE. :) |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
how can you know? are you a pro? |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: how can you know? are you a pro?
VICE wasn't running afaik. :D |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: how can you know? are you a pro?
pro-lifer btw? no, not really. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
do you even know superpoker??? |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: do you even know superpoker???
secret pokes? yes. |
... 7 posts hidden. Click here to view all posts.... |
Previous - 1 | 2 - Next |