()
| 620 | } |
| 621 | |
| 622 | func (s DEFSYMBOL) String() string { |
| 623 | return fmt.Sprintf("%%%s = 0x%X", s.Name, s.Value) |
| 624 | } |
| 625 | |
| 626 | // PSUEDO INSTRUCTIONS - these are composite instructions that may map to multiple opcodes |
| 627 |
nothing calls this directly
no outgoing calls
no test coverage detected