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

Invalid numbers allowed #342

Open
MiranDMC opened this issue Aug 15, 2024 · 0 comments
Open

Invalid numbers allowed #342

MiranDMC opened this issue Aug 15, 2024 · 0 comments
Labels
priority:p3 Low priority scope:compiler type:bug Something isn't working
Milestone

Comments

@MiranDMC
Copy link

SB compiles following code without errors:
int frameCount = read_memory {address} 00B7CB4C {size} 4 {vp} false

Problem is there is no 0x in front of, what is supposed to be hex number. Resulting script tries to read address 0x0 instead.

@x87 x87 added type:bug Something isn't working priority:p3 Low priority scope:compiler labels Aug 15, 2024
@x87 x87 added this to the v4.1.0 milestone Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p3 Low priority scope:compiler type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants