But I will run this pictures from basic :D not before run the game, I wanna do two version of one Game, one with title screen and the second with graphics pic in the game. is there any basic program to load pictures from Graph2font please? thnx.
The G2F picture contains assembler routines for DLI, VBL, etc. This is not a picture data only. It means you plan to run this compiled program from your Basic program. Yes, you can do it - but how do you plan to return to your Basic program again? I'm afraid you should start thinking about assembler programming...
w przypadku powrotu do basica sprawa nie jest taka trudna - wystarczy zdjąć ze stosu przed uruchomieniem procedury wyświetlania G2F adres powrotu do programu - jednak zostaje pytanie: czy procedura odczytu G2F jest relokowalna ?