Xref: utzoo comp.sys.atari.st:36725 comp.sys.atari.st.tech:1843 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!caen!uwm.edu!uwvax!daffy!cat34.cs.wisc.edu!carter From: carter@cat34.cs.wisc.edu (Gregory Carter) Newsgroups: comp.sys.atari.st,comp.sys.atari.st.tech Subject: Turbo C's Wierd Behavior Keywords: MEGA STE Message-ID: <1991Apr1.065127.11604@daffy.cs.wisc.edu> Date: 1 Apr 91 06:51:27 GMT References: <27E916DD.17265@maccs.dcss.mcmaster.ca> <1991Mar31.181651.9813@daffy.cs.wisc.edu> Sender: news@daffy.cs.wisc.edu (The News) Organization: U of Wisconsin CS Dept Lines: 12 Cold anybody explain why Turbo C 2.0 takes a long constant like this: ffff8e20 and turns it into -> 8e20 then takes 00ff8e20 -> ffff8e20??? I had this occur when I was working on my app program..MOST ANNOYING. It seems to only generate the correct address when you insert the two 00's ???? --Gregory