Implemented basic support for function pointers
This commit is contained in:
8
src/register/MemoryLabel.go
Normal file
8
src/register/MemoryLabel.go
Normal file
@ -0,0 +1,8 @@
|
||||
package register
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/asm"
|
||||
|
||||
func (f *Machine) MemoryLabel(mnemonic asm.Mnemonic, a asm.Memory, b string) {
|
||||
f.Assembler.MemoryLabel(mnemonic, a, b)
|
||||
f.postInstruction()
|
||||
}
|
Reference in New Issue
Block a user