- Timestamp:
- Aug 2, 2021 11:21:08 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm-amd64-x86-watcom-16.h
r90466 r90469 731 731 ".186" \ 732 732 "mov ax, ds" \ 733 "mov ds, bx" \733 "mov ds, di" \ 734 734 "rep outsb" \ 735 735 "mov ds, ax" \ 736 parm [dx] [ bx si] [cx] nomemory \736 parm [dx] [si di] [cx] nomemory \ 737 737 modify exact [si cx ax] nomemory; 738 738 #endif … … 743 743 ".186" \ 744 744 "rep insb" \ 745 parm [dx] [ es di] [cx] \745 parm [dx] [di es] [cx] \ 746 746 modify exact [di cx]; 747 747 #endif … … 752 752 ".186" \ 753 753 "mov ax, ds" \ 754 "mov ds, bx" \754 "mov ds, di" \ 755 755 "rep outsw" \ 756 756 "mov ds, ax" \ 757 parm [dx] [ bx si] [cx] nomemory \757 parm [dx] [si di] [cx] nomemory \ 758 758 modify exact [si cx ax] nomemory; 759 759 #endif … … 764 764 ".186" \ 765 765 "rep insw" \ 766 parm [dx] [ es di] [cx] \766 parm [dx] [di es] [cx] \ 767 767 modify exact [di cx]; 768 768 #endif … … 773 773 ".386" \ 774 774 "mov ax, ds" \ 775 "mov ds, bx" \775 "mov ds, di" \ 776 776 "rep outsd" \ 777 777 "mov ds, ax" \ 778 parm [dx] [ bx si] [cx] nomemory \778 parm [dx] [si di] [cx] nomemory \ 779 779 modify exact [si cx ax] nomemory; 780 780 #endif
Note:
See TracChangeset
for help on using the changeset viewer.