Howdy.
I'm learning Assembly for the M68000, and its coming along nicely. But I just cant get my head around trying to translate java for/while loops and if statements into assembly. Ive seen lots of examples.... but I just cant follow whats going on.
Does anyone have a couple of examples, or...
I'm trying to write the M68K ASM for the following piece of java code :
((a + b) + (c + d)) + ((e + f) + (g + h))
And have come up with :
ORG $2000
A DC.L $DEADBEEF
B DC.L $DEADBEEF
C DC.L $DEADBEEF
D DC.L $DEADBEEF
E DC.L...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.