Added asmc package
This commit is contained in:
parent
5bbc730ed4
commit
05f6a015dc
14 changed files with 464 additions and 386 deletions
|
@ -7,6 +7,7 @@ import (
|
|||
"os"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/asm"
|
||||
"git.akyoto.dev/cli/q/src/asmc"
|
||||
"git.akyoto.dev/cli/q/src/config"
|
||||
"git.akyoto.dev/cli/q/src/core"
|
||||
"git.akyoto.dev/cli/q/src/dll"
|
||||
|
@ -87,7 +88,7 @@ func (r *Result) finalize() {
|
|||
final.DLLCall("kernel32.ExitProcess")
|
||||
}
|
||||
|
||||
r.Code, r.Data = final.Finalize(r.DLLs)
|
||||
r.Code, r.Data = asmc.Finalize(final, r.DLLs)
|
||||
}
|
||||
|
||||
// eachFunction recursively finds all the calls to external functions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue