Assembly, nice question

Posted by lego69 on Stack Overflow See other posts from Stack Overflow or by lego69
Published on 2010-04-27T05:43:22Z Indexed on 2010/04/27 5:53 UTC
Read the original article Hit count: 404

Filed under:
|

For PDP-11, how can I change 4 rows of this code by only 2 rows? any ideas? cause I'm stuck

tst r0
blt label
cmp r0, #75
bgt label

© Stack Overflow or respective owner

Related posts about assembly

Related posts about pdp-11