Blame | Last modification | View Log | Download | RSS feed
ifndef __kenbak_inc ; avoid multiple inclusion__kenbak_inc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - Datei KENBAK.INC *;* *;* Contains Address Definitions for KENBAK(-1) *;* *;****************************************************************************RegisterA equ 00h ; RegistersRegisterB equ 01hRegisterX equ 02hRegisterP equ 03hOverflowA equ 81h ; Overflow & CarryCAA bit 1,OverflowAOFA bit 0,OverflowAOverflowB equ 82hCAB bit 1,OverflowBOFB bit 0,OverflowBOverflowX equ 83hCAX bit 1,OverflowXOFX bit 0,OverflowXInput equ 0ffh ; Switch InputLamps equ 80h ; LED/Lamp Rowrestore ; allow listing againendif ; __kenbak_inc