Code: Select all
read.i a
while a<>0
ad$=ad$+chr(a)
read.i a
wend
Code: Select all
read.i a
while a<>0
ad$=ad$+chr(a)
read.i a
wend
Yes. (The next version of eirstt will use screenshots of this demo as background images.)c4s wrote:[OFFTOPIC]
Is this a screenshot from Conspiracy's "Beyond"?
...Oh I love this demo!
[/OFFTOPIC]
Code: Select all
EnableASM
PUSH SizeOf(POINT)
Code: Select all
Structure x
l.l
e.w[2]
EndStructure
Debug SizeOf(x)
Debug SizeOf(x\e)
;Debug SizeOf(x\e[])