2024-06-18 04:01:11 +00:00
|
|
|
(use ./frontend)
|
|
|
|
|
|
|
|
(def winmain
|
|
|
|
'(defn Start:void []
|
|
|
|
(MessageBoxExA (the pointer 0) "Hello, world!" "Test" 0 (the s16 0))
|
|
|
|
(ExitProcess (the int 0))
|
|
|
|
(return)))
|
|
|
|
|
|
|
|
####
|
|
|
|
|
|
|
|
(compile1 winmain)
|
|
|
|
#(dump)
|
|
|
|
#(dumpc)
|
2024-06-21 22:16:56 +00:00
|
|
|
(dumpx64-windows)
|