Skip to content

8xy7 still has test gaps #31

@gulrak

Description

@gulrak

When having a (wrong) 8xy7 implementation of the type:

    v[x] = (v[y] - v[x]);
    v[15] = (v[y] > v[x]);

the test suite still reports this as all fine. The issue is, that
this mostly works, but fails when x==y, leading to a wrong
flag result. This case is not tested so the flags test accepts
this wrong variant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions