Re: BANK30 = BANK62 ? WHY?
2018/10/01 09:44:45
(permalink)
Thank you for reporting this bug. I think this is a display issue. Before, the PIC devices had banks only up to 31, so I guess the bank display takes a 0x1F AND mask (62 is 0x3E. It will become 0x1E after taking that AND mask which is 30). I will create an SSR for it.