>>2Does it pass Acid2?
>>3This version definitely doesn't.
no_com2_end:
mov eax,[esi+0x10000] ; <script
cmp eax,'<scr'
jne no_script_start
mov [script],1
WTF. It doesn't even tokenise correctly, it's just assuming any tag starting with "scr" is a script tag! I'm not even sure if it can handle pages > 64KB...
*facepalm*It's certainly hand-written Asm, but it's not really
good hand-written Asm.