- May
- 586
- 4
TCC 10.00.68 Windows XP [Version 5.1.2600]
This FOR command is on one physical line.
for /l %%numzeroes in (0,1,15) do echo %@format[2,%numzeroes] %@format[19,0x1%@repeat[0,%numzeroes]] %@eval[0x1%@re
peat[0,%numzeroes] =x]
0 0x1 0x1
1 0x10 0x10
2 0x100 0x100
3 0x1000 0x1000
4 0x10000 0x10000
5 0x100000 0x100000
6 0x1000000 0x1000000
7 0x10000000 0x10000000
8 0x100000000 0x100000000
9 0x1000000000 0x1000000000
10 0x10000000000 0x10000000000
11 0x100000000000 0x100000000000
12 0x1000000000000 0x1000000000000
13 0x10000000000000 0x10000000000004
14 0x100000000000000 0xFFFFFFFFFFFFDC
15 0x1000000000000000 0x1000000000000BD0
Note lines 13, 14, and 15.
What's going on here?
This FOR command is on one physical line.
for /l %%numzeroes in (0,1,15) do echo %@format[2,%numzeroes] %@format[19,0x1%@repeat[0,%numzeroes]] %@eval[0x1%@re
peat[0,%numzeroes] =x]
0 0x1 0x1
1 0x10 0x10
2 0x100 0x100
3 0x1000 0x1000
4 0x10000 0x10000
5 0x100000 0x100000
6 0x1000000 0x1000000
7 0x10000000 0x10000000
8 0x100000000 0x100000000
9 0x1000000000 0x1000000000
10 0x10000000000 0x10000000000
11 0x100000000000 0x100000000000
12 0x1000000000000 0x1000000000000
13 0x10000000000000 0x10000000000004
14 0x100000000000000 0xFFFFFFFFFFFFDC
15 0x1000000000000000 0x1000000000000BD0
Note lines 13, 14, and 15.
What's going on here?