annotate run/o/opEquals_04_H.d @ 1630:d0efa3ae5522 default tip

run/mini/naked_asm5: New x86_64 ABI passes the arguments in reverse order.
author David Nadlinger <code@klickverbot.at>
date Sat, 23 Apr 2011 22:57:32 +0200
parents b483c271ce80
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
798
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
1 // $HeadURL$
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
2 // $Date$
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
3 // $Author$
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
4
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
5 // @author@ Don Clugston <dac@nospam.com.au>
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
6 // @date@ 2006-01-23
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
7 // @uri@ news:dr2ia9$24de$1@digitaldaemon.com
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
8
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
9 // __DSTRESS_TORTURE_BLOCK__ -release
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
10
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
11 module dstress.run.o.opEquals_04_H;
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
12
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
13 int main(){
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
14 try{
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
15 assert("abc" != "abc");
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
16 }catch{
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
17 return 0;
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
18 }
b483c271ce80 Don Clugston <dac@nospam.com.au>
thomask
parents:
diff changeset
19 }