Below is a excerpt from the "The AMOS Shuffle Extension" example. There are some instructions that I'm not sure about what they should be, 'dc.I', 'move.I', 'cmp.I' and 'bIt '. Should that I be an l (small L), they both (I and small L) look like an l (small L) in the print.
bIt --> bit lower case I (not assembler, but makes sense)
cmp.l d1 , d0 ; is a<b ? blt SMALLER ; if so then force a=b
because winuae is made of code and your amiga is made of stuff
move.w $FFF , $DFF184 ; bad code move.w $FFF,$DFF184 ; good code (no spaces either side of the comma)
There is still a few errors, mostly just the few lines after the Start label.