kolen a65ea77725 Fix 'ed' opcode range resulted in overflow
Should be:
40 41 .. 4a 4b
   maps to
00 01 .. 0a 0b

Was:
3a 3b 3c 3d 3e 3f 40 41 .. 4a 4b
            maps to
fa fb fc fd fe ff 00 01 .. 0a 0b
2016-04-21 15:33:26 +02:00
..
2016-03-03 03:18:03 +01:00
2016-04-15 15:51:28 +02:00
2016-04-13 21:55:48 +02:00
2016-01-30 03:02:06 +01:00
2015-02-22 22:32:13 +01:00