You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tree:
37b0094006
cl-refactor
master
opencl1.1
v0.10.0
v0.10.0.dev2
v0.10.0.dev3
v0.10.0rc1
v0.10.0rc2
v0.10.0rc3
v0.10.0rc4
v0.11.0
v0.11.0rc1
v0.11.0rc2
${ noResults }
11 lines
121 B
11 lines
121 B
;; Direct JUMP.
|
|||
;; output: memory[1] == 1
|
|||
|
|||
(asm
|
|||
4 ;; 0
|
|||
JUMP ;; 2
|
|||
STOP ;; 3
|
|||
1 ;; 4
|
|||
1 ;; 6
|
|||
MSTORE ;; 8
|
|||
)
|