MCPcopy Create free account
hub / github.com/cmuratori/computer_enhance / op2sym

Function op2sym

perfaware/sim86/shared/contrib_ruby/sim86.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include <generated.inc>
26
27static op2sym(operation_type op)
28{
29 if (op > Op_Count) { return Qnil; }
30 return ID2SYM(id_ops[op]);
31}
32
33static VALUE register_to_obj(register_access reg)
34{

Callers 1

sim86_decodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected