mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 12:37:19 +02:00
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
|