// Tests procedures using global variables (should not fail) .pc = $801 "Basic" :BasicUpstart(main) .pc = $80d "Program" .label SCREEN = $400 main: { lda #1 sta SCREEN rts }