Search found 1 match

by LaPi
Wed Nov 14, 2018 8:36 am
Forum: Assembly
Topic: Assembler problem
Replies: 1
Views: 4361

Assembler problem

I'm a beginner. In this program, ASCII characters appear instead of "C64 ASSEMBLER". I use Relaunch64 (64 Tass) and VICE emulator.


*=$2710
ldx #$2C
wpak lda tekst, x
sta $0400, x
dex
bne wpak
rts
tekst
.text "C64 ASSEMBLER!"

Greetings
LaPi