feat:llgo.Asm

test:asm test with `nop`
This commit is contained in:
luoliwoshang
2025-08-17 13:53:55 +08:00
parent b2c6534c92
commit a148964878
6 changed files with 80 additions and 0 deletions

View File

@@ -506,6 +506,9 @@ const (
llgoCgoCheckPointer = llgoCgoBase + 0x6
llgoCgoCgocall = llgoCgoBase + 0x7
llgoAsmBase = llgoInstrBase + 0x40
llgoAsm = llgoAsmBase + 0x0
llgoAtomicOpLast = llgoAtomicOpBase + int(llssa.OpUMin)
)