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

Constant values on the 6502 that are also hex numbers fail / crash #871

Closed
leuat opened this issue Jan 5, 2025 · 1 comment
Closed

Constant values on the 6502 that are also hex numbers fail / crash #871

leuat opened this issue Jan 5, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@leuat
Copy link
Owner

leuat commented Jan 5, 2025

const CAB: address = $1c00 - (8*16);
p : ^byte;

begin
p:=#CAB;

oops!

@leuat leuat added the bug Something isn't working label Jan 5, 2025
@leuat leuat self-assigned this Jan 5, 2025
@leuat
Copy link
Owner Author

leuat commented Jan 19, 2025

Fixed

@leuat leuat closed this as completed Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant