(3b2) functions in data space
Chris Torek
chris at umcp-cs.UUCP
Sat Mar 22 12:14:37 AEST 1986
In article <802 at ttrdc.UUCP> levy at ttrdc.UUCP writes:
[program to execute out of data space on a 3b2]
>Now maybe some pundit out there can explain WHY this works :-).
It may or may not be important, but you were executing from the
stack, not from data space. Change `arr' to `static char ...'
and see if it still works.
(Am I now branded a pundit for ever? :-) )
--
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1415)
UUCP: seismo!umcp-cs!chris
CSNet: chris at umcp-cs ARPA: chris at mimsy.umd.edu
More information about the Comp.lang.c
mailing list