~bkerensa/ubuntu/raring/yasm/fix-for-1064341

« back to all changes in this revision

Viewing changes to modules/preprocs/nasm/tests/nasmpp-decimal.asm

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2008-05-02 13:50:49 UTC
  • mto: (2.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080502135049-rd5ssoi2g1bjz1g3
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%macro testConcat 0
 
2
 
 
3
    %push ctx
 
4
    %assign %$x 0
 
5
    %rep 8
 
6
 
 
7
        movd eax, mm%$x
 
8
        %assign %$x %$x+1
 
9
 
 
10
    %endrep %pop
 
11
 
 
12
%endmacro
 
13
 
 
14
testConcat