mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-06-02 12:31:50 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
11 lines
215 B
NASM
11 lines
215 B
NASM
; Tests float handling
|
|
dw 3.14
|
|
dd 5.12
|
|
dq 3.141592653589793
|
|
dt 5653894745.318293470142875104710284019245e335
|
|
|
|
dw -62000.0
|
|
dd -47102940.467103581
|
|
dq -45102571092751092341095.5827509174509178450917845019
|
|
dt -1.e-1000
|