Hello fellow MSX admirers,
Merry Christmas to all !
As a beginning MSX programmer (more of an enthusiast and curious experimenter), I found, here, how to reset my MSX1 :
DEFUSR=&H0:A=USR(0)
It's working, displaying the startup logo and startup message. Great !
Even here or on Google, there is something I found nowhere : how to display the startup logo then the startup message "by hand" without really reseting, by calling them and only them from where they are (where, indeed ?) without wiping from memory the program doing it (which is what a reset would do).
For the startup message, PRINTing it from BASIC as character strings may do it (but that's less classy than getting it from internal memory !). But how can I "launch" the startup logo ?
Alternatively, reseting wihtout losing "the program causing the reset" from RAM would do it too, but it seems to me such a feat is impossible by definition.
All this on a simple, basic, tape-based MSX1, which is all I have.
My thanks in advance for any replies to come !