cf/mirror

Azembler

CF
93C2500· grandmaster5s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
41
Output
2
lea ebx, [eax + 4*eax]
lea ecx, [eax + 8*ebx]
Sample 2of 3
Input
2
Output
1
lea ebx, [eax + eax]
Sample 3of 3
Input
4
Output
1
lea ebx, [4*eax]
93C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)