[comp.sys.ibm.pc] **HELP/Bug?? <MSC 5.0

cy03+@andrew.cmu.edu (Chao-Ping Yang) (08/05/88)

I am using MSC 5.0 to compile a program that runs OK on Unix.
There are arrays that are larger than 64K so I use the /AH switch
and it compiled OK.
When I ran the program, I found arrays at location 64K can not be initialized.
In other words, after I initialized an (external) array with non zero values,
the element at 64K was still zero when I ran the program, while those before
and after were OK.

Could somebody tell me what is going on here? Will this problem be fixed
in 5.1

Thanks in advance.

==Chaoping