Mazes and bytes |
[Jan. 6th, 2013|12:28 am] |
[ | Current Mood |
| | amused | ] | Trixter done it in 13 bytes, Qkumba in 12. Choping away another one:
init: mov al, '\'
scasb
jp writec
mov al, '/'
writec: int 29h
jmp init 11! ;-) Peter - 10:
init: scasb
salc
and al,'\'-'/'
add al,'/' Awesome! :-) |
|
|