Nvis 5586A
Nvis Technologies Pvt. Ltd.
74
9.
CALL F000:F060
Change the functional keys into the key-in values (Enter and SP keys as the ASCII code,
whereas others are set by the system program), those undefined one will be stored as FF in
AL and clear the C-Flag to 0.
Input Parameter
:
The key-in codes are stored in AL.
Output Parameter
:
If it is functional key, transfer to key-in code to be stored in AL
and clear the C-Flags, otherwise set the C-flags to 1 without changing AL values.
10.
CALL F000:F064
A combination of (6) (7) (8) (9) function.
Input Parameter
:
The key-in values are stored in AL.
Output Parameter
:
The AL not only transfers the code but also clear the C-Flags to
0. Otherwise set the C-Flag to 1 without changing AL values.
11.
CALL F000:F068
Input a 4 digits number at the BX appointed location and store in DX in order to be displayed
in LCD modular. BL will appoint the first position. BH will appoint BL where to start, BH
has to be smaller than 4 & follows the address counter in the LCD modular. When
BL=X0XX XXXX, it is the first line; when BL = X1XX XXXX, it is the second line. The
exact location is the sum of BL and BH. If the key-in function is changed to key code, it will
leave the subprogram after it is stored in AL.
The BH is set to 0 for first time entry; the rest will be according to the key-in to determine
the code.
Input Parameter:
DX
:
The first displayed number after the entry
BL
:
The display location of word at the most left side.
BH
:
Which location from BL the character starts.
Output Parameter:
AL
:
The code used for storing functional key.
DX
:
Store the displayed numbers.
12.
CALL F000:F06C
The appointed location of BL and BH, the code of input section and effective address are
stored consequently in DX and DI (i.e. DX: DI).
The displayed location of most left side character is instructed by BL, BH instructs the
position from the first character onwards. If BH is smaller than 9 but not equal to 4, BL add
to BH will be the exact location of display location.
Summary of Contents for 5586A
Page 2: ...Nvis 5586A Nvis Technologies Pvt Ltd 2...
Page 23: ...Nvis 5586A Nvis Technologies Pvt Ltd 23 Memory Read Timing in Maximum Mode...
Page 30: ...Nvis 5586A Nvis Technologies Pvt Ltd 30...
Page 48: ...Nvis 5586A Nvis Technologies Pvt Ltd 48 Diagram of module RESET power Instruction Set Note...