Remove superfluous cpu definition

This commit is contained in:
Nero 2019-03-14 16:38:21 +00:00
parent 4150ef90ef
commit ffba354a4e
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
cpu 8086
; this kprints registers
; expect to be called as interrupt routine
debug_reg_ir:

View File

@ -1,5 +1,3 @@
cpu 8086
; set item in interrupt vector table
; in: bx interrupt number
; ds:dx new handler address