mirror of
https://github.com/softwarejanitor/as65.git
synced 2024-11-21 17:32:10 +00:00
Removed extraneous debugging print
This commit is contained in:
parent
8697b21bf0
commit
fb32a1e8c2
1
as65.pl
1
as65.pl
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user