Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Specy/s68k
/ getCompiledProgram
Method
getCompiledProgram
ts-lib/src/index.ts:267–269 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
265
return
this.interpreter.wasm_get_condition_value(condition)
266
}
267
268
getCpuSnapshot(): Cpu {
269
return
new
Cpu(this.interpreter.wasm_get_cpu_snapshot())
270
}
271
272
getCurrentInterrupt(): Interrupt | null {
Callers
1
createInterpreter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected