ASM, error on copy segment 'code>ram'
I'm trying to compile an example from "ST Aseembler Linker", Chapter 4.4 "Segmentation"stm8/ segment byte at: 0 'code' segment byte at: 8000 'ram' segment 'ram>code' label1: nop endand i get the following error:Error in map file Debug\00_test...