| 7765 | } |
| 7766 | |
| 7767 | bool cHardwareCPU::Inst_GetDirectionOffNorth(cAvidaContext&) { |
| 7768 | const int out_reg = FindModifiedRegister(REG_BX); |
| 7769 | GetRegister(out_reg) = m_organism->GetFacedDir(); |
| 7770 | return true; |
| 7771 | } |
| 7772 | |
| 7773 | bool cHardwareCPU::Inst_GetNortherly(cAvidaContext&) { |
| 7774 | const int out_reg = FindModifiedRegister(REG_BX); |
nothing calls this directly
no test coverage detected