https://github.com/offamitkumar/s390xfacilitymask
Just a small python script, Enter the facility bit number (from Principle of Z op book) and it will give you the mask you need to use in OpenJDK (vm_version_s390.hpp) file
https://github.com/offamitkumar/s390xfacilitymask
Last synced: 3 months ago
JSON representation
Just a small python script, Enter the facility bit number (from Principle of Z op book) and it will give you the mask you need to use in OpenJDK (vm_version_s390.hpp) file
- Host: GitHub
- URL: https://github.com/offamitkumar/s390xfacilitymask
- Owner: offamitkumar
- Created: 2024-12-04T04:23:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T04:25:10.000Z (7 months ago)
- Last Synced: 2025-02-03T22:51:09.567Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s390xFacilityMask
Just a small python script, Enter the facility bit number (from Principle of Z op book) and it will give you the mask you need to use in OpenJDK (vm_version_s390.hpp) file