I knew I was going too well. 
Ok, what I'd like to do is something like
but that falls in a heap PDQ so I guess I'm missing something profound, probably to do with pointers.

Ok, what I'd like to do is something like
Code:
[Snip] !mov eax,0 !add eax,n(g,a) !add eax,n(g,b) !add eax,n(g,c) !add eax,n(g,d) !add eax,n(g,e) !add eax,n(g,f) !cmp eax,3 [/snip]
Comment