(module (memory 0 2) (func $main i32.const 0x1D ;; dynamic offset for memory store instruction i32.const 0x1E ;; value to store i32.store offset=0x1F align=4) ;; we store the difference at 0x23C (export "main" (func $main)))
index : AGH-engineering-thesis | ||
Code related to my engineering thesis at AGH University of Science and Technology in Kraków, Poland |
aboutsummaryrefslogtreecommitdiff |
(module (memory 0 2) (func $main i32.const 0x1D ;; dynamic offset for memory store instruction i32.const 0x1E ;; value to store i32.store offset=0x1F align=4) ;; we store the difference at 0x23C (export "main" (func $main)))