Programming Forums
User Name Password Register
 

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

Showing results 1 to 30 of 30
Search took 0.01 seconds; generated 4 minute(s) ago.
Search: Posts Made By: Christian_Rosenkreuz_777
Forum: Assembly Mar 20th, 2005, 10:45 AM
Replies: 3
Views: 332
These are rather basic questions, so that's why...

These are rather basic questions, so that's why many aren't answering. You should get a better book on assembly. I suggest Peter Norton's Assembly Language Book for the IBM PC.
Forum: Coder's Corner Lounge Mar 12th, 2005, 12:04 PM
Replies: 28
Views: 943
Delphi might be as fast as C, but the Pascal...

Delphi might be as fast as C, but the Pascal variants probably aren't. Pascal was and should stay a teaching tool.
Forum: Coder's Corner Lounge Mar 12th, 2005, 11:55 AM
Replies: 61
Views: 2,279
Start out with books, but you have to code on...

Start out with books, but you have to code on your own. My first book was Beginning Programming for Dummies, but all the other languages I know I learned from computer manuals and such, which...
Forum: Coder's Corner Lounge Mar 12th, 2005, 11:52 AM
Replies: 23
Views: 385
I would do it in C/C++ or Assembly if you need...

I would do it in C/C++ or Assembly if you need speed.
Forum: Coder's Corner Lounge Mar 12th, 2005, 11:50 AM
Replies: 27
Views: 675
01001100 01100101 01110100 00100111 01110011...

01001100 01100101 01110100 00100111 01110011 00100000 01110011 01100101 01100101 00100000 01110111 01101000 01100001 01110100 00100000 01001001 00100000 01100011 01100001 01101110 00100000 01100111...
Forum: Coder's Corner Lounge Mar 12th, 2005, 11:49 AM
Replies: 27
Views: 675
01001001 01110100 00100111 01001001 01110100...

01001001 01110100 00100111 01001001 01110100 00100111 01110011 00100000 01100001 00100000 01100011 01101111 01101111 01101100 00100000 01110100 01101111 01101111 01101100 00101100 00100000 01100010...
Forum: C# Mar 12th, 2005, 11:44 AM
Replies: 10
Views: 462
What's C#?

I've heard lots of good things about C#, how it's going to replace C/C++ in the future of app programming. But I'm at a loss as to what it is. I've only seen a little C# code in my life, but it...
Forum: Assembly Mar 12th, 2005, 11:40 AM
Replies: 6
Views: 407
You're right. MASM is a lot better for win32...

You're right. MASM is a lot better for win32 programming, but I could never bother myself to learn the syntax. The only stuff I use assembly for is DOS stuff, like old-skool viruses and stuff like...
Forum: Assembly Mar 12th, 2005, 11:36 AM
Replies: 17
Views: 683
Couldn't you adjust the size of the stack though?...

Couldn't you adjust the size of the stack though? In assmembly, if you make a stack it follows a predetermined size, but in machine language you can adjust it to your need.
Forum: Assembly Mar 12th, 2005, 11:31 AM
Replies: 17
Views: 683
Thanks brkstf!

Thanks brkstf!
Forum: Assembly Mar 11th, 2005, 5:53 PM
Replies: 4
Views: 462
They're compatible. If you want to take...

They're compatible. If you want to take advantage of 32-bit registers, instead of ax write eax. I use 16-bit though because i'm used to it and I haven't needed more room.
Forum: Assembly Mar 11th, 2005, 5:48 PM
Replies: 17
Views: 683
The opcodes can be found freely on the internet...

The opcodes can be found freely on the internet for most microprocessors, so if you code assembly, there's a one-to-one correspondence. When I code it, I write it in lines of 16 bytes each (a byte...
Forum: Assembly Mar 11th, 2005, 5:10 PM
Replies: 17
Views: 683
What's microcontroller assembly?

What's microcontroller assembly?
Forum: Assembly Mar 11th, 2005, 5:07 PM
Replies: 16
Views: 668
Heuristic Analysis is searching for code common...

Heuristic Analysis is searching for code common in the program you're scanning for. It's used by anti-virus software, so it makes sense to be used by viruses.
Forum: Assembly Mar 11th, 2005, 5:05 PM
Replies: 16
Views: 668
To reply to the 64-bit computer bit . . . I know...

To reply to the 64-bit computer bit . . .
I know their around. But they still aren't common in home PCs. I'm sure companies use them, but I was referring specifically to the home user in my...
Forum: Assembly Mar 11th, 2005, 5:00 PM
Replies: 16
Views: 668
The Darwinian Mutation Engine is an object file...

