MCPcopy 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
88inline int cCPUStack::Top()
89{
90 return stack[stack_pointer];
91}
92
93#endif

Callers 14

PrintStatusMethod · 0.80
Inst_Val_NandMethod · 0.80
Inst_Val_AddMethod · 0.80
Inst_Val_SubMethod · 0.80
Inst_Val_MultMethod · 0.80
Inst_Val_DivMethod · 0.80
Inst_Val_ModMethod · 0.80
Inst_IfEqualMethod · 0.80
Inst_IfNotEqualMethod · 0.80
Inst_IfLessMethod · 0.80
Inst_IfGreaterMethod · 0.80
Inst_ValCopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected