Re: Windows C64 Assembler.
- From: "David Murray" <adric22@xxxxxxxxx>
- Date: 17 Mar 2006 08:49:40 -0800
Yes, I appear to be using the same version, but there are no version
numbers in the program anywhere. I just tried again with the same
problem. Here is the code exactly:
*=$C000 ;Start at SYS49152
LDA $D011
ORA #$10
STA $D011 ;TURN BIT MAP MODE ON
LDA $D018
ORA #$08
STA $D018 ;SET BIT MAP TO $2000
RTS
And here is cut right from the monitor in VICE:
..C:c000 A9 00 LDA #$00
..C:c002 05 10 ORA $10
..C:c004 85 00 STA $00
..C:c006 A9 00 LDA #$00
..C:c008 05 08 ORA $08
..C:c00a 85 00 STA $00
..C:c00c 60 RTS
I am saving as a .PRG file, if that matters. Can you email your reply
directly to me? adric22@xxxxxxxxxx It will be faster to resolve it.
.
- Follow-Ups:
- Re: Windows C64 Assembler.
- From: jhon smith
- Re: Windows C64 Assembler.
- References:
- Windows C64 Assembler.
- From: jhon smith
- Re: Windows C64 Assembler.
- From: Jhon Smith
- Re: Windows C64 Assembler.
- From: David Murray
- Re: Windows C64 Assembler.
- From: christianlott1
- Re: Windows C64 Assembler.
- From: David Murray
- Re: Windows C64 Assembler.
- From: jhon smith
- Windows C64 Assembler.
- Prev by Date: Re: Windows C64 Assembler.
- Next by Date: Stereo sid/GO64
- Previous by thread: Re: Windows C64 Assembler.
- Next by thread: Re: Windows C64 Assembler.
- Index(es):
Relevant Pages
|