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)
x86_64-openbsdarmv7a-linuxs390x-linuxx86_64-solarisaarch64-netbsdriscv32-linuxx86_64-linuxpowerpc64-linux
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