diff options
Diffstat (limited to 'src/Helium/Instructions.agda')
-rw-r--r-- | src/Helium/Instructions.agda | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Helium/Instructions.agda b/src/Helium/Instructions.agda index 5eba3f0..4bd02ac 100644 --- a/src/Helium/Instructions.agda +++ b/src/Helium/Instructions.agda @@ -1,3 +1,9 @@ +------------------------------------------------------------------------ +-- Agda Helium +-- +-- Definitions of a subset of Armv8-M instructions. +------------------------------------------------------------------------ + {-# OPTIONS --safe --without-K #-} module Helium.Instructions where |