aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorisopen <mr_makss@mail.ru>2025-10-15 19:03:04 +0700
committerGitHub <noreply@github.com>2025-10-15 15:03:04 +0300
commit827cb2b6075407b5b7cdf869463fd00638ad9b69 (patch)
treed18e56afc2067d525d93a155981f681e4f80b11c /example
parent03e619b56929a4680d5196c5e23bc3a3b5cef6c5 (diff)
Add Assembly languages (#3447)
Diffstat (limited to 'example')
-rw-r--r--example/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/example/README.md b/example/README.md
index 0fbf0f3f6..295ce40c5 100644
--- a/example/README.md
+++ b/example/README.md
@@ -9,6 +9,7 @@ Also, take a look at our [Getting Started](https://core.telegram.org/tdlib/getti
TDLib can be easily used from almost any programming language on any platform. See a [TDLib build instructions generator](https://tdlib.github.io/td/build.html) for detailed instructions on how to build TDLib.
Choose your preferred programming language to see examples of usage and a detailed description:
+- [Assembly languages](#assembly)
- [Python](#python)
- [JavaScript](#javascript)
- [Go](#go)
@@ -38,6 +39,13 @@ Choose your preferred programming language to see examples of usage and a detail
- [G](#g)
- [Other](#other)
+<a name="assembly"></a>
+## Using TDLib in Assembly projects
+
+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).
+
<a name="python"></a>
## Using TDLib in Python projects