Skip to content

Instantly share code, notes, and snippets.

@nikAizuddin
nikAizuddin / asmx86_xlib_plainWin
Created September 30, 2014 09:12
Create simple window using ASMx86 with Xlib
;+------------------------------------------------------------------+
;| Create simple window using ASMx86 with Xlib |
;| --------------------------------------------- |
;| |
;| This source code demonstrates on how to create GUI using |
;| ASMx86 NASM Language with Xlib. |
;| |
;| HOW TO COMPILE |
;| ---------------- |
;| |