1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Codify RTM, TST, TRAPcc, Bcc, BF*.

This commit is contained in:
Thomas Harte 2022-10-28 13:17:35 -04:00
parent f6a72dc2b4
commit e79388fc02
2 changed files with 65541 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -78,12 +78,13 @@ template <Model model> void test(NSString *filename, Class cls) {
}
/*
TODO: generate new reference JSONs for tests below here.
TODO: generate full new reference JSONs for tests below here.
For now these are here for manual verification of the diffs.
*/
- (void)test68020 {
test<Model::M68020>(@"68010ops", [self class]);
// generate<Model::M68020>();
test<Model::M68020>(@"68020ops", [self class]);
}
@end