home *** CD-ROM | disk | FTP | other *** search
/ Top-Magazin 1994 December / Top_Magazin_1994_12_Kaisersoft_de_Side_B_a.atr / mae.arc / NOTE64.DOC < prev   
Text File  |  1993-11-20  |  855b  |  1 lines

  1. This assembler isn't designed for a 64K¢machine, but it can be configured to¢operate in a limited fashion.  Because¢the bulk of the code sits at $4000,¢that will be right in the middle of RAM¢if you don't have bank select memory.¢The best you will be able to do, is set¢the text buffer from $6400-$A8FF, and¢the symbol table from wherever your¢LOMEM is up to $3FFF.  That will give¢you about 17K for your text buffer.¢¢Instructions on how to configure the¢addresses, and where they are located,¢are contained in the file ED.DOC.¢¢You will need to use a disk file¢editor to change the configuration.¢Skipping 9 bytes from the start of the¢file, (6 bytes for the binary header¢plus 3), you will want to change the¢following bytes to:¢00 64 FF A8 00 24 FF 3F¢¢You should also set the Bank select¢configure byte to $FF, which will¢cancel the bank selecting.¢¢