Sergey: > PS: is it allowed to disable hex float format in asm file/string?
It probably makes sense to use a different tokeniser for assembler, but the problem isn't "hex float format". A hexadecimal floating constant in C contains a 'p' or 'P', like "0xfep1"; "0xfe+1" is a preprocessor token (a "pp-number") that isn't a valid token. _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
