Search found 1 match

by z3ro
Tue Jun 23, 2009 9:05 am
Forum: Challenges Solved
Topic: strlen
Replies: 29
Views: 7439

The obtuseness bugged me, so I wrote a quick assembler for it; to help out with HVM problems. It let me write strlen in 10 seconds! [wrote the assembler originally for the King Mouse problem]. Now I can write code like: const 0 loop: dup 0 fetch rjmpiz done const 1 add rjmp loop done: printint end a...