Question
my problem is stvd and compile with st assembler linker
Posted on March 25, 2017 at 09:38
Hello. I want compile a simple program that is :
stm8/
segment 'rom'PD_ODR EQU $500FPD_DDR EQU $5011PD_CR1 EQU $5012;///////////////////////bset PD_DDR,#6
bset PD_CR1,#6loop2bset pd_odr,#6bres pd_odr,#6jp loop2end
when I compile this program Stvd get a lot of error that is :

can any one help me??
my windows is 7 and 64bit and I use from STVD and st assembler linker.
Thanks
