mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Introduce failing ASL test.
This commit is contained in:
parent
3af93ada6f
commit
e1f4187430
@ -175,6 +175,11 @@ template <int index> NSString *operand(Preinstruction instruction) {
|
||||
case Operation::NEGw: instruction = @"NEG.w"; break;
|
||||
case Operation::NEGl: instruction = @"NEG.l"; break;
|
||||
|
||||
case Operation::ASLb: instruction = @"ASL.b"; break;
|
||||
case Operation::ASLw: instruction = @"ASL.w"; break;
|
||||
case Operation::ASLl: instruction = @"ASL.l"; break;
|
||||
case Operation::ASLm: instruction = @"ASL.w"; break;
|
||||
|
||||
/*
|
||||
TODO:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user