large cards test remarks
========================

2022-08-31 v4
  Div based on binary search (for each result digit) takes about 1.75 times
  the time compared to Div based on substraction - multiplications seems to
  be too expensive.


2022-09-14 v5
  In place operations wherever possible.
  Automatic stack copies instead of explicite temporary variables.


2022-09-29 v6
  General string conversion implemented, forth and back.
  Special base 10H procedures kept - they are basic and fast.


2022-10-01 v7
  Calculator implemented using command line arguments.


2022-11-19 v8
  Implementations based on one-digit-ops Inc0, Dec0, Cmp0 and Mul0, wherever possible.
  Run time checks disabled after testing. "xdasm -l obj\LC0" helped to understand them.
