issues
search
bobertlo
/
gmars
Go implementation of CoreWar MARS simulator
MIT License
3
stars
1
forks
source link
Add Reporter hooks to sim
#30
Closed
bobertlo
closed
3 weeks ago
bobertlo
commented
3 weeks ago
Can probably reduce API to a minimum to start:
[ ] CycleStart(n)
[ ] CycleEnd(n)
[ ] WarriorSpawn(wi, origin, len, start address)
[ ] WarriorTaskPop(wi, address)
[ ] WarriorTaskPush(wi, address)
[ ] WarriorTaskEnd(wi, address)
[ ] WarriorTerminate(wi, address)
[ ] WarriorRead(wi, address)
[ ] WarriorWrite(wi, address)
[ ] WarriorInc(wi, address)
[ ] WarriorDec(wi, address)
Can probably reduce API to a minimum to start: