Difference between revisions of "Thread:Talk:Code Size/Writing nanobots using Java Assembly directly"

From Robowiki
Jump to navigation Jump to search
m (New thread: Writing nanobots using Java Assembly directly)
 
(No difference)

Latest revision as of 15:03, 6 May 2019

It seems that openjdk has a wonderful tool called asmtools that allows two directional transformation between jasm and .class bytecode

https://wiki.openjdk.java.net/display/CodeTools/asmtools

Has anyone tried writing robocode bots with java assembly directly? Since the relationship between Java and Bytecode is not as direct as jasm and bytecode, writing with jasm directly may be a better way than tricks listed on this wiki.