Max

Die max-Instruktionen werden verwendet, um die höhere von zwei Zahlen zu bestimmen.

Probieren Sie es aus

Syntax

wasm
;; load two numbers onto the stack
f32.const 10
f32.const 3

;; get higher number
f32.max

;; the top item on the stack will now be 10
Instruktion Binäroperationscode
f32.max 0x97
f64.max 0xa5