WebAssembly assembly program
WebAssembly code
00 61 73 6d / 01 00 00 00 / 01 06 01 60 01 7f 01 7f / 03 02 01 00 / 07 05 01 01 66 00 00 / 0a len 01 code_len
MNEMONIC | HEX |
---|---|
nop | 01 |
end | 0b |
get_local $n | 20 |
set_local $n | 21 |
i32.const n | 41 |
i32.eqz | 45 |
i32.eq | 46 |
i32.ne | 47 |
i32.lt_s | 48 |
i32.lt_u | 49 |
i32.gt_s | 4a |
i32.gt_u | 4b |
i32.le_s | 4c |
i32.le_u | 4d |
i32.ge_s | 4e |
i32.ge_u | 4f |
i32.clz | 67 |
i32.ctz | 68 |
i32.popcnt | 69 |
i32.add | 6a |
i32.sub | 6b |
i32.mul | 6c |
i32.div_s | 6d |
i32.div_u | 6e |
i32.rem_s | 6f |
i32.rem_u | 70 |
i32.and | 71 |
i32.or | 72 |
i32.xor | 73 |
i32.shl | 74 |
i32.shr_s | 75 |
i32.shr_u | 76 |
i32.rotl | 77 |
i32.rotr | 78 |