From 5dfc8ddb515c17b7c61a6e56d3ce3c57f6da2622 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 18 Apr 2016 12:14:21 +0100 Subject: Fixed problem with zero page detection. Zero page detection wasn't aggressive enough; by only doing the test on the last past, labels weren't being updated till the final pass. --- src/example/vcs.asm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/example/vcs.asm') diff --git a/src/example/vcs.asm b/src/example/vcs.asm index 379722c..fcc0481 100644 --- a/src/example/vcs.asm +++ b/src/example/vcs.asm @@ -15,10 +15,6 @@ option output-file,vcs.bin - option +list - option +list-hex - option +list-pc - VSYNC equ $00 VBLANK equ $01 WSYNC equ $02 -- cgit v1.2.3