> For the complete documentation index, see [llms.txt](https://xeavin.gitbook.io/ff12-lua-loader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeavin.gitbook.io/ff12-lua-loader/memory-save/functions/create-trampoline.md).

# Create Trampoline

### Signature

```csharp
u32 createTrampoline(u64 destination)
```

### Description

Creates a trampoline, an absolute jump to a 64-bit address, within the 32-bit address space.

Returns its address or `0` if the operation fails.

### Arguments

#### Destination

The memory address that the trampoline will redirect execution to.
