# Based on "Santa's little helper", but works on the reverse, and uses # the communication cell to disable the "Santa" and replace him. Title "The hitchhiker devil" Author "Idan Sofer " A: data 0 B: data 59 C: data 9 D: data 0 CODE: data 47295 L: move [B],A equal A, CODE jump M jump L M: add 1,B move [B],A KILL: add 5,A move [A],D move 0,[A] WAIT: loop C,WAIT move D,[A] add -4,A jump [A]