Hello all guys!

Discussion in 'Programming/Html' started by mclace34o, May 14, 2014.

  1. mclace34o

    mclace34o Guest

    Messages:
    1
    Likes Received:
    0
    GPU:
    VGA
    Hi all,


    I am new. I happy when registered this forum.


    Thanks
     
  2. Veteran

    Veteran Ancient Guru

    Messages:
    12,094
    Likes Received:
    21
    GPU:
    2xTitan XM@1590Mhz-CH20
    Hello there:)
     
  3. kielson

    kielson Guest

    Messages:
    10
    Likes Received:
    0
    GPU:
    GeForce 880gt
    Hello everyone !
    I'm also new, just registered a while ago. :)
     
  4. boodikon

    boodikon Ancient Guru

    Messages:
    4,007
    Likes Received:
    106
    GPU:
    Leadtek 8800 GTS 640mb (600 core)
    Hello and welcome
     

  5. DroidMan

    DroidMan Guest

    Messages:
    18
    Likes Received:
    0
    GPU:
    2Gb
    Hi there, I am new too, hopefully this forum will be active & useful :)
     
  6. eGGroLLiO

    eGGroLLiO Master Guru

    Messages:
    241
    Likes Received:
    108
    GPU:
    EVGA 3080ti FTW3
    This forum is the best!
     
  7. Sabbath

    Sabbath Maha Guru

    Messages:
    1,213
    Likes Received:
    350
    GPU:
    RTX 2080 Super
    :cheers:Hello new people, always nice too see some new blood around here. And welcome too the forums.
     
  8. nz3777

    nz3777 Ancient Guru

    Messages:
    2,504
    Likes Received:
    215
    GPU:
    Gtx 980 Radeon 5500
    Welcome to the forum-Lots of great people on here.Enjoy your stay.
     
  9. Barry J

    Barry J Ancient Guru

    Messages:
    2,803
    Likes Received:
    152
    GPU:
    RTX2080 TRIO Super
    Hello and welcome
     
  10. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,540
    Likes Received:
    13,556
    GPU:
    GF RTX 4070
    #include <stdio.h>
    void main()
    {

    printf("Hello"\n);

    }
    :nerd:
     
    Last edited: Feb 16, 2017

  11. vase

    vase Guest

    Messages:
    1,652
    Likes Received:
    2
    GPU:
    -
    Code:
    .text
    
    
        .global _start
    
    
    _start:
    
    
    
    	  movl    $len,%edx
    	  movl    $msg,%ecx
    	  movl    $1,%ebx
    	  movl    $4,%eax
    	  int     $0x80
    
    
    
    	  movl    $0,%ebx
    	  movl    $1,%eax
    	  int     $0x80
    
    .data
    
    msg:
    	.ascii    "Hello, guru!\n"
    	len = . - msg

    :pc1: :infinity:
     

  12. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,540
    Likes Received:
    13,556
    GPU:
    GF RTX 4070
    My point was to make text shorter. That version is longer and more complex.

    You are the man. I have not seen assembly language for years. It is strange though that even assembly syntax in Linux differs from what we used in DOS and Windows back then.
     
  13. vase

    vase Guest

    Messages:
    1,652
    Likes Received:
    2
    GPU:
    -
    Some sessions of introductory Assembler lessons is the best method to get students to love & enjoy learning C. ;)
     
  14. vasia

    vasia Guest

    Messages:
    5
    Likes Received:
    0
    GPU:
    4GB
    Hello there
     
  15. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,540
    Likes Received:
    13,556
    GPU:
    GF RTX 4070
    Programmer? Russian?
     
  16. greenjo

    greenjo Guest

    Messages:
    2
    Likes Received:
    1
    GPU:
    -
    i'm new also, learning all sorts of programming languages, but i love Java :p
     

  17. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,540
    Likes Received:
    13,556
    GPU:
    GF RTX 4070
  18. Izzy

    Izzy Guest

    Messages:
    15
    Likes Received:
    5
    GPU:
    Memory: Corsair - V
    Wassup everyone. I am also new...Forum looks super informative!
     
  19. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,540
    Likes Received:
    13,556
    GPU:
    GF RTX 4070
    Hi. Programmer?
     
    Izzy likes this.
  20. Izzy

    Izzy Guest

    Messages:
    15
    Likes Received:
    5
    GPU:
    Memory: Corsair - V
    yEp!
     
  21. Izzy

    Izzy Guest

    Messages:
    15
    Likes Received:
    5
    GPU:
    Memory: Corsair - V
    Greetings back Bruh
     
    big ROBOT bill likes this.

Share This Page