Sei sulla pagina 1di 2

;For ITC[00H]

MOV AL,00 ;Input of ITC[00h]

CMP AL,0H
JE L2
EXIT

L2: MOV BX,0000H ;Starting address of ITC[00h]


MOV CX,0003H ; End address of ITC[00h]
EXIT

END

..................................................................
;For ITC[01h]

MOV AL,01 ;Input of ITC[01h]

CMP AL,01H
JE L2
EXIT

L2: MOV BX,0004H ;Starting address of ITC[01h]


MOV CX,0007H ; End address of ITC[01h]
EXIT

END

..................................................................

;For ITC[02h]

MOV AL,02 ;Input of ITC[02h]

CMP AL,02H
JE L2
EXIT

L2: MOV BX,0008H ;Starting address of ITC[02h]


MOV CX,000BH ; End address of ITC[02h]
EXIT

END

..................................................................

;For ITC[03h]

MOV AL,03h ;Input of ITC[03h]


CMP AL,03H
JE L2
EXIT

L2: MOV BX,000CH ;Starting address of ITC[03h]


MOV CX,000FH ; End address of ITC[03h]
EXIT

END

..................................................................

Potrebbero piacerti anche