Updated module path

This commit is contained in:
Eduard Urbach 2025-02-25 17:16:09 +01:00
parent 06c662589e
commit 1f0db51a95
Signed by: eduard
GPG key ID: 49226B848C78F6C8
211 changed files with 506 additions and 506 deletions

View file

@ -1,6 +1,6 @@
package x86
import "git.akyoto.dev/cli/q/src/cpu"
import "git.urbach.dev/cli/q/src/cpu"
// memoryAccessDynamic encodes a memory access using the value of a register as an offset.
func memoryAccessDynamic(code []byte, opCode8 byte, opCode32 byte, destination cpu.Register, offset cpu.Register, numBytes byte, source cpu.Register) []byte {