Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 37 of 37
Search took 0.01 seconds.
Search: Posts Made By: CodeJunkie
Forum: Other Programming Languages Feb 10th, 2006, 5:25 PM
Replies: 7
Views: 240
Posted By CodeJunkie
Thankyou very much Pizentios

Thankyou very much Pizentios
Forum: Other Programming Languages Feb 10th, 2006, 10:22 AM
Replies: 7
Views: 240
Posted By CodeJunkie
Windows

Hello all,
I was wondering if anybody has information regarding accessing windows internal resources.

What I mean by this is, I can call Dos interupts to handle commonly used routines, Is there a...
Forum: Assembly Jan 25th, 2006, 2:13 PM
Replies: 6
Views: 372
Posted By CodeJunkie
Thankyou nnxion for your valuable aid! (This...

Thankyou nnxion for your valuable aid!

(This looks extremely complex!, I had better get reading)
Forum: Assembly Jan 25th, 2006, 1:35 PM
Replies: 6
Views: 372
Posted By CodeJunkie
Sorry I have only just read your post...

Sorry I have only just read your post Polyphemus.
Thankyou for your response, I shall indeed google it.
Can you tell me how would I place a program onto a particular sector?
Forum: Assembly Jan 25th, 2006, 1:31 PM
Replies: 6
Views: 372
Posted By CodeJunkie
Once again thankyou Dawei, I will persue this as...

Once again thankyou Dawei, I will persue this as you have laid out.
Forum: Assembly Jan 25th, 2006, 12:54 PM
Replies: 6
Views: 372
Posted By CodeJunkie
Can I ask one further question?

Can anybody advise me, how would I go about creating a self booting program on a self booting disk?

For example if I were to create a suitable 3.5" floppy disk that contained my assembly program and...
Forum: Assembly Jan 25th, 2006, 12:22 PM
Replies: 12
Views: 705
Posted By CodeJunkie
Thankyou for taking the time to provide such a...

Thankyou for taking the time to provide such a comprehensive answer.
I could not have asked for a better source of the information.
I have had to read it a few times, but I think I understand it well...
Forum: Assembly Jan 24th, 2006, 4:34 PM
Replies: 12
Views: 705
Posted By CodeJunkie
Thankyou again everybody and especially to Dawei...

Thankyou again everybody and especially to Dawei you have made things far more clearer to me.

Yes, I am indeed somewhat bemused by the stack, my current understanding is only of it being some sort...
Forum: Assembly Jan 24th, 2006, 10:55 AM
Replies: 12
Views: 705
Posted By CodeJunkie
Thankyou so much for your much appreciated...

Thankyou so much for your much appreciated responses, I will research this further.
Forum: Assembly Jan 20th, 2006, 4:18 PM
Replies: 12
Views: 705
Posted By CodeJunkie
Thankyou Lich, (And may I say that your web...

Thankyou Lich,

(And may I say that your web site is a truly impressive, and genuinely artistic web site!, you are very talented!)
Forum: Assembly Jan 20th, 2006, 10:04 AM
Replies: 12
Views: 705
Posted By CodeJunkie
A noob to Assembly

I am still learning the basic fundaments of assembly so my knowledge is still extremely immature.
I keep finding myself perplexed over one detail despite extensive research, and so I feel compelled...
Forum: Assembly Jan 8th, 2006, 11:29 AM
Replies: 2
Views: 384
Posted By CodeJunkie
This is my 4th post with out any replys... Am i...

This is my 4th post with out any replys... Am i asking stupid questions?
Or am i frozen out of the communtiy or something??
Forum: Assembly Jan 8th, 2006, 9:22 AM
Replies: 2
Views: 384
Posted By CodeJunkie
Arithmetic

Hello all,
Im very very new to 8086 assembly and have an extremely basic knowledge

I would appreciate if anyone can tell me why when i perfom an arithmetic function on a value i get utter garbage...
Forum: Assembly Jan 5th, 2006, 9:12 AM
Replies: 1
Views: 256
Posted By CodeJunkie
Sorry didnt explain myself to well, what i...

Sorry didnt explain myself to well, what i actually need to do is convert an ascii return value to a decimal number ready for division, cheers anybody?
Forum: Assembly Jan 4th, 2006, 5:59 AM
Replies: 1
Views: 256
Posted By CodeJunkie
Getting a correct input

Hi there anyone, was wondering if you can help?

I need to pull a users input in, ready for division
i have been using al, and the dos interupt 21h but this will only load one character at a time and...
Forum: Assembly Dec 30th, 2005, 9:43 AM
Replies: 4
Views: 349
Posted By CodeJunkie
Thanx everybody !! Yes, and Ive created basic...

Thanx everybody !!



Yes, and Ive created basic calculators etc, im now trying to map a programmable cpu, but not sure the best way to approach it, all i can find are black boxed designs of cpu`s,...
Forum: Assembly Dec 28th, 2005, 11:46 AM
Replies: 4
Views: 349
Posted By CodeJunkie
Were does it come from

I have a question regarding the architecture of the chips

within the cpu from the way I understand it there are two section`s control and computational, i understand how all the functions are...
Forum: Assembly Dec 28th, 2005, 11:37 AM
Replies: 2
Views: 278
Posted By CodeJunkie
Thanx ! and happy new year ! (yes agreed is...

Thanx ! and happy new year !
(yes agreed is strange)
Forum: Assembly Dec 28th, 2005, 10:47 AM
Replies: 2
Views: 278
Posted By CodeJunkie
Masm

Hi ive been learning the basics of assembly at uni
and i have to complete a project, and the deadline is the start of next semester.
so i need to do some finishing touches at home.
I was given a...
Forum: Java Sep 13th, 2005, 10:07 AM
Replies: 5
Views: 267
Posted By CodeJunkie
for(int i = 0; i < 5; i++) // < OUTER LOOP...

for(int i = 0; i < 5; i++) // < OUTER LOOP COUNTING LINES VERTICALLY
{
for(int j = 0; j < 2*i+1; j++) // < NESTED LOOP COUNTING STARS HORIZONTALLY
{
...
Forum: Assembly Sep 13th, 2005, 9:08 AM
Replies: 8
Views: 322
Posted By CodeJunkie
To be honest DaWei, Why not ? (I dont mean give...

To be honest DaWei, Why not ? (I dont mean give the answer, that does`nt help anyone) but dangling incoherant fragments of information over somebody who is just trying to learn, is one of the reasons...
Forum: C++ Aug 23rd, 2005, 5:14 AM
Replies: 12
Views: 212
Posted By CodeJunkie
Whats the diffrence

Hi can anyone tell me the fundamental diffrences between C, C++ and C#?
Forum: Assembly Aug 20th, 2005, 11:03 AM
Replies: 30
Views: 1,098
Posted By CodeJunkie
Point taken and will do thanks

Point taken and will do thanks
Forum: Assembly Aug 19th, 2005, 6:47 PM
Replies: 30
Views: 1,098
Posted By CodeJunkie
thanx ... Much clearer... Perhaps im opening up a...

thanx ... Much clearer...
Perhaps im opening up a can of worms here but i have to ask...
how can a chip offer diffrent instructions.. i thought that a processor simply deals with 1s and 0s And/Or/Not...
Forum: Assembly Aug 18th, 2005, 7:30 AM
Replies: 30
Views: 1,098
Posted By CodeJunkie
So when emulation comes into play this would be...

So when emulation comes into play this would be the adpater that DaWei mentioned..????

So am i right in assuming (Is this correct that):
A program I.e Messenger that has been downloaded of the net.....
Forum: Assembly Aug 17th, 2005, 11:57 AM
Replies: 30
Views: 1,098
Posted By CodeJunkie
Really .... Is it the compiler do ya...

Really .... Is it the compiler do ya think???

"Hello world!" for example will through an error on all bar my own machine!
(Have compiled it to .exe - have even tryed including it into a "setup"...
Forum: Assembly Aug 17th, 2005, 11:36 AM
Replies: 30
Views: 1,098
Posted By CodeJunkie
Thankyou much appreciated ! These errors are...

Thankyou much appreciated !
These errors are occuring during initialisation of the application...
Have even tried a simple "Hello world" with similair problems....
but like ya say will try a...
Forum: Assembly Aug 17th, 2005, 9:52 AM
Replies: 30
Views: 1,098
Posted By CodeJunkie
Language : C O/S : Xp both...

Language : C
O/S : Xp both machines
Compiler/Interpreter : Visual Studio.Net
Error on target machine: (Application has generated an exception that could not be handled. Process id=0x8a8 (2216),...
Forum: Assembly Aug 17th, 2005, 8:30 AM
Replies: 30
Views: 1,098
Posted By CodeJunkie
ok.... point taken .... I am perhaps not...

ok.... point taken .... I am perhaps not listening fully...
Just find it amazing that a program cannot be written that will run on two diffrent machines with an identical o/s....
How would i...
Forum: Assembly Aug 17th, 2005, 7:48 AM
Replies: 30
Views: 1,098
Posted By CodeJunkie
Cheers.. I do like java - And would prefer to...

Cheers..
I do like java - And would prefer to stick with it, but as you say there promises of portability seem little more than promises.. I used the JavaC compiler ... But that only creates Java...
Forum: Assembly Aug 17th, 2005, 6:01 AM
Replies: 30
Views: 1,098
Posted By CodeJunkie
Ok .... I guess what im trying to ask is......

Ok .... I guess what im trying to ask is... Whenever i have written programs in C or in Java despite compiling them various diffrent ways, whenever i try to run these on a diffrent platform they...
Forum: Assembly Aug 16th, 2005, 6:40 AM
Replies: 30
Views: 1,098
Posted By CodeJunkie
O right ..... Do ya have any suggestions on a...

O right ..... Do ya have any suggestions on a universal language?
Forum: Assembly Aug 15th, 2005, 11:58 AM
Replies: 30
Views: 1,098
Posted By CodeJunkie
Ok, thankyou for clarifying that .. The reason...

Ok, thankyou for clarifying that ..
The reason for wanting to learn assembly is that i would like program`s that i have written to run on diffrent host machines, this ive yet to achieve without...
Forum: Assembly Aug 14th, 2005, 1:24 PM
Replies: 30
Views: 1,098
Posted By CodeJunkie
OK far enough.... I am a little confused because...

OK far enough.... I am a little confused because some people have said to me that C is assembly or compiled C is used for assembly, or something?? how do you mean its "Not even close" ?
(Forgive me...
Forum: Assembly Aug 14th, 2005, 7:02 AM
Replies: 30
Views: 1,098
Posted By CodeJunkie
Thankyou for the advise.. Can ya please define...

Thankyou for the advise.. Can ya please define wether or not C is assembly?
Forum: Assembly Aug 13th, 2005, 2:39 PM
Replies: 30
Views: 1,098
Posted By CodeJunkie
Completely oblivous

Hya have a good knowledge of programming....
And i wish to learn assembly (No prior knowledge) wat compilers/editors/resources would any1 suggest?
Forum: Java Aug 13th, 2005, 8:22 AM
Replies: 2
Views: 134
Posted By CodeJunkie
Platform independence?

High after compiling my progs.. In either java/C etc - when the .exe is run on a diffrent machine - i always get compatabilty issues - even on the simplest of programs - n idea why ? - how do...
Showing results 1 to 37 of 37

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:10 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC