home *** CD-ROM | disk | FTP | other *** search
- /* comment */
-
- .text # comment
-
- movl $4,%eax /* comment */
- movl $ ( 4 ) , %eax /* comment */
- movl %eax,(%eax,%eax,2)
- movl %eax,(%ebp,%eax,8)
- movl %eax,(%ecx,%ebp,4)
- movl %eax,456789(%eax,%eax,4)
- movl %eax,4(%eax,%eax,1)
- nop
- nop
- nop
- nop
- nop
-
-