From ffba354a4ebda9ecb032569838aec46c5e33ec63 Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Thu, 14 Mar 2019 16:38:21 +0000 Subject: [PATCH] Remove superfluous cpu definition --- debug.asm | 2 -- intr.asm | 2 -- 2 files changed, 4 deletions(-) diff --git a/debug.asm b/debug.asm index 261a902..57bc2fd 100644 --- a/debug.asm +++ b/debug.asm @@ -1,5 +1,3 @@ -cpu 8086 - ; this kprints registers ; expect to be called as interrupt routine debug_reg_ir: diff --git a/intr.asm b/intr.asm index 1eff611..5054a0c 100644 --- a/intr.asm +++ b/intr.asm @@ -1,5 +1,3 @@ -cpu 8086 - ; set item in interrupt vector table ; in: bx interrupt number ; ds:dx new handler address