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