diff options
| author | isopen <mr_makss@mail.ru> | 2025-10-24 01:14:18 +0700 |
|---|---|---|
| committer | Aliaksei Levin <22669599+levlam@users.noreply.github.com> | 2025-11-26 17:26:44 +0300 |
| commit | f0d04d357c4ab2d4a7288e52dbeec3c2d9dd0a2d (patch) | |
| tree | d81c82cd919d928089a777c47fa6cf698285c4ff /example | |
| parent | 0b21f4cbef86ecc0b13e12dda481deceab6f6de7 (diff) | |
Add ARM Assembly
Diffstat (limited to 'example')
| -rw-r--r-- | example/README.md | 2 |
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 |
