--stack 4194304,4194304 ???

General FreeBASIC programming questions.
Post Reply
srvaldez
Posts: 3383
Joined: Sep 25, 2005 21:54

--stack 4194304,4194304 ???

Post by srvaldez »

I have this on my compile command: -t 4096 -v among other options and today I noticed the stack statement produced by FB and it looks a bit strange to me, any thoughts ?
dodicat
Posts: 7987
Joined: Jan 10, 2006 20:30
Location: Scotland

Re: --stack 4194304,4194304 ???

Post by dodicat »

Are the bytes not measured that computing way, I forget what it is called.

Code: Select all

#CMDLINE  "-t 4096 -v"


PRINT (1024)/(1000)*4096
SLEEP 
Post Reply