# MEMORY_PROTECTION_EXECUTE

`import { MEMORY_PROTECTION_EXECUTE } from "destack:memory/binding";`

Allow instruction fetch from mapped pages.

```ds title="MEMORY_PROTECTION_EXECUTE"
const MEMORY_PROTECTION_EXECUTE: MemoryProtection
```

[language/library/src/memory/binding/virtual.ds:27](https://github.com/destack-sh/destack/blob/main/language/library/src/memory/binding/virtual.ds#L27)
