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
Portal X / Re: Portal Prelude
« on: November 09, 2012, 04:24:00 pm »
Yay! When I noticed you were around a lot again I began to wonder how long it would take before you posted an update on something :P

1187
Site Feedback and Questions / Re: Omnimaga saving act
« on: November 09, 2012, 11:38:13 am »
You would have to get everybody who creates videos about calculator related things in on it. The main issue is that a lot of people who make the vidoes are also members/staff of other sites. They would be unlikely to want to put their vidoes on a channel advertising our site and not theirs. Also, some people can earn money off of youtube, so they would want to put their videos on their own channel and maximize their income.

1188
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.

1189
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.

1190
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?

1191
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

1192
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

1193
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

1194
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.

1195
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.

1196
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.

1197
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.

1198
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 :)

1199
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.

1200
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.

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