16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
;;! target = "x86_64"
|
|
|
|
(module
|
|
(func (result i32)
|
|
(i32.const -1)
|
|
(i32.const 1)
|
|
(i32.mul)
|
|
)
|
|
)
|
|
;; 0: 55 push rbp
|
|
;; 1: 4889e5 mov rbp, rsp
|
|
;; 4: b8ffffffff mov eax, 0xffffffff
|
|
;; 9: 6bc001 imul eax, eax, 1
|
|
;; c: 5d pop rbp
|
|
;; d: c3 ret
|