Actions

SCHG How-to Talk

Difference between revisions of "Work with Motorola 68000 assembly"

From Sonic Retro

(Incorrect code)
 
(Incorrect code)
Line 3: Line 3:
 
From the homework section:
 
From the homework section:
 
<asm>clr.l #4,($FFFFFF10).w</asm>
 
<asm>clr.l #4,($FFFFFF10).w</asm>
What's this supposed to be? clr only takes one parameter
+
What's this supposed to be? clr only takes one parameter.
 +
 
 +
Answer: Yes. It doesn't really matter what it is anyway.

Revision as of 16:54, 21 April 2008

Incorrect code

From the homework section: <asm>clr.l #4,($FFFFFF10).w</asm> What's this supposed to be? clr only takes one parameter.

Answer: Yes. It doesn't really matter what it is anyway.