mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-09 15:39:08 +00:00
Codify RTM, TST, TRAPcc, Bcc, BF*.
This commit is contained in:
parent
f6a72dc2b4
commit
e79388fc02
OSBindings/Mac/Clock SignalTests
65538
OSBindings/Mac/Clock SignalTests/68000 Decoding/68020ops.json
Normal file
65538
OSBindings/Mac/Clock SignalTests/68000 Decoding/68020ops.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user