Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ Clear
Method
Clear
avida-core/source/cpu/cCPUStack.h:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
inline void cCPUStack::Clear()
83
{
84
for (int i = 0; i < nHardware::STACK_SIZE; i++) stack[i] = 0;
85
stack_pointer = 0;
86
}
87
88
inline int cCPUStack::Top()
89
{
Callers
15
PerformUpdate
Method · 0.45
internalReset
Method · 0.45
Reset
Method · 0.45
ReadInst
Method · 0.45
readLabel
Method · 0.45
internalReset
Method · 0.45
Reset
Method · 0.45
ReadInst
Method · 0.45
ReadLabel
Method · 0.45
TestGenome
Method · 0.45
loadInstSet
Method · 0.45
internalReset
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestGenome
Method · 0.36