Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xddj
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
xddj
1y ago
Yes, you're absolutely right — the initial `xor cl, cl` is technically redundant if we assume all registers are zeroed at start, as stated in the problem. I kept it in the solution mostly out of habit and to make the logic more explici
2.
▲
by
xddj
1y ago
That's a very clever approach — I hadn't even thought of factoring the target value like that. Decomposing `0x08C0C166` into `2⁴ × 3 × 5⁵ × 11 × 89 + 1` and reusing parts like `11 = 10 + 1` and `89 = 10² - 11` is genuinely interes
3.
▲
AI challenge – generate ECX = 0x08C0C166 with no memory, no immediates
1 points
by
xddj
1y ago
|
4 comments