Bank Switching In DOS?

Programming, for all ages and all languages.
Locked
wannabedeveloper
Posts: 8
Joined: Wed Mar 02, 2011 11:41 pm

Bank Switching In DOS?

Post by wannabedeveloper »

I've been working more on my project and I've come to the realization that I need to start bank switching. If I'm not mistaken, all you need to do in NASM is to push the register your moving the data to, right?
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Bank Switching In DOS?

Post by Combuster »

That explanation is way too short to determine if you know your stuff or if you are actually clueless. Based on your history I'm inclined to go for the latter: how is PUSH relevant in this context?
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
wannabedeveloper
Posts: 8
Joined: Wed Mar 02, 2011 11:41 pm

Re: Bank Switching In DOS?

Post by wannabedeveloper »

Combuster wrote:That explanation is way too short to determine if you know your stuff or if you are actually clueless. Based on your history I'm inclined to go for the latter: how is PUSH relevant in this context?
First of all, do you just troll this part of the forums just to attack people? Seriously, you're kind of annoying which is why I ignored your last response to me in the other forum. I hope that not everyone in the Netherlands is like you. To answer your question yeah, I'm a novice NASM programmer, but I'd actually like an answer to the post and not any of this crap that you keep throwing at me.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Bank Switching In DOS?

Post by Combuster »

If I were a troll, you just baited and broke forum rules. If I were not, you just insulted me and broke forum rules. So lets get this hypocricy over with.

As for your question: what is the relevant specification text for the task at hand? What needs to be done on your end to conform to that specification? how is PUSH relevant in this context? Do you have any smart question to ask that might help you?
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: Bank Switching In DOS?

Post by Brynet-Inc »

wannabedeveloper wrote:I hope that not everyone in the Netherlands is like you.
Mean.
wannabedeveloper wrote:To answer your question yeah, I'm a novice NASM programmer, but I'd actually like an answer to the post and not any of this crap that you keep throwing at me.
Wrong forum, website.. etc.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
Locked