1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-05 04:37:41 +00:00

Determine what I'm up against re: outstanding unofficial opcodes.

This commit is contained in:
Thomas Harte 2023-09-29 15:29:35 -04:00
parent 103f42f0b0
commit 9fe6e354a6

View File

@ -151,16 +151,15 @@ std::string to_string(
// Unofficial opcodes; ignored for now.
NSSet *ignoreList =
[NSSet setWithObjects:
// Aliases.
@"82.0.json.gz", @"82.1.json.gz", @"82.2.json.gz", @"82.3.json.gz",
@"82.4.json.gz", @"82.5.json.gz", @"82.6.json.gz", @"82.7.json.gz",
@"C0.json.gz", @"C1.json.gz", @"C8.json.gz", @"C9.json.gz",
// Undocumented instructions.
@"D0.6.json.gz", @"D1.6.json.gz", @"D2.6.json.gz", @"D3.6.json.gz",
@"D6.json.gz",
@"F6.1.json.gz", @"F7.1.json.gz",
nil
];