LoadExtension invokes a linux-specific extension and stores the result in register A.
| 308 | // LoadExtension invokes a linux-specific extension and stores the |
| 309 | // result in register A. |
| 310 | type LoadExtension struct { |
| 311 | Num Extension |
| 312 | } |
| 313 | |
| 314 | // Assemble implements the Instruction Assemble method. |
| 315 | func (a LoadExtension) Assemble() (RawInstruction, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected