Forum: Assembly
Mar 20th, 2005, 10:45 AM
|
|
Replies: 3
Views: 332
|
Forum: Coder's Corner Lounge
Mar 12th, 2005, 12:04 PM
|
|
Replies: 28
Views: 943
|
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
|
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
|
Forum: Assembly
Mar 12th, 2005, 11:31 AM
|
|
Replies: 17
Views: 683
|
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
|
Forum: Assembly
Mar 11th, 2005, 5:07 PM
|
|
Replies: 16
Views: 668
|
Forum: Assembly
Mar 11th, 2005, 5:05 PM
|
|
Replies: 16
Views: 668
|
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
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
|
Forum: Assembly
Mar 9th, 2005, 5:02 PM
|
|
Replies: 17
Views: 683
|
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
|
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
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
|
Forum: C++
Feb 22nd, 2005, 8:21 PM
|
|
Replies: 8
Views: 279
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
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...
|