Jump to content
IGNORED

Adding multi-bank breaks compilation..


Gemintronic

Recommended Posts

So, the title screen kernel requires multi bank. When I go over 4k on this code compilation aborts. Any idea why?

 

Here is the error message I get when I change set romsize 4k to set romsize 8k:

 

Compiling C:\BatariBASIC\MMSBC\mmsbc.bas
DASM V2.20.07, Macro Assembler (C)1988-2003
  bytes of ROM space left in bank 1
  bytes of ROM space left in bank 2
  3253 bytes of ROM space left in bank 1
  2530 bytes of ROM space left in bank 2
  3253 bytes of ROM space left in bank 1
  2530 bytes of ROM space left in bank 2
--- Unresolved Symbol List
pfcenter				 0000 ????		 (R )
div8					 0000 ????		 (R )
kernelmacrodef		   0000 ????		 (R )
pfhalfwidth			  0000 ????		 (R )
FASTFETCH				0000 ????		 (R )

Fatal assembly error: Source is not resolvable.
Errors were encountered during assembly.

 

Another possible clue is that I get the same errors if I change the command reference pages multi bank example:

http://www.randomter...m_27d_0246t.bas

 

From this:

set kernel_options no_blank_lines

To my programs kernel options:

set kernel_options pfcolors pfheights background

mmsbc.bas

Edited by theloon
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...