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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c1f97d62aed380dbb3a0cb0b520c93b91b8862b6 | 196 | asm | Assembly | games/HomeLand/Names/Monsters.asm | BttrDrgn/GC-Translation | 4d9feab9523bc49c5b23542e28565bc50c1152c7 | [
"Unlicense"
] | 1 | 2022-03-27T09:03:45.000Z | 2022-03-27T09:03:45.000Z | games/HomeLand/Names/Monsters.asm | BttrDrgn/GC-Translation | 4d9feab9523bc49c5b23542e28565bc50c1152c7 | [
"Unlicense"
] | null | null | null | games/HomeLand/Names/Monsters.asm | BttrDrgn/GC-Translation | 4d9feab9523bc49c5b23542e28565bc50c1152c7 | [
"Unlicense"
] | null | null | null | Text($43B45A44, "Mill")
Text($43CF8B04, "Mill")
Text($49B5C758, "Mill")
Text($49B5C758, "Mill")
Text($43B45A8C, "Amyl") ; fill 4
Text($43CF8B4C, "Amyl") ; fill 4
Text($49B5C7A0, "Amyl") ; fill 4
| 21.777778 | 32 | 0.647959 |
97952bf742321f10f0939ed80e6c256ed0717c52 | 1,407 | asm | Assembly | boot/src/print_16.asm | aryan-gupta/OS_2 | 50f7deb573fa50fead42bb748a8ff4743701cc67 | [
"MIT"
] | null | null | null | boot/src/print_16.asm | aryan-gupta/OS_2 | 50f7deb573fa50fead42bb748a8ff4743701cc67 | [
"MIT"
] | null | null | null | boot/src/print_16.asm | aryan-gupta/OS_2 | 50f7deb573fa50fead42bb748a8ff4743701cc67 | [
"MIT"
] | null | null | null | ; Contains functions pertaining to printing in 16-bit real mode
[BITS 16]
; prints a letter
; precondition: al stores the letter (8 bits) to be printed
print_ltr_16:
pusha
mov ah, 0x0e ; set tty
int 0x10
popa
ret
; Prints a string
; precondition: pointer to string is strored in si
print_str_16:
pusha
.ps_rep... | 18.038462 | 63 | 0.706468 |
5d72962f2175934a57beb91128b9c3fb8a167fbd | 353 | asm | Assembly | libsrc/stdio/mtx/fputc_cons.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/stdio/mtx/fputc_cons.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/stdio/mtx/fputc_cons.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Memotech MTX stdio
;
; (HL)=char to display
;
; $Id: fputc_cons.asm,v 1.4 (git imported) Exp $
;
SECTION code_clib
PUBLIC fputc_cons_native
.fputc_cons_native
ld hl,2
ld b,h ; zero
add hl,sp
ld a,(hl)
IF STANDARDESCAPECHARS
cp 10
ELSE
cp 13
ENDIF
jr nz,nocrlf
ld c,13
rst 10h
defb 192
ld a,10
.nocrlf... | 11.03125 | 48 | 0.68272 |
93fad9e75509b75289181b118de278608a627df0 | 175 | asm | Assembly | test/br3392411.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | 1 | 2020-06-20T07:35:25.000Z | 2020-06-20T07:35:25.000Z | 3rdParties/src/nasm/nasm-2.15.02/test/br3392411.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-03-26T19:58:54.000Z | 2020-04-24T08:58:04.000Z | test/br3392411.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | null | null | null | bits 64
default rel
%use smartalign
section .text code align=32
align 32
nop
jz LDone
%rep 10
nop
%endrep
align 16
%rep 115
nop
%endrep
LDone:
| 7.608696 | 28 | 0.622857 |
c1d8ac5511708815aa6ea202eaefbf64e4e52511 | 94 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/acos.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/acos.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/acos.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC _acos
EXTERN cam32_sdcc_acos
defc _acos = cam32_sdcc_acos
| 13.428571 | 29 | 0.819149 |
6f91ba0dc10c3d95724b0bdb4d42414490385194 | 530 | asm | Assembly | oeis/279/A279277.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/279/A279277.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/279/A279277.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A279277: Composition of Lucas numbers A000032 with Fibonacci numbers A000045.
; Submitted by Jon Maiga
; 1,4,12,37,110,327,968,2864,8469,25040,74029,218856,647008,1912753,5654670,16716883,49420052,146100276,431915561,1276869920,3774804441,11159436284,32990587972,97529916957,288327225550,852380393407,2519888066928,744... | 24.090909 | 240 | 0.711321 |
489c7d1a30d49b0e306b925ba71b9266f861e12a | 238 | asm | Assembly | programs/oeis/010/A010694.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/010/A010694.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/010/A010694.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A010694: Period 2: repeat (2,4).
; 2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2
gcd $0,2
mov $1,4
div $1,$0
mov $0,$1
| 29.75 | 163 | 0.516807 |
87e66c8ef328893663d8e744379335ec0f0acc78 | 49,405 | asm | Assembly | azcam_soguiders/dspcode/dspcode_maestroguider/gcam_ccid-21.asm | mplesser/azcam-soguiders | 08c0592aa6b351c1d4f4e1a77339d0168ae7a5a0 | [
"MIT"
] | null | null | null | azcam_soguiders/dspcode/dspcode_maestroguider/gcam_ccid-21.asm | mplesser/azcam-soguiders | 08c0592aa6b351c1d4f4e1a77339d0168ae7a5a0 | [
"MIT"
] | null | null | null | azcam_soguiders/dspcode/dspcode_maestroguider/gcam_ccid-21.asm | mplesser/azcam-soguiders | 08c0592aa6b351c1d4f4e1a77339d0168ae7a5a0 | [
"MIT"
] | null | null | null | ;*****************************************************************************
; GCAM.ASM -- DSP-BASED CCD CONTROLLER PROGRAM
;*****************************************************************************
PAGE 110,60,1,1
TABS 4
;***************************************************************************... | 51.143892 | 91 | 0.391195 |
74775d2e55443bd8d76ce7be07a922d20b559072 | 766 | asm | Assembly | programs/oeis/181/A181301.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/181/A181301.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/181/A181301.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A181301: Number of 2-compositions of n having no column with equal entries. A 2-composition of n is a nonnegative matrix with two rows, such that each column has at least one nonzero entry and whose entries sum up to n.
; 1,2,6,20,64,206,662,2128,6840,21986,70670,227156,730152,2346942,7543822,24248256,77941648,250529... | 23.212121 | 221 | 0.652742 |
f94178656818b1845c55f51eff60f575bde9f7bf | 5,466 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1162.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_1162.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_1162.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 %r11
push %r12
push %r14
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xef85, %r12
nop
sub $41383, %r11
movb $0x61, (%r12)
nop
nop
nop
nop
nop
dec %r10
lea addresses_A_ht+0x1af4d, %rsi
lea addresses_A_ht+0x69e9, %rdi
clflush (%rdi)
nop
nop
xor %... | 43.380952 | 2,999 | 0.659715 |
91b33cfd2bbf5f38d753f6b483d1bcb57b76b6b1 | 372 | asm | Assembly | programs/oeis/336/A336705.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/336/A336705.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/336/A336705.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A336705: Coordination sequence for the half-Manhattan lattice.
; 1,3,7,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228
mul $0,2
trn $0,1
mul $0,2
mov $2,$0
mov $3,1
lp... | 24.8 | 205 | 0.674731 |
1f5473195d367d33a7e9f591b021903ae8d187e1 | 4,924 | asm | Assembly | libsrc/_DEVELOPMENT/stdlib/z80/__strtoull__.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdlib/z80/__strtoull__.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdlib/z80/__strtoull__.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
SECTION code_clib
SECTION code_stdlib
PUBLIC __strtoull__
EXTERN l_valid_base, l_eat_ws, l_eat_sign, l_neg_64_dehldehl
EXTERN l_eat_base_prefix, l_char2num, error_llznc, l_mulu_72_64x8
EXTERN l_add_64_dehldehl_a, l_eat_digits, error_llzc
__strtoull__:
; strtoll, strtoull helper
;
; enter : bc = base
; ... | 20.776371 | 70 | 0.512794 |
0b56a59bb36027f6abcd6cf11eb21dfb26bb646e | 521 | asm | Assembly | oeis/197/A197691.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/197/A197691.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/197/A197691.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A197691: Decimal expansion of Pi/(4 + 4*Pi).
; Submitted by Jamie Morken(l1)
; 1,8,9,6,3,6,7,4,8,2,4,8,6,9,4,0,3,6,3,3,6,1,0,7,6,7,2,2,6,1,2,2,3,2,1,6,0,3,4,6,0,6,5,9,1,4,1,0,1,3,2,7,4,9,1,6,7,2,4,7,0,5,3,4,4,5,6,3,7,0,3,4,2,7,5,2,3,9,3,4,4,0,8,0,1,5,8,2,9,3,5,0,3,8,3,8,9,4,3
add $0,1
mov $2,1
mov $3,$0
mul $3,5
lpb... | 17.965517 | 199 | 0.523992 |
10a2577ce4a124769ad9e38df70ede622087250c | 8,861 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_282.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_notsx.log_21829_282.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_notsx.log_21829_282.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 %r11
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1be2c, %rsi
lea addresses_D_ht+0xf7e0, %rdi
clflush (%rdi)
cmp $5404, %rdx
mov $78, %rcx
rep movsw
cmp $58574, %r11
lea addresses_A_ht+0x72bc, %r14
add %rsi, %rsi
movb (%r14)... | 29.536667 | 2,999 | 0.654441 |
e1bd9ae53fa65bb6d7d1f3ea8d62edf1e6d04e3b | 437 | asm | Assembly | programs/oeis/076/A076074.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/076/A076074.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/076/A076074.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A076074: Initial members of groups in A076077.
; 2,1,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277
mov $2,$0
cmp $2,0
mov $3,$0
add $0,$2
div $3,$0
sub $0,1
c... | 24.277778 | 210 | 0.665904 |
7f26815159e049b68a6052e9f5832d9cc8259928 | 718 | asm | Assembly | programs/oeis/001/A001533.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/001/A001533.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/001/A001533.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A001533: (8n+1)(8n+7).
; 7,135,391,775,1287,1927,2695,3591,4615,5767,7047,8455,9991,11655,13447,15367,17415,19591,21895,24327,26887,29575,32391,35335,38407,41607,44935,48391,51975,55687,59527,63495,67591,71815,76167,80647,85255,89991,94855,99847,104967,110215,115591,121095,126727,132487,138375,144391,150535,156807,16... | 79.777778 | 642 | 0.809192 |
ea1c8ed565eaa5ca875a5ebcdc3861699697ffae | 6,262 | asm | Assembly | lib/target/mc1000/classic/mc1000_crt0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | lib/target/mc1000/classic/mc1000_crt0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | lib/target/mc1000/classic/mc1000_crt0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | ;
; Startup for the CCE MC-1000
;
; Stefano Bodrato - Feb. 2013
;
; $Id: mc1000_crt0.asm,v 1.22 2016-07-15 21:03:25 dom Exp $
;
; There are a couple of #pragma optimization directives
; this file:
;
; #pragma output nostreams - No stdio disc files
MODULE mc1000_crt0
;----... | 17.06267 | 95 | 0.563239 |
9a2d0c4fd7f03c7a818d333ed6cfc29eae0879bc | 57 | asm | Assembly | custom_roms/extensions/version.asm | daitangio/vic20book | b2e35d5525e3c7a6c70a31167b726c26ccd7f9bd | [
"MIT"
] | null | null | null | custom_roms/extensions/version.asm | daitangio/vic20book | b2e35d5525e3c7a6c70a31167b726c26ccd7f9bd | [
"MIT"
] | null | null | null | custom_roms/extensions/version.asm | daitangio/vic20book | b2e35d5525e3c7a6c70a31167b726c26ccd7f9bd | [
"MIT"
] | null | null | null |
BASMSG
.byte $93,"**** CBM BASIC V2 ****",$0D,$00
| 11.4 | 44 | 0.45614 |
1e39141d6b75689e4a1847571b2e0abe798a80a8 | 1,082 | asm | Assembly | bin/JWASM/Samples/Win32_4d.asm | Abd-Beltaji/ASMEMU | 4122099e188e951357407152c4666346e45871d3 | [
"MIT"
] | 3 | 2022-03-08T16:53:42.000Z | 2022-03-18T21:55:57.000Z | bin/JWASM/Samples/Win32_4d.asm | Abd-Beltaji/ASMEMU | 4122099e188e951357407152c4666346e45871d3 | [
"MIT"
] | null | null | null | bin/JWASM/Samples/Win32_4d.asm | Abd-Beltaji/ASMEMU | 4122099e188e951357407152c4666346e45871d3 | [
"MIT"
] | null | null | null |
;--- Win32 Dll sample.
;--- To create the binary, there are several possibilities:
;--- 1. using MS link:
;--- assemble: JWasm -coff Win32_4d.ASM
;--- link: Link /DLL Win32_4d.OBJ
;--- 2. using JWlink (to be found at the JWasm site):
;--- assemble: JWasm -coff Win32_4d.ASM
;--- link: JWlink format win ... | 20.037037 | 69 | 0.654344 |
abda6a5d3d3085809ad582f42a520889cdc0cdcb | 779 | asm | Assembly | libsrc/stdio_new/fd/pollfd_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/stdio_new/fd/pollfd_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/stdio_new/fd/pollfd_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; int __CALLEE__ pollfd_callee(int fd, char event)
; 06.2008 aralbrec
PUBLIC pollfd_callee
PUBLIC ASMDISP_POLLFD_CALLEE
EXTERN stdio_fdcommon1, l_jpix
EXTERN stdio_error_eacces_mc, stdio_error_ebadf_mc
INCLUDE "../stdio.def"
.pollfd_callee
pop hl
pop bc
ex (sp),hl
.asmentry
; enter : l = fd
; ... | 19 | 62 | 0.643132 |
8ee87f1e86b9695cb5ad7ae5bc72bee6b7fad747 | 670 | asm | Assembly | programs/oeis/155/A155096.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/155/A155096.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/155/A155096.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A155096: Numbers k such that k^2 == -1 (mod 29).
; 12,17,41,46,70,75,99,104,128,133,157,162,186,191,215,220,244,249,273,278,302,307,331,336,360,365,389,394,418,423,447,452,476,481,505,510,534,539,563,568,592,597,621,626,650,655,679,684,708,713,737,742,766,771,795,800,824,829,853,858,882,887,911,916,940,945,969,974,99... | 27.916667 | 425 | 0.670149 |
a82bfec65e46dcd7436f1d0bc81653db8bfe4fdb | 1,869 | asm | Assembly | libsrc/_DEVELOPMENT/alloc/malloc/z80/asm_aligned_alloc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/alloc/malloc/z80/asm_aligned_alloc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/alloc/malloc/z80/asm_aligned_alloc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; Dec 2013
; ===============================================================
;
; void *aligned_alloc(size_t alignment, size_t size)
;
; Allocate size bytes from the thread's default heap at an
; address that is an integer multiple of alignment.
; Retur... | 23.3625 | 79 | 0.500268 |
a845c3c8faf65533e22fb99e60c4cbb50be04fdf | 236 | asm | Assembly | a/Assembler Bootsect.asm | wenzzai/hello-world | e94109a7f48df4c689442e1c1af7d39878d5b3dd | [
"MIT"
] | 8,076 | 2015-01-02T04:55:03.000Z | 2022-03-31T16:09:18.000Z | a/Assembler Bootsect.asm | wenzzai/hello-world | e94109a7f48df4c689442e1c1af7d39878d5b3dd | [
"MIT"
] | 514 | 2015-01-08T21:48:21.000Z | 2022-03-31T11:55:07.000Z | a/Assembler Bootsect.asm | wenzzai/hello-world | e94109a7f48df4c689442e1c1af7d39878d5b3dd | [
"MIT"
] | 1,978 | 2015-01-01T14:24:01.000Z | 2022-03-31T11:38:08.000Z | [ORG 0x7C00]
mov si,HelloWorld
call print_string
jmp $
HelloWorld db "Hello World",0xD,0xA,0
print_string:
mov ah,0xE
.repeat:
lodsb
cmp al,0
je .done
int 0x10
jmp .repeat
.done:
ret
times 510-($-$$) db 0
dw 0xAA55
| 10.26087 | 38 | 0.665254 |
403f2f85bfbeba78d6b89c2428add2c5df7760e1 | 217 | asm | Assembly | BigNum/Mod/Monty/bnDivpow2.asm | FloydZ/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 11 | 2015-03-17T10:31:23.000Z | 2022-01-21T17:42:43.000Z | BigNum/Mod/Monty/bnDivpow2.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | null | null | null | BigNum/Mod/Monty/bnDivpow2.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 6 | 2018-01-29T16:06:36.000Z | 2021-05-08T19:22:24.000Z | .686
.model flat,stdcall
option casemap:none
include .\bnlib.inc
include .\bignum.inc
.code
bnDivpow2 proc bnX:DWORD,bitsY:DWORD,bnQuo:DWORD
invoke bnMov,bnQuo,bnX
invoke bnShr,bnQuo,bitsY
ret
bnDivpow2 endp
end | 14.466667 | 48 | 0.788018 |
dff6a425974cfb499784eb8b9d5fa6523759b077 | 449 | asm | Assembly | oeis/104/A104248.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/104/A104248.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/104/A104248.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A104248: Lengths of successive runs of 1's in the Thue-Morse sequence A010060.
; Submitted by Christian Krause
; 2,1,2,1,2,1,1,2,2,1,2,1,2,2,1,1,2,1,2,1,2,1,1,2,2,1,1,2,1,2,1,2,2,1,2,1,2,1,1,2,2,1,2,1,2,2,1,1,2,1,2,1,2,2,1,2,1,2,1,1,2,2,1,1,2,1,2,1,2,1,1,2,2,1,2,1,2,2,1,1,2,1,2,1,2,1,1,2,2,1,1,2,1,2,1,2,2,1,2,1
mul ... | 56.125 | 201 | 0.64588 |
ed5b9b7d087a34129e39777f420433b2cb38bc1f | 279 | asm | Assembly | libsrc/_DEVELOPMENT/font/font_8x8/_font_8x8_einstein_system.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/font/font_8x8/_font_8x8_einstein_system.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/font/font_8x8/_font_8x8_einstein_system.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION rodata_font
SECTION rodata_font_8x8
PUBLIC _font_8x8_einstein_system
PUBLIC _font_8x8_einstein_system_end
_font_8x8_einstein_system:
IF __CPU_GBZ80__
INCLUDE "target/gb/fonts/lower.asm"
ENDIF
BINARY "font_8x8_einstein_system.bin"
_font_8x8_einstein_system_end:
| 18.6 | 40 | 0.863799 |
516369a81142a81ef8f6bd0d95f80dba8697dd37 | 701 | asm | Assembly | oeis/214/A214126.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/214/A214126.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/214/A214126.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A214126: a(2n)=a(n-1)+a(n) and a(2n+1)=a(n+1) for n>=1, with a(0)=a(1)=1.
; Submitted by Stefano Spezia
; 1,1,2,2,3,2,4,3,5,2,5,4,6,3,7,5,8,2,7,5,7,4,9,6,10,3,9,7,10,5,12,8,13,2,10,7,9,5,12,7,12,4,11,9,13,6,15,10,16,3,13,9,12,7,16,10,17,5,15,12,17,8,20,13,21,2,15,10,12,7,17,9,16,5,14,12,17,7,19,12,19,4,16,11,15,9,20,... | 20.028571 | 250 | 0.513552 |
35d64fa6c0f9c71eb9e9154a1f4bc29a1e772530 | 1,610 | asm | Assembly | gsm-dtmf-robot/contoller.asm | AravinthPanch/various-hardware-projects | 923e9adcb3688312c507bd8053676abf8866eaba | [
"Apache-2.0"
] | 10 | 2018-04-05T05:12:15.000Z | 2022-03-18T19:06:53.000Z | gsm-dtmf-robot/contoller.asm | AravinthPanch/various-hardware-projects | 923e9adcb3688312c507bd8053676abf8866eaba | [
"Apache-2.0"
] | null | null | null | gsm-dtmf-robot/contoller.asm | AravinthPanch/various-hardware-projects | 923e9adcb3688312c507bd8053676abf8866eaba | [
"Apache-2.0"
] | 7 | 2020-02-09T15:07:15.000Z | 2021-11-04T09:17:39.000Z | $MOD51
RELAY1 BIT P0.1
RELAY2 BIT P0.2
RELAY3 BIT P0.3
RELAY4 BIT P0.4
KEY EQU P1
STD BIT P1.4
ORG 00H
MOV SP,#08H
MOV KEY,#0FFH
MOV P0,#00H
START:
JNB STD ,$
CALL KEY_READ
... | 17.888889 | 34 | 0.4 |
9a80ef93530ff09540dd4f0ffc960e6cffb94b6e | 365 | asm | Assembly | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_18_flash.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_18_flash.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_18_flash.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC zx_01_output_fzx_tty_z88dk_18_flash
zx_01_output_fzx_tty_z88dk_18_flash:
; change flash bit of foreground colour
; de = parameters *
ld a,(de)
and $01
rrca
ld e,a
ld a,(ix+52) ; a = foreground colour
an... | 14.6 | 54 | 0.635616 |
333a380e8227021ee5ae1303f39c932c32fc0dbf | 626 | asm | Assembly | programs/oeis/152/A152114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/152/A152114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/152/A152114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A152114: Numbers a(n) are obtained by the application of an algorithm which is similar to sieve of Eratosthenes for A000045: retaining A000045(3)=2, we delete all multiples of 2, which are more than 2; retaining A000045(4)=3, we delete all multiples of 3, which are more than 3, etc.
; 2,3,5,13,89,233,1597,4181,28657,... | 69.555556 | 285 | 0.795527 |
a55977419fc0f96574ce32a4d4c9ad8b60d91c73 | 7,900 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_14574_763.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_14574_763.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_14574_763.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 %r13
push %r14
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x19681, %r13
nop
nop
nop
nop
dec %r15
movb $0x61, (%r13)
nop
lfence
lea addresses_A_ht+0xd481, %rbx
nop
nop
nop
nop
nop
inc %r8
mov (%rbx), %eax
nop
nop
and $46488, %... | 31.726908 | 2,999 | 0.648608 |
3dc1a885ff41e7f8ebf8c5c0a2283627b7f1c836 | 5,361 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1347.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_0xca_notsx.log_21829_1347.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_0xca_notsx.log_21829_1347.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 %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x9fbd, %r8
nop
nop
nop
nop
nop
cmp $32090, %r12
movb (%r8), %dl
nop
nop
nop
nop
cmp %r8, %r8
lea addresses_D_ht+0x1a1d, %r13
nop
nop
nop
cmp %rsi, %rsi
mov $0x6162636465666768... | 42.547619 | 2,999 | 0.657713 |
4cec76b302fa80c170391b778a5ab52178e7fb93 | 265 | asm | Assembly | f.asm | Ericles-Porty/Assembly-Lessons | 522d17dc1e929603c310b9c9d4d2e5fd5ba32a94 | [
"MIT"
] | 2 | 2022-03-19T01:53:43.000Z | 2022-03-19T01:54:13.000Z | f.asm | Ericles-Porty/Assembly-Lessons | 522d17dc1e929603c310b9c9d4d2e5fd5ba32a94 | [
"MIT"
] | null | null | null | f.asm | Ericles-Porty/Assembly-Lessons | 522d17dc1e929603c310b9c9d4d2e5fd5ba32a94 | [
"MIT"
] | null | null | null | #a = 18; b = 20;
#if ( a != b ) {
#c = 2 + b ;
#} else {
#d = 3 + a ;
#}
.data
a: .word 18
b: .word 20
.text
lw $s0, a
lw $s1, b
beq $s0, $s1, if1 #if $s0 == $s1 chame a f1
addi $s2, $s1, 2
j exit
if1:
addi $s3, $s0, 3
j exit
exit:
li $v0, 10 | 11.521739 | 44 | 0.441509 |
cc08dc58f7459404589588eaca01ba7c9a32ff11 | 3,969 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_511_168.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_511_168.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_511_168.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 %r11
push %r14
push %r15
push %rax
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x17ac4, %rdi
nop
nop
nop
nop
and $1090, %rsi
mov $0x6162636465666768, %r11
movq %r11, %xmm5
and $0xffffffffffffffc0, %rdi
movaps %xmm5, (%rdi)
nop
nop
nop
nop
cmp $10275, %r11
lea ... | 30.068182 | 1,532 | 0.657092 |
5966b64a6cfcba23c3cbe46a9aea8993e0752a62 | 254 | asm | Assembly | programs/oeis/166/A166077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/166/A166077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/166/A166077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A166077: a(n)=2^(n(3n-1)/2).
; 1,2,32,4096,4194304,34359738368,2251799813685248,1180591620717411303424,4951760157141521099596496896,166153499473114484112975882535043072
mov $1,2
mov $2,2
lpb $0
sub $0,1
mul $1,$2
mul $2,8
lpe
div $1,2
mov $0,$1
| 19.538462 | 139 | 0.728346 |
91866b199a59a5ca2e7d2a51f1d43880563de31f | 254 | asm | Assembly | libsrc/adt/stack/adt_StackCreateS.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/adt/stack/adt_StackCreateS.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/adt/stack/adt_StackCreateS.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void __FASTCALL__ adt_StackCreateS(struct adt_Stack *s)
; 11.2006 aralbrec
SECTION code_clib
PUBLIC adt_StackCreateS
PUBLIC _adt_StackCreateS
EXTERN l_setmem
; initialize an adt_Stack*
.adt_StackCreateS
._adt_StackCreateS
xor a
jp l_setmem-7
| 15.875 | 57 | 0.811024 |
7baa1886a62f37a950740529763c74fddb353182 | 15,081 | asm | Assembly | 8088/demo/credits/mod.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | 1 | 2021-05-24T05:18:10.000Z | 2021-05-24T05:18:10.000Z | 8088/demo/credits/mod.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | null | null | null | 8088/demo/credits/mod.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | null | null | null | %include "..\defaults_common.asm"
; Set to 1 for emulator, 0 for real hardware (won't work without a proper
; prefetch queue). Unfortunately moving the "mov cl,1" instruction to before
; the patch causes the loop to take more than 288 cycles.
DOSBOX EQU 0
extern song, creditstxt, background
initialScrollPosition equ... | 26.046632 | 178 | 0.593528 |
2ee99d57de6599d38055026ccc43ca4557d83ae8 | 4,299 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i7-8650U_0xd2_notsx.log_2457_1577.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i7-8650U_0xd2_notsx.log_2457_1577.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i7-8650U_0xd2_notsx.log_2457_1577.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 %r11
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x34ca, %rsi
nop
nop
dec %r8
mov (%rsi), %r11
nop
nop
nop
nop
nop
add $18560, %rcx
lea addresses_normal_ht+0x99da, %rsi
lea addresses_WC_ht+0x1b702, %rdi
nop
nop
nop
nop
nop
sub $4572, %r10
mov $3... | 53.7375 | 2,999 | 0.66248 |
2ce500aa65a0f5c67ec2f5db726a95fff8497209 | 4,390 | asm | Assembly | data/pokemon/palettes.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/pokemon/palettes.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/pokemon/palettes.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | MonsterPalettes:
table_width 1, MonsterPalettes
db PAL_MEWMON ; MISSINGNO
db PAL_GREENMON ; BULBASAUR
db PAL_GREENMON ; IVYSAUR
db PAL_GREENMON ; VENUSAUR
db PAL_REDMON ; CHARMANDER
db PAL_REDMON ; CHARMELEON
db PAL_REDMON ; CHARIZARD
db PAL_CYANMON ; SQUIRTLE
db PAL_CYANMON ; WARTORTLE
db... | 28.141026 | 36 | 0.73713 |
3a099ec32f225d5cf778abb4087c5eaaf3734402 | 360 | asm | Assembly | programs/oeis/210/A210978.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/210/A210978.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/210/A210978.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A210978: A186029 and positive terms of A001106 interleaved.
; 0,1,5,9,17,24,36,46,62,75,95,111,135,154,182,204,236,261,297,325,365,396,440,474,522,559,611,651,707,750,810,856,920,969,1037,1089,1161,1216,1292,1350,1430,1491,1575,1639,1727,1794,1886,1956,2052,2125,2225,2301
mov $1,$0
add $0,9
add $0,$1
sub $1,1
mul $1... | 27.692308 | 212 | 0.705556 |
ceb7b4849fd01c7cb85ad6da7e4bb1bfd283b815 | 3,239 | asm | Assembly | src/asm/rs232-2400-19200.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | src/asm/rs232-2400-19200.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | src/asm/rs232-2400-19200.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | ;RECEIVING AND SENDING RS232 DATA @9600 BITS/S ON A STANDARD MSX 3.57MHz
VOICEAQ EQU &C800 ;BUFFER TO OCCUPY IN SYSTEM AREA: DO NOT USE PLAY...
org VOICEAQ
;MSX .BIN HEADER
db &fe
dw START, PROGEND, START
START:
;TRANSFER 'BC' BYTES FROM JOY2, 'UP', PIN1 TO (HL)
;MSX, Z80 3.58MHz
;SETS CARRY BIT ON ER... | 17.895028 | 92 | 0.631985 |
b595a3d40fe96df950c2a55d15d0902fa39dabd0 | 2,968 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_138_2798.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_138_2798.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_138_2798.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 %r14
push %r9
push %rax
push %rbx
push %rcx
lea addresses_WT_ht+0x8ff6, %rax
nop
nop
nop
and $29416, %r9
movups (%rax), %xmm4
vpextrq $0, %xmm4, %r14
nop
nop
nop
nop
and %r14, %r14
lea addresses_UC_ht+0x104b6, %rax
nop
nop
nop
sub $10493, %rcx
movw $0x6162, (%... | 20.901408 | 413 | 0.641509 |
78cadd162fe1cdccefb7ec4d50d316fcfe9a5897 | 631 | asm | Assembly | data/pokemon/base_stats/bellrun.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 2 | 2021-07-31T07:05:06.000Z | 2021-10-16T03:32:26.000Z | data/pokemon/base_stats/bellrun.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/bellrun.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 70, 90, 40, 105, 70, 65
; hp atk def spd sat sdf
db DARK, DARK ; type
db 90 ; catch rate
db 148 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F100 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/bellrun/fro... | 28.681818 | 167 | 0.700475 |
1624d608b775d500935172f8e541bf5f4dd5bc61 | 570 | asm | Assembly | pre/mips/isleap.asm | t0ush1/ComputerOrganization | 8093949bbd3e48678cea832133e9bf8990bbdf27 | [
"MIT"
] | 2 | 2022-03-06T06:05:24.000Z | 2022-03-10T09:08:08.000Z | pre/mips/isleap.asm | t0ush1/ComputerOrganization | 8093949bbd3e48678cea832133e9bf8990bbdf27 | [
"MIT"
] | null | null | null | pre/mips/isleap.asm | t0ush1/ComputerOrganization | 8093949bbd3e48678cea832133e9bf8990bbdf27 | [
"MIT"
] | null | null | null | .data
.macro mod(%re, %a, %b) #re = a % b
li %re, %b
div %a, %re
mfhi %re
.end_macro
.text
li $v0, 5
syscall
move $t0, $v0 #input n -> $t0
li $t2, 1 #ans = 1 -> $t2
mod($t1, $t0, 400) #if (n % 400 != 0)
beq $t1, $zero, if_1_end
mod($t1, $t0, 4) #if (n % 4 != 0)
beq $t... | 15.833333 | 43 | 0.468421 |
22bf1a2dd493572e882e809168b537bcd3d1acdf | 1,176 | asm | Assembly | com/netfx/src/clr/vbhelper/vbhelper.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | com/netfx/src/clr/vbhelper/vbhelper.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | com/netfx/src/clr/vbhelper/vbhelper.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ; ==++==
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; ==--==
.namespace System
.class VBHelper
######################################################################
#This method will take in a RefAny and return a Variant...
.staticmethod value class System.Variant TypedByRefToVar... | 26.727273 | 85 | 0.588435 |
c6a0d9dd1faae65a10d82a2e4c9c204e9043b152 | 7,050 | asm | Assembly | src/x86/data.asm | basilgohar/rav1e | 94bf5d8da7d1561a214a690c6de024f35c5b5f6f | [
"BSD-2-Clause"
] | null | null | null | src/x86/data.asm | basilgohar/rav1e | 94bf5d8da7d1561a214a690c6de024f35c5b5f6f | [
"BSD-2-Clause"
] | null | null | null | src/x86/data.asm | basilgohar/rav1e | 94bf5d8da7d1561a214a690c6de024f35c5b5f6f | [
"BSD-2-Clause"
] | null | null | null | ; Copyright (c) 2018, The rav1e contributors. All rights reserved
;
; This source code is subject to the terms of the BSD 2 Clause License and
; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
; was not distributed with this source code in the LICENSE file, you can
; obtain it at www.aomedia... | 61.304348 | 81 | 0.356454 |
1945edc247715db879fec0991d8f659df1811224 | 1,095 | asm | Assembly | programs/oeis/287/A287468.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/287/A287468.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/287/A287468.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A287468: Binary representation of the diagonal from the corner to the origin of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 276", based on the 5-celled von Neumann neighborhood.
; 1,0,11,0,111,0,1111,0,11111,0,111111,0,1111111,0,11111111,0,111111111,0,1111111111,0,11111111111,0... | 73 | 775 | 0.847489 |
33f5f1f5805ca87a81cf49ac6ad7c6ebd77826d9 | 2,725 | asm | Assembly | rom/src/main.asm | Gegel85/GBCGoogleMaps | 035a110fd565844b5c3c7188d6eba0933af31b9a | [
"MIT"
] | null | null | null | rom/src/main.asm | Gegel85/GBCGoogleMaps | 035a110fd565844b5c3c7188d6eba0933af31b9a | [
"MIT"
] | 13 | 2020-02-13T15:03:13.000Z | 2020-02-13T15:27:08.000Z | rom/src/main.asm | Gegel85/GBCGoogleMaps | 035a110fd565844b5c3c7188d6eba0933af31b9a | [
"MIT"
] | null | null | null | include "src/constants.asm"
include "src/macro.asm"
include "src/registers.asm"
SECTION "Main", ROM0
include "src/protocol.asm"
; Locks the CPU
; Params:
; None
; Return:
; None
; Registers:
; N/A
lockup::
reset interruptEnable
halt
; Tests if the current hardware is SGB
; Params:
; None
; Return:
; ... | 18.412162 | 65 | 0.658716 |
21a2fc4a6416daa8ef4f151020c8cba8779b34ff | 1,043 | asm | Assembly | src/arch/x86/mach-i386/atomic.asm | NightfallDM/xbook2 | 5cab260c4bf2222588246bbe825517b907b8dfe5 | [
"MIT"
] | null | null | null | src/arch/x86/mach-i386/atomic.asm | NightfallDM/xbook2 | 5cab260c4bf2222588246bbe825517b907b8dfe5 | [
"MIT"
] | null | null | null | src/arch/x86/mach-i386/atomic.asm | NightfallDM/xbook2 | 5cab260c4bf2222588246bbe825517b907b8dfe5 | [
"MIT"
] | 1 | 2021-02-05T01:03:29.000Z | 2021-02-05T01:03:29.000Z | [section .text]
[bits 32]
;lock 锁定的是内存地址,所以操作对象值必须时内存才行
; void __atomic_add(int *a, int b);
global __atomic_add
__atomic_add:
mov eax, [esp + 4] ; a
mov ebx, [esp + 8] ; b
; 通过lock前缀,让运算时原子运算
lock add [eax], ebx ; *a += b
ret
; void __atomic_sub(int *a, int b);
global __atomic_sub
__atomic_sub:
mov eax, [esp + 4... | 18.625 | 35 | 0.643337 |
9c55e5fcd0b4d517676f046cbc47f2ccadd9c55e | 2,301 | asm | Assembly | test/test.asm | ifTNT/MODE13H | 8f0862fabb9bfad88421099c790ab6ce3eb14e0f | [
"MIT"
] | null | null | null | test/test.asm | ifTNT/MODE13H | 8f0862fabb9bfad88421099c790ab6ce3eb14e0f | [
"MIT"
] | null | null | null | test/test.asm | ifTNT/MODE13H | 8f0862fabb9bfad88421099c790ab6ce3eb14e0f | [
"MIT"
] | null | null | null | bits 16
%define doubleBuffering 1
segment code
jmp START
;Import library
%include "mode13h.asm"
START:
;Set stack
mov ax, stack
mov ss, ax
mov sp, stack_top
enterVideoMode
setDirectMode
clearScreen
;Draw nyancat
setPos di, 0, 0 ;X,Y
mov ax, banner
mov ds... | 16.553957 | 39 | 0.591482 |
ba47408e76e5a146870fecdd486a20e101c1fd82 | 110 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/dcallee2.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/dcallee2.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/dcallee2.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC dcallee2
EXTERN cm48_sdcciyp_dcallee2
defc dcallee2 = cm48_sdcciyp_dcallee2
| 12.222222 | 37 | 0.863636 |
b8ec8dda2123373682eda7b6b438b5cfbcbc1518 | 272 | asm | Assembly | dosstub/dosstub.asm | orlandol/origow32 | ff7843268c2f95d3e9ed475d1781e42ebe5e5f04 | [
"MIT"
] | 1 | 2019-02-25T00:37:38.000Z | 2019-02-25T00:37:38.000Z | dosstub/dosstub.asm | orlandol/origow32 | ff7843268c2f95d3e9ed475d1781e42ebe5e5f04 | [
"MIT"
] | null | null | null | dosstub/dosstub.asm | orlandol/origow32 | ff7843268c2f95d3e9ed475d1781e42ebe5e5f04 | [
"MIT"
] | null | null | null |
CPU 8086
BITS 16
segment code use16
..start:
mov ax, data
mov ds, ax
mov dx, errorString
mov ah, 0x09
int 0x21
mov ax, 0x4C00
int 0x21
segment data use16
errorString: db 'This program requires Windows to run.',13,10,'$'
| 15.111111 | 67 | 0.602941 |
c55e209870e01773f146ac87ffd469359c968c50 | 288 | asm | Assembly | programs/oeis/049/A049647.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/049/A049647.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/049/A049647.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A049647: T(n,n+2), array T given by A049639.
; 1,1,4,4,7,7,11,11,17,17,23,23,31,31,41,41,51,51,61,61,75,75,89,89,105,105,123,123,137,137,153,153,177,177,199,199,223,223,249,249
div $0,2
cal $0,49648 ; T(n,n+1), array T as in A049687 and T(2n,2n+2), array T given by A049639.
mov $1,$0
| 41.142857 | 131 | 0.659722 |
1cc09a89c32a1b342a605d2efa2bfb198738cb07 | 1,784 | asm | Assembly | programs/oeis/123/A123720.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/123/A123720.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/123/A123720.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A123720: a(n) = 2^n + 2^(n-1) - n.
; 2,4,9,20,43,90,185,376,759,1526,3061,6132,12275,24562,49137,98288,196591,393198,786413,1572844,3145707,6291434,12582889,25165800,50331623,100663270,201326565,402653156,805306339,1610612706,3221225441,6442450912,12884901855,25769803742,51539607517,103079215068,206158430171,41231686... | 178.4 | 1,688 | 0.914798 |
fc989583e4ffe61da8596a05da3e72b256fb71f0 | 422 | asm | Assembly | kernel/threading/process.asm | ProgMiner/memOS | ea441ccb23ed0e6bafa1d9a6a50519f206693198 | [
"MIT"
] | 6 | 2021-04-30T11:11:07.000Z | 2022-01-24T12:20:05.000Z | kernel/threading/process.asm | ProgMiner/memOS | ea441ccb23ed0e6bafa1d9a6a50519f206693198 | [
"MIT"
] | 3 | 2021-06-21T22:01:00.000Z | 2021-07-26T17:54:06.000Z | kernel/threading/process.asm | ProgMiner/memOS | ea441ccb23ed0e6bafa1d9a6a50519f206693198 | [
"MIT"
] | 2 | 2021-07-26T16:34:40.000Z | 2021-07-26T17:20:50.000Z | [GLOBAL copy_page_physical]
copy_page_physical:
push ebx
pushf
cli
mov ebx, [esp+12]
mov ecx, [esp+16]
mov edx, cr0
and edx, 0x7fffffff
mov cr0, edx
mov edx, 1024
.loop:
mov eax, [ebx]
mov [ecx], eax
add ebx, 4
add ecx, 4
dec edx
jnz .loop
mov edx, cr0
or edx, 0... | 11.405405 | 27 | 0.597156 |
912a4c033b9d97261873e50bd6e0c3d2e2919b66 | 5,493 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_176_983.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_176_983.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_176_983.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 %r12
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x933a, %rcx
clflush (%rcx)
nop
nop
nop
and $29110, %r12
mov (%rcx), %rbx
nop
nop
cmp %rdi, %rdi
lea addresses_WT_ht+0x1a106, %rsi
lea addresses_WT_ht+0x18406, %rdi
clflush (%... | 21.373541 | 527 | 0.647005 |
1975c277e0747703ae34f227134548181567c383 | 458 | asm | Assembly | programs/oeis/047/A047251.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047251.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047251.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047251: Numbers that are congruent to {1, 3, 4, 5} mod 6.
; 1,3,4,5,7,9,10,11,13,15,16,17,19,21,22,23,25,27,28,29,31,33,34,35,37,39,40,41,43,45,46,47,49,51,52,53,55,57,58,59,61,63,64,65,67,69,70,71,73,75,76,77,79,81,82,83,85,87,88,89,91,93,94,95,97,99,100,101,103,105,106,107,109,111,112,113,115,117,118,119,121,123,1... | 41.636364 | 329 | 0.663755 |
395767c99781de2ce92f3621682dd3265b7443bb | 440 | asm | Assembly | examples/fib.asm | firemark/katp91 | 83e538683dd3c79bde018083b30bed2b854613c5 | [
"MIT"
] | 3 | 2016-01-30T19:00:27.000Z | 2018-03-05T20:46:43.000Z | examples/fib.asm | firemark/katp91 | 83e538683dd3c79bde018083b30bed2b854613c5 | [
"MIT"
] | null | null | null | examples/fib.asm | firemark/katp91 | 83e538683dd3c79bde018083b30bed2b854613c5 | [
"MIT"
] | null | null | null | main:
MOV R0 10; n value
CALL fib; result will be in R1
JMP lol
fib:
PUSH R0; save n
PUSH R2; save temp value
CMP R0 2
BRNC fib_continue; if R0 >= 2
MOV R1 R0; result
RJMP fib_finish
fib_continue:
SUB R0 1
CALL fib; R1 = F(R0-1)
MOV R2 R1
SUB R0 1
CALL fib; R1 = F... | 17.6 | 34 | 0.575 |
41c9cbb07a9e13d70399396c34f2436c36c20a73 | 11,469 | asm | Assembly | dimension/cell/memory/meitnerium/meitnerium.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | 7 | 2019-03-04T08:53:33.000Z | 2022-01-28T19:32:12.000Z | dimension/cell/memory/meitnerium/meitnerium.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | dimension/cell/memory/meitnerium/meitnerium.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | ;; $Header: /cvsroot/uuu/dimension/cell/memory/meitnerium/meitnerium.asm,v 1.2 2002/08/11 07:41:25 lukas2000 Exp $
;;
;; Meitnerium memory manager cell
;; Copyright (c) 2001 Phil Frost
;; Distributed under the BSD license, see file 'license' for details.
;;
;; when to use this cell:
;; ----------------------
;; Use thi... | 29.48329 | 114 | 0.573982 |
5e039c7034bce8cc3e680e8b204a3d4b49a779ac | 480 | asm | Assembly | programs/oeis/103/A103447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/103/A103447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/103/A103447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A103447: Triangle read by rows: T(n,k) = Moebius(binomial(n,k)) (0 <= k <= n).
; 1,1,1,1,-1,1,1,-1,-1,1,1,0,1,0,1,1,-1,1,1,-1,1,1,1,1,0,1,1,1,1,-1,1,1,1,1,-1,1,1,0,0,0,-1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,1,0,0,1,1,1,-1,1,-1,1,1,1,1,-1,1,-1,1,1,0,-1,0,0,0,0,0,0,0,-1,0,1,1,-1,-1,-1,-1,0,0,0,0
seq $0,14473 ; Pas... | 80 | 219 | 0.545833 |
ba1acf12a5f8c146b4631e623a136e5ef529218f | 8,924 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_573.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_573.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_573.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x39f0, %rsi
lea addresses_D_ht+0x141f0, %rdi
nop
nop
nop
sub %rdx, %rdx
mov $26, %rcx
rep movsq
nop
sub %rdx, %rdx
lea addresses_A_ht+0x20f0, %rsi
lea addresses_WC_ht+0xf450, %rdi
nop
... | 31.094077 | 2,999 | 0.654079 |
dd817a557a7bfc25e052b2eb3a02b2abdfd0bf3e | 214 | asm | Assembly | libsrc/math/mbf32/z80/divsup.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/math/mbf32/z80/divsup.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/math/mbf32/z80/divsup.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
SECTION data_fp_mbfs
PUBLIC DIVSUP
PUBLIC DIV1
PUBLIC DIV2
PUBLIC DIV3
PUBLIC DIV4
DIVSUP: defb $d6
DIV1: defb $00, $6f, $7c, $de
DIV2: defb $00, $67, $78, $de
DIV3: defb $00, $47, $3e
DIV4: defb $00, $c9
| 14.266667 | 29 | 0.658879 |
0d9cef9459b07894aabed0844d33b26771e24715 | 58,485 | asm | Assembly | jsrc/openssl/sha/asm/sha256-586-masm.asm | jsoftware/j-playground | fec7be5a9dc92d45c7326556b6058e63fb4f979a | [
"MIT"
] | 4 | 2022-01-19T04:23:49.000Z | 2022-03-28T18:55:38.000Z | jsrc/openssl/sha/asm/sha256-586-masm.asm | jsoftware/j-playground | fec7be5a9dc92d45c7326556b6058e63fb4f979a | [
"MIT"
] | 15 | 2022-02-28T13:09:29.000Z | 2022-03-11T01:15:39.000Z | jsrc/openssl/sha/asm/sha256-586-masm.asm | jsoftware/j-playground | fec7be5a9dc92d45c7326556b6058e63fb4f979a | [
"MIT"
] | 2 | 2022-01-29T13:26:27.000Z | 2022-02-23T02:43:31.000Z | IF @Version LT 800
ECHO MASM version 8.00 or later is strongly recommended.
ENDIF
.686
.MODEL FLAT
OPTION DOTNAME
IF @Version LT 800
.text$ SEGMENT PAGE 'CODE'
ELSE
.text$ SEGMENT ALIGN(64) 'CODE'
ENDIF
;EXTERN _OPENSSL_ia32cap_P:NEAR
ALIGN 16
_sha256_block_data_order PROC PUBLIC
$L_sha256_block_data_order_begin::
pus... | 17.323756 | 64 | 0.69729 |
999c51b0623c552e662b25ef0d8c809e84154ed9 | 653 | asm | Assembly | data/maps/objects/SafariZoneEast.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/SafariZoneEast.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/SafariZoneEast.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | SafariZoneEast_Object:
db $0 ; border block
def_warps
warp 0, 4, 6, SAFARI_ZONE_NORTH
warp 0, 5, 7, SAFARI_ZONE_NORTH
warp 0, 22, 6, SAFARI_ZONE_CENTER
warp 0, 23, 6, SAFARI_ZONE_CENTER
warp 25, 9, 0, SAFARI_ZONE_EAST_REST_HOUSE
def_signs
sign 26, 10, 5 ; SafariZoneEastText5
sign 6, 4, 6 ; SafariZo... | 28.391304 | 61 | 0.742726 |
0c7b2ec5216a59476f12c143c20c5ef4a71d7cab | 607 | asm | Assembly | programs/oeis/132/A132780.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/132/A132780.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132780.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A132780: a(0)=1. a(n+1)=2*a(n)-A130151(n).
; 1,1,1,1,3,7,15,29,57,113,227,455,911,1821,3641,7281,14563,29127,58255,116509,233017,466033,932067,1864135,3728271,7456541,14913081,29826161,59652323,119304647,238609295,477218589,954437177,1908874353,3817748707,7635497415,15270994831,30541989661,61083979321,122167958641,24... | 67.444444 | 514 | 0.833608 |
6115f61e0832426c705173e9ed30ce334711eb11 | 262 | asm | Assembly | programs/oeis/070/A070598.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070598.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070598.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070598: n^5 mod 13.
; 0,1,6,9,10,5,2,11,8,3,4,7,12,0,1,6,9,10,5,2,11,8,3,4,7,12,0,1,6,9,10,5,2,11,8,3,4,7,12,0,1,6,9,10,5,2,11,8,3,4,7,12,0,1,6,9,10,5,2,11,8,3,4,7,12,0,1,6,9,10,5,2,11,8,3,4,7,12,0,1,6,9,10,5,2,11,8,3,4,7,12,0,1
pow $0,5
mov $1,$0
mod $1,13
| 37.428571 | 208 | 0.549618 |
3d980bb7ffe5f93169cc58ad4c5cbfbba3659604 | 1,360 | asm | Assembly | wof/lcs/enemy/12.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 | wof/lcs/enemy/12.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/enemy/12.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
001590 lea ($20,A0), A0
002490 move.l A6, ($12,A0) [123p+ 2C, 123p+ 2E, enemy+2C, enemy+2E]
002494 lea ($6c,A0), A4 [123p+ 12, 123p+ 14, enemy+12, enemy+14]
0024AC move.l A6, ($12,A0) [123p+ 2C, 123p+ 2E, enemy+2C, enemy+2E]
0024B0 lea ($6c,A0),... | 50.37037 | 69 | 0.616176 |
ad9539a3f30d5e2f375bd2c467ff32453b462ba8 | 358 | asm | Assembly | programs/oeis/213/A213194.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/213/A213194.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/213/A213194.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A213194: First inverse function (numbers of rows) for pairing function A211377.
; 1,1,1,2,2,3,1,1,2,2,3,3,4,4,5,1,1,2,2,3,3,4,4,5,5,6,6,7,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,1,1,2,2,3,3,4,4,5
lpb $0
sub $1,1
add $... | 32.545455 | 211 | 0.578212 |
f6b5be17eff141b2dc959aed61fb03903daf9518 | 11,399 | asm | Assembly | data/trainers/attributes.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/trainers/attributes.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | null | null | null | data/trainers/attributes.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | TrainerClassAttributes:
; entries correspond to trainer classes (see constants/trainer_constants.asm)
; Falkner
db NO_ITEM, NO_ITEM ; items
db 25 ; base reward
dw AI_BASIC | AI_SETUP | AI_SMART | AI_AGGRESSIVE | AI_CAUTIOUS | AI_STATUS | AI_RISKY
dw CONTEXT_USE | SWITCH_SOMETIMES
; Whitney
db NO_ITEM, NO_ITEM ; ... | 27.734793 | 99 | 0.750943 |
4c51a094748d8969f994a397722b75ad9a75ac96 | 1,818 | asm | Assembly | programs/oeis/166/A166931.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/166/A166931.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/166/A166931.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A166931: Numbers n with property that n mod k is k-1 for all k = 2..9.
; 2519,5039,7559,10079,12599,15119,17639,20159,22679,25199,27719,30239,32759,35279,37799,40319,42839,45359,47879,50399,52919,55439,57959,60479,62999,65519,68039,70559,73079,75599,78119,80639,83159,85679,88199,90719,93239,95759,98279,100799,103319,... | 259.714286 | 1,709 | 0.840484 |
63058c02fd51d178ce7671174da897c7aa03385b | 3,705 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_284.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_notsx.log_21829_284.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_notsx.log_21829_284.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 %r8
push %rdx
// Faulty Load
lea addresses_WC+0xab08, %r11
nop
nop
nop
and $42030, %r13
movups (%r11), %xmm2
vpextrq $0, %xmm2, %rdx
lea oracles, %r11
and $0xff, %rdx
shlq $12, %rdx
mov (%r11,%... | 88.214286 | 2,999 | 0.663698 |
e323716a6e79470c2e3b55fd09c1c1c28fe0bfa4 | 34,383 | asm | Assembly | pwdChallenge/pwdChallenge.asm | nico9889/CT0539-Sec | d2726d33d26a77eb5907a8855d4196d0541541c7 | [
"MIT"
] | null | null | null | pwdChallenge/pwdChallenge.asm | nico9889/CT0539-Sec | d2726d33d26a77eb5907a8855d4196d0541541c7 | [
"MIT"
] | null | null | null | pwdChallenge/pwdChallenge.asm | nico9889/CT0539-Sec | d2726d33d26a77eb5907a8855d4196d0541541c7 | [
"MIT"
] | null | null | null |
pwdChallenge: file format elf64-x86-64
Contents of section .interp:
0238 2f6c6962 36342f6c 642d6c69 6e75782d /lib64/ld-linux-
0248 7838362d 36342e73 6f2e3200 x86-64.so.2.
Contents of section .note.ABI-tag:
0254 04000000 10000000 01000000 474e5500 ............GNU.
0264 00000000 03000000 02000000 00... | 49.686416 | 109 | 0.577407 |
73b6be13ffb236a43cca14302eb10e279556d9a5 | 590 | asm | Assembly | libsrc/_DEVELOPMENT/string/z80/asm_strupr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/string/z80/asm_strupr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/string/z80/asm_strupr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; Dec 2013
; ===============================================================
;
; char *strupr(char *s)
;
; Change letters in string s to uppercase.
;
; ===============================================================
SECTION code_clib
SECTION code_stri... | 13.111111 | 65 | 0.388136 |
a98ad169c04b99cc6e595baab68ad2d5333c89c2 | 110,826 | asm | Assembly | sh.asm | romulomrossi/StrideSchedulerForXV6 | 2686824ab4e3d54074e1f3424427178833d499d6 | [
"MIT-0"
] | null | null | null | sh.asm | romulomrossi/StrideSchedulerForXV6 | 2686824ab4e3d54074e1f3424427178833d499d6 | [
"MIT-0"
] | null | null | null | sh.asm | romulomrossi/StrideSchedulerForXV6 | 2686824ab4e3d54074e1f3424427178833d499d6 | [
"MIT-0"
] | null | null | null |
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
return 0;
}
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
... | 33.281081 | 71 | 0.404914 |
ca5325a4b6da00566653be65204ffc4aab850e07 | 404 | asm | Assembly | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_input_kbd_lastk/zx_01_input_lastk_stdio_msg_flsh.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_input_kbd_lastk/zx_01_input_lastk_stdio_msg_flsh.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_input_kbd_lastk/zx_01_input_lastk_stdio_msg_flsh.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fcntl
PUBLIC zx_01_input_lastk_stdio_msg_flsh
EXTERN zx_01_input_lastk_proc_lastk
EXTERN console_01_input_stdio_msg_flsh
zx_01_input_lastk_stdio_msg_flsh:
call zx_01_input_lastk_proc_lastk
jp z, console_01_input_stdio_msg_flsh ; if LASTK = 0
ld (hl),0 ; cle... | 25.25 | 67 | 0.75495 |
9b3c0b85ab8faaf328401f4f04b889b875df48ed | 39,311 | asm | Assembly | win32/asm31fpu/gc.asm | c-jullien/lelisp | 1fb0968cfdacd4bd0c046e928ab9009e8d0c2837 | [
"BSD-2-Clause"
] | 13 | 2020-05-23T22:07:40.000Z | 2022-01-12T01:24:36.000Z | win32/asm31fpu/gc.asm | c-jullien/lelisp | 1fb0968cfdacd4bd0c046e928ab9009e8d0c2837 | [
"BSD-2-Clause"
] | null | null | null | win32/asm31fpu/gc.asm | c-jullien/lelisp | 1fb0968cfdacd4bd0c046e928ab9009e8d0c2837 | [
"BSD-2-Clause"
] | 2 | 2020-01-09T02:24:52.000Z | 2020-04-02T03:58:42.000Z | .386p
.387
include gc.dat
assume cs:FLAT,ds:FLAT,es:FLAT,fs:FLAT,gs:FLAT,ss:FLAT
_TEXT segment para use32 public 'CODE'
include gc.equ
ini_gc proc near
mov eax,2
mov ebx,offset FLAT:pnmac261
mov ecx,offset FLAT:gcuser
mov edx,offset FLAT:zgcuser
push z_gcuser
call near ptr inisymb
mov eax... | 19.480178 | 56 | 0.693343 |
b8dba527502f6be682841778894a4a4cbe6ffe09 | 768 | asm | Assembly | oeis/293/A293363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/293/A293363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/293/A293363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A293363: Least integer k such that k/2^n > log 2.
; Submitted by Jon Maiga
; 1,2,3,6,12,23,45,89,178,355,710,1420,2840,5679,11357,22714,45427,90853,181705,363409,726818,1453635,2907270,5814540,11629080,23258160,46516320,93032640,186065280,372130559,744261118,1488522236,2977044472,5954088944,11908177888,23816355775,47... | 30.72 | 487 | 0.760417 |
0d72e6e09829c56e7b958063f02f90e84a1a171e | 497 | asm | Assembly | programs/oeis/059/A059396.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/059/A059396.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/059/A059396.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A059396: Number of primes less than square root of n-th prime; i.e., number of trial divisions by smaller primes to show that n-th prime is indeed prime.
; 0,0,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,... | 62.125 | 201 | 0.625755 |
b01b6f6bebadee6d0e0feab8de375b9d63d5955e | 679 | asm | Assembly | oeis/208/A208114.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/208/A208114.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/208/A208114.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A208114: Number of n X 4 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 0 1 and 0 1 1 vertically.
; 9,81,225,625,1225,2401,3969,6561,9801,14641,20449,28561,38025,50625,65025,83521,104329,130321,159201,194481,233289,279841,330625,390625,455625,531441,613089,707281,808201,923521,1046529,1185921,1334025,1500625... | 56.583333 | 496 | 0.801178 |
50b514e87587e004a357d47dc0e0c7d9c3baf2ed | 555 | asm | Assembly | oeis/255/A255817.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/255/A255817.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/255/A255817.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A255817: Parity of A000788, which is the total number of ones in 0..n in binary.
; Submitted by Jamie Morken(s2)
; 0,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,1,1,1,0,0,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0
mo... | 46.25 | 201 | 0.614414 |
f31c302c65434b7841bd9fc6ca70e4488c653c2e | 591 | asm | Assembly | programs/oeis/014/A014297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014297: a(n) = n! * C(n+2, 2) * 2^(n+1).
; 2,12,96,960,11520,161280,2580480,46448640,928972800,20437401600,490497638400,12752938598400,357082280755200,10712468422656000,342798989524992000,11655165643849728000,419585963178590208000,15944266600786427904000,637770664031457116160000,26786367889321198878720000,1178600187... | 45.461538 | 462 | 0.837563 |
10041fd3de91567d5ca96603d71534b66cc231c6 | 825 | asm | Assembly | Project 8/VM translator-final/Translator-2/asm files/SimpleFunction.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | 1 | 2021-09-19T09:16:29.000Z | 2021-09-19T09:16:29.000Z | Project 8/VM translator-final/Translator-2/asm files/SimpleFunction.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | null | null | null | Project 8/VM translator-final/Translator-2/asm files/SimpleFunction.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | null | null | null |
// function SimpleFunction.test 2
(SimpleFunction.test)
@2
D=A
@R13
M=D
@SKIP.0
D;JEQ
(SETUP.0)
@SP
M=M+1
A=M-1
M=0
@R13
M=M-1
D=M
@SETUP.0
D;JNE
(SKIP.0)
// push local 0
@0
D=A
@LCL
D=M+D
A=D
D=M
@SP
A=M
M=D
@SP
M=M+1
// push local 1
@1
D=A
@LCL
D=M+D
A=D
D=M
@SP
A=M
M=D
@SP
M=M+1
// add
@SP
A=M-1
D=M
@SP
M=M-1
A=... | 5.221519 | 33 | 0.544242 |
4c11ade0cc57c4d6979906f5a974733d616760fa | 719 | asm | Assembly | oeis/156/A156017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/156/A156017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/156/A156017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A156017: Schroeder paths with two rise colors and two level colors.
; Submitted by Christian Krause
; 1,4,24,176,1440,12608,115584,1095424,10646016,105522176,1062623232,10840977408,111811534848,1163909087232,12212421230592,129027376349184,1371482141884416,14656212306231296,157369985643577344,1696975718802522112,18369... | 59.916667 | 498 | 0.866481 |
d8c35a7306e8cb55fa131501aac065b4cd32bad4 | 434 | asm | Assembly | AccuracyFN-1.1v/retspoof.asm | DIlIlII/AccuracyFN-1.1v | d5d339dddd6f0ac959308f99c2acc4d2cfcd9b65 | [
"BSL-1.0"
] | null | null | null | AccuracyFN-1.1v/retspoof.asm | DIlIlII/AccuracyFN-1.1v | d5d339dddd6f0ac959308f99c2acc4d2cfcd9b65 | [
"BSL-1.0"
] | null | null | null | AccuracyFN-1.1v/retspoof.asm | DIlIlII/AccuracyFN-1.1v | d5d339dddd6f0ac959308f99c2acc4d2cfcd9b65 | [
"BSL-1.0"
] | null | null | null | PUBLIC RetSpoofStub
.code
RetSpoofStub PROC
pop r11
add rsp, 8
mov rax, [rsp + 24]
mov r10, [rax]
mov [rsp], r10
mov r10, [rax + 8]
mov [rax + 8], r11
mov [rax + 16], rsi
lea rdi, fixup
mov [rax], rsi
mov rsi, rax
jmp r10
fixup... | 14.466667 | 27 | 0.490783 |
994202039b5a9f4d551befef8dd5be038bd8fb54 | 544 | asm | Assembly | oeis/313/A313201.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/313/A313201.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/313/A313201.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A313201: Coordination sequence Gal.5.115.2 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.
; Submitted by Simon Strandgaard
; 1,4,9,15,19,23,27,33,38,42,46,51,57,61,65,69,75,80,84,88,93,99,103,107,111,117,122,126,130,135,141,145,149,... | 25.904762 | 177 | 0.678309 |
347d5c087185d72647eb7fd822cc686d33a0b635 | 337 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_setSpritePaletteColor.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_setSpritePaletteColor.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_setSpritePaletteColor.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void SMS_setSpritePaletteColor(unsigned char entry,unsigned char color)
SECTION code_clib
SECTION code_SMSlib
PUBLIC SMS_setSpritePaletteColor
EXTERN asm_SMSlib_setSpritePaletteColor
SMS_setSpritePaletteColor:
pop af
pop bc
pop hl
push hl
push bc
push af
ld a,c
jp asm_SMSlib_setSp... | 15.318182 | 73 | 0.777448 |
b9a3451f0882deb18dcc5cf4da2f396fb492bcbd | 50,241 | asm | Assembly | procspawn.asm | tanay-gangey/xv6-lab | 2e5f163fe20f6491e9a2888456cc7dda58c9bdd5 | [
"MIT-0"
] | null | null | null | procspawn.asm | tanay-gangey/xv6-lab | 2e5f163fe20f6491e9a2888456cc7dda58c9bdd5 | [
"MIT-0"
] | null | null | null | procspawn.asm | tanay-gangey/xv6-lab | 2e5f163fe20f6491e9a2888456cc7dda58c9bdd5 | [
"MIT-0"
] | null | null | null |
_procspawn: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "user.h"
#include "fcntl.h"
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 ... | 29.746004 | 60 | 0.411994 |
8836eafd8489ad160c6a267675d2da6ba45337f0 | 327 | asm | Assembly | tests/altium_crap/Soft Designs/Legacy/3rd PB/Actel_ProASIC3_Evaluation_Board_1_Rev3_TSK3000/Embedded/cstart.asm | hanun2999/Altium-Schematic-Parser | a9bd5b1a865f92f2e3f749433fb29107af528498 | [
"MIT"
] | 1 | 2020-06-08T11:17:46.000Z | 2020-06-08T11:17:46.000Z | tests/altium_crap/Soft Designs/Legacy/3rd PB/Actel_ProASIC3_Evaluation_Board_1_Rev3_TSK3000/Embedded/cstart.asm | hanun2999/Altium-Schematic-Parser | a9bd5b1a865f92f2e3f749433fb29107af528498 | [
"MIT"
] | null | null | null | tests/altium_crap/Soft Designs/Legacy/3rd PB/Actel_ProASIC3_Evaluation_Board_1_Rev3_TSK3000/Embedded/cstart.asm | hanun2999/Altium-Schematic-Parser | a9bd5b1a865f92f2e3f749433fb29107af528498 | [
"MIT"
] | null | null | null | .extern main
.section .text.cstart
.global _exit
.weak _Exit
.global _START
_START:
done:
;; call main with argv[0]==NULL & argc==0
li $4,0
jal main
li $5,0
_exit:
_Exit:
j _exit
nop
.endsec
... | 14.217391 | 49 | 0.422018 |
c369d4edde84124023cf8c64f98882d686c63567 | 387 | asm | Assembly | code/YeWenting/T9.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | 1 | 2021-08-20T03:57:29.000Z | 2021-08-20T03:57:29.000Z | code/YeWenting/T9.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | code/YeWenting/T9.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | ;; Created by Ywt.
;; Date: 11/13/2016
TITLE T9_YWT
DATA SEGMENT
ENDS
CODE SEGMENT
ASSUME CS:CODE, DS:DATA, SS:STACK
START: MOV AX, DATA
MOV DS, AX
MOV AH, 01
INT 21H
SUB AL, 32
MOV DL, AL
MOV AH, 02
INT 21H
;; FINISH... | 13.344828 | 35 | 0.4677 |
770048aa5e910f1f4b5f45647ff11e6e5bb5ea04 | 610 | asm | Assembly | data/baseStats_original/forretress.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/baseStats_original/forretress.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/baseStats_original/forretress.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | ForretressBaseStats::
dw DEX_FORRETRESS ; pokedex id
db 75 ; base hp
db 90 ; base attack
db 140 ; base defense
db 40 ; base speed
db 60 ; base special
db BUG ; species type 1
db STEEL ; species type 2
db 60 ; catch rate
db 118 ; base exp yield
INCBIN "pic/ymon/forretress.pic",0,1 ; 55, sprite dimensions
d... | 20.333333 | 61 | 0.716393 |
1220575432f29175ac3c4fd7f4793f5ba981fd77 | 6,071 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1706.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_1706.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_1706.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 %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xdd41, %r14
clflush (%r14)
nop
nop
nop
nop
add $63442, %rdi
mov $0x6162636465666768, %rbx
movq %rbx, %xmm2
movups %xmm2, (%r14)
and %rax, %rax
lea addresses_UC_ht+0x1eab, %rsi
lea addres... | 36.353293 | 2,999 | 0.659199 |
996234f54a9d401ecdc659dad31c4a50c3490fdc | 7,214 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_10642_502.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_10642_502.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_10642_502.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 %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1db36, %rsi
lea addresses_D_ht+0xef6, %rdi
nop
nop
lfence
mov $21, %rcx
rep movsl
nop
nop
nop
dec %rax
lea addresses_normal_ht+0x1b35a, %rbp
nop
nop
nop
add %r9, %r9
movups (... | 35.890547 | 2,999 | 0.658858 |
be94b929764ee35eea33b97466931d5522dc7420 | 751 | asm | Assembly | oeis/115/A115339.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/115/A115339.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/115/A115339.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A115339: a(2n-1)=F(n+1), a(2n)=L(n), where F(n) and L(n) are the Fibonacci and the Lucas sequences.
; 1,1,2,3,3,4,5,7,8,11,13,18,21,29,34,47,55,76,89,123,144,199,233,322,377,521,610,843,987,1364,1597,2207,2584,3571,4181,5778,6765,9349,10946,15127,17711,24476,28657,39603,46368,64079,75025,103682,121393,167761,196418,2... | 53.642857 | 499 | 0.75233 |
d1336475fbdfc80865b040607afa9d683719f8ba | 566 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/bifrost2/c/sccz80/BIFROST2_getTile.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zx/bifrost2/c/sccz80/BIFROST2_getTile.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zx/bifrost2/c/sccz80/BIFROST2_getTile.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST*2 ENGINE
;
; See "bifrost2.h" for further details
; ----------------------------------------------------------------
; unsigned char BIFROST2_getTile(unsigned int px,unsigned int py)
SECTION code_clib
SECTION ... | 20.962963 | 66 | 0.514134 |
f5326cf3035494607ba3fd47d1590556de7f0d08 | 535 | asm | Assembly | oeis/072/A072939.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/072/A072939.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/072/A072939.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A072939: Define a sequence c depending on n by: c(1)=1 and c(2)=n; c(k+2) = (c(k+1) + c(k))/2 if c(k+1) and c(k) have the same parity; otherwise c(k+2)=abs(c(k+1)-2*c(k)); sequence gives values of n such that lim k -> infinity c(k) = infinity.
; Submitted by Jon Maiga
; 3,7,9,11,15,19,23,25,27,31,33,35,39,41,43,47,51... | 76.428571 | 245 | 0.669159 |
864acd0a8e00db417a59e012f2645b9ba524c5d7 | 258 | asm | Assembly | src/intel/tools/tests/gen9/wait.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen9/wait.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen9/wait.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | wait(1) n0<1>UD { align1 WE_all 1N };
wait(1) n0.1<1>UD { align1 WE_all 1N };
wait(1) n0.2<1>UD { align1 WE_all 1N };
| 64.5 | 85 | 0.286822 |
2780bf2f502edc8eacf272cea03175dbc9b196ba | 1,410 | asm | Assembly | programs/oeis/032/A032087.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/032/A032087.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/032/A032087.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A032087: Number of reversible strings with n beads of 4 colors. If more than 1 bead, not palindromic.
; 4,6,24,120,480,2016,8064,32640,130560,523776,2095104,8386560,33546240,134209536,536838144,2147450880,8589803520,34359607296,137438429184,549755289600,2199021158400,8796090925056,35184363700224,140737479966720,56294... | 128.181818 | 1,173 | 0.907801 |
7ed8223372d510e81858ec3afa2d2de44b549cfd | 215 | asm | Assembly | libsrc/games/spectrum/bit_close.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/games/spectrum/bit_close.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/games/spectrum/bit_close.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ; $Id: bit_close.asm,v 1.2 2002/04/17 21:30:24 dom Exp $
;
; ZX Spectrum 1 bit sound functions
;
; void bit_click();
;
; Stefano Bodrato - 28/9/2001
;
XLIB bit_close
.bit_close
ei
ret
| 13.4375 | 56 | 0.586047 |
a365c9a86166d8ac5dfea1599222fdd95cd712c6 | 15,707 | asm | Assembly | MAF.asm | MikelThief/MIPS-Accelerated-Framework | 4df4dba48dfce27363cb4bf17c0b9be55599c5ac | [
"MIT"
] | 2 | 2017-12-17T21:54:11.000Z | 2020-03-24T11:32:24.000Z | MAF.asm | MikelThief/MIPS-Accelerated-Framework | 4df4dba48dfce27363cb4bf17c0b9be55599c5ac | [
"MIT"
] | null | null | null | MAF.asm | MikelThief/MIPS-Accelerated-Framework | 4df4dba48dfce27363cb4bf17c0b9be55599c5ac | [
"MIT"
] | null | null | null | ##############################
# #
# MIPS #
# Accelerated Framework #
# #
# Michał Bator #
# ECOAR Winter sem 2017 #
##############################
.data
#################################
# DEFINE CONSTANTS
... | 26.048093 | 114 | 0.451327 |
4247e9177c3811d88df8ddfa633b9a7ee196abfd | 471 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_scroll_wc_up_noexx.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_scroll_wc_up_noexx.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_scroll_wc_up_noexx.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_arch
PUBLIC asm_zx_scroll_wc_up_noexx
EXTERN asm_zx_scroll_wc_up
asm_zx_scroll_wc_up_noexx:
; alternate entry point to asm_zx_scroll_up_wc that does
; not alter the exx set
;
; enter : de = number of rows to scroll upward by
; l = attr
; ix = rect *
;
; uses :... | 14.272727 | 59 | 0.611465 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.