1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00

Remove some test symbols from Cxxx-IO

This commit is contained in:
Andy McFadden 2018-10-10 16:41:33 -07:00
parent 52388b4065
commit a4e3680655

View File

@ -6,10 +6,6 @@
*SYNOPSIS Symbols from the Cxxx I/O area, common to most Apple II models.
_hex = $4321
_dec = 1234
_bin = %011011
; There's a lot here that you wouldn't find on an Apple ][+, but since
; this is for a disassembler it's okay to have extra stuff so long as it
; doesn't conflict.