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

SJasmPlus problems with modules #40

Open
pulkomandy opened this issue May 25, 2014 · 0 comments
Open

SJasmPlus problems with modules #40

pulkomandy opened this issue May 25, 2014 · 0 comments

Comments

@pulkomandy
Copy link
Member

From [email protected] on July 02, 2010 17:37:09

Sometimes labels inside modules are compiled as "0" when used in another module.

For example :

module a
test equ 2
endmod

module b
display "value of a.test :",a.test ; ok (displays 2)
data defb a.test ; replaced by 0
endmod

Likely it depends on the pass or something like that... Was fixed in the older version that couldn't build as standalone, but I didn't see anything obvious in the diff.

Original issue: http://code.google.com/p/cpcsdk/issues/detail?id=40

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