fix label placement

This commit is contained in:
Peter Ferrie 2019-09-20 16:53:43 -07:00
parent a85748c8af
commit 8ebfeab1d4

View File

@ -503,7 +503,6 @@ ProDOS_savedY
lda #0
rts
ProDOS_unit
!if * > $bf30 {
!error "$BF30 misplaced (",*,")"
} else {
@ -511,6 +510,7 @@ ProDOS_unit
!fill $bf30-*
}
}
ProDOS_unit
!byte $d1
ProDOS_fatal ;only for debugging, will be removed