aarch64-esr-decoder
aarch64-esr-decoder 0.2.4
Utility for decoding aarch64 ESR register values
https://github.com/google/aarch64-esr-decoderApache License 2.0
main program: aarch64-esr-decoderprograms: aarch64-esr-decoder
Maintainers
Platforms (38)
powerpc-netbsdarmv7l-linuxpowerpc64-linuxi686-linuxarmv7a-linuxriscv32-linuxi686-windowsx86_64-redox
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ aarch64-esr-decoder ];
Ad-hoc shell
nix-shell -p aarch64-esr-decoder
Flake (nix run)
nix run nixpkgs#aarch64-esr-decoder