The Darwinian Mutation Engine is an object file programmed by Mark Ludwig to demonstrate how viruses can evolve like living organisms. Sorry if it's confusing. I wrote it rather quickly and didn't...
Forum: Assembly Mar 10th, 2005, 5:20 PM
Replies: 16
Views: 668
I know kids who nuke the school with Macro...

I know kids who nuke the school with Macro Viruses, but they're mostly lamers and wanna-be-hackers. I do have an idea, just in case we have another republican president (as it would target gov...
Forum: Assembly Mar 9th, 2005, 5:17 PM
Replies: 16
Views: 668
Cool Computer Viruses: Their Future and Nature

I was wondering what your thoughts are on Computer Viruses. Contrary to popular belief, most virus-writers aren't technopaths. But what do you think of their future? I'm pretty adept at writing...
Forum: Assembly Mar 9th, 2005, 5:10 PM
Replies: 6
Views: 407
IMHO, TASM is best. Other assemblers, like MASM,...

IMHO, TASM is best. Other assemblers, like MASM, add too much extra spiel in your program (at least in my experience. . . then again I've only tried it a few times). After all, the whole point of...
Forum: Assembly Mar 9th, 2005, 5:02 PM
Replies: 17
Views: 683
Oh yeah, one more thing. I read (and my friend...

Oh yeah, one more thing. I read (and my friend assures me) that binary instructs the processor to open and close circuits. Is this true?
Forum: Assembly Mar 9th, 2005, 4:59 PM
Replies: 17
Views: 683
I was just curious. We had an old Commodore 64...

I was just curious. We had an old Commodore 64 in our attic, and I programmed a bit of machine language on that. There weren't a ton of instructions, so it was pretty simple. The main thing I use...
Forum: Project Ideas Mar 9th, 2005, 4:54 PM
Replies: 9
Views: 368
It's cinchy. That was one of my first programs,...

It's cinchy. That was one of my first programs, back when I programmed GW-BASIC (I still write little computer games in it for my little brother:))
Forum: Assembly Feb 23rd, 2005, 9:28 PM
Replies: 17
Views: 683
Again, there's not a huge reason I'd prefer to...

Again, there's not a huge reason I'd prefer to program in binay. I'm just curious how it works. Is it faster? Beginning Programming for Dummies says it is, but that's not exactly a manual on 80x86...
Forum: Assembly Feb 23rd, 2005, 3:52 PM
Replies: 17
Views: 683
Question Machine Language

I've been programming for a while in Assembly, but have always for some reason been drawn to machine language. Not hex, but just pure binary. I've already taught myself a little from writing...
Forum: Assembly Feb 23rd, 2005, 3:42 PM
Replies: 28
Views: 2,139
I agree with Machiavelli. Assembly Language...

I agree with Machiavelli. Assembly Language Step-by-Step is the way to go. If you want to learn HLA, then The Art of Assembly Language is supposedly very good, but I haven't read it (I'm not a big...
Forum: C++ Feb 23rd, 2005, 3:26 PM
Replies: 8
Views: 279
Thank you for all the help!

Thank you for all the help!
Forum: C++ Feb 22nd, 2005, 8:21 PM
Replies: 8
Views: 279
Unhappy New to C. How do I start?

I'm pretty new to C, and am at a loss as to where to start. I do have previous experience in programming. I learned the rudimentaries of BASIC, but was bored so got a book on Assembly. I've taught...
Forum: Assembly Feb 22nd, 2005, 8:10 PM
Replies: 4
Views: 394
assembler?

What assembler are you using? I can help with TASM, DEBUG.EXE, or NASM but I know jack about GNU
Forum: Assembly Feb 22nd, 2005, 8:07 PM
Replies: 8
Views: 648
In the debug util. . .

I don't know exactly how much you know, so I'll walk you through this step by step (btw, this is on how to test your program).

1.) type 'a'
2.) type your code
3.) type 'n'+(insert desired name of...
Forum: Community Introductions Feb 22nd, 2005, 6:13 PM
Replies: 6
Views: 234
Smile I know it's cliched but . . . 'lo

Hello fellow nerds! I've decided to join this discussion board to meet other programmers and computer enthusiasts (I live in the red-neck part of Charlottesville Virginia). My specific interests...
Showing results 1 to 30 of 30

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:47 AM.

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