^C12 TYPE Register AX AS INTEGER BX AS INTEGER CX AS INTEGER DX AS INTEGER BP AS INTEGER SI AS INTEGER DI AS INTEGER FLAGS AS INTEGER END TYPE DIM SHARED RegEin as Register DIM SHARED RegAus as Register ^C07Nun deklarieren wir die SUB "INTERRUPT" mit: ^C12 DECLARE SUB INTERRUPT (Interruptnummer, RegEin, RegAus) ^C07"RegEin" entspricht unserer Variablen "šbergabewerte", "RegAus" entspricht unserer Variablen "Resultate".