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 - Eeems

Pages: 1 ... 78 79 [80] 81 82 ... 370
1186
News / Re: A new z80 calc... in color?
« on: November 09, 2012, 11:05:20 am »
aeTIos: z80 chips are dirt cheap compared to an ARM chip.

1187
ASM / Re: Some basic questions
« on: November 08, 2012, 08:34:33 pm »
There is no "push pc". The "call $+3 \ pop hl" will work, though. (But just to reiterate, it's not relocatable, which probably isn't a problem for you.)
I had thought so, I just couldn't quite remember.

1188
News / Re: A new z80 calc... in color?
« on: November 08, 2012, 11:46:16 am »
aeTIos: That is assuming it actually is faster at displaying on the code end. Most of the wasted cycles are us waiting for the screen to tell us it's ready for more data.
Keoni29: No idea. We don't know enough about the hardware and how open it will be.
Juju: That brings into question, will it still be a z80 chip or will it be a new ARM chip?

1189
News / Re: A new z80 calc... in color?
« on: November 08, 2012, 11:35:15 am »
What I want to know is how hard is it to work with the screen now? Displaying to the screen etc on the 83+/84+/SE was a PITA. Most programs were slowed down due to displaying to the screen and not due to their engine being slow.
In TBP I decided to skip 4 frames in order to get a good speed out of my game. So "physics" is perfomed 4 times before the screen is updated.

So, how big is the screen buffer going to have to be now? How long will it take to update the screen. How hard is accessing the screen memory going to be? All questions I want answered :P

1190
OmnomIRC Development / Re: Is this supposed to happen?
« on: November 08, 2012, 11:17:25 am »
I just move out of my parents home 0.o I hope this doesn't happen to me too :P j/k

1191
ASM / Re: Some basic questions
« on: November 08, 2012, 11:16:25 am »
If I remember correctly you could do a push pc \ pop hl to store it in hl. You wouldn't want to leave it on the stack because on the next ret it would jump back to it.
If that doesn't work a little hack you could probably do would be
Code: [Select]
  call self
self:
  pop hl

1192
OmnomIRC Development / Re: Is this supposed to happen?
« on: November 08, 2012, 02:52:41 am »
Yikes not the SirCmpwn incident.

He was a Coder of Tommorrow then he got in a fight with Eeems and deoped Eeems then kicked all IRC users off IRC and deleted the Axe Parser Forum which was recovered
There was more to it then that, but that is the public stuff that happened.

1193
OmnomIRC Development / Re: Is this supposed to happen?
« on: November 07, 2012, 03:20:54 pm »
The incident he was talking about was something that happened last year. The SirCmpwn incident. So it happened a lot more recently then everything else mentioned ;P
We both are right, I'm just assuming you thought I was talking about something else.

1194
OmnomIRC Development / Re: Is this supposed to happen?
« on: November 07, 2012, 03:10:29 pm »
No that was another incident that happend a lot more recently.

1195
Gaming Discussion / Re: Halo 4
« on: November 07, 2012, 12:47:07 pm »
From what I understand, the campaign is harder because you run out of ammo a lot faster.

1196
OmnomIRC Development / Re: Is this supposed to happen?
« on: November 06, 2012, 09:18:38 pm »
thx dude... I'm new to forums
No problem, every one of us was new to forums once :)

1197
OmnomIRC Development / Re: Is this supposed to happen?
« on: November 06, 2012, 08:30:56 pm »
You can modify your old posts instead of double posting. Press the 'Modify' or 'Quick Modify' button and just add in a 'Edit: <new content>' or whatever suits your fancy to your old post.

1198
OmnomIRC Development / Re: Is this supposed to happen?
« on: November 06, 2012, 06:52:40 pm »
It seems there are a few permission issues on the site at the moment. I'll look into them during class tonight.
I'll also be working on an alternative to OmnomIRC in my spare time that wont be integrated into the forum. Feel free to use that when I get around to making it.

1199
Axe / Re: Optimization and adding AI
« on: November 06, 2012, 04:40:14 pm »
Yes, yes builderboy is. :P

1200
Axe / Re: Optimization and adding AI
« on: November 06, 2012, 01:34:35 pm »
Host it on a site, like dropbox or imgur. Or you could try attaching it to a post if you have a high enough post count. There might be issues with size if you do that though.

Pages: 1 ... 78 79 [80] 81 82 ... 370