mirror of https://github.com/nmlgc/ReC98.git
th05/op: Remove the duplicate segment alignment parameter for seg000
This commit is contained in:
parent
adb4a66881
commit
224f92c77f
|
@ -19,7 +19,7 @@
|
||||||
; ===========================================================================
|
; ===========================================================================
|
||||||
|
|
||||||
; Segment type: Pure code
|
; Segment type: Pure code
|
||||||
seg000 segment byte public 'CODE' use16 word
|
seg000 segment word public 'CODE' use16
|
||||||
assume cs:seg000
|
assume cs:seg000
|
||||||
assume es:nothing, ss:seg005, ds:nothing, fs:nothing, gs:nothing
|
assume es:nothing, ss:seg005, ds:nothing, fs:nothing, gs:nothing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue