View Single Post
Old 05 February 2011, 13:42   #19
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by Cosmos View Post
How many penality cycles on 68000/010 for :

ax = $00005000
move.l #$12345678,3(ax)
A lot since it will generate an address error exception and your code will crash (68000 only allows byte moves to odd addresses).
StingRay is offline  
 
Page generated in 0.07441 seconds with 11 queries