A good few months ago...
(,
Mon 8 Sep 2003, 14:13,
archived)
I don't start college again till tommorow, so I'm allowed to be crap =D
(,
Mon 8 Sep 2003, 14:21,
archived)
Dunno if I can agree that it's crap
(,
Mon 8 Sep 2003, 14:22,
archived)
Application->ShowException(Exception("Only wimps use basic, write in C"))
.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
Bonk, mostly because I created it when I was bored one evening.
(,
Mon 8 Sep 2003, 14:33,
archived)
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)
No, Really !
the lha archive, on that site.
Right click where it says click, and download it.
(,
Mon 8 Sep 2003, 14:39,
archived)
Right click where it says click, and download it.
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)
Yeah you're right. it's rubbish. but I might do it anyway for no particular reason.
.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)
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
for the fruit machines i code for a living:
Enjoy :)
(,
Mon 8 Sep 2003, 14:36,
archived)
ld ix,msg
call aldisIX
ret
msg
defm 'STOP! HAMMER TIME!'
defb 0
Enjoy :)
struct EasyStruct myReq = {
sizeof( struct EasyStruct ),
NULL,
"STOP!",
"Hammer Time!",
"OK|Cool|Marvelous"
};
EasyRequestArgs( NULL, &myReq, NULL, NULL );
There. I've ported it to a much better OS ;-)
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_popupMsg(msg) { //v1.0
alert(msg);
}
//-->
</script>
<a href="#" onClick="MM_popupMsg('I\rOvbously used DW to make this\r\r\rI hate Javascript')"></a>
(,
Mon 8 Sep 2003, 14:29,
archived)
<!--
function MM_popupMsg(msg) { //v1.0
alert(msg);
}
//-->
</script>
<a href="#" onClick="MM_popupMsg('I\rOvbously used DW to make this\r\r\rI hate Javascript')"></a>
And what does "I hate Java" have to do with JavaScript?!
(,
Mon 8 Sep 2003, 14:30,
archived)
They have absolutely nothing at all to do with each other apart from those 4 letters.
(,
Mon 8 Sep 2003, 14:34,
archived)
to interface with Java applets, so therefore shares an API via LiveConnect or whatever the ill-fated thing was called.
(,
Mon 8 Sep 2003, 14:37,
archived)


