Decide on label/section/data formats #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current naive implementation allows labels to mark data or code in different sections. Allows almost 100 sections. Alternatively could have no sections, but have modes, all data would be pushed onto the stack (as pointers to memory likely) and labels would only mark code.
Current thought is that the naive implementation is probably fine. Plus it leaves more options for future expansion. It does mean keeping track of label types though.