Improved Windows DLL calls
This commit is contained in:
parent
fa1dce31f3
commit
ed6cee0acc
12 changed files with 124 additions and 68 deletions
9
src/register/DLLCall.go
Normal file
9
src/register/DLLCall.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package register
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/asm"
|
||||
|
||||
func (f *Machine) DLLCall(label string) {
|
||||
f.Assembler.Label(asm.DLLCALL, label)
|
||||
f.UseRegister(f.CPU.Output[0])
|
||||
f.postInstruction()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue