View Single Post
Old 15 February 2023, 10:13   #319
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,630
Quote:
Originally Posted by iZero View Post
One problem is these instructions:
Code:
    ANDI.L    D1,D0
    CMPI.L    D2,D0
I get an error on both:
ANDI/CMPI Dx,x is not a valid instruction - CMPI is compare immediate, meaning you would need an immediate value as the first argument (e.g. CMPI #10,D0).


Some assemblers will translate the variant of an instruction to the "appropriate" type based on the operands - your current vasm settings doesn't allow that, it seems.

Last edited by hooverphonique; 15 February 2023 at 12:03.
hooverphonique is offline  
 
Page generated in 0.07953 seconds with 11 queries