| |
Testa Account closed
Registered: Oct 2004 Posts: 197 |
turbo assembler bug
high, i use vice and turbo assembler for a few years now but since a few months i have a problem with a few sources.
when i go from turbo assembler to the the monitor of action replay with arrow 1, the monitor doesn't work
i must first reset and than go to the monitor...
it is a little bit strange .. who knows whats wrong here...
mabey it is time for me to switch to a good crossassembler....
second question: when you use a cross assembler can you use the monitor of your action replay freely??
if yes i switch to crossassembler...
bye bye
|
|
| |
AlexC
Registered: Jan 2008 Posts: 299 |
Personally I use RR with TMP and I have no problems with entering RR monitor. When using cross assembler like KickAssembler for example you will have no problems with freeze button unless you screw up cart configuration ($DE00).
Check if your code is not writing to $DE00 or runs in ultimax mode. |
| |
Testa Account closed
Registered: Oct 2004 Posts: 197 |
ok man, thanks for the info! |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
thats a case for c64 emulator bugs. I've also found vice hanging from time to time when quickloading state, but this one seems to be gone now tho. |
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
face it, Turbo Assembler ( most cracked versions at least ) just has some bugs... the versions I used will sometimes tell me that I am not allowed to do lda #$xx ( where xx is a value between 00-ff ).
Have you tried a different version yet?
------------------------------------
http://zomgwtfbbq.info |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
its a vice bug. tasm never crashed on me on the real thing when exiting to monitor with <-1. |
| |
AlexC
Registered: Jan 2008 Posts: 299 |
Quote: its a vice bug. tasm never crashed on me on the real thing when exiting to monitor with <-1.
unless you overwrite TASM code with yours ;)
As a side note: I have this problem when testing code for cart that has to start from $8000 with CBM80 reset. I know I could use older versions of TASM that starts at $9000 but I'm using TMP1.2 with REU so when running code I'm loosing only TASM itself not the source code and only during final testing after code gets relocated to $8000 because normally I'm using RR with TMP rom. |