Changeset 634 for trunk/testcase/optlink/tst1asm.asm
- Timestamp:
- Aug 17, 2003, 8:47:16 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testcase/optlink/tst1asm.asm
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r633 r634 32 32 align 010h 33 33 34 public foo35 foo proc34 public asmfoo 35 asmfoo proc 36 36 37 37 ; 4 if (i1 != 1) … … 137 137 and eax,07h 138 138 ret 139 foo endp139 asmfoo endp 140 140 CODE32 ends 141 141 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.