|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1408 (0x580) Types: TextFile Names: »EKBEQU.MAC«
└─⟦77f87173f⟧ Bits:30005981/disk3.imd Turn Key Data Entry System/Datenerfassungspaket - Vers. 1.90 └─⟦this⟧ »EKBEQU.MAC«
;************************************************* ;* * ;* MODULE : EKBEQU.MAC (RC-700) * ;* DATE : 01.02.82 * ;* BY : ASE GmbH , 6472 Altenstadt * ;* VERSION: 1.90 * ;* * ;************************************************* ; ; THIS MODULE IS 'INCLUDED' IN THE 'EENTRY' MODUL AND CONTAINS ; THE KEYBOARD CODES FOR THE RC-722 KEYBOARD ; CHRADV equ 18h ;character advance (right arrow) CHRBWD equ 08h ;character backward (left arrow) CTRLQ equ 11h ;this is the quit-function HOME equ 12h ;cursor home position (arrow north-west) CTRLK equ 0bh ;change format-chain-key (pa3) CLRKEY equ 13h ;this is the del.record key (ctrl/s) CARTN equ 0dh ;carriage return key FADV equ 09h ;field advance (diode symbol pointing right) FBWD equ 05h ;field backward (diode symbol pointing left) CTRLD equ 0eh ;duplication key (pa4) CTRLA equ 85h ;pf6-key , auto-skip-dup off CTRLFR equ 04h ;pa2 is record advance CTRLBR equ 03h ;pa1 is record backward FLDCRR equ 10h ;field corr. key CTRLZ equ 83h ;PF4 is the insert rec key CTRLC equ 82h ;ctrl/c (pf1) is the send-key DCD equ 84h ;pf5 is the display check-digit key RGDSP equ 86h ;pf7 is the register display key NUMDUP equ 80h ;pf1 is the additional dup-key. ; ;end of file «eof»