Print ERROR by nn

   \x09   \x09 \x09
\x09
     \x09 \x09  \x09 
 
  
 \x09
  \x09
     \x09  \x09\x09\x09\x09
\x09
  \x09
  

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

Disassemble:

push +69(7b)
putc
push +82(7b)
dup
dup
putc
putc
push +79(7b)
putc
putc

download

return to the top page