Reduce the number of string registers down to 32 (from current 256); maintain ISA byte dimensions by using mod 32 (or mod 16 if an operation uses two string register indexes) to determine specific string register.
This will reduce memory requirements for on-chip registers from current > 16MB down to ~ 2MB
Reduce the number of string registers down to 32 (from current 256); maintain ISA byte dimensions by using
mod 32(ormod 16if an operation uses two string register indexes) to determine specific string register.This will reduce memory requirements for on-chip registers from current > 16MB down to ~ 2MB