Split files
This commit is contained in:
9
stackframe.go
Normal file
9
stackframe.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package vm
|
||||
|
||||
const FunctionMemoryEntries = 16
|
||||
|
||||
type StackFrame struct {
|
||||
PreviousFunctionIndex int64
|
||||
PreviousInstructionIndex int64
|
||||
FunctionMemory [FunctionMemoryEntries]uint64
|
||||
}
|
||||
Reference in New Issue
Block a user