Create BT-7274.red

This commit is contained in:
Fernando Méndez 2019-03-11 12:58:08 +01:00 committed by GitHub
commit 4eb9b7fd4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
BT-7274.red Normal file
View File

@ -0,0 +1,21 @@
;redcode
;name BT-7274
;author Fernando Méndez (HumperCobra)
;version 2.0
;strategy Protocol 2: Uphold the mission
DISTANCE EQU CORESIZE/17+2
ORG titanfall
SALVO_CORE tracker_rockets DAT 0, 0
sonar MOV SALVO_CORE, <tracker_rockets
DJN sonar, tracker_rockets
particle_wall DAT 0, 0
titanfall SUB #DISTANCE, particle_wall
MOV SALVO_CORE, >particle_wall
MOV sonar, >particle_wall
MOV sonar+1, @particle_wall
SPL <particle_wall
JMP titanfall