\x06\x08y\xc61\xff<\xff\x10\xf8> \xff\x0c\xcbY(\xeev
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
Disassemble:
ORG 00000H LD B,008H ;0000 06 08 . . LD A,C ;0002 79 Y ADD A,031H ;0003 C6 31 . 1 RST 38H ;0005 FF . INC A ;0006 3C < RST 38H ;0007 FF . DJNZ $-6 ;0008 10 F8 . . LD A,00AH ;000A 3E 0A > . RST 38H ;000C FF . INC C ;000D 0C . BIT 3,C ;000E CB 59 . Y JR Z,$-16 ;0010 28 EE ( . HALT ;0012 76 V