Search the Community
Showing results for tags 'load'.
Found 2 results
-
Hi, This might seem like a silly question, and I've searched many websites (including YouTube etc) to find the answer but I've found no clear, simple answer. Apologies if this has been asked before. I have the X16 emulator installed. I downloaded the "Invaderz" program. So, according to standard Commodore commands, you type: LOAD"PROGRAMNAME.PRG" However, it can't seem to find it. I have my emulator sitting under C:\Program Files. Where is the best place to place it? Where is the best place to keep your stash of programs relative to the emulator? When you type "LOAD", how do you specify relative location of the program file? I even tried placing a copy of "INVADERZ.PRG" into the emulator directory itself. Is there a Dummies' Guide explaining this? Can anyone point me to this? Thanks.
-
So the addresses $A000 till $BFFF are banked. How can I load in assembly language binary data into these memory banks in the 512KB zone? F.e. tiles, sprites. To preload these graphical objects in the memory so that they can quickly be copied to the vram on the Vera. But how to load files in memory banks? Does somebody have an example assembly language routine?