Removed extraneous debugging print

This commit is contained in:
Leeland Heins 2018-12-18 11:16:59 -06:00 committed by GitHub
parent 8697b21bf0
commit fb32a1e8c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1115,7 +1115,6 @@ sub generate_Zero_Page_X {
# Handle symbol arithmetic
} elsif ($operand =~ /^([A-Za-z\.][0-9a-zA-Z_\.]+)\s*[+]\s*(\d+),[Xx]$/) {
# Add
print "symbol=$1 addend=$2\n";
handle_8_bit_symbol_add($ofh, $lineno, $addr, $opcode, $1, $2);
} elsif ($operand =~ /^([A-Za-z\.][0-9a-zA-Z_\.]+)\s*[-]\s*(\d+),[Xx]$/) {
# Subtract