aboutsummaryrefslogtreecommitdiff
path: root/crates/ncount/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove ncount and ngrepMiquel Sabaté Solà2025-08-271-3/+0
| | | | | | | | These were theoretical tools that could be provided, but I have neither had the time, or their perceived functionality has been moved into other crates. Hence, just remove them. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Add the notion of mappingMiquel Sabaté Solà2024-12-121-0/+3
Mappings and segments are fundamental blocks on how code is distributed both on the actual ROM File and in the memory layout. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>