diff options
Diffstat (limited to 'dynasm/dasm_mips64.lua')
| -rw-r--r-- | dynasm/dasm_mips64.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dynasm/dasm_mips64.lua b/dynasm/dasm_mips64.lua new file mode 100644 index 00000000..c0db8965 --- /dev/null +++ b/dynasm/dasm_mips64.lua | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | ------------------------------------------------------------------------------ | ||
| 2 | -- DynASM MIPS64 module. | ||
| 3 | -- | ||
| 4 | -- Copyright (C) 2005-2026 Mike Pall. All rights reserved. | ||
| 5 | -- See dynasm.lua for full copyright notice. | ||
| 6 | ------------------------------------------------------------------------------ | ||
| 7 | -- This module just sets 64 bit mode for the combined MIPS/MIPS64 module. | ||
| 8 | -- All the interesting stuff is there. | ||
| 9 | ------------------------------------------------------------------------------ | ||
| 10 | |||
| 11 | mips64 = true -- Using a global is an ugly, but effective solution. | ||
| 12 | return require("dasm_mips") | ||
