b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » XXX » Message 1932522 (Thread)

# Win32 ASM?
.data
MsgBoxCaption db 'Stop!',0
MsgBoxText db 'Because this is far too geeky',0

.code
start:
invoke MessageBox, NULL, addr MsgBoxText, addr MsgBoxCaption, MB_OK
invoke ExitProcess, NULL
end start

(, Mon 8 Sep 2003, 14:30, archived)
# incidentally... here is a version
for the fruit machines i code for a living:


ld ix,msg
call aldisIX
ret

msg
defm 'STOP! HAMMER TIME!'
defb 0


Enjoy :)
(, Mon 8 Sep 2003, 14:36, archived)
# And why haven't you written
an MC Hammer fruit machine?
(, Mon 8 Sep 2003, 14:39, archived)
# i don't know
but it would be great :)
(, Mon 8 Sep 2003, 14:42, archived)
# 10 PRINT "YOUR ALL GAY"
20 GOTO 10
(, Mon 8 Sep 2003, 14:38, archived)