1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 11:42:18 +00:00
ton/crypto/func/test/a12_1.fc

5 lines
204 B
Text
Raw Normal View History

_ f(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) {
2020-06-03 17:47:47 +00:00
return (f, j, a, b, i, g, d, e, h, c); ;; optimal code is 3 ops, 6 bytes
;; s6 s0 s4 XCHG3 s4 s8 s9 XCHG3 8 0 REVERSE
}