hexsha stringlengths 40 40 | size int64 6 1.05M | ext stringclasses 3
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 4 232 | max_stars_repo_name stringlengths 7 106 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 7 | max_stars_count int64 1 33.5k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 4 232 | max_issues_repo_name stringlengths 7 106 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 7 | max_issues_count int64 1 37.5k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 4 232 | max_forks_repo_name stringlengths 7 106 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 7 | max_forks_count int64 1 12.6k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 6 1.05M | avg_line_length float64 1.16 19.7k | max_line_length int64 2 938k | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fd7833c9bf6cc8d02635c712db82b91c4116a3fc | 770 | asm | Assembly | oeis/026/A026001.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026001.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026001.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026001: a(n) = T(3n,n), where T = Delannoy triangle (A008288).
; Submitted by Christian Krause
; 1,7,85,1159,16641,246047,3707509,56610575,872893441,13560999991,211939849045,3328419072535,52481589415425,830317511708367,13174519143904245,209559710593266719,3340604559333629953,53354776911196959335,85360793895224838382... | 32.083333 | 479 | 0.792208 |
07b7c101733c75c501095a24682ef52805eac6af | 382 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc_frexp_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc_frexp_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc_frexp_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC cm16_sdcc_frexp_callee
EXTERN asm_f16_frexp
; half_t frexp(half_t x, int8_t *pw2);
; Entry:
; Stack: ptr right, half_t left, ret
.cm16_sdcc_frexp_callee
pop de ;my return
pop hl ;half_t
pop bc ;ptr
... | 20.105263 | 42 | 0.54712 |
f9a88534fa7ec4a70819e8ab8d6e953284446400 | 315 | asm | Assembly | src/gfx/VertLine.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | 1 | 2019-07-21T20:51:38.000Z | 2019-07-21T20:51:38.000Z | src/gfx/VertLine.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | null | null | null | src/gfx/VertLine.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | null | null | null | ;@DOES draws a vertical line
;@INPUT HL line X coordinate
;@INPUT E line Y coordinate
;@INPUT B line length
;@DESTROYS HL,DE,BC,AF
gfx_VertLine:
dec b
call gfx_Compute ; hl -> drawing location
.computed:
ld a,(color_primary)
ld de,LCD_WIDTH
.loop:
ld (hl),a ; loop for height
add hl,de
djnz .loop
ret
| 17.5 | 44 | 0.704762 |
20d72eb77588380a5d6f56550a0274ba573dc05f | 3,683 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1743.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1743.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1743.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r13
push %rdi
push %rdx
// Faulty Load
lea addresses_D+0x1f4bb, %r10
nop
nop
nop
nop
nop
xor %rdx, %rdx
mov (%r10), %r11d
lea oracles, %rdx
and $0xff, %r11
shlq $12, %r11
mov (%rdx,%r11,1), %r11
pop %rd... | 85.651163 | 2,999 | 0.663589 |
4e547fa612241ac35b1e1fb1be3f2d29fbbaab33 | 424 | asm | Assembly | oeis/053/A053150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/053/A053150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/053/A053150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A053150: Cube root of largest cube dividing n.
; Submitted by Jamie Morken(w2)
; 1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,3,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,3,1,2,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,3,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1
add $0,1
mov $1,$0
lpb $1
mov $2,$... | 22.315789 | 201 | 0.53066 |
8cffae838121f90d1249823d78400490a25d2f50 | 453 | asm | Assembly | oeis/087/A087743.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/087/A087743.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/087/A087743.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A087743: Numbers n >= 3 with property that the remainder when n is divided by k (for 3 <= k <= n-2) is not 1.
; Submitted by Jon Maiga
; 3,4,5,6,8,12,14,18,20,24,30,32,38,42,44,48,54,60,62,68,72,74,80,84,90,98,102,104,108,110,114,128,132,138,140,150,152,158,164,168,174,180,182,192,194,198,200,212,224,228,230,234,240,... | 41.181818 | 202 | 0.682119 |
7cba8fd886bfe12931670e64179a9a394b42bec7 | 21,922 | asm | Assembly | forktest.asm | neha45556/cs153_lab4 | 766e08fc130da84af0e430d003bbe8788c1f68ba | [
"MIT-0"
] | 1 | 2021-12-01T09:59:40.000Z | 2021-12-01T09:59:40.000Z | forktest.asm | neha45556/cs153_lab4 | 766e08fc130da84af0e430d003bbe8788c1f68ba | [
"MIT-0"
] | null | null | null | forktest.asm | neha45556/cs153_lab4 | 766e08fc130da84af0e430d003bbe8788c1f68ba | [
"MIT-0"
] | 1 | 2021-12-01T09:59:49.000Z | 2021-12-01T09:59:49.000Z |
_forktest: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
printf(1, "fork test OK\n");
}
int
main(void)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 e4 f0 and $0xfffffff0,%esp
forktest();
1006: e8 35 0... | 33.57121 | 62 | 0.408494 |
f594179078e6737db982a8c6905d5103967fc6e8 | 280 | asm | Assembly | libsrc/ctype/toupper.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/ctype/toupper.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/ctype/toupper.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Small C z88 Character functions
; Written by Dominic Morris <djm@jb.man.ac.uk>
; 22 August 1998
;
; $Id: toupper.asm,v 1.3 2006/12/31 21:44:58 aralbrec Exp $
;
XLIB toupper
; FASTCALL
.toupper
ld a,l
ld h,0
cp 'a'
ret c
cp 'z'+1
ret nc
res 5,l
ret
| 12.173913 | 59 | 0.610714 |
699379a30ead0ca6f24d2ac8114f255674ce5e8c | 675 | asm | Assembly | programs/oeis/166/A166627.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/166/A166627.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/166/A166627.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A166627: Totally multiplicative sequence with a(p) = 6p for prime p.
; 1,12,18,144,30,216,42,1728,324,360,66,2592,78,504,540,20736,102,3888,114,4320,756,792,138,31104,900,936,5832,6048,174,6480,186,248832,1188,1224,1260,46656,222,1368,1404,51840,246,9072,258,9504,9720,1656,282,373248,1764,10800,1836,11232,318,69984,1... | 75 | 500 | 0.767407 |
dbbb8d159cb001b8128795ae358b3ad5d31d50bd | 499 | asm | Assembly | programs/oeis/008/A008786.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/008/A008786.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/008/A008786.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A008786: a(n) = (n+5)^n.
; 1,6,49,512,6561,100000,1771561,35831808,815730721,20661046784,576650390625,17592186044416,582622237229761,20822964865671168,799006685782884121,32768000000000000000,1430568690241985328321,66249952919459433152512,3244150909895248285300369,167499529910025153071284224,90949470177292823791503906... | 62.375 | 431 | 0.875752 |
cfb73d2878982a91726b4c8c01036b57eb159617 | 518 | asm | Assembly | V1/src/zdk projects/stdio/terminal/term_01_output_char/term_01_output_char_oterm_msg_cls.asm | anjennings/Tom80 | 99b58b32b923068c26e8781912ad825978b10f37 | [
"MIT"
] | 55 | 2021-01-16T16:18:45.000Z | 2022-03-28T17:58:05.000Z | V1/src/zdk projects/stdio/terminal/term_01_output_char/term_01_output_char_oterm_msg_cls.asm | anjennings/Z80-Computer | 99b58b32b923068c26e8781912ad825978b10f37 | [
"MIT"
] | 1 | 2021-03-19T13:38:28.000Z | 2021-03-19T14:04:13.000Z | V1/src/zdk projects/stdio/terminal/term_01_output_char/term_01_output_char_oterm_msg_cls.asm | anjennings/Z80-Computer | 99b58b32b923068c26e8781912ad825978b10f37 | [
"MIT"
] | 8 | 2021-02-07T18:52:32.000Z | 2022-01-18T07:00:45.000Z | SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC term_01_output_char_oterm_msg_cls
term_01_output_char_oterm_msg_cls:
; * OTERM_MSG_CLS
;
; can use: af, bc, de, hl
;
; Clear the window.
;
; A pointer to a rectangle covering the terminal screen
; can be retrieved with this code:
;
; ld hl,1... | 19.923077 | 55 | 0.710425 |
ba2a868caaa049ae48277f80853467e2920dc0e3 | 580 | asm | Assembly | libsrc/graphics/msx/gen_clg.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/msx/gen_clg.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/msx/gen_clg.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; z88dk library: Generic VDP support code
;
;
; $Id: gen_clg.asm,v 1.4 2016/06/21 20:16:35 dom Exp $
;
SECTION code_clib
PUBLIC clg
PUBLIC _clg
EXTERN msx_set_mode
EXTERN msx_color
EXTERN FILVRM
.clg
._clg
ld hl,2 ; set graphics mode
call msx_set_mode
ld ... | 14.146341 | 54 | 0.627586 |
023e5af6a4688d2bac6253871cccecb32301665a | 6,048 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1580.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1580.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1580.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x10939, %rsi
lea addresses_D_ht+0x12728, %rdi
nop
nop
and %r12, %r12
mov $13, %rcx
rep movsl
nop
nop
nop
nop
sub $58719, %rbp
lea addresses_WC_ht+0x849a, %rdx
nop
nop
nop
add ... | 38.037736 | 2,999 | 0.66088 |
caf6e144445f3d4f9cd828694b0c5f200d46e6a4 | 580 | asm | Assembly | oeis/100/A100019.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/100/A100019.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/100/A100019.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A100019: a(n) = n^4 + n^3 + n^2.
; 0,3,28,117,336,775,1548,2793,4672,7371,11100,16093,22608,30927,41356,54225,69888,88723,111132,137541,168400,204183,245388,292537,346176,406875,475228,551853,637392,732511,837900,954273,1082368,1222947,1376796,1544725,1727568,1926183,2141452,2374281,2625600,2896363,3187548,3500157,38... | 64.444444 | 495 | 0.801724 |
4ca2e227e25ad2ec8cf273eaf7d39baddd0457a6 | 11,008 | asm | Assembly | base/boot/BootSectors/Fat16_BS.asm | sphinxlogic/Singularity-RDK-2.0 | 2968c3b920a5383f7360e3e489aa772f964a7c42 | [
"MIT"
] | null | null | null | base/boot/BootSectors/Fat16_BS.asm | sphinxlogic/Singularity-RDK-2.0 | 2968c3b920a5383f7360e3e489aa772f964a7c42 | [
"MIT"
] | null | null | null | base/boot/BootSectors/Fat16_BS.asm | sphinxlogic/Singularity-RDK-2.0 | 2968c3b920a5383f7360e3e489aa772f964a7c42 | [
"MIT"
] | null | null | null | ;; ----------------------------------------------------------------------------
;;
;; Copyright (c) Microsoft Corporation. All rights reserved.
;;
;; ----------------------------------------------------------------------------
;;;;;;;;;;;;;;;;;;;;
; Concerns
; 1 - there is no error checking on the int13 cal... | 33.057057 | 130 | 0.521348 |
9b94fd873a4b8951a089a80c2391aba0406da0ce | 8,042 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1321.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1321.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1321.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x4fc9, %r14
clflush (%r14)
nop
xor $39661, %rdi
movb $0x61, (%r14)
nop
nop
nop
nop
nop
dec %r15
lea addresses_normal_ht+0x179d1, %rsi
lea addresses_UC_ht+0x42f1, %rdi
nop
nop
... | 32.297189 | 2,999 | 0.655558 |
43f4bbdd0b6eaeacc60cdb3d1087091b65f88c1f | 579 | asm | Assembly | programs/oeis/184/A184519.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/184/A184519.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/184/A184519.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A184519: Upper s-Wythoff sequence, where s=4n-3. Complement of A184518.
; 2,8,13,18,23,28,34,39,44,49,55,60,65,70,76,81,86,91,97,102,107,112,118,123,128,133,138,144,149,154,159,165,170,175,180,186,191,196,201,207,212,217,222,227,233,238,243,248,254,259,264,269,275,280,285,290,296,301,306,311,316,322,327,332,337,343,... | 52.636364 | 364 | 0.711572 |
a1b70319c5783ab8fe0942b6a85ce6e8c5d03b89 | 892 | asm | Assembly | programs/oeis/313/A313580.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/313/A313580.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/313/A313580.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A313580: Coordination sequence Gal.5.111.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,10,14,19,25,30,34,39,44,49,54,58,63,69,74,78,83,88,93,98,102,107,113,118,122,127,132,137,142,146,151,157,162,166,171,176,181,186,190,195... | 24.777778 | 185 | 0.618834 |
361194e576a1fd2595ab28d033315e63ff096716 | 660 | asm | Assembly | programs/oeis/142/A142333.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/142/A142333.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/142/A142333.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A142333: Primes congruent to 41 mod 45.
; 41,131,311,401,491,761,941,1031,1301,1481,1571,1931,2111,2381,2741,3011,3191,3371,3461,3821,3911,4001,4091,4271,4451,4721,5081,5171,5261,5351,5441,5531,5711,5801,5981,6521,6701,6791,6971,7151,7331,7691,8231,8501,8681,8861,8951,9041,9221,9311,9491,9851,9941,10211,10301,10391,1... | 94.285714 | 540 | 0.787879 |
bc4c4f87f5a2158d468b75cb1b48cf6bf8178e40 | 384 | asm | Assembly | oeis/119/A119959.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/119/A119959.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/119/A119959.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A119959: p^2-p+1 central polygonal numbers with prime indices A002061(prime(n)).
; Submitted by Jon Maiga
; 3,7,21,43,111,157,273,343,507,813,931,1333,1641,1807,2163,2757,3423,3661,4423,4971,5257,6163,6807,7833,9313,10101,10507,11343,11773,12657,16003,17031,18633,19183,22053,22651,24493,26407,27723,29757,31863
seq $... | 38.4 | 205 | 0.744792 |
7cdbf091e53937421b9cda2ca429d8c37d731d2f | 185,326 | asm | Assembly | buf25.asm | tonypdmtr/buffalo | 7460f3a14c2e9894269aa11dbc5b5fe2ed7b1966 | [
"MIT"
] | 1 | 2020-12-11T00:35:21.000Z | 2020-12-11T00:35:21.000Z | buf25.asm | tonypdmtr/buffalo | 7460f3a14c2e9894269aa11dbc5b5fe2ed7b1966 | [
"MIT"
] | null | null | null | buf25.asm | tonypdmtr/buffalo | 7460f3a14c2e9894269aa11dbc5b5fe2ed7b1966 | [
"MIT"
] | null | null | null | ; BUFFALO
; "Bit User's Fast Friendly Aid to Logical Operation"
;
; Rev 2.0 - 4/23/85 - added disassembler.
; - variables now PTRn and TMPn.
; Rev 2.1 - 4/29/85 - added byte erase to chgbyt routine.
; Rev 2.2 - 5/16/85 - added hooks for evb board - acia
; drivers, ... | 37.591481 | 111 | 0.316502 |
a7000908cd80c48af33c3fc885a22cf6fa462a87 | 485 | asm | Assembly | programs/oeis/204/A204455.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/204/A204455.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/204/A204455.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A204455: Squarefree product of all odd primes dividing n, and 1 if n is a power of 2: A099985/2.
; 1,1,3,1,5,3,7,1,3,5,11,3,13,7,15,1,17,3,19,5,21,11,23,3,5,13,3,7,29,15,31,1,33,17,35,3,37,19,39,5,41,21,43,11,15,23,47,3,7,5,51,13,53,3,55,7,57,29,59,15,61,31,21,1,65,33,67,17,69,35,71,3,73,37,15,19,77,39,79,5,3,41,83,2... | 53.888889 | 267 | 0.645361 |
e71a45ac48367c9deaef4f5aadafb65e4179f79a | 2,859 | asm | Assembly | Data/ships/Moray.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Data/ships/Moray.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Data/ships/Moray.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Moray: DB $01, $03, $84
DW MorayEdges
DB MorayEdgesSize
DB $00, $1A
DB MorayVertSize
DB MorayEdgesCnt
DB $00, $32
DB MorayNormalsSize
... | 45.380952 | 70 | 0.282267 |
0bd3bfeb43a9862001c78c38362d0c551cb41474 | 2,976 | asm | Assembly | Sys/hscore.asm | arhneu/gruniozerca | 42e94aa976af2230b43876f8c7aebd34a70a9149 | [
"Unlicense"
] | 23 | 2017-02-08T17:59:27.000Z | 2022-03-21T17:09:57.000Z | Sys/hscore.asm | arhneu/gruniozerca | 42e94aa976af2230b43876f8c7aebd34a70a9149 | [
"Unlicense"
] | 1 | 2018-03-30T07:30:16.000Z | 2018-03-30T11:50:48.000Z | Sys/hscore.asm | arhneu/gruniozerca | 42e94aa976af2230b43876f8c7aebd34a70a9149 | [
"Unlicense"
] | 6 | 2017-02-10T05:04:34.000Z | 2021-04-11T11:23:03.000Z | chkifnewhscore:
ldx #8
@seehscoregm:
dex
cpx #0
bne @newhscore
@nonewhscore
rts
@newhscore:
lda score,x
cmp hscore,x
beq @seehscoregm
bcc @nonewhscore
ldx #0
@copynewhscore:
lda score,x
sta hscore,x
inx
cpx #8
bne @copynewhscore
jsr clearspr
jsr clearnt
jsr... | 13.226667 | 60 | 0.625 |
02ee43a1ec6617149ff5a1fe9f4f6ef3bafe788a | 7 | asm | Assembly | YearI/SemesterI/CSA/MachineUno/cil.asm | sudiptog81/ducscode | 4a60fb6d9a5769f9c487d0a65e557632af469903 | [
"MIT"
] | 7 | 2020-03-18T09:17:03.000Z | 2022-01-12T09:36:45.000Z | YearI/SemesterI/CSA/MachineUno/cil.asm | gourabdas-88006/ducscode | 19f047e02f43af430f904782850a66be32b0ff89 | [
"MIT"
] | 1 | 2020-08-27T10:33:00.000Z | 2020-08-27T10:33:00.000Z | YearI/SemesterI/CSA/MachineUno/cil.asm | gourabdas-88006/ducscode | 19f047e02f43af430f904782850a66be32b0ff89 | [
"MIT"
] | 4 | 2020-04-23T14:52:03.000Z | 2021-10-03T19:55:27.000Z | cil
| 2.333333 | 4 | 0.428571 |
9f624880aa65e2cbd54cb667456c261f50348d34 | 4,963 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_7550_2071.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_7550_2071.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_7550_2071.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %rax
push %rbp
push %rdi
lea addresses_D_ht+0x8c04, %rbp
xor $7613, %rdi
movb $0x61, (%rbp)
nop
nop
inc %rdi
pop %rdi
pop %rbp
pop %rax
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r15
push %r9
push %rbx
push %rcx
push %rsi
// Load
lea addres... | 43.535088 | 2,999 | 0.65404 |
a31d9d4558e421f18f94343d87b9ec7517559244 | 4,560 | asm | Assembly | demos/x11/DEMO1/demo1.asm | gbmaster/nasmx | 299fac2950cb10df2afef149da6e075b3ff3cdde | [
"BSD-2-Clause"
] | 18 | 2015-06-22T07:26:13.000Z | 2021-09-09T19:47:44.000Z | demos/x11/DEMO1/demo1.asm | gbmaster/nasmx | 299fac2950cb10df2afef149da6e075b3ff3cdde | [
"BSD-2-Clause"
] | null | null | null | demos/x11/DEMO1/demo1.asm | gbmaster/nasmx | 299fac2950cb10df2afef149da6e075b3ff3cdde | [
"BSD-2-Clause"
] | 5 | 2015-09-22T14:47:09.000Z | 2021-11-08T18:53:11.000Z | ;// DEMO1.ASM
;//
;// Copyright (C)2005-2013 The NASMX Project
;//
;// Purpose:
;// This program demonstrates X11 programming
;//
;// Contributors:
;// Bryant Keller
;// Kieth Kanios
;// Rob Neff
;//
;##### Include Files #####
%include 'nasmx.inc'
%include 'linux/libc.inc'
%include 'x11/X.inc'
%include 'x... | 26.358382 | 152 | 0.69057 |
a3e327259f04fd7df604f38df073478fbfbc5211 | 84 | asm | Assembly | src/main/fragment/mos6502-common/vwum1=(_deref_qwuc1)_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwum1=(_deref_qwuc1)_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1=(_deref_qwuc1)_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda {c1}
sta $fe
lda {c1}+1
sta $ff
lda ($fe),y
sta {m1}
iny
lda ($fe),y
sta {m1}+1
| 8.4 | 11 | 0.559524 |
8825de49c65a1e1d594860dd2a1df2e89b5f0858 | 690 | asm | Assembly | libsrc/_DEVELOPMENT/alloc/balloc/z80/asm_balloc_blockcount.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/balloc/z80/asm_balloc_blockcount.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/balloc/z80/asm_balloc_blockcount.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Dec 2013
; ===============================================================
;
; size_t balloc_blockcount(unsigned int queue)
;
; Return number of free blocks in the queue. O(n).
;
; ===============================================================
SEC... | 21.5625 | 65 | 0.488406 |
bad08b2cc408cf9237d51b241f403c733ec8ac08 | 2,045 | asm | Assembly | externals/mpir-3.0.0/mpn/mips32/lshift.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 12 | 2021-09-29T14:50:06.000Z | 2022-03-31T15:01:21.000Z | externals/mpir-3.0.0/mpn/mips32/lshift.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | LibSource/mpir/mpn/mips32/lshift.asm | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | dnl MIPS32 mpn_lshift -- Left shift.
dnl Copyright 1995, 2000, 2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the ... | 22.472527 | 79 | 0.654768 |
3c0cda13e43751407c7f73bafb3dae4826efe40f | 330 | asm | Assembly | src/boot/gdt.asm | C-McKinley/ColbyOS | e361781dfc293855c02d8ac66883d104f8309917 | [
"MIT"
] | null | null | null | src/boot/gdt.asm | C-McKinley/ColbyOS | e361781dfc293855c02d8ac66883d104f8309917 | [
"MIT"
] | null | null | null | src/boot/gdt.asm | C-McKinley/ColbyOS | e361781dfc293855c02d8ac66883d104f8309917 | [
"MIT"
] | null | null | null | ; GDT
gdt_start:
gdt_null:
dd 0x0
dd 0x0
gdt_code:
dw 0xFFFF
dw 0x0
db 0x0
db 10011010b
db 11001111b
db 0x0
gdt_data:
dw 0xFFFF
dw 0x0
db 0x0
db 10010010b
db 11001111b
db 0x0
gdt_end:
gdt_descriptor:
dw gdt_end - gdt_start - 1
dd gdt_start
CODE_SEG equ gdt_code - gdt_start
DATA_SEG equ gdt_data - ... | 10.3125 | 33 | 0.736364 |
eb22a69dab1da1d219e78dfbb66ae63056917598 | 4,675 | asm | Assembly | src/data.asm | maziac/dezogif | e92f6a0e21ac6b465349e193417e3f19721f763d | [
"MIT"
] | 2 | 2020-05-25T09:25:46.000Z | 2020-12-30T10:43:58.000Z | src/data.asm | maziac/dezogif | e92f6a0e21ac6b465349e193417e3f19721f763d | [
"MIT"
] | null | null | null | src/data.asm | maziac/dezogif | e92f6a0e21ac6b465349e193417e3f19721f763d | [
"MIT"
] | null | null | null | ;===========================================================================
; data.asm
;
; All volatile data is defined here.
;
; Note: The area does not need to be copied. i.e. is initialized on the fly.
;===========================================================================
;=================================... | 25.972222 | 89 | 0.547594 |
40efa53d81c264331c5017901a917680cb6893d0 | 402 | asm | Assembly | test/asm/shift.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 265 | 2020-09-15T11:56:31.000Z | 2022-03-30T23:14:29.000Z | test/asm/shift.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 365 | 2020-09-18T15:43:06.000Z | 2022-03-28T16:22:26.000Z | test/asm/shift.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 45 | 2020-09-16T10:44:57.000Z | 2022-03-29T07:26:15.000Z | test: macro
; Test the rpn system, as well as the linker...
dl \1 + zero
; ...as well as the constexpr system
result\@ equ \1
println "\1 = {result\@}"
endm
section "test", ROM0[0]
test 1 << 1
test 1 << 32
test 1 << 9001
test -1 << 1
test -1 << 32
test -1 << -9001
test -1 >> 1
test -1 >> 32
test -1 >> ... | 14.357143 | 48 | 0.562189 |
44d397163cbdfe41ba01df0ca3ddeaaebe8c3b0a | 1,203 | asm | Assembly | data/mapObjects/ssanne8.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/mapObjects/ssanne8.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/mapObjects/ssanne8.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | SSAnne8Object:
db $c ; border block
db $6 ; warps
db $0, $0, $2, SS_ANNE_1
db $0, $a, $3, SS_ANNE_1
db $0, $14, $4, SS_ANNE_1
db $a, $0, $5, SS_ANNE_1
db $a, $a, $6, SS_ANNE_1
db $a, $14, $7, SS_ANNE_1
db $0 ; signs
db $b ; objects
object SPRITE_BLACK_HAIR_BOY_2, $2, $3, STAY, LEFT, $1, OPP_ROCKER, $3
ob... | 35.382353 | 71 | 0.665835 |
bca536ecded344619fb21175083b055a61c15014 | 666 | asm | Assembly | OSDev/Try-1/Boot/RM/Switch32.asm | Ashwin-Paudel/Tries | 91ea32d715eedca528d143cf5e9dfd9ba70804e3 | [
"Apache-2.0"
] | null | null | null | OSDev/Try-1/Boot/RM/Switch32.asm | Ashwin-Paudel/Tries | 91ea32d715eedca528d143cf5e9dfd9ba70804e3 | [
"Apache-2.0"
] | null | null | null | OSDev/Try-1/Boot/RM/Switch32.asm | Ashwin-Paudel/Tries | 91ea32d715eedca528d143cf5e9dfd9ba70804e3 | [
"Apache-2.0"
] | null | null | null | ;
; Switch32.asm
; KripayaOS Project
;
; Copyright (c) 2021 KripayaOS Project. All rights reserved.
;
[bits 16]
Switch32:
; Disable Interrupts
cli
; Load GDT
lgdt [gdt_32_descriptor]
; Switch to 32 bit
mov eax, cr0
or eax, 0x00000001
mov cr0, eax
; Remove all the 16 bit instr... | 16.243902 | 61 | 0.608108 |
fa1cd1a874ce617333b20b1c29d903e2a2d37d0d | 596 | asm | Assembly | programs/oeis/298/A298027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/298/A298027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/298/A298027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A298027: Partial sums of A298026.
; 1,7,13,31,43,73,91,133,157,211,241,307,343,421,463,553,601,703,757,871,931,1057,1123,1261,1333,1483,1561,1723,1807,1981,2071,2257,2353,2551,2653,2863,2971,3193,3307,3541,3661,3907,4033,4291,4423,4693,4831,5113,5257,5551,5701,6007,6163,6481,6643,6973,7141,7483,7657,8011,8191,8557,87... | 59.6 | 504 | 0.771812 |
277e51e1b0945260d4bf9bd77dca93a1fd13f3d9 | 2,875 | asm | Assembly | programs/oeis/136/A136298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/136/A136298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/136/A136298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A136298: a(n) = 3*a(n-1) - 4*a(n-3), with a(0)=1, a(1)=2, a(2)=4, a(3)=9.
; 1,2,4,9,19,41,87,185,391,825,1735,3641,7623,15929,33223,69177,143815,298553,618951,1281593,2650567,5475897,11301319,23301689,48001479,98799161,203190727,417566265,857502151,1759743545,3608965575,7396888121,15151690183,31019208249,63470072263,... | 41.666667 | 1,703 | 0.707826 |
555fce4c61c1cd0fb9973c3f767898fcdda2d582 | 1,369 | asm | Assembly | maps/Route6SaffronGate.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/Route6SaffronGate.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/Route6SaffronGate.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const ROUTE6SAFFRONGATE_OFFICER
Route6SaffronGate_MapScripts:
db 1 ; scene scripts
scene_script .DummyScene
db 0 ; callbacks
.DummyScene:
end
Route6SaffronGuardScript:
faceplayer
opentext
checkevent EVENT_RETURNED_MACHINE_PART
iftrue .ReturnedPart
writetext Route... | 18.753425 | 147 | 0.756757 |
c076cecfa8a006063ad9c4de8c1c2875308b6e50 | 297 | asm | Assembly | exercises/x86-64-assembly-2-a/.meta/start/1/x86_64_assembly_2_a.asm | ee7/exercism-research_experiment_1 | 92f875f53647f0da3dbcc32e13fdf53c77c3c460 | [
"MIT"
] | 8 | 2019-12-04T22:00:36.000Z | 2020-09-27T15:05:12.000Z | exercises/x86-64-assembly-2-a/.meta/start/1/x86_64_assembly_2_a.asm | ee7/exercism-research_experiment_1 | 92f875f53647f0da3dbcc32e13fdf53c77c3c460 | [
"MIT"
] | 92 | 2019-11-29T19:44:06.000Z | 2021-11-09T16:15:48.000Z | exercises/x86-64-assembly-2-a/.meta/start/1/x86_64_assembly_2_a.asm | ee7/exercism-research_experiment_1 | 92f875f53647f0da3dbcc32e13fdf53c77c3c460 | [
"MIT"
] | 27 | 2019-12-03T06:44:44.000Z | 2021-11-09T16:10:29.000Z | %include "debug.asm"
section .text
global str_isalpha
str_isalpha:
mov eax, 1
.loop_start:
movzx ecx, byte [rdi]
or ecx, 32
sub ecx, 'a'
cmp ecx, 26
jae .return_false
add rdi, 1
cmp byte [rdi], 0
jne .loop_start
ret
.return_false:
xor eax, eax
ret
| 14.85 | 25 | 0.609428 |
e72725a5b00d0236a84a95bbbaa0a490ee59ca97 | 8,041 | asm | Assembly | Engine/Graphics/DisplaySprite.asm | wide-dot/thomson-to8-game-engine | f305368ff28fba6e6bd03d0138a36ff5ea67e925 | [
"Apache-2.0"
] | 11 | 2021-09-07T18:45:06.000Z | 2022-02-15T06:36:19.000Z | Engine/Graphics/DisplaySprite.asm | dougmasten/thomson-to8-game-engine | b1f29e3b650e2296a5058570173e1c9068bccbe4 | [
"Apache-2.0"
] | null | null | null | Engine/Graphics/DisplaySprite.asm | dougmasten/thomson-to8-game-engine | b1f29e3b650e2296a5058570173e1c9068bccbe4 | [
"Apache-2.0"
] | 1 | 2021-11-22T08:43:52.000Z | 2021-11-22T08:43:52.000Z | * ---------------------------------------------------------------------------
* DisplaySprite
* -------------
* Subroutine to manage sprite priority.
* Object's priority is read and object is (un)registred in display engine.
* priority: 0 - unregistred
* priority: 1 - register non moving overlay sprite
* priority; 2-8 ... | 54.331081 | 153 | 0.490735 |
c37732ec044ebea7876050328f85a2f1567d478e | 405 | asm | Assembly | programs/oeis/259/A259651.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/259/A259651.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/259/A259651.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A259651: Number of distinct prime factors of the n-th pentagonal number (A000326).
; 0,1,2,2,2,2,3,2,2,2,2,4,2,2,4,2,2,2,3,3,3,3,3,3,2,3,3,3,2,3,3,3,3,2,4,3,3,2,4,4,2,3,2,3,3,2,4,4,2,2,4,4,2,3,4,3,4,2,3,4,3,3,4,2,3,3,3,4,3,4,3,4,2,3,4,3,4,3,3,3,2,3,3,4,3,2,5,3,3,3,4,4,3,2,4,4,3,2,4,4
seq $0,115067 ; a(n) = (3*n^2 - ... | 67.5 | 201 | 0.590123 |
4f750a37f11da6e59579f1102b8086122112a6f4 | 2,956 | asm | Assembly | Driver/Printer/PrintCom/Graphics/graphicsPrintSwath180.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/PrintCom/Graphics/graphicsPrintSwath180.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/PrintCom/Graphics/graphicsPrintSwath180.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Epson 24-pin print drivers
FILE: graphicsPrintSwath180.asm
AUTHOR: Dave Durran 1 March 1990
ROUTINES:
Name Description
---- ---... | 24.633333 | 79 | 0.596076 |
d8c8d68179bb7a55f380f1b44273042c85b7010c | 827 | asm | Assembly | data/pokemon/base_stats/shaymin_s.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/shaymin_s.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/shaymin_s.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | db 0 ; species ID placeholder
db 100, 103, 75, 127, 120, 75
; hp atk def spd sat sdf
db GRASS, FLYING ; type
db 45 ; catch rate
db 255 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_UNKNOWN ; gender ratio
db 120 ; step cycles to hatch
INCBIN "gfx/pokemon/shaymin_s/front.dimensions"
db GROWTH_MED... | 41.35 | 401 | 0.754534 |
70a22acb8bb20ce369028d25ae457f9e45b6640d | 1,069 | asm | Assembly | libsrc/gfx/wide/w_stencil_add_lineto.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/gfx/wide/w_stencil_add_lineto.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/gfx/wide/w_stencil_add_lineto.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Trace a relative line in the stencil vectors
;
; Stefano Bodrato - 08/10/2009
;
;
; $Id: w_stencil_add_lineto.asm,v 1.4 2016-04-23 20:37:40 dom Exp $
;
;; void stencil_add_lineto(int x, int y, unsigned ... | 19.796296 | 67 | 0.566885 |
7758bb8f92b4b76dc34bed8d88a6dfdf354ee043 | 28 | asm | Assembly | test/asm/utf-8.asm | jmle/rgbds | 06aaf5b5712ee81391e9150e96f89c35aee9916e | [
"MIT"
] | 1 | 2017-07-02T00:01:07.000Z | 2017-07-02T00:01:07.000Z | test/asm/utf-8.asm | jidoc01/rgbds | c8630eee95512bb0361b4dc389a61ee0a5a66875 | [
"MIT"
] | null | null | null | test/asm/utf-8.asm | jidoc01/rgbds | c8630eee95512bb0361b4dc389a61ee0a5a66875 | [
"MIT"
] | 2 | 2019-08-10T21:10:32.000Z | 2020-11-20T01:00:25.000Z | SECTION "sec", ROM0
db "é"
| 9.333333 | 19 | 0.607143 |
4fc2c2f832ff0276a885fd723748b6c45e108c30 | 608 | asm | Assembly | oeis/020/A020708.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020708.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020708.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020708: Pisot sequences E(4,9), P(4,9).
; 4,9,20,44,97,214,472,1041,2296,5064,11169,24634,54332,119833,264300,582932,1285697,2835694,6254320,13794337,30424368,67103056,148000449,326425266,719953588,1587907625,3502240516,7724434620,17036776865,37575794246,82876023112,182788823089,403153440424,889182903960,19611546310... | 101.333333 | 490 | 0.827303 |
969ffd50b015c3f5b006e68bd2abb72263d33bae | 449 | asm | Assembly | programs/oeis/128/A128634.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/128/A128634.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/128/A128634.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A128634: Number of parallel permutations of length n.
; 0,2,8,26,82,262,856,2858,9722,33590,117570,416022,1485798,5348878,19389688,70715338,259289578,955277398,3534526378,13128240838,48932534038,182965127278,686119227298,2579808294646,9723892802902,36734706144302,139067101832006,527495903500718,2004484433302734,76299... | 28.0625 | 275 | 0.775056 |
6bda8a2acc1bb091ca895b31047660ea729a7dfe | 873 | asm | Assembly | data/pokemon/base_stats/pinsir.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/pinsir.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/pinsir.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | db 0 ; species ID placeholder
db 65, 125, 100, 85, 55, 70
; hp atk def spd sat sdf
db BUG, BUG ; type
db 45 ; catch rate
db 200 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 25 ; step cycles to hatch
INCBIN "gfx/pokemon/pinsir/front.dimensions"
db GROWTH_SLOW ; growth ra... | 43.65 | 470 | 0.749141 |
8189bf6dc3692abfeaa206d294d99a5a87178ac6 | 356 | asm | Assembly | programs/oeis/230/A230864.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/230/A230864.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/230/A230864.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A230864: log2*(n) (version 3): number of iterations log_2(log_2(log_2(...(n)...))) required for the result to be <= 1.
; 0,1,2,2,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4
mul $0,3
div $0,2
mov $1,2
lpb $0,1
... | 29.666667 | 161 | 0.553371 |
f67840535c58a3bcf39e21c72e5a0766e7278b42 | 5,259 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_482.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_482.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_482.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x10f0b, %rdi
nop
nop
nop
nop
add %r8, %r8
vmovups (%rdi), %ymm6
vextracti128 $0, %ymm6, %xmm6
vpextrq $0, %xmm6, %r12
nop
sub $61092, %r14
lea addresses_WC_ht+0x7bcb, %rsi
lea addresses... | 43.46281 | 2,999 | 0.660392 |
5f94e84a45797882cf1e13eb0c99b4c7c5fd32d1 | 3,061 | asm | Assembly | tests/meme_test.asm | laullon/b2t80s | 33ef502f2d889fb6876cd64c2bb7789b18562768 | [
"MIT"
] | 4 | 2020-04-16T17:47:36.000Z | 2021-04-17T18:41:32.000Z | tests/meme_test.asm | laullon/b2t80s | 33ef502f2d889fb6876cd64c2bb7789b18562768 | [
"MIT"
] | 3 | 2020-04-17T21:46:19.000Z | 2020-04-24T15:56:31.000Z | tests/meme_test.asm | laullon/b2t80s | 33ef502f2d889fb6876cd64c2bb7789b18562768 | [
"MIT"
] | null | null | null | ;; This code is used in Batman Forever demo for the Amstrad CPC
;; to detect the amount of RAM available.
;; NOTES:
;; - more than 1 ram config value can be used to select the same
;; ram page
;; - go through selections backwards and poke value into ram.
;; - where selection has value we poked, then it is valid.
;; t... | 18.220238 | 82 | 0.709245 |
92bcafb827994a04ae033329a6bd951235df3b30 | 575 | asm | Assembly | programs/oeis/077/A077985.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/077/A077985.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/077/A077985.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A077985: Expansion of 1/(1 + 2*x - x^2).
; 1,-2,5,-12,29,-70,169,-408,985,-2378,5741,-13860,33461,-80782,195025,-470832,1136689,-2744210,6625109,-15994428,38613965,-93222358,225058681,-543339720,1311738121,-3166815962,7645370045,-18457556052,44560482149,-107578520350,259717522849,-627013566048,1513744654945,-36545028... | 35.9375 | 412 | 0.747826 |
ddbb9a4292888d7187e7b686750b93fc6971260b | 459 | asm | Assembly | data/pokemon/base_stats/hoenn/spoink.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/hoenn/spoink.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/hoenn/spoink.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | db 0 ; 325 DEX NO
db 60, 25, 35, 60, 70, 80
; hp atk def spd sat sdf
db PSYCHIC, PSYCHIC ; type
db 255 ; catch rate
db 89 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/hoenn/spoink/front.... | 20.863636 | 51 | 0.662309 |
9825f776485b8bcd7a9aef32777cba03137d1f2e | 24,268 | asm | Assembly | dev/display/ega/852-8x16.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/display/ega/852-8x16.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/display/ega/852-8x16.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
;***************************************************
; CHARACTER FONT FILE
; Source Assembler File
;
; CODE PAGE: 850
; FONT RESOLUTION: 8 x... | 87.927536 | 92 | 0.756675 |
428cec4d0a29cdd25067e8961a1a9aab0f5c65ec | 868 | asm | Assembly | exams/1/CamiloMoreira-Turma01.asm | UFSCar-CS/computer-architecture-and-organization-2012-2 | b7f1862b92ecfeb464c57cc2234d9813aeebe068 | [
"MIT"
] | null | null | null | exams/1/CamiloMoreira-Turma01.asm | UFSCar-CS/computer-architecture-and-organization-2012-2 | b7f1862b92ecfeb464c57cc2234d9813aeebe068 | [
"MIT"
] | null | null | null | exams/1/CamiloMoreira-Turma01.asm | UFSCar-CS/computer-architecture-and-organization-2012-2 | b7f1862b92ecfeb464c57cc2234d9813aeebe068 | [
"MIT"
] | null | null | null | TITLE Prova 1 - Laboratorio de Arquitetura e Organizacao de Computadores II - 2012S2
;Author: @CamiloMoreira
;
;Revision:
INCLUDE Irvine32.inc
.data
X DWORD 2, 9, 8, 4, 7, 6, 5, 0, 1, 3
Y DWORD 4, 2, 6, 5, 7, 8, 0, 1, 3, 9
Z DWORD 6, 5, 0, 1, 7, 9, 8, 4, 2, 3
R DWORD LENGTHOF X DUP(?)
S DWORD ?
.code
main P... | 14.466667 | 84 | 0.580645 |
c32d66c76a6d207b51f51a5d8cfddabde04d5d0a | 1,779 | asm | Assembly | EngineHacks/CoreHacks/MapMaster/MoveLimitViewFix/_1D9DC_Loop6C_MoveLimitView.asm | MokhaLeee/FE16re-Proto | a3bf9ea299f117de0dc90aa4b139bd4f8167418e | [
"MIT"
] | 5 | 2021-11-28T19:51:03.000Z | 2021-12-25T06:15:13.000Z | EngineHacks/CoreHacks/MapMaster/MoveLimitViewFix/_1D9DC_Loop6C_MoveLimitView.asm | MokhaLeee/FE16re-Proto | a3bf9ea299f117de0dc90aa4b139bd4f8167418e | [
"MIT"
] | null | null | null | EngineHacks/CoreHacks/MapMaster/MoveLimitViewFix/_1D9DC_Loop6C_MoveLimitView.asm | MokhaLeee/FE16re-Proto | a3bf9ea299f117de0dc90aa4b139bd4f8167418e | [
"MIT"
] | null | null | null | .thumb
.include "_Definitions.h.s"
SET_FUNC_INLINE _1D9DC_Loop6C_MoveLimitView
@ new_MapMovement: 0x1 Blue/ 0x20 Red/ 0x40 Green
@ new_RangeMap: 0x2 Red/ 0x4 Green/ 0x10 Blue
_1D9DC_Loop6C_MoveLimitView:
push {r3-r7, lr}
mov r4, r0
_blh1 GetGameClock|1
lsr r5, r0, #0x1
mov r0, #0x1F
and r5, r0
a... | 14.702479 | 52 | 0.607645 |
63283a8725e64dabfe0ce6556b45dc919c56ba06 | 553 | asm | Assembly | assembler/tests/t_nestedstructs/t_nestedstructs.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_nestedstructs/t_nestedstructs.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_nestedstructs/t_nestedstructs.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | cpu 6809
page 0
dottedstructs on
commin struct
command byt ?
union
disk struct
slot byt ?
size adr ?
type byt ?
gameid byt ?, ?, ?, ?, ?, ?, ?, ?
g2 byt ?, ?, ?, ?, ?, ?, ?, ?
disk endstruct
drive struct
letter byt ?
name byt [10]?
drive endstruct
endunion
commin endstruct
org... | 13.166667 | 36 | 0.629295 |
d20304627f950157d2c2864376da2c1167525d81 | 210 | asm | Assembly | mc-sema/validator/x86/tests/MUL_FST0r.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86/tests/MUL_FST0r.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86/tests/MUL_FST0r.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_FPU_C1|FLAG_FPU_PE
;TEST_FILE_META_END
; set up st0 and st1 to be pi
FLDPI
FLDPI
;TEST_BEGIN_RECORDING
FMUL st0, st1
;TEST_END_RECORDING
| 15 | 41 | 0.833333 |
4c68a31729cf8ed6f93b996330a4e52c1c03b6fe | 1,401 | asm | Assembly | Library/GrObj/Body/bodyCutCopyPaste.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/GrObj/Body/bodyCutCopyPaste.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/GrObj/Body/bodyCutCopyPaste.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: graphicBodyCutCopyPaste.asm
AUTHOR: Steve Scholl, Nov 15, 1989
ROUTINES:
Name Description
---- -----------
GrObjBodyPaste Handles ... | 32.581395 | 79 | 0.656674 |
7de292bdfbea838964a35b5fe8b928f52e4edf09 | 892 | asm | Assembly | data/pokemon/base_stats/munchlax.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 2 | 2021-07-31T07:05:06.000Z | 2021-10-16T03:32:26.000Z | data/pokemon/base_stats/munchlax.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/munchlax.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db 0 ; species ID placeholder
db 135, 85, 40, 5, 40, 85
; hp atk def spd sat sdf
db NORMAL, NORMAL ; type
db 50 ; catch rate
db 78 ; base exp
db LEFTOVERS, LEFTOVERS ; items
db GENDER_F12_5 ; gender ratio
db 100 ; unknown 1
db 40 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/mun... | 40.545455 | 430 | 0.737668 |
c8f386d3c560d080f4a4477b9e637d40c77843b9 | 9,854 | asm | Assembly | src/normal-operation.asm | staskevich/UMR2 | 276b7c27abec076960ecc621c9fbc3bd59f32fc0 | [
"CC-BY-4.0"
] | 27 | 2017-12-31T12:32:21.000Z | 2022-03-31T16:00:49.000Z | src/normal-operation.asm | staskevich/UMR2 | 276b7c27abec076960ecc621c9fbc3bd59f32fc0 | [
"CC-BY-4.0"
] | null | null | null | src/normal-operation.asm | staskevich/UMR2 | 276b7c27abec076960ecc621c9fbc3bd59f32fc0 | [
"CC-BY-4.0"
] | 4 | 2017-10-11T11:00:10.000Z | 2020-06-28T17:05:34.000Z | ; UMR2
; copyright John Staskevich, 2017
; john@codeandcopper.com
;
; This work is licensed under a Creative Commons Attribution 4.0 International License.
; http://creativecommons.org/licenses/by/4.0/
;
; isr.asm
;
; Main program loop
;
list p=16F1939
#include <p16f1939.inc>
#include <umr2.inc>
;... | 18.627599 | 88 | 0.618531 |
b0a89c36a45146417877c1dcb448436c2504b90e | 4,635 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_540.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_540.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_540.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
lea addresses_normal_ht+0x16236, %r10
nop
add %r15, %r15
mov (%r10), %cx
cmp $51952, %rdx
lea addresses_normal_ht+0x1aaf6, %rbx
nop
nop
nop
nop
xor $1125, %r13
mov $0x6162636465666768, %r15
movq %r15, %xmm... | 55.843373 | 2,999 | 0.662567 |
6610c40d2ee76d878e236bd94469e2662f0aa72a | 11,283 | asm | Assembly | Library/Spreadsheet/UI/uiEdit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spreadsheet/UI/uiEdit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spreadsheet/UI/uiEdit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC/GEOS
MODULE: uiEdit.asm
FILE: uiEdit.asm
AUTHOR: Gene Anderson, Jul 20, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name ... | 26.118056 | 84 | 0.626518 |
2aad3a7de534486c6436726cd3a1d85d8315121a | 1,092 | asm | Assembly | libsrc/stdio/tms9918/generic_console_vpeek.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/tms9918/generic_console_vpeek.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/tms9918/generic_console_vpeek.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null |
MODULE tms9918_console_vpeek
SECTION code_clib
PUBLIC __tms9918_console_vpeek
EXTERN generic_console_font32
EXTERN generic_console_udg32
EXTERN screendollar
EXTERN screendollar_with_count
EXTERN msxbios
IF FORmsx
INCLUDE "target/msx/def/msxbios.def"
ENDIF
IF FORsvi
INCLUDE "target/svi/def/sv... | 17.333333 | 80 | 0.693223 |
63b9649191540ffdc54126e180f265625c6a1031 | 1,827 | asm | Assembly | programs/oeis/083/A083581.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/083/A083581.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/083/A083581.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A083581: 8/3-5(-2)^n/3.
; 1,6,-4,16,-24,56,-104,216,-424,856,-1704,3416,-6824,13656,-27304,54616,-109224,218456,-436904,873816,-1747624,3495256,-6990504,13981016,-27962024,55924056,-111848104,223696216,-447392424,894784856,-1789569704,3579139416,-7158278824,14316557656,-28633115304,57266230616,-114532461224,229064922... | 140.538462 | 1,713 | 0.888342 |
6b3152410f0e12eefdf47610c97c644a675ccb68 | 4,375 | asm | Assembly | 1581/64tass/equate.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 23 | 2015-03-23T15:16:57.000Z | 2022-03-18T12:43:42.000Z | 1581/64tass/equate.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | null | null | null | 1581/64tass/equate.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 8 | 2016-04-13T11:19:35.000Z | 2021-12-22T07:39:00.000Z | ; Equates
bit0 = 1
bit1 = 2
bit2 = 4
bit3 = 8
bit4 = 16
bit5 = 32
bit6 = 64
bit7 = 128
all = 255
buff0 =$0300 ; buffers
buff1 =$0400
buff2 =$0500
buff3 =$0600
buff4 =$0700
buff5 =$0800
buff6 =$0900
bam1 =$0a00 ; trk 1-40
bam2 =$0b00 ; trk 41-80... | 31.028369 | 73 | 0.547657 |
831f7ab0333239e7a626a3d29c5867c8f82583b2 | 452 | asm | Assembly | libsrc/_DEVELOPMENT/l/z80/integer/fast/l_fast_lsl_hl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/z80/integer/fast/l_fast_lsl_hl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/z80/integer/fast/l_fast_lsl_hl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_l
PUBLIC l_fast_lsl_hl
l_fast_lsl_hl:
; logical shift left 16-bit number
;
; enter : hl = 16-bit number
; a = shift amount
;
; exit : hl = hl << a
;
; uses : af, b, hl
or a
ret z
ld b,8
sub b
jr c, fine_shift
ld h,l
ld l,0
sub b
jr... | 10.272727 | 37 | 0.537611 |
dd5d16f3fe3a27afe4a69bc36f59277751c743ac | 408 | asm | Assembly | libsrc/graphics/retrofit/clga_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/graphics/retrofit/clga_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/graphics/retrofit/clga_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Generic trick to adapt a classic function to the CALLEE mode
;
; ----- void __CALLEE__ clga(int x, int y, int x2, int y2)
;
;
; $Id: clga_callee.asm $
;
SECTION smc_clib
PUBLIC clga_callee
PUBLIC _clga_callee
EXTERN clga
.clga_callee
._clga_callee
ld hl,retaddr
ex (sp),hl
ld (retaddr0+1),hl
ld hl,clga... | 12 | 63 | 0.664216 |
f3559c0ef21722d65777c56449bb4bc8e8b710f4 | 2,530 | asm | Assembly | dino/lcs/base/1A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/base/1A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/base/1A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
000780 move.b D0, ($1a,A5)
000784 move.b $800018.l, D0 [base+ 1A]
006FA2 move.b ($1a,A5), D0
006FA6 move.b ($1f,A5), D1 [base+ 1A]
006FAC and.b ($1a,A5), D0
006FB0 beq $6fd4 [base+ 1A]
0071A0 ... | 63.25 | 350 | 0.643874 |
3489ef64d0909e94dedf5c20dd2732ad6d71bd9e | 668 | asm | Assembly | programs/oeis/075/A075353.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/075/A075353.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/075/A075353.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A075353: Initial term of n-th group in A075352.
; 1,2,3,5,7,10,13,17,21,26,31,37,43,49,56,63,71,79,88,97,107,117,128,139,151,163,175,188,201,215,229,244,259,275,291,308,325,343,361,380,399,418,438,458,479,500,522,544,567,590,614,638,663,688,714,740,767,794
mov $2,$0
add $2,1
mov $4,$0
lpb $2
mov $0,$4
sub $2,1
... | 23.857143 | 208 | 0.61976 |
f3df8d1d32024b38d13de6b17418d9855c28b82a | 246 | asm | Assembly | programs/oeis/195/A195819.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/195/A195819.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/195/A195819.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A195819: Multiples of 29.
; 0,29,58,87,116,145,174,203,232,261,290,319,348,377,406,435,464,493,522,551,580,609,638,667,696,725,754,783,812,841,870,899,928,957,986,1015,1044,1073,1102,1131,1160,1189,1218,1247,1276,1305,1334
mov $1,$0
mul $1,29
| 41 | 196 | 0.727642 |
800ed37cc0e38291b737df5a46c1c72958417071 | 425 | asm | Assembly | programs/oeis/268/A268361.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/268/A268361.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/268/A268361.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A268361: Lexicographically least sequence of a certain form that avoids additive squares.
; 1,2,1,3,1,2,1,5,1,2,1,3,1,2,1,8,1,2,1,3,1,2,1,5,1,2,1,3,1,2,1,13,1,2,1,3,1,2,1,5,1,2,1,3,1,2,1,8,1,2,1,3,1,2,1,5,1,2,1,3,1,2,1,21,1,2,1,3,1,2,1,5,1,2,1,3,1,2,1,8,1,2,1,3,1,2,1,5,1,2,1,3,1,2,1,13,1,2,1,3
seq $0,90739 ; Exponen... | 60.714286 | 204 | 0.632941 |
5fef87d819319159625c1780f9a942365d84749e | 4,192 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_102_3151.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_102_3151.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_102_3151.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x11b29, %rbx
nop
nop
nop
xor %r12, %r12
movb (%rbx), %al
nop
nop
nop
and $19145, %r15
lea addresses_WT_ht+0x1e329, %rsi
nop
nop
nop
nop
dec %rax
and $0xffffffffffffffc0, %... | 19.867299 | 305 | 0.649809 |
b4861dff0a1dde19b380133b76379369cf4b25e0 | 439 | asm | Assembly | programs/oeis/126/A126184.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/126/A126184.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/126/A126184.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A126184: Number of hex trees with n edges and having no nonroot nodes of outdegree 2.
; 1,3,10,33,108,351,1134,3645,11664,37179,118098,373977,1180980,3720087,11691702,36669429,114791256,358722675,1119214746,3486784401,10847773692,33705582543,104603532030,324270949293,1004193907488
mov $1,1
mov $3,2
mov $4,$0
lpb $0
... | 23.105263 | 195 | 0.703872 |
0fb9a4bdba7127d0d3be1bb1df5bbdf5171ce472 | 536 | asm | Assembly | programs/oeis/218/A218737.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/218/A218737.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/218/A218737.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A218737: a(n) = (34^n-1)/33.
; 0,1,35,1191,40495,1376831,46812255,1591616671,54114966815,1839908871711,62556901638175,2126934655697951,72315778293730335,2458736461986831391,83597039707552267295,2842299350056777088031,96638177901930420993055,3285698048665634313763871,111713733654631566667971615,37982669442574732667110... | 67 | 463 | 0.884328 |
2748d48ede18e8492157ab4225daf9e24e215eae | 327 | asm | Assembly | programs/oeis/047/A047553.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047553.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047553.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047553: Numbers that are congruent to {0, 2, 6, 7} mod 8.
; 0,2,6,7,8,10,14,15,16,18,22,23,24,26,30,31,32,34,38,39,40,42,46,47,48,50,54,55,56,58,62,63,64,66,70,71,72,74,78,79,80,82,86,87,88,90,94,95,96,98,102,103,104,106,110,111,112,114,118,119,120,122,126
mov $1,$0
mul $0,7
mod $0,4
mod $0,3
mov $2,$1
mul $2,2
add... | 29.727273 | 198 | 0.639144 |
3dc183b45c74f9823118f8e175777e4a9266a013 | 349 | asm | Assembly | programs/oeis/112/A112335.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/112/A112335.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/112/A112335.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A112335: Row sums of number triangle A112334.
; 1,-1,-4,-7,-10,-13,-16,-19,-22,-25,-28,-31,-34,-37,-40,-43,-46,-49,-52,-55,-58,-61,-64,-67,-70,-73,-76,-79,-82,-85,-88,-91,-94,-97,-100,-103,-106,-109,-112,-115,-118,-121,-124,-127,-130,-133,-136,-139,-142,-145,-148,-151,-154,-157,-160,-163,-166,-169
mul $0,3
trn $0,1
... | 38.777778 | 252 | 0.567335 |
88100375bd32399bdaba5f338c6f10df82f0fb48 | 17,942 | asm | Assembly | Library/Text/TextStorage/tsLargeModify.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Text/TextStorage/tsLargeModify.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Text/TextStorage/tsLargeModify.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: tsLargeModify.asm
AUTHOR: John Wedgwood, Nov 19, 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date ... | 25.164095 | 79 | 0.56443 |
5fda39a6d27e4bf9053cfa84155909d35bb42f05 | 1,496 | asm | Assembly | programs/oeis/274/A274638.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/274/A274638.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/274/A274638.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A274638: Main diagonal of A274637.
; 0,0,3,5,15,27,63,119,255,495,1023,2015,4095,8127,16383,32639,65535,130815,262143,523775,1048575,2096127,4194303,8386559,16777215,33550335,67108863,134209535,268435455,536854527,1073741823,2147450879,4294967295,8589869055,17179869183,34359607295,68719476735,137438691327,27487790694... | 20.493151 | 514 | 0.560829 |
ba9e6b80264b5b6846b22bd516b2cb44ff2bb1b6 | 388 | asm | Assembly | programs/oeis/138/A138034.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/138/A138034.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/138/A138034.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A138034: Expansion of (1+3*x^2)/(1-x+x^2).
; 1,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2
sub $0,1
mov $1,2
mov $2... | 27.714286 | 249 | 0.445876 |
534aad29c8a4261d10b5009f1bd6631573741fe9 | 7,038 | asm | Assembly | Transynther/x86/_processed/NC/_st_4k_/i7-7700_9_0xca_notsx.log_43_92.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_4k_/i7-7700_9_0xca_notsx.log_43_92.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_4k_/i7-7700_9_0xca_notsx.log_43_92.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xef76, %rdx
sub %rbx, %rbx
movl $0x61626364, (%rdx)
nop
nop
nop
nop
nop
cmp $29872, %rcx
lea addresses_A_ht+0x197d6, %r15
nop
nop
nop
nop
inc %rbx
and $0xffffffffffffffc0,... | 21.008955 | 152 | 0.639102 |
e1bd08f617b4eddba4fef3206594320663f55185 | 426 | asm | Assembly | oeis/037/A037728.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037728.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037728.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037728: Base 9 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,3,1.
; Submitted by Christian Krause
; 2,18,165,1486,13376,120384,1083459,9751132,87760190,789841710,7108575393,63977178538,575794606844,5182151461596,46639363154367,419754268389304,3777788415503738
mov $2,2
lpb ... | 25.058824 | 161 | 0.730047 |
248fbd974929bd9698a002239bdab05d41e34d08 | 542 | asm | Assembly | programs/oeis/158/A158791.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/158/A158791.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/158/A158791.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A158791: Numbers n such that 30*n + 23 is prime.
; 0,1,2,3,5,7,8,9,11,12,14,16,18,19,21,22,24,25,28,31,32,33,36,38,39,40,42,45,47,49,50,51,52,53,57,60,63,65,66,68,71,73,74,75,77,79,80,84,87,88,89,91,94,96,98,100,102,106,110,113,117,119,120,126,127,128,130,133
mov $2,$0
add $2,1
pow $2,2
lpb $2
add $1,22
sub $2,1... | 21.68 | 210 | 0.612546 |
24a56fedc61dfdb3924e9f8845d2764b9b072c93 | 1,474 | asm | Assembly | Projects/SchoolProjects/Project 2/ReverseArray.asm | Mani9723/X86-MASM-Assembly | 2a29fa34fba0548dc118690a2ab80e5d32675172 | [
"MIT"
] | null | null | null | Projects/SchoolProjects/Project 2/ReverseArray.asm | Mani9723/X86-MASM-Assembly | 2a29fa34fba0548dc118690a2ab80e5d32675172 | [
"MIT"
] | null | null | null | Projects/SchoolProjects/Project 2/ReverseArray.asm | Mani9723/X86-MASM-Assembly | 2a29fa34fba0548dc118690a2ab80e5d32675172 | [
"MIT"
] | null | null | null | INCLUDE Irvine32.inc
.data
array DWORD 10, 20, 30, 40, 50, 60, 70, 80, 90, 100
introduction BYTE "ORIGINIAL ARRAY: ", 0
NewArray BYTE "REVERSED ARRAY: " ,0
space BYTE " ", 0
.code
main PROC
mov edx, OFFSET introduction ; The OFFSET of intro is moved to edx
call writestring ; print the edx... | 30.081633 | 72 | 0.649932 |
27b0a359fae76dd91d01da9edadd9da3a74009b5 | 318 | asm | Assembly | programs/oeis/047/A047414.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047414.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047414.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047414: Numbers that are congruent to {0, 3, 4, 6} mod 8.
; 0,3,4,6,8,11,12,14,16,19,20,22,24,27,28,30,32,35,36,38,40,43,44,46,48,51,52,54,56,59,60,62,64,67,68,70,72,75,76,78,80,83,84,86,88,91,92,94,96,99,100,102,104,107,108,110,112,115,116,118,120,123,124
mov $1,$0
mul $0,6
add $1,14
mod $1,4
add $0,$1
div $0,3
| 31.8 | 198 | 0.644654 |
8bf5d0d36a0c9f2d89f0a4748e37a6f1888c1ae9 | 2,309 | asm | Assembly | programs/oeis/228/A228889.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/228/A228889.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/228/A228889.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A228889: a(n) = 3*n*(3*n + 1)*(3*n + 2).
; 60,336,990,2184,4080,6840,10626,15600,21924,29760,39270,50616,63960,79464,97290,117600,140556,166320,195054,226920,262080,300696,342930,388944,438900,492960,551286,614040,681384,753480,830490,912576,999900,1092624,1190910,1294920,1404816,1520760,1642914,1771440,1906500,20482... | 256.555556 | 2,218 | 0.870074 |
e7f3b0424fa658115469934442c45a8fec3936a7 | 1,958 | asm | Assembly | Driver/Task/BNF/bnfStrings.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Task/BNF/bnfStrings.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Task/BNF/bnfStrings.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: bnfStrings.asm
AUTHOR: Adam de Boor, Sep 21, 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date D... | 27.971429 | 309 | 0.655771 |
cb58c4d0e7ed4c28ca9846908f06e123a768421a | 868 | asm | Assembly | asm/simple-function/O3.notes.asm | gregtatum/spec-cpp | ebd40fa119a302f82ab10a2b8ddd52671f92e2ef | [
"MIT"
] | 5 | 2018-02-01T18:25:35.000Z | 2018-02-12T14:09:22.000Z | asm/simple-function/O3.notes.asm | gregtatum/spec-cpp | ebd40fa119a302f82ab10a2b8ddd52671f92e2ef | [
"MIT"
] | null | null | null | asm/simple-function/O3.notes.asm | gregtatum/spec-cpp | ebd40fa119a302f82ab10a2b8ddd52671f92e2ef | [
"MIT"
] | 1 | 2019-03-15T06:01:40.000Z | 2019-03-15T06:01:40.000Z | .section __TEXT,__text,regular,pure_instructions
.build_version macos, 11, 0 sdk_version 11, 1
.globl __Z9getNumberv ## -- Begin function _Z9getNumberv
.p2align 4, 0x90
; int getNumber() is defined in the object file
__Z9getNumberv: ## @_Z9getNumberv
## %bb.0:
pushq %rbp
movq %rs... | 28.933333 | 83 | 0.570276 |
e363ae2f3f7fe9eb4df2a46b774a55c752ebf4e8 | 915 | asm | Assembly | exercises/pr1.asm | amirshnll/assembly-exercises | 473d970bfa48655b51ca238f961e434700f21ced | [
"MIT"
] | 4 | 2019-11-17T02:35:34.000Z | 2022-01-08T10:30:29.000Z | exercises/pr1.asm | amirshnll/assembly-exercises | 473d970bfa48655b51ca238f961e434700f21ced | [
"MIT"
] | null | null | null | exercises/pr1.asm | amirshnll/assembly-exercises | 473d970bfa48655b51ca238f961e434700f21ced | [
"MIT"
] | null | null | null | ; multi-segment executable file template.
data segment
; add your data here!
msg1 db 10,13,"please enter a string:$"
msg2 db 10,13,"you entered:$"
s1 label byte
max1 db 40
len1 db ?
s1_1 db 40 dup('$')
pkey db 10,13,"press any key...$"
ends
stack segment
dw 128 dup(0)
e... | 16.339286 | 51 | 0.583607 |
a7245fd786690dbc61e875a25068200627f0dc4c | 312 | asm | Assembly | src/util/oli/qdos/doclose.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/qdos/doclose.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/qdos/doclose.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | ; Close a channel
section utility
xdef do_close
xref gu_fclos
include win1_keys_qdos_ioa
;+++
; Close a channel, but keep condition codes
;
; Entry Exit
; d0 preserved
; a0 channel ID ???
;---
do_close
movem.l d0/a1,-(sp)
moveq #ioa.clos,d0
trap #do.ioa
movem.l (sp)+,d0/a1
tst.l d0
rts
*
| 13 | 43 | 0.657051 |
2eb42417de23480e07a4c9b37d8e5d99ba9cf23f | 1,137 | asm | Assembly | data/mapObjects/VictoryRoad3F.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapObjects/VictoryRoad3F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapObjects/VictoryRoad3F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | VictoryRoad3F_Object:
db $7d ; border block
db 4 ; warps
warp 23, 7, 3, VICTORY_ROAD_2F
warp 26, 8, 5, VICTORY_ROAD_2F
warp 27, 15, 4, VICTORY_ROAD_2F
warp 2, 0, 6, VICTORY_ROAD_2F
db 0 ; signs
db 10 ; objects
object SPRITE_BLACK_HAIR_BOY_1, 28, 5, STAY, LEFT, 1, OPP_COOLTRAINER_M, 2
object SPRITE_LASS, 7,... | 39.206897 | 75 | 0.758135 |
5537c7c31bfccad7dc1e799ab25cee51fa42b9b3 | 544 | asm | Assembly | oeis/192/A192422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192422: Coefficient of x in the reduction by x^2->x+1 of the polynomial p(n,x) defined below in Comments.
; Submitted by Christian Krause
; 0,1,1,5,7,20,35,83,161,355,720,1541,3185,6733,14027,29500,61663,129403,270865,567911,1189440,2492905,5222449,10943813,22928815,48044900,100665083,210927155,441948689,926020171,1... | 23.652174 | 210 | 0.680147 |
635eede095b443c2875ec7f6c7ca8e70e8fe5cb5 | 688 | asm | Assembly | kristoph/kernel/main/entry.asm | vbmacher/qsOS | 40ee57c1aaa9849a62057f4e7d7770e8661f60ba | [
"Apache-2.0"
] | 1 | 2019-09-19T04:27:54.000Z | 2019-09-19T04:27:54.000Z | kristoph/kernel/main/entry.asm | vbmacher/qsOS | 40ee57c1aaa9849a62057f4e7d7770e8661f60ba | [
"Apache-2.0"
] | null | null | null | kristoph/kernel/main/entry.asm | vbmacher/qsOS | 40ee57c1aaa9849a62057f4e7d7770e8661f60ba | [
"Apache-2.0"
] | null | null | null | ;
; ENTRY.ASM
;
; (c) Copyright 2001, P. Jakubco ml.
;
; Zaciatok - ENtry Point - Kernelu.
;
; Kernel vykona celu instalaciu systemu.
; Tento subor je vlastne startovacim kodom. Nezalezi na velkosti.
;
; Nastavenia compilera
MASM
.386p
.model tiny
.data
segSystem equ 0FF0h
segStack equ 5000h
segSetup equ 8FF0h
.c... | 16.380952 | 65 | 0.639535 |
1285e2c366096aaa74a153cfac66a165820c925d | 407 | asm | Assembly | oeis/053/A053091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/053/A053091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/053/A053091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A053091: F^3-convex polyominoes on the honeycomb lattice by number of cells.
; Submitted by Christian Krause
; 1,3,5,6,9,11,10,15,18,14,21,23,18,30,29,21,33,35,31,39,41,30,42,54,35,51,53,38,66,54,42,63,65,60,69,70,43,75,90,54,81,83,63,93,89,62,90,95,84,99,90,77,105,126,74,111,113,60,138,119,91,126,125,108
mul $0,2
a... | 45.222222 | 197 | 0.646192 |
4f8251b1e32f9f9120554f7a5d3ddce22a10da41 | 1,798 | asm | Assembly | programs/oeis/078/A078485.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/078/A078485.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/078/A078485.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A078485: Number of irreducible indecomposable permutations of degree n.
; 0,1,1,1,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215,33554431,67108863,134217727,268435455,536870911,1073741823,2147483647,4294967295,8589934591,17179869183,343597383... | 112.375 | 1,612 | 0.906007 |
45cf6009eff72b0c64d9c68957af70c7b44b3c55 | 628 | asm | Assembly | libsrc/target/newbrain/nb_putc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/newbrain/nb_putc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/newbrain/nb_putc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Grundy Newbrain Specific libraries
;
; Stefano Bodrato - 19/05/2007
;
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
; put char to stream
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
; void nb_putc( int stream, char byte );
;
; - - - - - - - - - - - - - - - - - - - - - -... | 15.317073 | 61 | 0.447452 |
eb9ac7dfda1b3fb3615e49fec784df214f600fd7 | 3,516 | asm | Assembly | 45/qb/ir/exconv.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/qb/ir/exconv.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/qb/ir/exconv.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | page 49,132
TITLE exConv.asm - Data Type Conversion Functions
;***
;exConv.asm - Data type conversion functions
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
;
; This module includes:
; - all implicit and explicit data type conversion functions
;
;
;*******************************************************... | 16.584906 | 77 | 0.736064 |
040fcc591ebbc93bdaf7de0d771adfa12d32103c | 493 | asm | Assembly | oeis/341/A341859.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/341/A341859.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/341/A341859.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A341859: Decimal expansion of 4 - (8/5)*sqrt(5).
; Submitted by Christian Krause
; 4,2,2,2,9,1,2,3,6,0,0,0,3,3,6,4,8,5,7,4,5,3,2,2,1,3,0,0,2,9,9,5,8,0,2,3,2,9,5,0,1,0,6,2,4,6,2,1,5,5,8,8,4,1,1,6,6,5,6,4,4,0,7,3,4,3,1,6,6,5,1,8,9,7,9,5,1,2,1,6,0,9,3,6,9,3,6,9,4,6,5,9,3,9,4,8,3,6
mov $3,$0
mul $3,2
lpb $3
add $6,$2
... | 18.961538 | 197 | 0.533469 |
bc81c1267f26c178dc04cb7afee727fec3eee1dd | 1,136 | asm | Assembly | Bonjour.asm | LiamTHCH/x86_HelloWorld | a71e4ea8d26ba17f3ae2c6c3439e917e30db6044 | [
"MIT"
] | null | null | null | Bonjour.asm | LiamTHCH/x86_HelloWorld | a71e4ea8d26ba17f3ae2c6c3439e917e30db6044 | [
"MIT"
] | null | null | null | Bonjour.asm | LiamTHCH/x86_HelloWorld | a71e4ea8d26ba17f3ae2c6c3439e917e30db6044 | [
"MIT"
] | null | null | null | global _start ; Mettre _start en programme de demarage
section .text ; Jsute un section avec un nom
_start: ; fonction start
MOV rax, 0x01 ; Mettre les registre a bonne endroi... | 63.111111 | 111 | 0.442782 |
986842fe059fa6ada9fc59ca2d2d1737e8a0483d | 1,498 | asm | Assembly | src/test/ref/problem-ma-var-overwrite.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/problem-ma-var-overwrite.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/problem-ma-var-overwrite.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Demonstrates that a local __ma variable overwrites a parameter§
// Commodore 64 PRG executable file
.file [name="problem-ma-var-overwrite.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAft... | 20.520548 | 75 | 0.588785 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.