1openjdk-asmtools(1) General Commands Manual openjdk-asmtools(1)
2
3
4
6 openjdk-asmtools - To develop tools create proper & improper Java
7 '.class' files
8
10 openjdk-asmtools
11
13 AsmTools helps develop tools to create proper and improper Java
14 '.class' files. Aids various Java .class based testing and OpenJDK
15 development applications. Asmtools supports latest class file formats,
16 in lock-step with JDK development.
17
19 to run an assembly tool:
20 $ java -jar asmtools.jar toolName [args...] where toolName one
21 of: jasm, jdis, jcoder, jdec, jcdec
22
23 to get the version:
24 $ java -jar asmtools.jar -version
25
26 to get this message
27 $ java -jar asmtools.jar -?|-h|-help
28
30 Jayashree Huttanagoudar (jaya.huttanagoudar@gmail.com) Jiri Vanek
31 (judovana@email.com)
32
33
34
35version 0.1 01 March 2021 openjdk-asmtools(1)