During my testing of BASIC10 with the Xemu emulator I was curious about the Hi65, a so-called "high-level emulator" für the C65.
You can find the site here: Hi65: a high-level Commodore 65 emulator
The aim of the Hi65 is to emulate the BASIC10 commands of the C65 on a "high-level", means there is no emulation of the C65 hardware, only a emulation of the BASIC10.
I try to run some programs from the website and I wrote a little testprogram of my own:
It runs perfect with Hi65.
The Xemu emulator returns a "?UNIMPLEMENTED COMMAND ERROR IN 30" because the "LOCATE" command isn't implemented in the BASIC10.
Of course the Hi65 is no comparison to the Mega65, who try to emulated the complete hardware of the C65.
But for testing some BASIC10 commands who don't work a the C65 it is a nice piece of software.