diff options
author | Nomura <nomura.rh@gmail.com> | 2023-04-26 21:29:59 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-05-06 19:57:06 +0300 |
commit | c1fce8f60f3cbbdf72fb3b987f1d07c86b292c82 (patch) | |
tree | 3914f5a723613bc1e6bf1e2631c1705c1870d586 /docs/markdown | |
parent | 1958ded04f2f072571e86bbd5e805c06a4b89704 (diff) | |
download | meson-c1fce8f60f3cbbdf72fb3b987f1d07c86b292c82.zip meson-c1fce8f60f3cbbdf72fb3b987f1d07c86b292c82.tar.gz meson-c1fce8f60f3cbbdf72fb3b987f1d07c86b292c82.tar.bz2 |
Initial support for Metrowerks Assembler
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-tables.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index fb7deda..7354cd4 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -44,6 +44,8 @@ These are return values of the `get_id` (Compiler family) and | yasm | The YASM compiler (Since 0.64.0) | | | ml | Microsoft Macro Assembler for x86 and x86_64 (Since 0.64.0) | msvc | | armasm | Microsoft Macro Assembler for ARM and AARCH64 (Since 0.64.0) | | +| mwasmarm | Metrowerks Assembler for Embedded ARM | | +| mwasmeppc | Metrowerks Assembler for Embedded PowerPC | | ## Linker ids |