Search found 1 match

by htheus1974
Wed Nov 21, 2018 11:57 pm
Forum: Assembly
Topic: Assembly Beginner
Replies: 1
Views: 5535

Assembly Beginner

Hey there! I am new to this forum. I am interested to learn assembly on a C64. I am using C64Studio and the VICE Emulater for that. I worte today two codefragments: *=$0801 !byte $0c,$08,$e2,$07,$9e,$20,$32,$30,$36,$32,$00,$00,$00 lda #$41 ldx #$ff loop sta $03ff,x dex bne loop rts and a smaller one...