0

Can you please explain to me what aL, aH, bL, bH stands for

enter image description here

enter image description here

ThunderHorn
  • 1,975
  • 1
  • 20
  • 42

1 Answers1

1
  • aL = a low byte
  • aH = a high byte
  • bL = b low byte
  • bH = b high byte

In this case a is the minimum serial number count value and b is the maximum serial number count value.

mw.
  • 357
  • 3
  • 18