[Not a bug] Rasm assert fail – amstrad cpc

What is Arkos Tracker? Forums Arkos Tracker forum Bug reports [Not a bug] Rasm assert fail – amstrad cpc

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30092
    shaymanjohn
    Participant

    Hi there,

    I’m trying to convert the player code to a different assembler format, but getting an Assert failure when compiling using Rasm.

    The error I’m getting is this:
    [./PlayerAkg_SoundEffects.asm:537] ASSERT (PLY_AKG_CHANNEL1_SOUNDEFFECT… failed with (PLY_AKG_CHANNEL1_SOUNDEFFECTDATA+($-PLY_AKG_CHANNEL1_SOUNDEFFECTDATA))==PLY_AKG_CHANNEL2_SOUNDEFFECTDATA

    And this is the code I’m trying to compile:

    include "resources/Music_Empty.asm"
    include "resources/SoundEffects.asm"
    
    PLY_AKG_HARDWARE_CPC = 1
    PLY_AKG_MANAGE_SOUND_EFFECTS = 1
    
    include "PlayerAkg.asm"
    #30093
    Targhan
    Keymaster

    Hi,

    You could send me the exact files you are using (email in the contact page)? Thanks!

    #30094
    Targhan
    Keymaster

    The problem came from a seemingly buggy Rasm version.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.