BSD 4 release
[unix-history] / usr / src / cmd / px / 04as.s
index f80fec8..1ece018 100644 (file)
@@ -1,5 +1,7 @@
 #\f
 #\f
-# 04as.s
+# Copyright (c) 1979 Regents of the University of California
+#
+# char sccsid[] = "@(#)04as.s 4.1 10/10/80";
 #
 # ASSIGNMENT OPERATORS
 #
 #
 # ASSIGNMENT OPERATORS
 #
@@ -42,7 +44,7 @@ _AS8:
 _AS:
        cvtbl   (r10)+,r0
        bneq    l0401
 _AS:
        cvtbl   (r10)+,r0
        bneq    l0401
-       cvtwl   (r10)+,r0       #r0 has data length in bytes
+       movzwl  (r10)+,r0       #r0 has data length in bytes
 l0401:
        addl3   sp,r0,r6        #r6 points to destination addr
        blbc    r6,l0402        #adjust for word boundry
 l0401:
        addl3   sp,r0,r6        #r6 points to destination addr
        blbc    r6,l0402        #adjust for word boundry