AT-Robots

Some tips on the design of robots:
  • Keep moving!
  • Set the shutdown level quite high and just check the heat before firing - using shutdown you may lose the target you're following

Some tips on the programming of robots:
  • Subroutines may make a program easier to read, but if they're only called once, just putting the code where it is needed saves two whole cycles (one for the CALL/GSB, and one for the RET/RETURN
  • Use JNE 10 and JEQ 10 as a zero-cycle JMP 10 (just replace the numbers)

Any more? Email me!!!

This web site is best viewed in IE4, 16bit+ colour, 800x600
This web site, including graphics, are © copyright 1998 Philip Taylor unless I got them from somewhere else (ie, ask me before using anything I've made!)
AT-Robots is probably © NecroBones