Get valid opcodes from instruction list
This commit is contained in:
parent
e5bdf583f9
commit
e5164330b0
@ -77,7 +77,7 @@ prop_opcodes() ->
|
|||||||
|
|
||||||
|
|
||||||
valid_opcodes() ->
|
valid_opcodes() ->
|
||||||
lists:seq(0, 16#a0) ++ lists:seq(16#fa, 16#fd).
|
[ Op || #{opcode := Op} <- aeb_fate_generate_ops:get_ops() ].
|
||||||
|
|
||||||
|
|
||||||
fate_code(Failure) ->
|
fate_code(Failure) ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user