From 224f92c77f5d3248772a5277396a74fb8b1c27f0 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Sat, 28 Jun 2014 20:08:05 +0200 Subject: [PATCH] th05/op: Remove the duplicate segment alignment parameter for seg000 --- th05_op.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/th05_op.asm b/th05_op.asm index 5d0574ca..57026859 100644 --- a/th05_op.asm +++ b/th05_op.asm @@ -19,7 +19,7 @@ ; =========================================================================== ; Segment type: Pure code -seg000 segment byte public 'CODE' use16 word +seg000 segment word public 'CODE' use16 assume cs:seg000 assume es:nothing, ss:seg005, ds:nothing, fs:nothing, gs:nothing