CODE SEGMENT ASSUME CS:CODE, DS:CODE, SS:CODE org 256 ;------start------- STARTPROC PROC mov ax, CODE ret STARTPROC ENDP CODE ENDS end STARTPROC