This commit is contained in:
Johannes Theiner 2018-12-06 09:50:49 +01:00
parent f3741f1c38
commit a5ba2e5277
1 changed files with 0 additions and 25 deletions

View File

@ -13,11 +13,7 @@ status db 00000000b ; Statusbyte
tcounts db 0 ; Impulszaehler fuer Servo, Vorwaertszaehler tcounts db 0 ; Impulszaehler fuer Servo, Vorwaertszaehler
tcountv dw 100 * twait ; Impulszaehler fuer Verzoegerung * 10ms tcountv dw 100 * twait ; Impulszaehler fuer Verzoegerung * 10ms
<<<<<<< HEAD
; Rueckwaertszaehler ; Rueckwaertszaehler
=======
count db 8 ; Rueckwaertszaehler
>>>>>>> 0aa2c30f62e6ec53f2e21b4039abeb1581d460d8
frei db 'frei ', 0 ; Texte frei db 'frei ', 0 ; Texte
belegt db 'belegt ', 0 belegt db 'belegt ', 0
@ -95,7 +91,6 @@ again:
times shcnt shr ax, 1 times shcnt shr ax, 1
<<<<<<< HEAD
cmp ax, 0x0 cmp ax, 0x0
jle ifzero jle ifzero
@ -124,23 +119,6 @@ ifzero:
jmp again jmp again
=======
;cmp ax, 0x0
;jbe ifzero
jmp again
ifzero:
mov ah, 2
mov dl, 7
mov bx, frei
int 6
mov byte [status], pieces << shcnt
ret
>>>>>>> 0aa2c30f62e6ec53f2e21b4039abeb1581d460d8
; Initialisierung Controller und Interruptsystem ; Initialisierung Controller und Interruptsystem
@ -251,7 +229,4 @@ isr_servotimer_out: ; Ausgang aus dem Service
iret iret
<<<<<<< HEAD
=======
>>>>>>> 0aa2c30f62e6ec53f2e21b4039abeb1581d460d8