Open pacak opened 6 months ago
User interface might look like that
This creates a base file for this specific function storing it somewhere under target/tmp/${hash(target, NAME)}, with "base" as a default name
target/tmp/${hash(target, NAME)}
% cargo asm ... --base [NAME]
This reads base and compares to newly generated version, possibly doing smart thing to labels
% cargo asm -- --diff [NAME]
User interface might look like that
This creates a base file for this specific function storing it somewhere under
target/tmp/${hash(target, NAME)}
, with "base" as a default nameThis reads base and compares to newly generated version, possibly doing smart thing to labels