; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
.model small
.code
org 100h start: jmp main
error db "INVALD INPUT!$"
a db 0ah, 0dh," ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»$" b db 0ah, 0dh," º Voltes V Candy Shop º$" c db 0ah, 0dh," º ÉÍÍÍÍÍÍÍ» ÉÍÍÍÍÍÍÍ» ÉÍÍÍÍÍÍÍ» ÉÍÍÍÍÍÍÍ» º$" d db 0ah, 0dh," º º 9 º º 9 º º 9 º º 9 º º$" e db 0ah, 0dh," º ÈÍÍÍÍÍÍͼ ÈÍÍÍÍÍÍͼ ÈÍÍÍÍÍÍͼ ÈÍÍÍÍÍÍͼ º$" f db 0ah, 0dh," º [H]Halls [M]Mentos [P]Pintoora [D]Dynamite º$" g db 0ah, 0dh," ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹$" h db 0ah, 0dh," º º$" i db 0ah, 0dh," º Buy? [_] Qty? [_] Buy again:(y/n) [_] º$" j db 0ah, 0dh," ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ$" try db 0ah, 0dh, 0ah, 0dh, "Goodbye! Please come again!$" aa db 39h bb db 39h cc db 39h ee db 39h main proc near mov ax,3 int 10h
lea dx,a call show lea dx,b call show lea dx,c call show lea dx,d call show lea dx,e call show lea dx,f call show lea dx,g call show lea dx,h call show lea dx,g call show lea dx,i call show lea dx,j call show
jmp ulit:
hcandy: call candyh mcandy: call candym pcandy: call candyp dcandy: call candyd
candyh: mov dl, 31 mov dh, 10 call cursor
call input ;qty
sub aa,al add aa,30h
mov dl,9 mov dh,4