:: contact flynn ::

Today, without any spam filters, you'll be bombed with useless and painful mails of any headless casino operators. If you want to mail me, please compile this short piece of Z80 code here below and run it with CALL &8000.


txt_output   equ   &bb5a
    org   &8000
         
    ld   hl,textbuf
email_loop   ld   a,(hl)
    or   a
    ret   z
    call   txt_output
    inc   hl
    jr   email_loop
         
textbuf   db   &66, &6c, &79, &6e, &6e, &40, &77, &69
    db   &6e, &63, &70, &63, &2e, &63, &68, &00