gcc - handling GUI with assembly language in Linux -


i new assembly programming language. have little experience masm works on windows. want know how deal gui in linux.(i have done simple programs in assembly on linux using gcc) if 1 can give me resources particularly coding samples.

thanks !!

you'll want:

  1. nasm: cross platform assembler
  2. gtk+: c gui library
  3. ubuntu: popular desktop linux distribution
  4. an example of gtk in use nasm on linux

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -