From 415be617699520804d1aa3954d91438eeaa36248 Mon Sep 17 00:00:00 2001 From: joethei Date: Thu, 25 Oct 2018 07:32:13 +0000 Subject: [PATCH 1/3] =?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 From e87f9409c6a74adf95c1ea3a5433b95a4974cb35 Mon Sep 17 00:00:00 2001 From: joethei Date: Thu, 25 Oct 2018 07:32:24 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E2=80=9Ea1.asm=E2=80=9C=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a1.asm | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 a1.asm diff --git a/a1.asm b/a1.asm deleted file mode 100644 index 0a1399e..0000000 --- a/a1.asm +++ /dev/null @@ -1,16 +0,0 @@ - org 100h - cpu 8086 - - jmp START - -BYTE1 db 32 - db 'Hardwarenahes Programmieren' - times 4 db 0, '1' - dw 1, 2, 3, 4, 1234 - dd 1234h - -START: mov bx, BYTE1 -WDH: mv al, [bx] - out 0, al - inc bx - jmp WDH From 056355bb3964c2966163383d239940eb0520d98e Mon Sep 17 00:00:00 2001 From: joethei Date: Thu, 25 Oct 2018 07:32:34 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=E2=80=9Ea2.asm=E2=80=9C=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a2.asm | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 a2.asm diff --git a/a2.asm b/a2.asm deleted file mode 100644 index 0a1399e..0000000 --- a/a2.asm +++ /dev/null @@ -1,16 +0,0 @@ - org 100h - cpu 8086 - - jmp START - -BYTE1 db 32 - db 'Hardwarenahes Programmieren' - times 4 db 0, '1' - dw 1, 2, 3, 4, 1234 - dd 1234h - -START: mov bx, BYTE1 -WDH: mv al, [bx] - out 0, al - inc bx - jmp WDH