- Enhancements for ASM parser
- `--list` parameter: define a range to analyze for OSACA. This must be a comma-separated list with entries being either single lines of ranges written as either `x-y` or `x:z`, for example: `osaca --list 1,3,5,7-20,21:40 kernel.s`
- user warnings in case no uarch is specified. OSACA will still try to apply a default uarch on your code, but will warn you to use the `--arch` flag
- user warnings in case no markers or `--line` option is used. OSACA will notify the user it might not be reasonable to analyse a huge code section across loops if a assembly file in total is analyzed and exceeds a threshold.
- minor bugfixes