aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorisopen <mr_makss@mail.ru>2025-10-21 14:39:04 +0700
committerAliaksei Levin <22669599+levlam@users.noreply.github.com>2025-10-22 20:22:34 +0300
commitdd1b761fda7e47f4e0275c4d319f80a04db1997f (patch)
treec04ddf65cdb6022df12075789557fec130abfda6 /example
parent5baa66391aef892b93dbc1d689450498692db967 (diff)
Add GNU Assembler
Diffstat (limited to 'example')
-rw-r--r--example/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/example/README.md b/example/README.md
index 090d90941..05d553f6f 100644
--- a/example/README.md
+++ b/example/README.md
@@ -309,7 +309,9 @@ You can also try to use our [C](https://github.com/tdlib/td/blob/master/td/teleg
TDLib can be used from Assembly through the [JSON](https://github.com/tdlib/td#using-json) interface.
-You can also see [nasm_tdjson_example](https://gist.github.com/isopen/41481eda87db2e6426af75be9d1f3748).
+See [nasm_tdjson_example](https://gist.github.com/isopen/41481eda87db2e6426af75be9d1f3748).
+
+You can also see [gas_tdjson_example](https://gist.github.com/isopen/25c4829daffb3880a32fac1f85f5f888).
<a name="g"></a>
## Using TDLib from G projects