main module TEST32T // this module causes assemble errors // // generates MOV 2(AP),R4 (there is no AP on LSI-11!!) // %set debug_print_ccode = true declare Max_Loop : static 32 bit integer initially 123457 // if following is made static, or 32 bits, error goes away Count : 16 bit integer initially 0 enddeclare if Count <> Max_Loop do endif endmodule