nProc abs_faster(long value){ mov eax,value test eax,eax jns abs_faster_test_jns_end neg eax abs_faster_test_jns_end: }
Session-Cookies