im using MSVC++6
when i do a register int something;
it never makes it a register, even when no functions are being called so it doesnt need to puch/pop to save it.( it would be clearly faster, why doesnt the compiler see that?) i also code assembly :), is there any way i could force it to make it a register?
