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.
 
 
 
 
 
 

9 lines
208 B

.data
# Makes sure "sym" doesn't end up at the beginning of ".data", as that makes it
# tough to then later detect it from scripts.
.global buf
buf:
.fill 8192, 4, 1
.global sym
sym:
.fill 8192, 4, 2