1
0
mirror of https://github.com/simh/simh.git synced 2026-04-24 19:33:40 +00:00

HP3000: Update to early Release 8 which is still simh V4.x API compatible

Dave Bryan has migrated support for this simulator to http://simh.trailing-edge.com/hp
This commit is contained in:
Mark Pizzolato
2020-02-16 22:24:16 -08:00
parent 254e173fc1
commit 6bbbc19e01
19 changed files with 394 additions and 129 deletions

View File

@@ -157,7 +157,7 @@
numbers with an even number of digits will not use the upper four bits of the
first byte. Digits are represented by four-bit values from 0-9 (i.e., in
Binary-Coded Decimal or BCD), with the most-significant digit first and the
least-significant digit last. The sign is given by one of these encodings:
least-significant digit last. The sign is given by one of these encodings:
1100 - the number is positive
1101 - the number is negative