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 9
#include <iostream.h> #include <stdio.h> main() { char a[10],qw[26]="abcdefghijklmnopqrstuvwxyz";; int b,c[10]; int wq[25],as[10],sa[10]; cin.getline(a,11);
...
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> //#include<conio.h> #include<iostream> using namespace std; int n ; int digits ( int num , int *f , int * s ) { int i ; *f = 0 ;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<conio.h> #include<iostream> using namespace std; int n ; int digits ( int num , int *f , int * s ) { int i ; *f = 0 ;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> //#include<conio.h> #include<iostream> using namespace std; int n ; int digits ( int num , int *f , int * s ) { int i ; *f = 0 ;
...
-
1 2 3 4 5 6 7 8 9
DATA SEGMENT STR1 DB "ENTER FIRST STRING HERE ->$" STR2 DB "ENTER SECOND STRING HERE ->$" STR3 DB "CONCATED STRING :->$" STR11 DB "FIRST STRING : ->$" STR22 DB "SECOND STRING: ->$" INSTR1 DB 20 DUP("$") INSTR2 DB 20 DUP("$")
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1 day 15 hours ago view (lines: 130, size: 4684, inputs: 1) Assembler Compilation error billhudson007
1 2 3 4 5 6 7 8 9
.386 .model flat, stdcall option casemap:none include \masm32\include\windows.inc include \masm32\include\user32.inc include \masm32\include\kernel32.inc include \masm32\include\comctl32.inc includelib \masm32\lib\comctl32.lib
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1 2 3 4 5 6 7 8 9
; VERSION LONGUE DU CODE POUR LES SEGMENTS PAGE 80,132 ;=================================================================== ; PROGRAM LISTING 1.1 ; ; PROGRAM TO PRINT NUMBER SYSTEM TRANSLATION TABLES ;=================================================================== ;PROCEDURES TO EXTRN CLEAR:FAR ;CLEAR SCREEN
...
-
1 2 3 4 5 6 7 8 9
; VERSION LONGUE DU CODE POUR LES SEGMENTS PAGE 80,132 ; indique les colonnes et les lignes du programe ;=================================================================== ; PROGRAM LISTING 1.1 ; ; PROGRAM TO PRINT NUMBER SYSTEM TRANSLATION TABLES ;=================================================================== ;PROCEDURES TO EXTRN CLEAR:FAR ;CLEAR SCREEN
...
-
1 2 3 4 5 6 7 8
section .text global _start %define stdin 0 %define stdout 1 %define sys_read 3 %define sys_write 4 %define sys_exit 1
...
-
1 2 3 4 5 6 7 8
section .text global _start %define stdin 0 %define stdout 1 %define sys_read 3 %define sys_write 4 %define sys_exit 1
...
-
1 2 3 4 5 6 7 8
section .text global _start %define stdin 0 %define stdout 1 %define sys_read 3 %define sys_write 4 %define sys_exit 1
...
-
1 2 3 4 5 6 7 8
section .text global _start %define stdin 0 %define stdout 1 %define sys_read 3 %define sys_write 4 %define sys_exit 1
...
-
1 2 3 4 5 6 7 8
section .text global _start %define stdin 0 %define stdout 1 %define sys_read 3 %define sys_write 4 %define sys_exit 1
...
-
1 2 3 4 5 6 7 8
section .text global _start %define stdin 0 %define stdout 1 %define sys_read 3 %define sys_write 4 %define sys_exit 1
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() int i,j,k; for (int i=1; i<=5; i++){ for (int j=1; i<=3; i++){ for (int k=1; k<=4; i++) cout<<"*"; cout<<endl;
...
-
1 2 3 4 5 6 7 8 9
call 0x00000005 pop ebx mov ecx, ebx add ebx, 0x1E xor eax, eax xor edx, edx mov al, [ebx] mov dl, [ecx] xor al, dl
...
-
1
0011010101001
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1 2 3 4 5 6 7 8 9
.Model Small .Stack 64 .Data msg DB 13,10, "Hello$" CNT DW 20 .code
...
-
1 2 3 4 5 6 7 8
.model small .stack 64 .data .code .startup mov dl,'S'
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1 2 3 4 5 6 7 8 9
#include<graphics.h> #include<dos.h> #include<stdlib.h> #include<iostream.h> #include<conio.h> #include<string.h> #include<process.h> #include<fstream.h> #include<dir.h>
...
-
1 2 3 4 5 6 7 8 9
.386 .model flat, stdcall option casemap :none include \masm32\include\windows.inc include \masm32\include\kernel32.inc include \masm32\include\masm32.inc includelib \masm32\lib\kernel32.lib includelib \masm32\lib\masm32.lib .data
...
-
1
mov ax,9


