View Single Post
Old 25 January 2005, 08:26   #5
jmmijo
Junior Member
 
jmmijo's Avatar
 
Join Date: Jan 2002
Location: PDX
Age: 62
Posts: 2,395
Quote:
Originally Posted by Codetapper
They're just names and you don't have to know what they mean. It is just the difference between things like this:

moveq #5,d0
move.l d0,(a0)
move.l d0,(a0)+
move.l d0,-(a0)
move.l (5,a1),(a0)
move.l (5,a1),(a0)+
move.l (5,a1),-(a0)

etc...
Man, I knew enough to be dangerous but that's about it, however let's see if the little gray cells know what some of this means here Codetapper

For instance:

move.l d0,(a0)

Means move.something from data zero to address zero ?!? Or was it the other way around, from address zero to data zero ?!?

Geeze, I guess I'm not remembering much myself
jmmijo is offline  
 
Page generated in 0.12798 seconds with 11 queries