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.
13 lines
365 B
NASM
13 lines
365 B
NASM
; Tests illegal float handling
|
|
db 1.2
|
|
dw 3.14e500
|
|
dd 5.12e100000
|
|
dq 3.141592653589793e-158105
|
|
dt 5653894745.318293470142875104710284019245e-1999
|
|
|
|
db -1.5
|
|
dw -5593824513450897123075109385109385019324871093470134710984.34981
|
|
dd -47102940.46710358135703124751034875109875103294510984019324
|
|
dq -45102571092751092341095.5827509174509178450917845019e15555
|
|
dt -1.e-100000
|