summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i386/asm.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-15 22:16:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-15 22:16:22 +0000
commit8a1636d39f2dbcb82def5415cdedbfd469f187eb (patch)
tree0240754aa45c3f7c0c4fd10dce85fb66ab818334 /c/src/exec/score/cpu/i386/asm.h
parentUpdated. (diff)
downloadrtems-8a1636d39f2dbcb82def5415cdedbfd469f187eb.tar.bz2
Added bh, ch, dh, bl, cl, and dl register macros.
Diffstat (limited to 'c/src/exec/score/cpu/i386/asm.h')
-rw-r--r--c/src/exec/score/cpu/i386/asm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/i386/asm.h b/c/src/exec/score/cpu/i386/asm.h
index aff04bded3..1a940acb36 100644
--- a/c/src/exec/score/cpu/i386/asm.h
+++ b/c/src/exec/score/cpu/i386/asm.h
@@ -103,7 +103,14 @@
#define bp REG (bp)
#define ah REG (ah)
+#define bh REG (bh)
+#define ch REG (ch)
+#define dh REG (dh)
+
#define al REG (al)
+#define bl REG (bl)
+#define cl REG (cl)
+#define dl REG (dl)
#define cs REG (cs)
#define ds REG (ds)