Hello world/Graphical: Difference between revisions

m
(→‎UASM 2.52: Added GTK)
Line 3,984:
option casemap:none
 
printf proto :qword, :vararg
exit proto :dword
;; curses.h stuff
 
initscr proto ;; WINDOW *initsrc(void);
;; curses.h stuff
initscrendwin proto ;; WINDOWint *initsrcendwin(void);
endwin start_color proto ;; int endwinstart_color(void);
start_colorwrefresh proto :qword ;; int start_colorwrefresh(voidWINDOW *w);
wrefreshwgetch proto :qword ;; int wrefreshwgetch(WINDOW *w);
wgetch waddnstr proto :qword, :qword, :dword ;; int wgetchwaddnstr(WINDOW *w, const char *str, int n);
;; Just a wrapper to make printing easier..
waddnstr proto :qword, :qword, :dword ;; int waddnstr(WINDOW *w, const char *str, int n);
println proto :qword, :qword
 
;; Just a wrapper to make printing easier..
println proto :qword, :qword
 
.code
Line 4,020 ⟶ 4,018:
end
</lang>
 
===={{libheader|GTK}}====
<lang asm>