Simplified file structure
This commit is contained in:
8
src/register/AddLabel.go
Normal file
8
src/register/AddLabel.go
Normal file
@ -0,0 +1,8 @@
|
||||
package register
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/asm"
|
||||
|
||||
func (f *Machine) AddLabel(label string) {
|
||||
f.Assembler.Label(asm.LABEL, label)
|
||||
f.postInstruction()
|
||||
}
|
Reference in New Issue
Block a user