© Thomas Kunz 2000
SCE 574
85
Turbo Assembler: Assembler Language Code Template
ä.MODEL Small Identifies memory model
ä.STACK 200h (200h bytes are reserved)
ä.DATA
ä define the data variables here
ä.CODE
ästartlabel:
ä instructions
ä.END startlabel
instructions
startlabel:
instructions
.END startlabel
OR