Updated module path
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package asm
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/cpu"
|
||||
import "git.urbach.dev/cli/q/src/cpu"
|
||||
|
||||
// CanSkip returns true if the register/register operation can be skipped.
|
||||
func (a *Assembler) CanSkip(mnemonic Mnemonic, left cpu.Register, right cpu.Register) bool {
|
||||
|
Reference in New Issue
Block a user