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

# .
Application->ShowException(Exception('Only wimps use basic, write in C'))
(, Mon 8 Sep 2003, 14:22, archived)
# IL ok?

.maxstack 4
IL_0000: ldstr "GO FUCK YOURSELF"
IL_0005: ldstr "YARRRR!"
IL_000a: ldc.i4.0
IL_000b: ldc.i4.s 16
IL_000d: call valuetype [System.Windows.Forms]System.Windows.Forms.DialogResult [System.Windows.Forms]System.Windows.Forms.MessageBox::Show(string,
string,
valuetype [System.Windows.Forms]System.Windows.Forms.MessageBoxButtons,
valuetype [System.Windows.Forms]System.Windows.Forms.MessageBoxIcon)
IL_0012: pop
IL_0013: ret
(, Mon 8 Sep 2003, 14:26, archived)
# Right. Thats it.

lda #$00
sta $d020
sta $d021

ldx #$00
print_it_print_it_hard
lda msg,x
beq alldone
sta 1024,x
inx
jmp print_it_print_it_hard
alldone
rts

msg
.byte "STOP! HAMMER TIME!",0
(, Mon 8 Sep 2003, 14:28, archived)
# print it hard indeed
fuckin loon 8D
(, Mon 8 Sep 2003, 14:29, archived)
# unfortunately,
I can't be arsed to do one in intercal.
(, Mon 8 Sep 2003, 14:31, archived)
# intercal rocks.
As does Brainfuck.
(, Mon 8 Sep 2003, 14:32, archived)
# I prefer Ook myself
.
(, Mon 8 Sep 2003, 14:32, archived)
# i like
Bonk, mostly because I created it when I was bored one evening.
(, Mon 8 Sep 2003, 14:33, archived)
# get me a spec
and I'll write a Bonk.NET compiler for you. Should be a good excuse to get low down and dirty with IL bytecodes.

No, Really !
(, Mon 8 Sep 2003, 14:35, archived)
# its a rubbish language
but the spec is in the archive.
(, Mon 8 Sep 2003, 14:36, archived)
# all the more reason.
the b3ta archive or yours?
(, Mon 8 Sep 2003, 14:38, archived)
# no
the lha archive, on that site.

Right click where it says click, and download it.
(, Mon 8 Sep 2003, 14:39, archived)
# ahhh. didn't recognise
the lha extension.

Yeah you're right. it's rubbish. but I might do it anyway for no particular reason.
(, Mon 8 Sep 2003, 14:43, archived)
# 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)