Welcome to mirror list, hosted at ThFree Co, Russian Federation.

exe.exp « dlltest « samples « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 887fdb0ac0f40545954e61d29b54dbe113500de0 (plain)
1
2
3
4
5
6
7
8
In add!
x = 10
y = 13
10 + 13 = 23
In sub!
x = 10
y = 13
10 - 13 = -3