Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Munchor

Pages: 1 ... 275 276 [277] 278 279 ... 424
4141
ASM / Re: Assembly/Hexadecimal Questions
« on: December 28, 2010, 01:28:48 pm »
would say for the link to other tables it would be something like:
Code: [Select]
If (byte==[ab])
{
 then do checks for other table
}

Yeah, I'll probably do that.

But the opcode [CB] is for the BIT Table. How would I know each one IN the other table?

4142
Axe / Re: The Optimization Compilation
« on: December 28, 2010, 12:47:32 pm »
EPIC!!! I just HAD to bookmark this.

Great idea, I copied it to a .txt file, WHICH I WILL NOT release in any way, don't worry. I bookmarked too and rated up.

4143
Axe / Re: The Optimization Compilation
« on: December 28, 2010, 12:39:21 pm »
I took a while to read this and I am astonished. Very good work. I'm astonished because I learn't lots of new stuff! I knew the basic ones, but the others, more complex will really help me making my programs faster. Thanks a lot.

4144
TI Z80 / Re: [Project]Disassembler in Python
« on: December 28, 2010, 11:48:56 am »
In Python that would be:

Code: [Select]
text = text.replace("\r\n", "")
Also, you'll need (or, at least, probably want) to include a .8xp extractor to get the code out of a .8xp file so it could be ran over .8xp as well as .hex.

I may do that after I finish the program, but huh... that was not my original goal, but everybody shouted 'DISASSEMBLER' and now I really have to make one and so I'll do what you asked TC01.

4145
ASM / Assembly/Hexadecimal Questions
« on: December 28, 2010, 10:23:59 am »
To help me with my disassembler which has lots of instructions working already, but a few not working, I decided to create this post in order to get help, otherwise I'd go  :crazy:.

These are my Assembly and Hexadecimal Assembly questions.

QUESTION 1:According to the table here, [22] is:

Code: [Select]
ld (**),hl
In Assembly I'dd just:

Code: [Select]
ld (12),hl
But how should I do that in Hexadecimal?

QUESTION 2

Code: [Select]
ld hl,(**)
The same doubt as above but for [2A].

QUESTION 3

Since I'm coding a Disassembler, how should I handle bytes like [CB], [DD], [ED],[EF]? These link to other tables.



Thanks much for the help!

4146
TI Z80 / Re: [Project]Disassembler in Python
« on: December 28, 2010, 09:20:27 am »
yes, and with Axe compatibility!

Just like Tokens then. Well, adding all the instructions for this program will be really easy, but will take a long time, so I expect to finish a Alpha version in the 1st week of January. Also, has anybody in Omnimaga ever made a disassembler?

Also, I have 1 bug at the moment, the HEX code needs to be all in one line, only problem so far :)

4147
TI Z80 / Re: [Project]Disassembler in Python
« on: December 28, 2010, 09:12:57 am »
nice work! I started coding a Tokenizer and detokenizer today! I'll also post some screenies soon.

For BASIC?

4148
TI Z80 / Re: [Project]Disassembler in Python
« on: December 28, 2010, 09:09:40 am »


Included a Message Box error for odd HEX input numbers :)

4149
TI Z80 / Re: [Project]Hexadecimal to Assembly Converter
« on: December 28, 2010, 08:57:13 am »
So, I'm making a disassembler? I hope that's a good thing :S

4150
TI Z80 / [Project]Assemblex
« on: December 28, 2010, 08:47:42 am »
After getting some work done in the Z80 table, I though: "Why not a HEX to Assembly Converter". I decided to start this project as Python, but I could easily move to C# for a compiled language and integration on tiDE, what do you think of this?

Well, here's a working screenshot.



Note: The program did convert that, I didn't just type it.

Update: the engine is finished, all i need to do now is add opcodes/instructions to finish it

4151
Computer Projects and Ideas / Re: Nightmare
« on: December 28, 2010, 08:29:00 am »
Uh, I was playing Nightmare, light went off, end of demo. :'(

Looks really good, nice job BuilderBoy, the sound and light effects were truly scary :)

4152
WabbitStudio Software Suite / Re: WabbitStudio Software Suite
« on: December 27, 2010, 07:08:37 pm »
98% of wabbit is coded in good ole C. When we moved to visual studio it got upgraded to C++, but there are only 4 places where I can really think that its properly used.
Right now screenshots automatically capture any open calculators. If you close a calculator its stops the screenshot. I'm working on a way for you to specify which calculators to catpure.
As for opening wabbit in the center of the screen its doable, but won't happen. Proper windows coding says you leave window placement up to Windows which is exactly what we do.

Would an option for that be possible?

4153
TI Z80 / Re: Online Z80 Table
« on: December 27, 2010, 06:59:00 pm »
Exactly Eeems!

4154
TI Z80 / Re: Orbsim Space Flight Simulator
« on: December 27, 2010, 06:41:33 pm »
I think he has no internet access for the entire holiday break. :(

Ouch, but even before that this went kind of asleep.

4155
Computer Projects and Ideas / Re: JavaTyper - a text editor in Java
« on: December 27, 2010, 06:41:16 pm »
Nice, it gets smaller. For the black background mode you should make the cursor white, though.

I know ??? But don't know how to :S

Pages: 1 ... 275 276 [277] 278 279 ... 424