[Z88dk-commits] CVS: z88dk/src/z80asm hist.c,1.80,1.81

Bridge to the z88dk-commits mailing list
Post Reply
pauloscustodio

[Z88dk-commits] CVS: z88dk/src/z80asm hist.c,1.80,1.81

Post by pauloscustodio »

Update of /cvsroot/z88dk/z88dk/src/z80asm
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23993

Modified Files:
hist.c
Log Message:
Accept both "ex af,af" and "ex af,af'"

Index: hist.c
===================================================================
RCS file: /cvsroot/z88dk/z88dk/src/z80asm/hist.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** hist.c 29 Mar 2014 00:33:28 -0000 1.80
--- hist.c 29 Mar 2014 01:20:30 -0000 1.81
***************
*** 25,28 ****
--- 25,31 ----
/*
* $Log$
+ * Revision 1.81 2014/03/29 01:20:30 pauloscustodio
+ * Accept both "ex af,af" and "ex af,af'"
+ *
* Revision 1.80 2014/03/29 00:33:28 pauloscustodio
* BUG_0044: binary constants with more than 8 bits not accepted
***************
*** 1680,1683 ****
--- 1683,1688 ----
Binary numbers either prefixed with '0b' or '@', or suffixed with 'B',
e.g. 0b10101, @10101, 10101b.
+
+ - Accept both "ex af,af" and "ex af,af'"

-------------------------------------------------------------------------------


------------------------------------------------------------------------------
Post Reply