swapped order of operands on a movw to fix LOAD_SEGMENTS macro

This commit is contained in:
Joel Sherrill
1996-04-20 16:48:30 +00:00
parent debe9195ce
commit 767a6c614c

View File

@@ -48,7 +48,7 @@ BEGIN_CODE
#define LOAD_SEGMENTS(_value,_segment) \
movw $ ## _value, ax ; \
movw _segment, ax
movw ax, _segment
EXTERN (establish_stack)