1
General chat / Re: PLEASE VOTE NOW!
« on: September 07, 2007 »
j$/DOM is, in many ways, horribly limited (edit: in the context of demo coding, before I get flamed). So, extra kudos to those who DID submit entries!
@p01: hehe yeah motorola changed their mind about the syntax a couple of times at least. Other than the do nothing" op, another good favorite of mine are all movem operations, e.g.
these can also be used as "push" and "pop" but do not implcitly reference a specific register (unlike the x86) which makes them highly flexible. The fact that move instructions update the flags is also a + for me, the fact you could move and branch e.g.:
@p01: hehe yeah motorola changed their mind about the syntax a couple of times at least. Other than the do nothing" op, another good favorite of mine are all movem operations, e.g.
movem.l $04(a0,d0.w),d1-d4
these can also be used as "push" and "pop" but do not implcitly reference a specific register (unlike the x86) which makes them highly flexible. The fact that move instructions update the flags is also a + for me, the fact you could move and branch e.g.:
move.b mt_arplist(pc,d0.w),d0
beq.s mt_arp0



