Me again, being a newbie. How do i understand Devpac commands?
Such as:
Code: Select all
move.l
Code: Select all
move.w
Code: Select all
#1
Code: Select all
d0
And that frustrates me to no end!
Can anyone help please?
WireLord55
Moderators: simonsunnyboy, Mug UK, Zorro 2, Moderator Team
Code: Select all
move.l
Code: Select all
move.w
Code: Select all
#1
Code: Select all
d0
Code: Select all
move.w #10,d0 load d0 with 10 now d0 contain 10.
move.w 10,d0 take the value that is in address 10
one thing you have to be aware about, you can't read/write a word/long word to and odd address it is only move.b you can use here.
don't get it, why do you think that?thomas3 wrote:Evaluate the following function...
WireLord55 = MrPixel
??!
WireLord55 wrote:Hi,
Me again, being a newbie. How do i understand Devpac commands?
Can anyone help please?
WireLord55