StoreScratch stores register Src into scratch[N].
| 361 | |
| 362 | // StoreScratch stores register Src into scratch[N]. |
| 363 | type StoreScratch struct { |
| 364 | Src Register |
| 365 | N int // 0-15 |
| 366 | } |
| 367 | |
| 368 | // Assemble implements the Instruction Assemble method. |
| 369 | func (a StoreScratch) Assemble() (RawInstruction, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected