summaryrefslogtreecommitdiff
path: root/src/data/listing_0043_immediate_movs.asm
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-10-15 11:51:03 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-10-15 11:51:03 +0200
commit0982906027721c71307e234d6f14f886bdca47c5 (patch)
tree46bb166afe8a5f63412c62beb69879b101ec9847 /src/data/listing_0043_immediate_movs.asm
parent323a04b6e38a9456977551fa49f7031229c7abdd (diff)
checkpoint
Diffstat (limited to 'src/data/listing_0043_immediate_movs.asm')
-rw-r--r--src/data/listing_0043_immediate_movs.asm27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/data/listing_0043_immediate_movs.asm b/src/data/listing_0043_immediate_movs.asm
deleted file mode 100644
index 475afaf..0000000
--- a/src/data/listing_0043_immediate_movs.asm
+++ /dev/null
@@ -1,27 +0,0 @@
-; ========================================================================
-;
-; (C) Copyright 2023 by Molly Rocket, Inc., All Rights Reserved.
-;
-; This software is provided 'as-is', without any express or implied
-; warranty. In no event will the authors be held liable for any damages
-; arising from the use of this software.
-;
-; Please see https://computerenhance.com for further information
-;
-; ========================================================================
-
-; ========================================================================
-; LISTING 43
-; ========================================================================
-
-bits 16
-
-mov ax, 1
-mov bx, 2
-mov cx, 3
-mov dx, 4
-
-mov sp, 5
-mov bp, 6
-mov si, 7
-mov di, 8