Floating point constants and the first FP test routine.

This commit is contained in:
Chad Kersey
2013-10-06 02:57:52 -04:00
parent 7b6e49ad4d
commit 89e66d64f2
3 changed files with 57 additions and 6 deletions

View File

@@ -94,7 +94,9 @@ static uint64_t readParenExpression(const string &s, const map<string, Word> &d,
exit(1);
}
int lexerBits;
Obj *AsmReader::read(std::istream &input) {
lexerBits = wordSize;
FlexLexer *f = new yyFlexLexer(&input);
Obj *o = new Obj();
std::vector<Chunk>::reverse_iterator cur;