Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labels apply pre-alignment #5

Open
GoogleCodeExporter opened this issue May 11, 2015 · 0 comments
Open

Labels apply pre-alignment #5

GoogleCodeExporter opened this issue May 11, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

In code like this:
    org
y   byte 1
x  long 2

The label 'y' will be on byte 0, and the label 'x' will be on byte 1 -- even 
though the long it 
presumably labels is aligned to byte 4.

I'm not entirely certain if I consider this a bug -- there are cases where this 
behavior is desired:

data_start
   byte 1
   byte 2
   byte 3
data_end

  long 0

Since propasm doesn't care if a label is on the same line as a value or a 
separate line, these cases 
are identical.

Original issue reported on code.google.com by cbif...@gmail.com on 21 Nov 2006 at 4:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant