counter: 8-bit loadable up-counter
  ok    after reset = 0
  ok    after 5 counts = 5
  ok    held with en low = 5
  ok    after load 0xA0 = 160
  ok    wrapped past 0xFF = 0
  ok    async reset is immediate = 0
PASS  counter
