diff options
| author | isopen <mr_makss@mail.ru> | 2025-12-01 11:40:01 +0700 |
|---|---|---|
| committer | Aliaksei Levin <22669599+levlam@users.noreply.github.com> | 2025-12-04 16:54:06 +0300 |
| commit | 889bdf06029f98f3d04cac874dafab6f4f847c47 (patch) | |
| tree | ff4ec7ad32a4949d7619ac77ff2cc088ac308ba0 /example | |
| parent | 282f96ca66421c348ed75aaca84471b3e39e64dd (diff) | |
Add ARM64 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 f0838913f..52544db30 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), [arm_tdjson_example](https://gist.github.com/isopen/c00f09d643ce65e465637f812a79695b). +You can also see [gas_tdjson_example](https://gist.github.com/isopen/25c4829daffb3880a32fac1f85f5f888), [arm_tdjson_example](https://gist.github.com/isopen/c00f09d643ce65e465637f812a79695b), [arm64_tdjson_example](https://gist.github.com/isopen/cd11dd0cf7cbf2672ac9d7b78d8565eb). <a name="g"></a> ## Using TDLib from G projects |
