linuxgccassemblylow-level-api

handling GUI with assembly language in Linux


i am very new to assembly programming language. i have a little experience with MASM which works on windows. i want to know how to deal with GUI in Linux.(i have done simple programs in assembly on Linux using gcc) i would like if some one can give me any resources particularly coding samples.

Thanks !!


Solution

  • You'll want:

    1. NASM: A cross platform assembler
    2. GTK+: a C GUI library
    3. Ubuntu: The most popular desktop Linux distribution
    4. An example of GTK in use with NASM on Linux