Fix handling of DO; support unary + for floating-point numbers
authorH. Peter Anvin <hpa@zytor.com>
Wed, 19 Sep 2007 00:49:09 +0000 (17:49 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 19 Sep 2007 00:49:09 +0000 (17:49 -0700)
commitcfbe7c3cc2dbdfe1268e2d0a19fc59b52cbcfcc5
tree19d40b3af07da3dea56a24d29c06b604c5da099c
parent141d7cf68d60f6c77c078fea7ff85526db668c6f
Fix handling of DO; support unary + for floating-point numbers

Floating-point users generally expect to be able to use a unary plus.
Fix support for the DO instruction in several places.
assemble.c
parser.c