Commit Graph

8 Commits

Author SHA1 Message Date
Nguyen Anh Quynh 1497976c98 MSVC does not use strcasecmp(), but _stricmp() 2016-04-30 23:16:41 +08:00
Nguyen Anh Quynh e7fbb3513c x86: accept insensitive string 'ptr' for memory operands 2016-04-30 23:03:26 +08:00
Nguyen Anh Quynh bf695283e0 x86: initial support for NASM syntax 2016-04-30 17:54:01 +08:00
Nguyen Anh Quynh 42008c302b x86: return true on failure in parser 2016-04-30 10:10:46 +08:00
Nguyen Anh Quynh 9ec2aafc75 x86: support big immediate for MOV64ri 2016-04-30 01:31:16 +08:00
Nguyen Anh Quynh cc039f9ee1 x86: do not add DS prefix as this is the default segment. this fixes issue #9 2016-04-29 18:38:19 +08:00
Nguyen Anh Quynh f4a5c692ae x86: 'int3' and 'int 3' are not the same. this fixes issue #7 2016-04-29 18:15:16 +08:00
Nguyen Anh Quynh 9f1a353f68 import 2016-04-28 21:06:49 +08:00