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

Make sure that numbers are defined consistently in SIRC Asm #213

Open
github-actions bot opened this issue Jun 16, 2024 · 0 comments
Open

Make sure that numbers are defined consistently in SIRC Asm #213

github-actions bot opened this issue Jun 16, 2024 · 0 comments

Comments

@github-actions
Copy link

There should probably be a hash before the number here. (Also check .ORG)

Line: 23

pub fn parse_data_type(i: &str) -> AsmResult<DataType> {
alt((
// TODO: Make sure that numbers are defined consistently in SIRC Asm
// category=Toolchain
// There should probably be a hash before the number here. (Also check .ORG)
map(parse_number, DataType::Value).context("number"),
map(parse_symbol_reference, |ref_token| {
DataType::SymbolRef(ref_token)
})
.context("symbol reference"),

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