From 415be617699520804d1aa3954d91438eeaa36248 Mon Sep 17 00:00:00 2001 From: joethei Date: Thu, 25 Oct 2018 07:32:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ea0.asm=E2=80=9C=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a0.asm | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 a0.asm diff --git a/a0.asm b/a0.asm deleted file mode 100644 index 1dd8333..0000000 --- a/a0.asm +++ /dev/null @@ -1,7 +0,0 @@ - org 100h - cpu 8086 - -START: mov al, 8 - mov bl, 20 - add al, bl - jmp START