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 - ralphdspam
Pages: 1 ... 33 34 [35] 36 37 ... 63
511
« on: May 07, 2011, 07:38:16 pm »
I think Lesson 5 should be included. It explains a lot about what is compiled into the actual program and what is just an instruction to the compiler. I think it is necessary to explain how the compiler compiles the commands and how the Z80 reads the instructions. Again, these are just my opinions. You can do whatever you want with your lessons.
512
« on: May 07, 2011, 07:26:37 pm »
Since they have already emulated the MOS 6502 in the NES emulator, they would just have to emulate the C64's I/O.
513
« on: May 07, 2011, 04:16:24 pm »
how to use interrupts in axe ? I could make a better sound ...
Yep, just use FnInt( LBL, FREQ) Freq is 0-6, 6 being the slowest. Make sure that the LBL location is formatted as a sub program (with a Return at the end). Also, you can't use L 2 while you are running custom interrupts. At the end of the program, make sure to use LnReg. If you don't, it will cause a ram clear.
514
« on: May 06, 2011, 08:45:06 pm »
Spamn! I don't destroy mah cranberry-flavored brain!
515
« on: May 06, 2011, 08:39:43 pm »
Now I'll be going to get spamned by "You got this wrong" ... XP
Now I will receive spam saying, "You got this wrong!" (jk) EDIT: I like how you spelled, "spamn".
516
« on: May 06, 2011, 08:21:40 pm »
Deep Thought! Why do you keep on doing this to me!!!!!!!!!!!!! * ralphdspam stabs DT.
517
« on: May 06, 2011, 08:20:31 pm »
Chuck Norris never makes a necropost. He kills the post itself. [I know it's lame]
All of Chuck Norris's genes are dominant. Charlie Sheen is winning, but Chuck Norris already won. Chuck Norris can divide by 0.
518
« on: May 06, 2011, 08:12:28 pm »
How that possible??? What happen???
Thou hadst loseth the GAME.
519
« on: May 06, 2011, 08:10:54 pm »
I wish they spent more time making their products better, not trying to hinder 3rd party development.
520
« on: May 06, 2011, 08:06:14 pm »
DEC HL does not affect any flags, not even the zero flag. I can see why you don't want to affect the carry flag, but DEC reg 16 doesn't change flags at all. EDIT: Ninja'd EDIT2: Also, it's simple enough to make your own version that affects flags by using 8-bit inc or dec instead.
Yeah, I guess. It would be nice to do that in one instruction, though. :\
521
« on: May 06, 2011, 08:03:06 pm »
I wonder why DEC HL does not affect any flags, though.
522
« on: May 06, 2011, 01:28:31 am »
Ah, looks well optimized! Xeda or anyone else, feel free to grab this routine for your own projects.
Thanks, I will.
523
« on: May 06, 2011, 12:19:38 am »
Have you tried resending the OS? That might help.
524
« on: May 05, 2011, 10:23:34 pm »
Hmm... Sounds Delicious!
525
« on: May 05, 2011, 10:04:38 pm »
OP1 = {8478 E} OP2 = {8483 E} OP3 = {848E E} OP4 = {8499 E} OP5 = {84A4 E} OP6 = {84AF E} So you load/store the FP number to these locations in ram. Since they're just addresses, you can just make your own arbitrary FP variables in the L x locations in Axe. Yeah, I think Z80 is easier for your math program.
Pages: 1 ... 33 34 [35] 36 37 ... 63
|