Karoshi MSX Community
05 de Julio de 2021, 10:46:13 am *
Bienvenido(a), Visitante. Por favor, ingresa o regístrate.

Ingresar con nombre de usuario, contraseña y duración de la sesión
Noticias:
 
   Inicio   Ayuda Buscar Ingresar Registrarse  
Páginas: [1]
  Imprimir  
Autor Tema: Help with ASM code (DPLAY source)  (Leído 2576 veces)
0 Usuarios y 1 Visitante están viendo este tema.
AxelStone
Karoshi Newbie
*
Mensajes: 36



« : 03 de Marzo de 2016, 08:09:12 pm »

Hi everybody, I need help of ASM coders. I'd like to use Animecha (a powerful animation editor) in my app. Animecha provides 2 players: in Basic and DOS (DPLAY). In order to use DOS version with C/Pascal, I've found ASM sources of DPLAY and I need to modify the return routine.

The sources can be found here but I've tried several compilers from MSX (M80, Compass) and for PC (SJASM) and all of them produces error.

I have almost no knowledge of ASM, so I need help of skilled ASM coders. What compiler do I need to use?

Thanks!
En línea

MSX Still alive!
samsaga2
Karoshi Fan
**
Mensajes: 76


Email
« Respuesta #1 : 07 de Marzo de 2016, 08:09:50 am »

I think it has incomplete source code. Some functions are not defined:

Código:
$ sjasm DPLAY.ASM
Sjasm Z80 Assembler v0.42c - www.xl2s.tk
DPLAY.ASM(1374) : Label not found: AniCmd
DRIVER.ASM(78) : Label not found: _var6
DRIVER.ASM(192) : Label not found: _copyIntF
DRIVER.ASM(279) : Label not found: _DoPlay1
DRIVER.ASM(309) : Label not found: AniCmd
DRIVER.ASM(834) : Label not found: AniCmd
DPLAY.ASM(1588) : Label not found: calsub

$ grep DoPlay1 *.ASM
DRIVER.ASM: jr nz,_DoPlay1

$ grep calsub *.ASM
DPLAY.ASM: call calsub
En línea
Páginas: [1]
  Imprimir  
 
Ir a:  

Impulsado por MySQL Impulsado por PHP Powered by SMF 1.1.21 | SMF © 2013, Simple Machines XHTML 1.0 válido! CSS válido!