Author Topic: Running ASM programs with wabbitemu  (Read 12084 times)

0 Members and 1 Guest are viewing this topic.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Running ASM programs with wabbitemu
« Reply #15 on: September 05, 2016, 11:21:56 am »
How do I determine what the program will be called when I send it to the calculator, if it isn't dependent on the .8xp filename?
It's in the file header, you can probably see it with a hex editor.

Have you tried this yet:
The assembled file that you attached to your post has that strange filename problem in its header, indicating that something (probably binpac8x.py) is putting that invalid name there which Wabbitemu is picking up and using.

Like Xeda said, try just having on the command line:
Code: [Select]
spasm BACKGRND.txt BACKGRND.8xp
Then resend your program.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Excelseo

  • LV2 Member (Next: 40)
  • **
  • Posts: 21
  • Rating: +0/-0
    • View Profile
Re: Running ASM programs with wabbitemu
« Reply #16 on: September 05, 2016, 11:48:52 am »
Okay, it worked that time. I don't know why it didn't work the first time I tried it, maybe I transferred the wrong .8xp file. Thank you very much all, sorry I was so bad at phrasing my question.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Running ASM programs with wabbitemu
« Reply #17 on: September 05, 2016, 06:00:06 pm »
I'm glad you got it fixed! To be honest, I've struggled with these kinds of things, too. Now you can get to all that programming, have fun!