0 Members and 1 Guest are viewing this topic.
Assemblex IDE is a Z80 Assembly IDE aimed at Hexadecimal programmers, but also useful for assembly programmers.It features a disassembler, an assembler, a real time disassembler and many other assembly and hexadecimal tools.This program was made by David Gomes and it should not be released anywhere without his approval.The 8XP files creator of this program was made by Kerm Martian.
Wow, scout, this is really coming along very nicely Does it also do the conversion from hex to mnemonic in the opposite direction?
Awesome stuff! I'm curious - is the Wabbitemu execution feature automatic, or do you have to input the keypresses yourself? (And if it's automatic, how the heck did you do it?? O_O)
(import os is needed)os.system('wabbitemu.exe filename.8xp')
EF4645210000224B8421(.Text)EF1045C9.Text0548656C6C6F
So I just tried this and so far I am absolutely going to love this! Can make a teeny request pretty please?!? Um, it would be reallllly cool if I could include labels for the hex. Like, if I did:Then (.text) could return the little endian address of the point after the C9. It isn't really too important, but I bet there would be more hex programmers if that happened! Plus, I have been wanting to add that ability to a calc program I made...
To run Wabbitemu I just do:Code: [Select](import os is needed)os.system('wabbitemu.exe filename.8xp')
Great work integrating all these tools! If you can add assembling it's going to be awesome IDE Maybe you could have it call Spasm or something? But then it would do pretty much the same thing as WabbitCode.Quote from: Scout on April 16, 2011, 09:16:23 amTo run Wabbitemu I just do:Code: [Select](import os is needed)os.system('wabbitemu.exe filename.8xp')Whoa, when did Wabbit add that?
I meant I didn't realize you could pass arguments to Wabbit already.EDIT: Or maybe I forgot.
You will be updating here, too, right?