Skip to content

Crash when strings and numbers are mixed in a DAT line #20

@bshepherdson

Description

@bshepherdson

This used to work, I think, but it's crashing now:

:data .dat "a string", 7, "more string"
Outputing to test.bin                      
Loading test.asm     
terminate called after throwing an instance of 'std::invalid_argument' 
  what():  stoi      
zsh: abort (core dumped)  dasm test.asm    

Splitting the same values into multiple .dats works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions