Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 10 nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data numf DW 01h nums DW 01h section .text
...
-
1 2 3 4 5 6 7 8 9
section .text global _start _start: mov edx,len mov ecx,msg mov ebx,1 mov eax,4 int 0x80
...
-
1 2 3 4 5 6 7 8 9
span class="kw4"> MODEL TINY STACK 256 DATASEG Hellostr DB 'Hello First Step Site ' CODESEG start: mov ax,@data mov ds,ax
...
-
1 2 3 4 5 6 7 8
global _start section .data hello db 'Hello, World' 01h name db 'Damian' 01h section .text
...
-
1 2 3 4 5 6 7 8 9
global _start section .data hello db 'Hello, World',0 name db 'Damian',0 lol db 01h section .text
...
-
1 2 3 4 5 6 7 8 9
global _start section .data hello db 'Hello, World',0 name db 'Damian',0 lol db 01h section .text
...
-
1 2 3 4 5 6 7 8 9
global _start section .data hello db 'Hello, World',0 name db 'Damian',0 lol db 01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data hello db 'Hello, World',0 name db 'Damian',0 section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data hello db 'Hello, World',01h name db 'Damian',01h section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data hello db 'Hello, World',0 name db 'Damian',0 section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data hello db 'Hello, World',0 name db 'Damian',0 section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data hello db 'Hello, World',0 name db 'Damian',0 section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data hello db 'Hello, World',0 name db 'Damian',0 section .text
...
-
1 2 3 4 5 6 7 8
global _start section .data hello db 'Hello, World',0 name db 'Damian',0 section .text
...
-
1 2 3 4 5 6 7 8 9
global _start section .data hello db 'Hello, World',0 section .text _start:
...
-
1 2 3 4 5 6 7 8 9
global _start section .data hello db 'Hello, World',0 section .text _start:
...
-
1 2 3 4 5 6 7 8 9
global _start section .data hello db 'Hello, World',0 section .text _start:
...
-
1 2 3 4 5 6 7 8 9
global _start section .data hello db 'Hello, World',0 section .text _start: mov eax, 4 ; the system interprets 4 as "write"
...


