th05/op: Remove the duplicate segment alignment parameter for seg000

This commit is contained in:
nmlgc 2014-06-28 20:08:05 +02:00
parent adb4a66881
commit 224f92c77f
1 changed files with 1 additions and 1 deletions

View File

@ -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