You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Must create a separated .data section that stores a series of constant values that can be later loaded into the stack using the load instruction and a label.
The .text section is the typical one with the assembly code (default one).
Description
Must create a separated .data section that stores a series of constant values that can be later loaded into the stack using the load instruction and a label.
The .text section is the typical one with the assembly code (default one).
Example
https://github.com/joamag/mingus/blob/master/examples/hello.mia
The text was updated successfully, but these errors were encountered: