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

Need constant expression evaluation #3

Open
GoogleCodeExporter opened this issue May 11, 2015 · 1 comment
Open

Need constant expression evaluation #3

GoogleCodeExporter opened this issue May 11, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

The Parallax assembler supports evaluation of assembly-time expressions in
place of operands.  For example:

CON
  _clkfreq = 80000000
  baudrate = 19200

DAT
         mov foo, #1<<9
bitticks long _clkfreq / baudrate


Original issue reported on code.google.com by cbif...@gmail.com on 27 Oct 2006 at 7:25

@GoogleCodeExporter
Copy link
Author

Original comment by cbif...@gmail.com on 27 Nov 2006 at 11:29

  • Added labels: Milestone-Release1.0

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