*-----------------------------------------------------------
* Title :
* Written by :
* Date :
* Description:
*-----------------------------------------------------------
ORG $1000
START: ; first instruction of program
* Put program code here
move.l #$1234567,reg1
move.b #$f1,reg1
move.b #$f2,reg1+1
move.l reg1,d0
SIMHALT ; halt simulator
* Put variables and constants here
reg1 ds.l $0000
END START ; last line of source
A few basic things aren't clear, a simulator will be easier to learn them than UAE.
http://www.easy68k.com/ works in wine