Writing nanobots using Java Assembly directly
From Talk:Code Size
Jump to navigation
Jump to search
Revision as of 7 May 2019 at 08:06.
The highlighted comment was created in this revision.
The highlighted comment was created in this revision.
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.
Rednaxela did mention on his user page:
Bots[edit]
Figments of my Imagination[edit]
Probably reality within the next year[edit]
- Fleck - A NanoBot coded in java assembly to have more direct control of how the codesize is used. Might just be my own take on the 'NanoSurfer' concept too...
It seems that he thought of the same idea in 2009, though he never got around to implementing it.