http://trixter.oldskool.org/2015/04/07/8088-mph-we-break-all-your-emulators/
interesting article on computer demo that really pushes old 80′s IBM PC hardware to it’s limits and beyond what you would expect from it.
Posted from WordPress for Android
1 Comment
Tomi Engdahl says:
Another interesting hack for old hardware:
Java Byte Code, Ahead Of Time Compilers, And A TI-99
http://hackaday.com/2015/04/12/java-byte-code-ahead-of-time-compilers-and-a-ti-99/
Java famously runs on billions of devices, including workstations, desktops, tablets, supercomputers, and jewelry. Yes, jewelry. Look it up. [Michael] realized Java doesn’t run on Commodore 64s, TI-99s, and a whole bunch of other platforms. Not anymore.
Retro Console Java
http://www.mikekohn.net/micro/retro_console_java.php
Java Grinder which takes the byte-code from Java .class files and generates assembly language files that can be assembled with naken_asm for different CPUs / systems.