Copyright | (c) roki 2019 |
---|---|
License | MIT |
Maintainer | falgon53@yahoo.co.jp |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
The modules of intrinsic (x86_64) assembly
Synopsis
- incrLbl :: Enum e => Asm TextLabelCtx e e
- applyCnt :: Asm ctx e ()
- applyBrk :: Asm ctx e ()
- bracketBrkCnt :: Asm TextLabelCtx e () -> Asm TextLabelCtx e ()
Documentation
bracketBrkCnt :: Asm TextLabelCtx e () -> Asm TextLabelCtx e () Source #
Apply values from lblCnt to brkCnt and cntCnt in function execution scope, and return values to their original state when exiting the scope