SET buffer=%@BALLOC[100]
echo %buffer
echo poke %@BPOKE[%buffer,0,8,0x01020304]
echo peek %@BPEEK[%buffer,0,8]
echo free %@BFREE[%buffer]
I thought this would echo something representing 0x01020304 on the "peek"
line, but I just get 0.
TCC 11.00.52 Windows 7 [Version 6.1.7600]
TCC Build 52 Windows 7 Build 7600
TCC 12.00.30 Windows 7 [Version 6.1.7600]
TCC Build 30 Windows 7 Build 7600
--
Jim Cook
2010 Sundays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Monday.
echo %buffer
echo poke %@BPOKE[%buffer,0,8,0x01020304]
echo peek %@BPEEK[%buffer,0,8]
echo free %@BFREE[%buffer]
I thought this would echo something representing 0x01020304 on the "peek"
line, but I just get 0.
TCC 11.00.52 Windows 7 [Version 6.1.7600]
TCC Build 52 Windows 7 Build 7600
TCC 12.00.30 Windows 7 [Version 6.1.7600]
TCC Build 30 Windows 7 Build 7600
--
Jim Cook
2010 Sundays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Monday.