PDA

View Full Version : Show off your 1337 skillz.



R0b0t1
11-01-2007, 10:51 PM
Heres mine:



.model small
.stack
.data

.code

main proc
mov cx, FFFFh

CrashmeBitch:
mov ax, FFFFh
push ax

loop CrashmeBitch
main endp
end main

Zika
11-02-2007, 11:18 PM
if(Uber == true) {
show1337Skillz();
println("Leet Uber Java Skillz, lol!");
} else {
Crasher.CrashComp();
println("Ur Not leet 'nuff to haev a comp!1");

R0b0t1
11-04-2007, 05:26 PM
Good... Goood.

NxTitle
11-05-2007, 03:18 AM
<?php
echo("You both suck!!");
?>

int main() {
cout << "You both suck!!";
return 0;
}

begin
writeln('You both suck!!');
end.

<html>
I just had to add this one in. :p
</html>

mastaraymond
11-05-2007, 03:56 PM
begin Writeln('Im showing my 1337 skillz! Pwned?');end.
Run and be amazed!

LordGregGreg
11-07-2007, 05:50 AM
here is a wave out from my processor. I personaly write some assembly code, and then personally convert into a 32 bit binarry string. I load that into memory and then tick the clock along.

http://www.greg.impwiki.org/art/thumb.jpg (http://www.greg.impwiki.org/art/CA-Project%20Greg%20Hencrickson%20%20+%20Matt%20Gilli land%20-1.jpg)

and a link to the pdf report

The Report (http://www.greg.impwiki.org/art/CA-Project%20Greg%20Hencrickson%20%20+%20Matt%20Gilli land%20.pdf)

R0b0t1
11-08-2007, 03:06 AM
And I can program micro-processors too. :)

LordGregGreg
11-08-2007, 06:22 AM
but cna you also write the machine code for it too'? :p

R0b0t1
11-09-2007, 12:05 AM
Yes :p


Well, more specifically, I could if I looked the codes up again. The only thing I remember is that B8 moves something to AX I think...

LordGregGreg
11-09-2007, 12:15 AM
lol, so you know asembly then, or at least one version of it.

me, in talking comands like
00000000010000010001100000111111 to do an alu operation that adds what is in register 2 to what is in register 1 and then place the answer in register 4.

taking it apart
000000< normal the code for an alu operation (not a store or load or branch, etc)
00010< rs , the source register , register number 2
00001< rt , the other register, (1)
00011< rd the destination register
00000< the shift amount (im not shifting)
111111< the alu cammand to the the add operation (not and or or, etc)

= a 32 bit binary command.

R0b0t1
11-09-2007, 02:02 AM
And I expresssed mine in hexadecimal. Although your 1337ness is very 1337, if I say so myself.