;redcode 88 ;name Redcoder Title ;author Alex MacAulay ;Draws the word 'Redcoder' in "9-point Monaco" and has two imps running above ;and below the word. The width of the core array should be the same as the ;equate variable, width, for the display to look sensible. width equ 127 ; set width of the core array to this value charWidth equ 6 top equ (imp-8*width) bottom equ (imp-2*width) nn1 equ (top+width+4) nn2 equ (top+2*width+4) nn3 equ (top+3*width+3*charWidth+4) nn4 equ (top+3*width+7*charWidth+4) nn5 equ (bottom+charWidth+4) nn6 equ (bottom+3*charWidth+4) nn7 equ (bottom+6*charWidth+4) imp mov 0,1 b dat 1,1 c dat charWidth,charWidth+1 x jmp imp-y ; left side of R start mov