IIRC, RedCode is the language robots are written in for a game similiar to Robocode. I don't know why someone made this page, though. RedCode is the assembly language of a game called Core Wars. The playing field is a linear wraparound "core" memory where each memory location stores an instruction. The goal is for your assembly program to overwrite or otherwise stop the execution of opponent programs within the core. This is therefore a game stressing assembly language optimization above all else. |
RedCode is the assembly language of a game called CoreWars. The playing field is a linear wraparound "core" memory where each memory location stores an instruction. The goal is for your assembly program to overwrite or otherwise stop the execution of opponent programs within the core. This is therefore a game stressing assembly language optimization above all else. |
It is also the name I gave to my first (sucky) robocode 'bot. -- Paul Ingemi |
It is also the name I gave to my first (sucky) robocode 'bot. -- Paul Ingemi |