Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
ck45
3y ago
0 comments
Share
This is just an assumption, but it might be possible to translate to Go assembly and then use the Go toolchain.
Edit:
https://github.com/minio/c2goasm
seems to slightly go in that direction.
undefined | Better HN
0 comments
default
newest
oldest
vore
3y ago
Go assembly is just a slightly funny version of the target platform's assembly. At that point, you might as well just assemble for the target directly and avoid the quirks of Go's assembler.
j
/
k
navigate · click thread line to collapse