Last change
on this file since 107 was
92,
checked in by mulligan, 10 years ago
|
Fixed physical interface file. Refactoring ASMInterface.
|
File size:
433 bytes
|
Line | |
---|
1 | open BitVectors;; |
---|
2 | |
---|
3 | exception Byte7_conversion |
---|
4 | |
---|
5 | module Byte7Map : Map.S with type key = byte7 |
---|
6 | module WordMap : Map.S with type key = word |
---|
7 | |
---|
8 | val byte7_of_byte: byte -> byte7 |
---|
9 | val int_of_bit: bit -> int |
---|
10 | |
---|
11 | val subb8_with_c: |
---|
12 | byte -> byte -> bit -> byte * bit * bit * bit (* -, c, ac, ov *) |
---|
13 | val add8_with_c: |
---|
14 | byte -> byte -> bit -> byte * bit * bit * bit |
---|
15 | val dec: byte -> byte (* with roll-over *) |
---|
16 | val inc: byte -> byte (* with roll-over *) |
---|
Note: See
TracBrowser
for help on using the repository browser.