On Mon, 21 Nov 2005, Hans-Christoph Steiner wrote:
Assembly is even faster than C, so why aren't people writing objects in assembly?
hello_text: db "hello, %s!",10,0
hello_symbol: push ebp mov ebp,esp mov esi,[ebp+12] ; a t_symbol* push [esi] ; a char* push hello_text call post add esp,8 fpush 42.0 mov ebx,[ebp+8] ; a t_hello* push [ebx+32] ; a t_outlet* call outlet_float add esp,8 pop ebp ret
You may consider this as a warning!!!
Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju Freelance Digital Arts Engineer, Montréal QC Canada