-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi, I've been trying to compile this code having followed your videos, and I get the following:
.......\be6502-Static_VRAM>vasm6502_oldstyle -L a.list -chklabels -wfail -x -wdc02 -Fbin -dotdir main.s
vasm 2.0a (c) in 2002-2024 Volker Barthelmann
vasm 6502 cpu backend 1.0a (c) 2002,2006,2008-2012,2014-2024 Frank Wille
vasm oldstyle syntax module 0.20a (c) 2002-2024 Frank Wille
vasm binary output module 2.3c (c) 2002-2024 Volker Barthelmann and Frank Wille
error 10 in line 3 of "vdp_write_vram" (line 18 of "vdp.s"): number or identifier expected
called from line 53 of "vdp.s": vdp_write_vram VDP_PATTERN_TABLE_BASE
included from line 5 of "main.s"
lda #(VDP_WRITE_VRAM_BIT | >\1)
error 10 in line 3 of "vdp_write_vram" (line 18 of "vdp.s"): number or identifier expected
called from line 81 of "vdp.s": vdp_write_vram VDP_NAME_TABLE_BASE
included from line 5 of "main.s"
lda #(VDP_WRITE_VRAM_BIT | >\1)
Im sorry, I dont know if it my error or the code
Thanks