Search:

Type: Posts; User: hobosrock696

Page 1 of 2 1 2

Search: Search took 0.12 seconds.

  1. Replies
    12
    Views
    6,982

    Mmmmm I see the assembler just pops in its own...

    Mmmmm I see the assembler just pops in its own instructions there. I apologize learned with nasm. I was under the impression masm stood for microsoft assembler but I could very well be wrong.
    ...
  2. Replies
    1
    Views
    1,203

    Id recommend removing the excessive emoticons...

    Id recommend removing the excessive emoticons before a mod gets here.... They don't like that very much, and what they don't like they B4NH4MM3R. Long story short don't do that its bad for you.
  3. Replies
    12
    Views
    6,982

    Can someone please enlighten me on what .if eax...

    Can someone please enlighten me on what .if eax means :/ its hla isnt it?
    EWWWWWW :P
  4. Replies
    3
    Views
    795

    c/c++ to assembly compiler?

    Does anyone know if anything that takes c/c++ code and turns it simply into assembly without having to compile then decompile it?
  5. Thats true but in that case comment your lines ...

    Thats true but in that case comment your lines

    The rule for assembly is MINIMUM 1 comment per line but good practice is a comment per line plus a comment per block of code.

    Yeah and from what I...
  6. Replies
    53
    Views
    32,677

    Sticky: Can you add NASM to the list just because NASM...

    Can you add NASM to the list just because NASM ROCKS :rambo:
    Also its a compiler that assumes nothing and makes you remember what your doing and you really should remember what your doing when...
  7. Hey void wait did you solve that last problem in...

    Hey void wait did you solve that last problem in the thread you linked by using the segmented model? I did a char by char program for dos with a certain char meaning next line and i thought i had to...
  8. No hla the author makes a point about hla being...

    No hla the author makes a point about hla being useless (Or he said something about it...)
  9. Look inside for great book to learn assembly

    So I got this book about 2 years ago when I was still struggling with c++ and I picked it up again a week ago and wrote myself a little dos asm program that messes with chars displayed on the screen....
  10. Replies
    10
    Views
    2,113

    I started learning assembly because I want to...

    I started learning assembly because I want to write a simple os just for the hell of it. Then there are the advantages of being able to make a game do things that they are specifically protected from...
  11. Wait isn't this being run in protected mode flat...

    Wait isn't this being run in protected mode flat model? Doesn't protected mode have certain issues with certain interrupts. What I am saying could be irrelevant but I'm reading a book that mentioned...
  12. Dos on a k6-2 is god fast let alone a 3+ghz...

    Dos on a k6-2 is god fast let alone a 3+ghz cpu.....
    Idea forming in my head /tehe
  13. In order to really understand asm and the very...

    In order to really understand asm and the very basics you have to study the segmented, real flat, and protected models and dos helps you with at least one of the 3. My other option is running it in a...
  14. Help with programming (please see inside)

    I know I should have posted in assembly but that section looks like no one really ever goes there. I started a book Assembly Step By Step Programming with DOS and Linux. I have two problems.

    I...
  15. Replies
    12
    Views
    1,323

    Well hrmm I know how to rotate with one byte im...

    Well hrmm I know how to rotate with one byte im working on some code that will rotate any amount of bytes by any amount. Now as for my encryption method it uses a "password which can be up to the...
  16. Replies
    12
    Views
    1,323

    Hehe yes yes well the worst that can happen is it...

    Hehe yes yes well the worst that can happen is it will never be used right? /yaahman

    Ahhhhh your solution is so much more... elegant....

    EDIT: Hey razor you wouldnt be able to look at what I...
  17. Replies
    12
    Views
    1,323

    Oh if I knew if it worked that would be nice.......

    Oh if I knew if it worked that would be nice.... Will find out tomorow :D haha wana play with the program I have for now? Simple little thing and unfortunately makes the output 2 times the size of...
  18. Replies
    12
    Views
    1,323

    Hmmm well then I guess I'll have to start looking...

    Hmmm well then I guess I'll have to start looking into assembly or use my overly complex way to do this :/
  19. Replies
    12
    Views
    1,323

    would that turn 1111 0000 into 1100 0000 or ...

    would that turn
    1111 0000
    into
    1100 0000
    or
    1100 0011

    I was under the impression it just cuts the bits off that are shifted or are the placed in the next byte?
  20. Replies
    12
    Views
    1,323

    [Help]C++ bit shifting

    So I wrote a program which encrypts text using a completely different method which I now figured could be somewhat easily decrypted with a decent pc. :( However I think I know of a way to use bit...
  21. Replies
    20
    Views
    1,998

    Yes on the chart I have in front of me both 0x20...

    Yes on the chart I have in front of me both 0x20 and 0xFF are spaces so I guess the terminating character is simply 0x00 or null. We were talking about helping me along with my factoring program...
  22. Replies
    20
    Views
    1,998

    I thought you get 0xFF when space if pressed.......

    I thought you get 0xFF when space if pressed.... Now I'm off to find a reliable way to make sure cin never enters a failstate /mmz
  23. Replies
    20
    Views
    1,998

    Yea I was looking at the code. I'm assuming the...

    Yea I was looking at the code. I'm assuming the compiler would optimize that into the same code in the end but I still prefer a for over a while loop in which a variable is incremented. /yaahman
  24. Replies
    20
    Views
    1,998

    Thanks and well this is why I am a noob. Also yes...

    Thanks and well this is why I am a noob. Also yes thats true I didnt think about that much I apologize for being.... a sort of leecher in this case :dead:

    Edit: Shouldnt you also not be checking...
  25. Replies
    20
    Views
    1,998

    Ok so I tried writing some code but obviosly im...

    Ok so I tried writing some code but obviosly im doing something wrong since it doesnt work. Here it is....


    // testingchar.cpp : Defines the entry point for the console application.
    //
    ...
Results 1 to 25 of 45
Page 1 of 2 1 2