Is it possible to generate a ROM from sjasm? (Development Foros MSX)MSX Resource Center            
                       
English Nederlands Espa�ol Portugu�s Russian                  
 Noticias
   Página principal
  Almacén de noticias
  Temas de noticias

 Recursos
   Foros MSX
  Artículos
  Analisis
  Informe de ferias/RUs
  Álbum de fotos
  Ferias y encuentros
  Encuestas
  Enlaces
  Buscar

 Software
   Descargas
  Tienda Online

 MRC
   Quiénes somos
  Únete a nuestro equipo
  Donar
  Políticas
  Contacta con nosotros
  Enlázanos
  Estadísticas

 Buscar
 
  

  

 Login
 

Login

Contraseña




¿Aún no tienes una cuenta? ¡Conviértete en miembro del MSX Resource Center! ¡Únete a nosotros!.


 Estadísticas
 

Hay 48 invitados y 1 miembro en línea

Eres un usuario anónimo.
 

Foros MSX


Foros MSX

Development - Is it possible to generate a ROM from sjasm?

Autor

Is it possible to generate a ROM from sjasm?

FunkyBoy
msx friend
Mensajes: 6
Publicado: Abril 21 2007, 01:32   
Hi:

I'm just starting playing with the assembler and I've found sjasm and sjasmplus very good ones. They have very good support for all kind of macros and even sjasmplus support the use of LUA (I need to investigate this). Also I have used asMSX and it's very easy to use, but I think that it's a bit limited for medium or big projects,so I would like to use sjasm.

My problem is that I don't know how to generate a ROM from this assembler. I suppose that probably the code will need some header (like the header needed to run the output from basic) and perhaps it's possible to create a ROM directly, but I need more info. Is out there any tool that generates a ROM from a .com? Any idea about how I could create a ROM?

Thanks!!!!

jltursan
msx professional
Mensajes: 887
Publicado: Abril 21 2007, 01:39   
Usually this header is more than enough:

        OUTPUT yourname.rom

	SIZE yourromsize ; it can be 8192,16384,32768,etc.

        ORG $4000

        DB      $41,$42
        DW      MAIN
        DS	12

MAIN: yourcodestartshere....



 
 







(c) 1994 - 2009 Fundación MSX Resource Center. MSX es una marca registrada de MSX Licensing Corporation