When I defined array (example WL990[WL0]) as start addoress of FMOVE in StandardV2 loader, error was detected by error check. Why?

Fuji Electric Global

Global
  • Font Size
  • S
  • M
  • L
  • No : 1665
  • Displayed Date : 2023/04/25 19:00
  • Print

When I defined array (example WL990[WL0]) as start addoress of FMOVE in StandardV2 loader, error was detected by error check. Why?

When I defined array (example WL990[WL0]) as start addoress of FMOVE in StandardV2 loader, error was detected by error check. Why?
Category : 

Answer

For the Standard loader V2, you cannot specify array data for the operand that specifies the first address. (An error is detected during the program check.) For the Standard loader V3, you can specify array data for the operand that specifies the first address. However, the loader software cannot check the destination address range and a warning is issued during the program check. The user needs to check if the destination memory range actually exists or not.