content stringlengths 5 918k | size int64 5 918k | lang stringclasses 1
value | ext stringclasses 3
values | avg_line_length float64 1.67 3.94k | max_line_length int64 3 3.94k | alphanum_fraction float64 0.08 0.95 | hexsha stringlengths 40 40 | max_stars_repo_name stringlengths 7 71 | max_stars_repo_licenses listlengths 1 6 | max_stars_count int64 1 26.9k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|
; A180119: a(n) = (n+2)! * Sum_{k = 1..n} 1/((k+1)*(k+2)).
; 0,1,6,36,240,1800,15120,141120,1451520,16329600,199584000,2634508800,37362124800,566658892800,9153720576000,156920924160000,2845499424768000,54420176498688000,1094805903679488000,23112569077678080000,510909421717094400000,11802007641664880640000,2843721841277... | 679 | Assembly | asm | 48.5 | 524 | 0.832106 | f700161a95f9a24839ebe185e126e5a9f81eb0e8 | neoneye/loda | [
"Apache-2.0"
] | 22 |
; size_t w_vector_erase_callee(w_vector_t *v, size_t idx)
SECTION code_clib
SECTION code_adt_w_vector
PUBLIC _w_vector_erase_callee
EXTERN _w_array_erase_callee
defc _w_vector_erase_callee = _w_array_erase_callee
| 218 | Assembly | asm | 18.166667 | 57 | 0.866972 | f7003de408ef2565cbe16c08f1a335ad1d5f395d | jpoikela/z88dk | [
"ClArtistic"
] | 640 |
PROGRAM 4
BR L1
L0:
PROC 1
LDLADDR 8
LDCB 1
STOREB
LDLADDR 8
LOADB
PUTBYTE
LDCSTR " "
PUTSTR
RET 0
L1:
LDGADDR 0
LDCINT 5
STOREW
CALL L0
LDGADDR 0
LOADW
PUTINT
PUTEOL
HALT
| 237 | Assembly | asm | 9.875 | 15 | 0.556962 | f7006af344336f589e0d6bb6d4dc9196a630c80d | SoftMoore/CPRL-Kt | [
"Unlicense"
] | 6 |
; size_t b_array_erase_block(b_array_t *a, size_t idx, size_t n)
SECTION code_clib
SECTION code_adt_b_array
PUBLIC b_array_erase_block
EXTERN asm_b_array_erase_block
b_array_erase_block:
pop af
pop de
pop bc
pop hl
push hl
push bc
push de
push af
jp asm_b_array_erase_block
| 315 | Assembly | asm | 13.125 | 64 | 0.736508 | f7006b953eb42413b146284ce21ecf529271b419 | teknoplop/z88dk | [
"ClArtistic"
] | 8 |
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Item (Sample PC GEOS application)
FILE: list.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Eric 6/1/92 Initial version
... | 7,783 | Assembly | asm | 24.170807 | 80 | 0.418733 | f700bdc868ad14c4c37181a3e0b7dd173a74eb5a | steakknife/pcgeos | [
"Apache-2.0"
] | 504 |
; A016793: a(n) = (3*n + 2)^5.
; 32,3125,32768,161051,537824,1419857,3200000,6436343,11881376,20511149,33554432,52521875,79235168,115856201,164916224,229345007,312500000,418195493,550731776,714924299,916132832,1160290625,1453933568,1804229351,2219006624,2706784157,3276800000,3939040643,4704270176,5584059449,6590815232,... | 550 | Assembly | asm | 78.571429 | 490 | 0.852727 | f700c338fcce6a364a251e749fb8c9fc6fc15111 | neoneye/loda-programs | [
"Apache-2.0"
] | 11 |
==================== Asm code ====================
.section .data
.align 8
.align 1
.globl abc
.type abc, @object
abc:
.quad xyz_info
| 138 | Assembly | asm | 11.5 | 50 | 0.478261 | f700cc568367a021a307baf3989a31987ce14ef0 | takenobu-hs/haskell-ghc-cmm-examples | [
"BSD-3-Clause"
] | 1 |
;
; Fast background save
;
; Generic version (just a bit slow)
;
; $Id: w_bksave.asm $
;
SECTION smc_clib
PUBLIC bksave
PUBLIC _bksave
EXTERN w_pixeladdress
.bksave
._bksave
push ix
ld hl,4
add hl,sp
ld e,(hl)
inc hl
ld d,(hl) ;sp... | 1,098 | Assembly | asm | 12.2 | 39 | 0.510018 | f700e96c771173fef1e98106a43868288c07897b | jpoikela/z88dk | [
"ClArtistic"
] | null |
; $Id: bs3-wc32-U8LS.asm 69111 2017-10-17 14:26:02Z vboxsync $
;; @file
; BS3Kit - 32-bit Watcom C/C++, 64-bit integer left shift.
;
;
; Copyright (C) 2007-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
;... | 1,878 | Assembly | asm | 29.809524 | 85 | 0.642705 | f700feff0683a2473dfad8d637ec7142ef5ec983 | Nurzamal/rest_api_docker | [
"MIT"
] | null |
; A140341: The number of bits needed to write the universal code for an Elias delta coding, the simplest asymptotically optimal code.
; Submitted by Jon Maiga
; 1,4,4,5,5,5,5,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,1... | 669 | Assembly | asm | 22.3 | 270 | 0.620329 | f7012a54ccaf5a4f18748ef4aff453c3725501e1 | neoneye/loda-programs | [
"Apache-2.0"
] | 11 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 114