View Single Post
Old 20 January 2017, 02:36   #31
Thorham
Computer Nerd
 
Thorham's Avatar
 
Join Date: Sep 2007
Location: Rotterdam/Netherlands
Age: 47
Posts: 3,751
At least that means SAS/C isn't useless

Here's what SAS/C produces, for those who are interested.
Code:
              SECTION      text,CODE
__code:
@strcopy:
              MOVE.L         A2,-(A7)                 ;2f0a 
___strcopy__1:
              MOVE.L         A1,A2                    ;2449 
___strcopy__2:
              MOVE.B         (A0)+,D0                 ;1018 
              MOVE.B         D0,(A1)+                 ;12c0 
              BNE.B          ___strcopy__2            ;66fa 
___strcopy__3:
              MOVE.L         A2,D0                    ;200a 
___strcopy__4:
              MOVE.L         (A7)+,A2                 ;245f 
              RTS                                     ;4e75 
__const:
__strings:
              XDEF           @strcopy
              END
Thorham is online now  
 
Page generated in 0.04500 seconds with 11 queries