Attached is the assembly code with the command: gpc -Wall -g -S crashes.p
-- Regis
2008/4/4, Waldek Hebisch hebisch@math.uni.wroc.pl:
Regis Cridlig wrote:
Thank you, I succeeded in installing the latest cygwin build: gpc-20070904.i686-pc-cygwin.tar.gz
<snip>
$ gpc crashes.p -Wall -g -o crashes.exe
Could you post assembly output from your program? You can get it typing:
gpc -Wall -g -S crashes.p
(the output will be in the crashes.s file).
-- Waldek Hebisch hebisch@math.uni.wroc.pl