aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorisopen <mr_makss@mail.ru>2025-10-24 01:14:18 +0700
committerAliaksei Levin <22669599+levlam@users.noreply.github.com>2025-11-26 17:26:44 +0300
commitf0d04d357c4ab2d4a7288e52dbeec3c2d9dd0a2d (patch)
treed81c82cd919d928089a777c47fa6cf698285c4ff
parent0b21f4cbef86ecc0b13e12dda481deceab6f6de7 (diff)
Add ARM Assembly
-rw-r--r--example/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/README.md b/example/README.md
index 05d553f6f..f0838913f 100644
--- a/example/README.md
+++ b/example/README.md
@@ -311,7 +311,7 @@ TDLib can be used from Assembly through the [JSON](https://github.com/tdlib/td#u
See [nasm_tdjson_example](https://gist.github.com/isopen/41481eda87db2e6426af75be9d1f3748).
-You can also see [gas_tdjson_example](https://gist.github.com/isopen/25c4829daffb3880a32fac1f85f5f888).
+You can also see [gas_tdjson_example](https://gist.github.com/isopen/25c4829daffb3880a32fac1f85f5f888), [arm_tdjson_example](https://gist.github.com/isopen/c00f09d643ce65e465637f812a79695b).
<a name="g"></a>
## Using TDLib from G projects