-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40733c6
commit 6929033
Showing
4 changed files
with
58 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
(module exp) | ||
|
||
(defconst | ||
G_EXPBYTES 50 | ||
EXP_INST_EXPLOG 0xEE0A | ||
EXP_INST_MODEXPLOG 0xEE05 | ||
G_EXPBYTES 50 ;; TODO: replace | ||
MAX_CT_CMPTN_EXP_LOG 15 | ||
MAX_CT_MACRO_EXP_LOG 0 | ||
MAX_CT_PRPRC_EXP_LOG 0 | ||
MAX_CT_CMPTN_MODEXP_LOG 15 | ||
MAX_CT_MACRO_MODEXP_LOG 0 | ||
MAX_CT_PRPRC_MODEXP_LOG 4 | ||
LT 0x10 | ||
EQ 0x14 | ||
ISZERO 0x15) | ||
LT 0x10 ;; TODO: repace | ||
EQ 0x14 ;; TODO: repace | ||
ISZERO 0x15) ;; TODO: repace | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters