2020-09-15 06:39 AM
I code in absolute assembler (30+ yrs). I have an app that ran fine under STVD, then something broke in the toolchain that even a fresh install didn't fix, so I'm learning CXSTM8. At build, I'm getting a segment overlap error. Pretty sure it's not knowing Segment and Section usage. Can someone point me to some examples? Or point me to a better explanation of their usage? I'm not understanding the descriptions in the User Guide Thanks, <<<)))
2020-09-15 10:53 AM
Never mind, I figured it out. BUT, the user guide desperately needs a set of basic examples of each type: C, relocatable & absolute assembler.