Skip to content

Commit

Permalink
add store_indirect_u32
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Jul 3, 2024
1 parent f75428e commit f542f41
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pre: a0 = 0x20000
pre: a1 = 0x12345678

%rw_data_size = 1

pub @main:
u32 [a0 + 4097] = a1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pre: a0 = 0x20000
pre: a1 = 0x12345678

%rw_data_size = 1

pub @main:
u32 [a0 + 10] = a1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pre: a0 = 0x20000
pre: a1 = 0x12345678

%rw_data_size = 1

pub @main:
u32 [a0] = a1

0 comments on commit f542f41

Please sign in to comment.