Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ Top
Method
Top
avida-core/source/cpu/cCPUStack.h:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
inline int cCPUStack::Top()
89
{
90
return stack[stack_pointer];
91
}
92
93
#endif
Callers
14
PrintStatus
Method · 0.80
Inst_Val_Nand
Method · 0.80
Inst_Val_Add
Method · 0.80
Inst_Val_Sub
Method · 0.80
Inst_Val_Mult
Method · 0.80
Inst_Val_Div
Method · 0.80
Inst_Val_Mod
Method · 0.80
Inst_IfEqual
Method · 0.80
Inst_IfNotEqual
Method · 0.80
Inst_IfLess
Method · 0.80
Inst_IfGreater
Method · 0.80
Inst_ValCopy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected