Improved separation of concerns
This commit is contained in:
11
src/build/z/postInstruction.go
Normal file
11
src/build/z/postInstruction.go
Normal file
@ -0,0 +1,11 @@
|
||||
package z
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/build/config"
|
||||
|
||||
func (f *Compiler) postInstruction() {
|
||||
if !config.Assembler {
|
||||
return
|
||||
}
|
||||
|
||||
f.RegisterHistory = append(f.RegisterHistory, f.CurrentScope().Used)
|
||||
}
|
Reference in New Issue
Block a user