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

No support for 32 bit .dat's #7

Open
azertyfun opened this issue Aug 30, 2016 · 1 comment
Open

No support for 32 bit .dat's #7

azertyfun opened this issue Aug 30, 2016 · 1 comment

Comments

@azertyfun
Copy link
Contributor

The following code:

.dat    1934226965

Will crash with:

Unknown (line 1, row 1): ".dat 1934226965"

This code is output by Clang/LLVM in the following scenario:

HardwareInfo lem1802_hardwareInfo = (HardwareInfo) {
    .hardware_id = 0x7349f615,
    .hardware_version = 0x1802,
    .manufacturer = 0x1c6c8b36
}
@Yamakaky
Copy link
Owner

.dat is only for 16 bit. I should add directives with more control over the data size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants