summaryrefslogtreecommitdiff
path: root/as/asm/seg.asm
diff options
context:
space:
mode:
Diffstat (limited to 'as/asm/seg.asm')
-rw-r--r--as/asm/seg.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/as/asm/seg.asm b/as/asm/seg.asm
new file mode 100644
index 0000000..0394615
--- /dev/null
+++ b/as/asm/seg.asm
@@ -0,0 +1,6 @@
+ SEG CS
+ SEG DS
+ SEG ES
+ SEG FS
+ SEG GS
+ SEG SS