Hardella / ide61131

Hardella: IDE for Programmable Logic Controllers (ST 61131 & Co)
https://hardella.com
MIT License
24 stars 7 forks source link

MemoryWrite for enum produces wrong code #20

Open vlsi opened 5 years ago

vlsi commented 5 years ago

dst^ := ABC_STATE_TO_DWORD(PRU_...) is produced WORD_TO_DWORD should be used

Serhioromano commented 5 years ago

Good to see your are working on it.