dynasm-rs icon indicating copy to clipboard operation
dynasm-rs copied to clipboard

More tests are required

Open CensoredUsername opened this issue 9 years ago • 1 comments

Currently there are no real tests except from a general feature checking file.

The instruction encoding data in particular really needs to be checked.

CensoredUsername avatar Aug 29 '16 18:08 CensoredUsername

We now generate encoding test cases from the opmap instruction templates and validate them against gas/nasm.

More complex tests are planned.

astocko avatar Jan 29 '17 17:01 astocko