diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2022-01-13 23:08:00 +0100 |
---|---|---|
committer | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2022-01-13 23:09:25 +0100 |
commit | 9bbdf6e7566f70e41e1d565b84da2e22da33c269 (patch) | |
tree | 87e4a3ad6637da6f33e6f0f525bd016c25cf1497 /games-simulation/corewars/files/reroute.cw | |
parent | Remove broken packages reported by QA (diff) | |
download | aluco-master.tar.gz aluco-master.tar.bz2 aluco-master.zip |
- phoronix-test-suite
- spacenavd
- radare2
- moria
- omega
- corewars
Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Diffstat (limited to 'games-simulation/corewars/files/reroute.cw')
-rw-r--r-- | games-simulation/corewars/files/reroute.cw | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/games-simulation/corewars/files/reroute.cw b/games-simulation/corewars/files/reroute.cw deleted file mode 100644 index 1c15271..0000000 --- a/games-simulation/corewars/files/reroute.cw +++ /dev/null @@ -1,17 +0,0 @@ -# Reroute other processes to execute my code - - Title "Reroute" - Author "Jonathan Enders <kannibalenfleisch@web.de>" -DIA: data &DIA #DestinationIndexA for Jump-Instruction -DIB: data &DIB #DestinationIndexB for Jump-Coordinates - -S: add -2038,DIA - add -2038,DIB #Move Jump-Instruction to more - move INST,[DIA] #or less random location - move DIS,[DIB] - -E: jump S #Repeat - - -INST: jump [DIS] #Instruction to be copied to Destination -DIS: data &S #Address where other processes should jump to |