Welcome to the 64NET software developers kit! This is release 0.1 of the SDK, so it is very likely indeed to contain lots of problems (and infact does). They will all be addressed in good time. This SDK is intended only for software developers. If that isnt you, then you will possibly only get perplexed by this, as it assumes a good working knowledge of the c64's internals and assembly code. Paul Gardner-Stephen (27 Feb 1996) The SDK currently consists of: n64xasm.exe - 64NET based cross assembler (See Appendix A for details) ----------------------------------------------------------------------------- APPENDICIES: ----------------------------------------------------------------------------- Appendix A - The 64NET Cross-Assembler (27 Feb 1996) Run this from your 64NET directory. It requires 64net to be registered for full operation. If it is not registered, then you wont be able to cross assemble. Simple?. Incxidently, if it is unregiestered it will still form a binary, which will be called TEST.OBJ or something like that (what did you expect for v0.1 ???) Code syntax and look and feel is *VERY* similar to Turbo Assembler on the C64. ` Is the command key (<- on the c64). To cross assemble just load the 64net wedge after loading the assembler. It will do nothing until you try and assemble something. Futher documentation when it is closer to completion (There are currently many "missing bits"). Use the regular 64netbug.txt to report bugs with this application. Oh, one other small thing, it currently only looks for a c64 on the printer port at $378. Future versions wil allow selection. It wont scan like 64NET as other wise you wouldnt know which 64 your binary was about to go to. On the other hand, you might like this, so i will think long and hard about this.