Tagged Questions

3
votes
4answers
718 views

About assembly conditional code register

suppose we use the addl instruction to perform the equivalent of the C expression "t=a+b",where a,b,t are variables of type int,then the conditional code will be set according to the ...
1
vote
3answers
398 views

Help with translating this assembly into c

My compiler won't work with an assembly file I have and my other compiler that will won't work with the c files I have. I don't understand assembly. I need to move this over but I'm not getting ...