mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 02:09:19 +08:00
9 lines
78 B
Plaintext
9 lines
78 B
Plaintext
In add!
|
|
x = 10
|
|
y = 13
|
|
10 + 13 = 23
|
|
In sub!
|
|
x = 10
|
|
y = 13
|
|
10 - 13 = -3
|