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.

14 lines
228 B

.global foo
.type foo, @object
.size foo, 4
foo:
.weak bar
.type bar, @object
.size bar, 4
bar:
.long 42
.weak zed
.type zed, @object
zed = 0x1288