-
Notifications
You must be signed in to change notification settings - Fork 55
Command Line Interface
Vincent Laporte edited this page Sep 24, 2021
·
2 revisions
-
Output to the terminal
jasminc -pasm source.jazz
-
Output to a file
target.s
jasminc -o target.s source.jazz
See also: Compilation to assembly
jasminc -checksafety source.jazz
See also: Safety checker
jasminc -ec f -oec model.ec source.jazz
See also: Extraction to EasyCrypt
jasminc -CT -ec f -oec model.ec source.jazz
See also: Extraction for checking cryptographic constant time