Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
assume cs:code
code segment
org 100h
start:
mov ax,ss:[100h]
code ends
end start
c:\debug test.com
-g 100
AX=0000 BX=0000 CX=0004 DX=0000 SP=FFFE BP=0000 SI=0000 DI=0000
DS=1586 ES=1586 SS=1586 CS=1586 IP=0100 NV UP EI PL NZ NA PO NC
1586:0100 36 SS:
1586:0101 A10001 MOV AX,[0100] SS:0100=A136
-q
ss:
mov ax,[100]