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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1db02121c8638781e6ab51a37ceb6a0660249d8f | 916 | asm | Assembly | src/linux.hello.asm | mckenney5/x86-intel-code-snips | 5dada8f3ebe520a30a3b27b327cc09eafc7598ee | [
"Unlicense"
] | null | null | null | src/linux.hello.asm | mckenney5/x86-intel-code-snips | 5dada8f3ebe520a30a3b27b327cc09eafc7598ee | [
"Unlicense"
] | null | null | null | src/linux.hello.asm | mckenney5/x86-intel-code-snips | 5dada8f3ebe520a30a3b27b327cc09eafc7598ee | [
"Unlicense"
] | null | null | null | ; Writes hello, world to stdout via linux sys_calls
; x86 32bit Linux kernel only
SECTION .data ; initalized data
msg: db "Hello, World",10,0 ; the mesg to display
msg_len equ $ - msg ; msg's length
SECTION .text ; the code
global main ; main used so gcc can be linker
; can be changed to _start for ld
... | 18.693878 | 51 | 0.662664 |
b33dc5bf9c48f6191ed91016d483c90fc116f006 | 492 | asm | Assembly | oeis/064/A064733.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/064/A064733.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/064/A064733.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A064733: Final digits of A005165(2n) for large n, read from right.
; Submitted by Christian Krause
; 9,1,0,7,7,5,5,3,6,1,6,1,2,6,3,9,3,5,6,4,4,1,2,8,8,5,7,6,3,2,6,8,6,5,5,0,1,6,0,4,8,5,9,1,6,9,4,6,3,4,0,7,3,8,1,7,6,8,1,3,1,6,8,8,1,1,9,8,9,2,8,8,8,6,0,2,9,5,3,9,9,6,6,3,2,9,9,3,6,3,4,2,4,7,9,0,7,7,4,5
mov $3,$0
add $3... | 20.5 | 201 | 0.554878 |
9514f8ad16574b1e8d27fdef9d7dd118f2b920c9 | 704 | asm | Assembly | oeis/021/A021434.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021434.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021434.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021434: Expansion of 1/((1-x)(1-3x)(1-5x)(1-8x)).
; Submitted by Jamie Morken(s3)
; 1,17,194,1882,16827,143835,1197868,9822164,79783253,644325253,5184986742,41632083246,333818409679,2674358387471,21413929824416,171406773741928,1371730930238505,10976231337133689,87821770754328490,702633768064315010,562136815989313213... | 39.111111 | 488 | 0.8125 |
3e14b7dbd47208dd48c116d91c7535a5b3d26b64 | 162 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_sigdigf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_sigdigf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_sigdigf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math32
PUBLIC asm_sigdigf, asm_dsigdig
EXTERN m32_fssigdig
DEFC asm_sigdigf = m32_fssigdig
DEFC asm_dsigdig = m32_fssigdig
| 13.5 | 31 | 0.845679 |
1c26e27c184f3e4c1f86cac223612867beb17515 | 669 | asm | Assembly | ffight/lcs/1p/42.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 | ffight/lcs/1p/42.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | ffight/lcs/1p/42.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
004114 clr.b ($17,A6) [1p+42, boss+42, enemy+42]
009CE4 clr.b ($42,A6)
009CE8 move.l #$a000000, ($2,A6)
00A2C6 dbra D0, $a2c0
00A314 clr.b ($42,A4)
00A318 clr.w ($44,A4)
00A720 clr.b ($42,A6)
00A724 move.b #$6, ($3,A6)
00BACA move.b ... | 29.086957 | 54 | 0.58296 |
f19ec086d96a027cb19304ca9beafa4c67f7062f | 688 | asm | Assembly | programs/oeis/013/A013632.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/013/A013632.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/013/A013632.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A013632: Difference between n and the next prime greater than n.
; 2,1,1,2,1,2,1,4,3,2,1,2,1,4,3,2,1,2,1,4,3,2,1,6,5,4,3,2,1,2,1,6,5,4,3,2,1,4,3,2,1,2,1,4,3,2,1,6,5,4,3,2,1,6,5,4,3,2,1,2,1,6,5,4,3,2,1,4,3,2,1,2,1,6,5,4,3,2,1,4,3,2,1,6,5,4,3,2,1,8,7,6,5,4,3,2,1,4,3,2,1,2,1,4,3,2,1,2,1,4,3,2,1,14,13,12,11,10,9,8,7,6,5,... | 86 | 515 | 0.555233 |
2078948716fcb8d74a9300f4b54019ed8d164135 | 50,184 | asm | Assembly | cmd/diskcomp/compinit.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/diskcomp/compinit.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/diskcomp/compinit.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | PAGE 90,132 ;A2
TITLE COMPINIT -- DISKCOMP INITIALIZATION PROGRAM
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
;****************** START OF SPECIFICATIONS... | 45.008072 | 111 | 0.454328 |
5aff040ad34807c03a726cd47aeb2b14fb8923a8 | 163 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_at.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_at.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_at.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; void *w_vector_at(b_vector_t *v, size_t idx)
SECTION code_clib
SECTION code_adt_w_vector
PUBLIC w_vector_at
EXTERN w_array_at
defc w_vector_at = w_array_at
| 13.583333 | 46 | 0.815951 |
933417db1c7aa41006ca949f3817a9aead58159b | 2,373 | asm | Assembly | software/atommc2/cfg.asm | AtomicRoland/AtomFpga | 200d57d85cb2abf43f80723a78db98a8b21c1d7d | [
"Apache-2.0"
] | 25 | 2015-01-19T20:53:43.000Z | 2021-10-04T18:42:06.000Z | software/atommc2/cfg.asm | AtomicRoland/AtomFpga | 200d57d85cb2abf43f80723a78db98a8b21c1d7d | [
"Apache-2.0"
] | 2 | 2019-06-15T17:10:09.000Z | 2019-06-15T17:15:35.000Z | software/atommc2/cfg.asm | AtomicRoland/AtomFpga | 200d57d85cb2abf43f80723a78db98a8b21c1d7d | [
"Apache-2.0"
] | 12 | 2015-02-12T14:38:00.000Z | 2021-06-09T10:05:34.000Z | ;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~
;
; *PBD ([val])
;
; *PBD - Print the current port B direction register in hex.
; *PBD 7F - Set the direction register.
;
; Port B is 8 bits wide and each bit's direction is independently controllable.
; A set bit in the... | 28.590361 | 123 | 0.55078 |
c5501b5a4e9b75eea36d3a5e0fdbac5bdd44dd16 | 698 | asm | Assembly | oeis/214/A214439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/214/A214439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/214/A214439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A214439: Denominators of correlation kernels arising in adding a list of numbers in base 3 considering the distribution of number of carries.
; Submitted by Jon Maiga
; 3,3,9,9,27,1,81,81,243,243,729,1,2187,2187,6561,6561,19683,1,59049,59049,177147,177147,531441,1,1594323,1594323,4782969,4782969,14348907,1,43046721,4... | 19.942857 | 201 | 0.636103 |
ccac2a9a9cab7ab72349443680661956baa5708f | 1,352 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_1_565.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_1_565.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_1_565.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 %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x7cac, %rsi
lea addresses_normal_ht+0x1685c, %rdi
nop
nop
and $57517, %r13
mov $62, %rcx
rep movsl
nop
nop
nop
nop
xor %r14, %r14
pop %rsi
pop %rdi
pop %rcx
pop %r14
pop %r13
ret
.global s_faulty_load... | 17.113924 | 151 | 0.654586 |
6ef4d4394125fffd900446a106f7e8b12bdf1b86 | 688 | asm | Assembly | oeis/131/A131521.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/131/A131521.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/131/A131521.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A131521: Expansion of 9/(4 + 5*sqrt(1-36*x)).
; Submitted by Jon Maiga
; 1,10,190,4420,113950,3128140,89608780,2647358920,80065458910,2466432898300,77115832253380,2440820453410360,78053018025315340,2517915855707814520,81839894422876183000,2677554649095487584400,88108029781655493843550,2914140107497052817012700,968241... | 34.4 | 465 | 0.8125 |
3e01fe25d430b952b7fb30386df0d60d09d2c1e4 | 6,425 | asm | Assembly | core/src/main/c/share/asmlib/unalignedisfaster64.asm | jerrinot/questdb | 70c8af789dadf132bcdbede24d48ee58bc30caf4 | [
"Apache-2.0"
] | 8,451 | 2019-11-18T10:25:08.000Z | 2022-03-31T16:13:52.000Z | core/src/main/c/share/asmlib/unalignedisfaster64.asm | jerrinot/questdb | 70c8af789dadf132bcdbede24d48ee58bc30caf4 | [
"Apache-2.0"
] | 1,278 | 2019-11-18T11:31:17.000Z | 2022-03-31T21:34:49.000Z | core/src/main/c/share/asmlib/unalignedisfaster64.asm | jerrinot/questdb | 70c8af789dadf132bcdbede24d48ee58bc30caf4 | [
"Apache-2.0"
] | 493 | 2019-11-18T11:19:29.000Z | 2022-03-29T18:21:12.000Z | ;************************* unalignedisfaster64.asm ******************************
; Author: Agner Fog
; Date created: 2011-07-09
; Last modified: 2013-08-30
; Source URL: www.agner.org/optimize
; Project: asmlib.zip
; Language: assembly, NASM/YASM syntax, 64 bit
;
; C++ prototy... | 33.994709 | 122 | 0.481712 |
03e1368a1e161d0972389a62b3b0109a3ffd82d9 | 443 | asm | Assembly | programs/oeis/025/A025854.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/025/A025854.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/025/A025854.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A025854: Expansion of 1/((1-x^3)(1-x^9)(1-x^10)).
; 1,0,0,1,0,0,1,0,0,2,1,0,2,1,0,2,1,0,3,2,1,3,2,1,3,2,1,4,3,2,5,3,2,5,3,2,6,4,3,7,5,3,7,5,3,8,6,4,9,7,5,9,7,5,10,8,6,11,9,7,12,9,7,13,10,8,14,11,9,15,12,9,16,13,10
mov $3,$0
mov $4,2
lpb $4
mov $0,$3
sub $4,1
add $0,$4
trn $0,1
seq $0,29058 ; Expansion of 1... | 21.095238 | 163 | 0.510158 |
05e964f069dac6883f99f16f078f298fea9e8d24 | 396 | asm | Assembly | programs/oeis/295/A295297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/295/A295297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/295/A295297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A295297: a(n) = (A000120(n) + A000203(n)) mod 2.
; 0,0,0,0,0,0,1,0,1,0,1,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0,1,0,0,1,0,0,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,1,0,1,1,0,0,0,0,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0,0,0
mov $2,$0
seq $0,48881 ; a(n) = A000120(n+1) - 1 = wt(n+1) - 1.
se... | 39.6 | 201 | 0.517677 |
5efdca3abf6763817c6a2aace0a517abd35c4751 | 8,776 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_12358_146.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_12358_146.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_12358_146.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 %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xf544, %rdx
nop
nop
nop
nop
nop
lfence
vmovups (%rdx), %ymm7
vextracti128 $1, %ymm7, %xmm7
vpextrq $1, %xmm7, %r15
nop
nop
nop
nop
nop
cmp %rdi, %rdi
lea addresses_WC... | 29.85034 | 2,999 | 0.64984 |
876a797d26b31f87d718b24281c8e897e3e81b26 | 852 | asm | Assembly | engine/events/misc_scripts_2.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | engine/events/misc_scripts_2.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | engine/events/misc_scripts_2.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | RepelWoreOffScript::
opentext
writetext .text
waitbutton
closetext
end
.text
; REPEL's effect wore off.
text_far _RepelWoreOffText
text_end
HiddenItemScript::
opentext
readmem wHiddenItemID
getitemname STRING_BUFFER_3, USE_SCRIPT_VAR
callasm .append_tmhm_move_name
writetext .found_text
giveitem ITEM_FRO... | 14.689655 | 44 | 0.784038 |
89cfc530490f46dd832096e8c8b8ffd144c13c72 | 291 | asm | Assembly | libmikeos/src.os/os_get_random.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | libmikeos/src.os/os_get_random.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | libmikeos/src.os/os_get_random.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null |
; @@@ unsigned int mikeos_get_random(unsigned int low, unsigned int high);
%include "os_vector.inc"
section .text
use16
global _mikeos_get_random
_mikeos_get_random:
push bp
mov bp, sp
mov ax, [bp + 4]
mov bx, [bp + 6]
mov bp, os_get_random
call bp
mov ax, cx
pop bp
ret
| 12.125 | 74 | 0.694158 |
95b983ed202280e1dc5b81ef838c8f24c9338568 | 287 | asm | Assembly | programs/oeis/129/A129204.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/129/A129204.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/129/A129204.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A129204: The denominator of 2/n^3.
; 1,1,4,27,32,125,108,343,256,729,500,1331,864,2197,1372,3375,2048,4913,2916,6859,4000,9261,5324,12167,6912,15625,8788,19683,10976,24389,13500,29791,16384,35937,19652,42875,23328,50653,27436,59319,32000
pow $0,3
dif $0,2
trn $0,1
mov $1,$0
add $1,1
| 31.888889 | 202 | 0.735192 |
41387a3933be43d688445edf3346dcb34163b4f0 | 442 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sccz80/putchar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sccz80/putchar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sccz80/putchar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int putchar(int c)
INCLUDE "clib_cfg.asm"
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC putchar
EXTERN asm_putchar
defc putchar = asm_putchar
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ELSE
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC putchar
EXTERN... | 14.258065 | 31 | 0.447964 |
c1281fa503ca07209f476c603bab21dd03ec69a0 | 4,389 | asm | Assembly | NVEncCore/cpu_info_x64.asm | yumetodo/NVEnc | 829b4cb5c7028f813bef51927a403a6d75d8c4cb | [
"MIT"
] | null | null | null | NVEncCore/cpu_info_x64.asm | yumetodo/NVEnc | 829b4cb5c7028f813bef51927a403a6d75d8c4cb | [
"MIT"
] | null | null | null | NVEncCore/cpu_info_x64.asm | yumetodo/NVEnc | 829b4cb5c7028f813bef51927a403a6d75d8c4cb | [
"MIT"
] | null | null | null | section .code
align 16
section .text
global runl_por
;int64_t __stdcall runl_por(uint32_t count_n) (
; [esp+04] uint32_t size
;)
runl_por:
push rbx
push rsi
mov esi, ecx
mov r9, rsp
sub rsp, 16*10
and rsp, -32
movaps [rsp+16*0... | 22.740933 | 48 | 0.459558 |
de50aeeb523eb973f3102d8b75017e2984d2c422 | 527 | asm | Assembly | programs/oeis/216/A216106.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/216/A216106.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/216/A216106.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A216106: The Wiener index of the tetrameric 1,3-adamantane TA(n) (see the Fath-Tabar et al. reference).
; 96,652,1968,4344,8080,13476,20832,30448,42624,57660,75856,97512,122928,152404,186240,224736,268192,316908,371184,431320,497616,570372,649888,736464,830400,931996,1041552,1159368,1285744,1420980
mov $2,1
mov $3,$... | 19.518519 | 195 | 0.683112 |
f823a7eba2c734608cc3c966e83c31267c1e0c4e | 259 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_iy/zx_scroll_up_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_iy/zx_scroll_up_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_iy/zx_scroll_up_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void zx_scroll_up_pix(uchar rows, uchar pix)
SECTION code_clib
SECTION code_arch
PUBLIC _zx_scroll_up_pix
EXTERN asm0_zx_scroll_up_pix
_zx_scroll_up_pix:
pop af
pop de
push de
push af
ld l,d
ld d,0
jp asm0_zx_scroll_up_pix
| 12.333333 | 46 | 0.72973 |
d577c71a3c592e9404147921007ef78c0d905a32 | 695 | asm | Assembly | oeis/155/A155132.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/155/A155132.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/155/A155132.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A155132: a(n) = 8*a(n-1) + 8*a(n-2), n > 2, a(0)=1, a(1)=7, a(2)=63.
; Submitted by Jon Maiga
; 1,7,63,560,4984,44352,394688,3512320,31256064,278147072,2475225088,22026977280,196017618944,1744356769792,15522995109888,138138815037440,1229294481178624,10939466369728512,97350086807257088,866316425415884800,7709332097785... | 43.4375 | 485 | 0.795683 |
a5be66d4a2d11eb21b8aec13d4795f66863418cb | 484 | asm | Assembly | whitenoise/_includes/variables.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 5 | 2021-05-15T21:47:38.000Z | 2022-03-27T19:33:15.000Z | whitenoise/_includes/variables.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 1 | 2021-06-09T10:17:41.000Z | 2021-06-09T15:07:37.000Z | whitenoise/_includes/variables.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | null | null | null | ;==============================================================
; RAM Locations
;==============================================================
RAM_RANDOM_DATA_INDEX equ $00FF0000 ; w
RAM_PALETTE_CYCLE equ $00FF0002 ; b
RAM_VINT_FLAG equ $00FF0004 ; b
RAM_TICTOC equ $00F... | 32.266667 | 63 | 0.466942 |
7a323a83cc4248e76bbc6226f50bcf59477d5d43 | 677 | asm | Assembly | programs/oeis/021/A021147.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/021/A021147.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/021/A021147.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A021147: Decimal expansion of 1/143.
; 0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0,6,9,9,3,0,0... | 37.611111 | 501 | 0.51551 |
76ac8e6cfd436950eefc214fd35c793209f4a8d1 | 407 | asm | Assembly | cemu/examples/x86_64_sys_exec_bin_sh.asm | MatejKastak/cemu | c6f93239a5901ce00d2f739a3913d0ba7d0ed4e4 | [
"MIT"
] | 823 | 2016-05-15T08:55:57.000Z | 2022-03-23T01:06:44.000Z | cemu/examples/x86_64_sys_exec_bin_sh.asm | MatejKastak/cemu | c6f93239a5901ce00d2f739a3913d0ba7d0ed4e4 | [
"MIT"
] | 57 | 2016-05-16T20:09:17.000Z | 2022-03-13T14:11:51.000Z | cemu/examples/x86_64_sys_exec_bin_sh.asm | MatejKastak/cemu | c6f93239a5901ce00d2f739a3913d0ba7d0ed4e4 | [
"MIT"
] | 118 | 2016-05-16T18:10:25.000Z | 2022-03-02T15:02:18.000Z | ;;; @@@ arch:x86_64 @@@
;;; @@@ endian:little @@@
;;; @@@ syntax:intel @@@
;;;
;;; Intel x86-64 little endian sys_execve("/bin/sh")
;;; shellcode
;;; by @_hugsy_
;;;
;;; rax = sys_execve
mov rax, __NR_SYS_execve
;;; write /bin/sh @rsp
mov rsi, "hs//nib/" # or 0x68732f2f6e69622f
mov [rsp], rsi
;;; rdi = @/bin/sh
mov rd... | 19.380952 | 52 | 0.614251 |
c2a9bb218626e3b25c96e93d7d62a8fb928e3ea1 | 143 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/edit_1.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/edit_1.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/edit_1.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: edit_1.asm
Type: file
Size: 4413
Last-Modified: '1992-06-02T15:00:00Z'
SHA-1: 8AD5ED432E2F6DD6AEA058844E2FA70ECCC9D071
Description: null
| 20.428571 | 47 | 0.811189 |
1d49ac8cd5aa5aca495a00e9ba2ce33a1dded6ba | 14,598 | asm | Assembly | intel-avx2/matrix-vector/asm/matvec_simd_clang.asm | yanyh15/vectorization-examples | ab9088214cec0997dec9db889e184fac4028a7bc | [
"BSD-3-Clause"
] | null | null | null | intel-avx2/matrix-vector/asm/matvec_simd_clang.asm | yanyh15/vectorization-examples | ab9088214cec0997dec9db889e184fac4028a7bc | [
"BSD-3-Clause"
] | null | null | null | intel-avx2/matrix-vector/asm/matvec_simd_clang.asm | yanyh15/vectorization-examples | ab9088214cec0997dec9db889e184fac4028a7bc | [
"BSD-3-Clause"
] | 1 | 2021-03-03T15:09:26.000Z | 2021-03-03T15:09:26.000Z | .text
.intel_syntax noprefix
.file "matvec_simd.c"
.section .rodata.cst8,"aM",@progbits,8
.p2align 3 # -- Begin function read_timer
.LCPI0_0:
.quad 4652007308841189376 # double 1000
.text
.globl read_timer
.p2align 4, 0x90
.type read_timer,@function
read_timer: # ... | 32.225166 | 79 | 0.603302 |
c68f4950f3fe4aba046987a835321d2918e956fe | 306 | asm | Assembly | programs/oeis/282/A282850.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/282/A282850.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/282/A282850.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A282850: 38-gonal numbers: a(n) = n*(18*n-17).
; 0,1,38,111,220,365,546,763,1016,1305,1630,1991,2388,2821,3290,3795,4336,4913,5526,6175,6860,7581,8338,9131,9960,10825,11726,12663,13636,14645,15690,16771,17888,19041,20230,21455,22716,24013,25346,26715,28120,29561
mov $1,$0
mul $1,18
sub $1,17
mul $0,$1
| 38.25 | 215 | 0.728758 |
95545847c323cb0f059568683a00c530f902b6b8 | 387 | asm | Assembly | programs/oeis/026/A026185.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/026/A026185.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/026/A026185.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A026185: If n even, then 2n. If n odd, then nearest integer to 2n/3.
; 0,1,4,2,8,3,12,5,16,6,20,7,24,9,28,10,32,11,36,13,40,14,44,15,48,17,52,18,56,19,60,21,64,22,68,23,72,25,76,26,80,27,84,29,88,30,92,31,96,33,100,34,104,35,108,37,112,38,116,39,120,41
mov $4,$0
mod $0,2
mov $3,10
mul $4,2
mov $1,$4
lpb $0
bin $0,... | 21.5 | 183 | 0.612403 |
958f2ea106acb0a7932a938ac282516f0c7baa59 | 2,938 | asm | Assembly | Native.asm | 0x09AL/CVE-2018-8897 | 9014ca9268faade9a1ee0f038bedeec92b2c081b | [
"BSD-3-Clause"
] | 4 | 2018-06-01T16:23:22.000Z | 2018-08-26T20:31:50.000Z | Native.asm | 0x09AL/CVE-2018-8897 | 9014ca9268faade9a1ee0f038bedeec92b2c081b | [
"BSD-3-Clause"
] | null | null | null | Native.asm | 0x09AL/CVE-2018-8897 | 9014ca9268faade9a1ee0f038bedeec92b2c081b | [
"BSD-3-Clause"
] | 3 | 2018-06-13T07:02:30.000Z | 2020-04-11T20:45:21.000Z | .code
__swapgs PROC
swapgs
ret
__swapgs ENDP
__rollback_isr PROC
mov rdx, [rsp] ; rdx = Return pointer
lea r8, [rsp+8h] ; r8 = Old stack
mov [rcx], rdx ; isr stack.rip = Return pointer
mov [rcx+18h], r8 ; isr stack.rsp = Old stack
mov rsp, rcx ; stack = isr stack
ire... | 19.456954 | 62 | 0.481961 |
5dded10db2b04e44b2687e91e66fa401f17dc5d3 | 7,370 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_xt_/i3-7100_9_0xca_notsx.log_21829_1471.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i3-7100_9_0xca_notsx.log_21829_1471.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i3-7100_9_0xca_notsx.log_21829_1471.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 %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x12f1, %rdi
xor %rbx, %rbx
movl $0x61626364, (%rdi)
nop
nop
add %r10, %r10
lea addresses_WT_ht+0x1b2f1, %r8
nop
sub $63713, %rcx
movl $0x61626364, (%r8)
nop
xor $1931, %rdi
lea... | 33.963134 | 2,999 | 0.658887 |
a6f36f9c25973600f04c67ef658ce12c208d8a48 | 581 | asm | Assembly | oeis/017/A017163.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017163.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017163.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017163: a(n) = (9*n)^3.
; Submitted by Christian Krause
; 0,729,5832,19683,46656,91125,157464,250047,373248,531441,729000,970299,1259712,1601613,2000376,2460375,2985984,3581577,4251528,5000211,5832000,6751269,7762392,8869743,10077696,11390625,12812904,14348907,16003008,17779581,19683000,21717639,23887872,26198073,28... | 83 | 500 | 0.841652 |
e53aa94828151d514d0a7108494ca9933ab9c7fb | 337 | asm | Assembly | programs/oeis/180/A180027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/180/A180027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/180/A180027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A180027: Partial sums of sigma_A100706(n).
; 1,112,11223,1122334,112233445,11223344556,1122334455667,112233445566778,11223344556677889,1122334455667789000,112233445566778900111,11223344556677890011222
mul $0,2
lpb $0
mov $2,$0
sub $0,2
seq $2,161770 ; n 1's followed by three 0's.
add $1,$2
lpe
div $1,1000
ad... | 24.071429 | 157 | 0.750742 |
30b11ba2be2534fb216eb318fe2dbcf13358f9b3 | 722 | asm | Assembly | 006 - Sum Square Difference/006 - Sum_Square_Difference.asm | LanguageAdventures/Project-Euler-Assembly | acfb296a3430ab860100b571c66ceb1ae101e29c | [
"MIT"
] | null | null | null | 006 - Sum Square Difference/006 - Sum_Square_Difference.asm | LanguageAdventures/Project-Euler-Assembly | acfb296a3430ab860100b571c66ceb1ae101e29c | [
"MIT"
] | null | null | null | 006 - Sum Square Difference/006 - Sum_Square_Difference.asm | LanguageAdventures/Project-Euler-Assembly | acfb296a3430ab860100b571c66ceb1ae101e29c | [
"MIT"
] | null | null | null | format PE console
include "win32ax.inc"
start:
; sum's square: ((n*(n+1))/2)^2
; sum of squares: (n*(n+1)*(2n+1))/6 https://trans4mind.com/personal_development/mathematics/series/sumNaturalSquares.htm
mov eax, 100
mov ebx, eax
add ebx, 1
mov ecx, eax
add ecx, eax
add ecx, 1
mul ebx
mul ecx
mov ebx, 6
... | 16.790698 | 124 | 0.685596 |
59655421fdafbbabd8e4e7f73f8dddf5fd13ea3a | 446 | asm | Assembly | programs/oeis/015/A015448.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/015/A015448.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/015/A015448.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A015448: a(0) = 1, a(1) = 1, and a(n) = 4*a(n-1) + a(n-2) for n >= 2.
; 1,1,5,21,89,377,1597,6765,28657,121393,514229,2178309,9227465,39088169,165580141,701408733,2971215073,12586269025,53316291173,225851433717,956722026041,4052739537881,17167680177565,72723460248141,308061521170129,1304969544928657,5527939700884757
... | 27.875 | 247 | 0.686099 |
8fe40001a2c46fb3f2ea1d182a4afab300e8f752 | 263 | asm | Assembly | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_data_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_data_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_data_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *ba_priority_queue_data_fastcall(ba_priority_queue_t *q)
SECTION code_clib
SECTION code_adt_ba_priority_queue
PUBLIC _ba_priority_queue_data_fastcall
EXTERN asm_ba_priority_queue_data
defc _ba_priority_queue_data_fastcall = asm_ba_priority_queue_data
| 21.916667 | 66 | 0.897338 |
de5d1805d513172dcddcf1da90d1eb388e135ebc | 3,179 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_11_101.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_11_101.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_11_101.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 %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x85bb, %rsi
lea addresses_normal_ht+0x1d3bb, %rdi
nop
nop
nop
dec %r8
mov $23, %rcx
rep movsb
nop
nop
nop
xor %r12, %r12
lea addresses_UC_ht+0x1c27b, %r10
xor $50056, %r14
mov (%r10), %... | 19.745342 | 152 | 0.639195 |
4a5631c8eef1ca5cfb1b14c9345aeb31e30b7595 | 7,411 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_631_1537.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_631_1537.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_631_1537.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 %r13
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x115bb, %rsi
lea addresses_A_ht+0xcf8b, %rdi
nop
add $5888, %r13
mov $24, %rcx
rep movsb
nop
nop
add %r14, %r14
lea addresses_WC_ht+0xaeec, %r11
nop
nop
nop
cmp $53166, %r9
movl $0x6162... | 27.246324 | 1,892 | 0.649845 |
14483d2f7cb843708b7a4232729c486dcee35cb8 | 665 | asm | Assembly | programs/oeis/048/A048497.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/048/A048497.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/048/A048497.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A048497: a(n) = 2^(n-1)*(4*n - 6) + 4.
; 1,2,8,28,84,228,580,1412,3332,7684,17412,38916,86020,188420,409604,884740,1900548,4063236,8650756,18350084,38797316,81788932,171966468,360710148,754974724,1577058308,3288334340,6845104132,14227079172,29527900164,61203283972,126701535236,261993005060,541165879300,1116691496964,... | 33.25 | 464 | 0.771429 |
1c8859dc805dd80a207e8917ce32fbfcd49aae32 | 684 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_showTilePosH_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_showTilePosH_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_showTilePosH_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_h.h" for further details
; ----------------------------------------------------------------
; void BIFROSTH_showTilePosH(unsigned int lin,unsigned int col)
; callee
SEC... | 26.307692 | 69 | 0.533626 |
c495d9b065fa3c77cc4077869fcbe3ca5775d63f | 4,635 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_511.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_511.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_511.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 %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xdc43, %r14
nop
nop
nop
nop
nop
inc %rcx
movups (%r14), %xmm4
vpextrq $0, %xmm4, %rsi
nop
nop
nop
nop
nop
add %rdi, %rdi
lea addresses_UC_ht+0x6f43, %rsi
lea addresses_WT_ht+0x6843, %rdi
sub %r9, %r9
mov $6... | 48.789474 | 2,999 | 0.661704 |
ef547fdcbc53464de1d6ec3527bd0c583e604093 | 480 | asm | Assembly | oeis/090/A090244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/090/A090244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/090/A090244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A090244: a(0) = 1; a(1) = 2; a(n) = { a(n-1) + a(n-2) for n even, a(n-1) - a(n-2) for n odd }.
; Submitted by Christian Krause
; 1,2,3,1,4,3,7,4,11,7,18,11,29,18,47,29,76,47,123,76,199,123,322,199,521,322,843,521,1364,843,2207,1364,3571,2207,5778,3571,9349,5778,15127,9349,24476,15127,39603,24476,64079
mov $1,$0
add ... | 21.818182 | 175 | 0.58125 |
fea990dfec42b4d3b1dd8c8201edc84e758ee36c | 5,011 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1786.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_1786.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_1786.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 %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xc04a, %rsi
lea addresses_A_ht+0x173ca, %rdi
nop
nop
nop
nop
nop
cmp $24131, %r12
mov $61, %rcx
rep movsq
cmp %r15, %r15
pop %rsi
pop %rdi
pop %rcx
pop %r15
pop %r12
ret
.global s_faulty_load
s_faulty... | 44.741071 | 2,999 | 0.65436 |
a477f32c857b6b635420f813df32585c54d027aa | 5,485 | asm | Assembly | scripts/mtmoon1.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | scripts/mtmoon1.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | scripts/mtmoon1.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | MtMoon1Script:
call EnableAutoTextBoxDrawing
ld hl, MtMoon1TrainerHeader0
ld de, MtMoon1ScriptPointers
ld a, [wMtMoon1CurScript]
call ExecuteCurMapScriptInTable
ld [wMtMoon1CurScript], a
ret
MtMoon1ScriptPointers:
dw CheckFightingMapTrainers
dw DisplayEnemyTrainerTextAndStartBattle
dw EndTrainerBattle
MtMoo... | 22.296748 | 51 | 0.833181 |
494e6f3fb637cea152fa07df69bcd86eb7a96737 | 8,781 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_1885.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_1885.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_1885.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 %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x18335, %rsi
lea addresses_D_ht+0x43b3, %rdi
nop
xor $52479, %r10
mov $67, %rcx
rep movsb
nop
nop
nop
add $8015, %rcx
lea addresses_UC_ht+0x1ef2f, %rsi
lea addresses_WT_h... | 30.810526 | 2,999 | 0.657442 |
19146e5a20ee0d1b7043b7577e8cad10598ec6b6 | 630 | asm | Assembly | programs/oeis/008/A008253.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/008/A008253.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/008/A008253.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A008253: Coordination sequence for diamond.
; 1,4,12,24,42,64,92,124,162,204,252,304,362,424,492,564,642,724,812,904,1002,1104,1212,1324,1442,1564,1692,1824,1962,2104,2252,2404,2562,2724,2892,3064,3242,3424,3612,3804,4002,4204,4412,4624,4842,5064,5292,5524,5762,6004,6252,6504,6762,7024,7292,7564,7842,8124,8412,8704,9... | 52.5 | 508 | 0.768254 |
262165d2194f113b45b7cc90f599f3b7e6346701 | 12,831 | asm | Assembly | rom/dos/progs/format.asm | hisahi/ellipse1100 | 930588825d8cc3ad3b069269ff9d596022f84d02 | [
"Zlib"
] | null | null | null | rom/dos/progs/format.asm | hisahi/ellipse1100 | 930588825d8cc3ad3b069269ff9d596022f84d02 | [
"Zlib"
] | null | null | null | rom/dos/progs/format.asm | hisahi/ellipse1100 | 930588825d8cc3ad3b069269ff9d596022f84d02 | [
"Zlib"
] | null | null | null | ; Ellipse Workstation 1100 (fictitious computer)
; Ellipse DOS disk formatting utility (FORMAT.COM)
;
; Copyright (c) 2020 Sampo Hippeläinen (hisahi)
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
... | 21.895904 | 81 | 0.406438 |
5753ebe5784c1241fe632675b3b5ea3d3cb788a8 | 473 | asm | Assembly | libsrc/stdio/test/puts_cons.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/test/puts_cons.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/test/puts_cons.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; Devilishly simple routines for the Spectrum
;
; puts(char *s) - put string to screen
;
;
; $Id: puts_cons.asm,v 1.2 2015/01/21 08:09:27 stefano Exp $
;
PUBLIC puts_cons
EXTERN fputc_cons
; Enter in with hl holding the address of string to print
.puts_cons
pop bc
pop hl
push hl
push bc
.puts0
ld a,(hl)... | 11.536585 | 60 | 0.684989 |
ee6b1ac14803ac4a78d27887250e12d87fe7891d | 146 | nasm | Assembly | Projetos/J-VMTranslator/bin/nasm/SimpleNot.nasm | gabrielvf1/Z01---Grupo-H | ef44894eb6a245c9b856802dd96ebe0051315602 | [
"Unlicense"
] | null | null | null | Projetos/J-VMTranslator/bin/nasm/SimpleNot.nasm | gabrielvf1/Z01---Grupo-H | ef44894eb6a245c9b856802dd96ebe0051315602 | [
"Unlicense"
] | 77 | 2018-03-09T12:33:31.000Z | 2018-05-18T10:42:22.000Z | Projetos/J-VMTranslator/bin/nasm/SimpleNot.nasm | gabrielvf1/Z01---Grupo-H | ef44894eb6a245c9b856802dd96ebe0051315602 | [
"Unlicense"
] | null | null | null | ; 0 - ADD
leaw $SP,%A
movw (%A),%A
decw %A
movw (%A),%S
decw %A
addw (%A),%S,%D
movw %D, (%A)
leaw $SP,%A
movw (%A),%D
decw %D
movw %D,(%A)
; End
| 10.428571 | 15 | 0.5 |
5937adfbc1d6a12428ba824f1308259c71f9c462 | 2,100 | asm | Assembly | x86-64/write.asm | ShineyDev/assembly | 90eb976c87372bb98126554c183d4c7130baa920 | [
"Apache-2.0"
] | 1 | 2020-06-22T11:37:37.000Z | 2020-06-22T11:37:37.000Z | x86-64/write.asm | ShineyDev/assembly | 90eb976c87372bb98126554c183d4c7130baa920 | [
"Apache-2.0"
] | 1 | 2020-07-05T19:35:35.000Z | 2020-07-05T19:35:35.000Z | x86-64/write.asm | ShineyDev/assembly | 90eb976c87372bb98126554c183d4c7130baa920 | [
"Apache-2.0"
] | 2 | 2020-07-01T19:26:46.000Z | 2020-07-05T03:33:16.000Z | ; ---------------------------------------------------------------------
; /x86-64/write.asm
;
; An x86-64 assembly for writing to streams.
; ---------------------------------------------------------------------
global write
global write_cstring
global write_integer
section .text
; Writes a string buf... | 22.580645 | 73 | 0.531905 |
cee6d7a021e0c6aad23c1ecbc2b655f9c2f66912 | 6,697 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1388.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_0xca_notsx.log_21829_1388.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_0xca_notsx.log_21829_1388.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 %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x6b93, %rcx
clflush (%rcx)
nop
nop
nop
nop
nop
add $35965, %r11
mov $0x6162636465666768, %r14
movq %r14, %xmm6
movups %xmm6, (%rcx)
add %rdx, %rdx
lea addresses_WC_ht+0x8b93, %rdx
nop
a... | 37.413408 | 2,999 | 0.658952 |
899ac0bf402ef2957d58c89b75108776971c6ca9 | 426 | asm | Assembly | data/pokemon/base_stats/chix.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/chix.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/chix.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 30, 70, 40, 65, 30, 30
; hp atk def spd sat sdf
db NORMAL, FLYING ; type
db 190 ; catch rate
db 56 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/chix/front.dimensions"
db GROWTH_MEDIUM_FAST ... | 21.3 | 43 | 0.680751 |
1897b1525eb772a74d0c1ffb903121ba19e508ef | 5,120 | asm | Assembly | lib/debug_mode4.asm | kieranhj/nova-invite | 937bb6530f36bd87be2e79ce78c310be5cece9be | [
"MIT"
] | 1 | 2021-01-26T16:52:31.000Z | 2021-01-26T16:52:31.000Z | lib/debug_mode4.asm | kieranhj/nova-invite | 937bb6530f36bd87be2e79ce78c310be5cece9be | [
"MIT"
] | null | null | null | lib/debug_mode4.asm | kieranhj/nova-invite | 937bb6530f36bd87be2e79ce78c310be5cece9be | [
"MIT"
] | null | null | null | \ -*- mode:beebasm -*-
\ ******************************************************************
\ * DEBUG
\ ******************************************************************
IF _DEBUG
.debug_reset_writeptr
{
lda display_buffer_HI
IF _DEBUG_STATUS_BAR
clc:adc #31
ENDIF
sta debug_writeptr+1
lda #0
... | 16.253968 | 68 | 0.662305 |
20a083a1cab53a1967534f1237a5bf7143b44c30 | 6,813 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1955.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_0xca_notsx.log_21829_1955.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_0xca_notsx.log_21829_1955.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 %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x11de1, %rcx
clflush (%rcx)
nop
nop
nop
and $9193, %r8
mov $0x6162636465666768, %r9
movq %r9, %xmm1
vmovups %ymm1, (%rcx)
add %r8, %r8
lea addresses_UC_ht+0x151e1, %r8
mfence
mo... | 35.300518 | 2,999 | 0.660062 |
594e93071c5da0752c0699ccfc263564f58acab4 | 33 | asm | Assembly | tests/pcmul.asm | dimitrit/uz80as | b4fd490c9ce89ac30c5b130d951a1ed4288233d0 | [
"MIT"
] | 8 | 2017-05-03T10:49:20.000Z | 2022-02-03T02:55:21.000Z | tests/pcmul.asm | vipoo/uz80as | 7cf5c353a5c1ceeaf5ba7b502e220fb41e7d9fb0 | [
"MIT"
] | 1 | 2020-02-25T06:28:30.000Z | 2020-03-30T17:09:50.000Z | tests/pcmul.asm | vipoo/uz80as | 7cf5c353a5c1ceeaf5ba7b502e220fb41e7d9fb0 | [
"MIT"
] | 2 | 2020-02-26T21:12:55.000Z | 2022-02-02T17:51:03.000Z | .ORG 2
.DB 2**, ***, **2
.END
| 8.25 | 18 | 0.333333 |
614ddb9ac28dbfebb3854d3d5dae67169bc473b4 | 596 | asm | Assembly | programs/oeis/104/A104585.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/104/A104585.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/104/A104585.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A104585: a(n) = (1/2) * ( 3*n^2 - n*(-1)^n ).
; 0,2,5,15,22,40,51,77,92,126,145,187,210,260,287,345,376,442,477,551,590,672,715,805,852,950,1001,1107,1162,1276,1335,1457,1520,1650,1717,1855,1926,2072,2147,2301,2380,2542,2625,2795,2882,3060,3151,3337,3432,3626,3725,3927,4030,4240,4347,4565,4676,4902,5017,5251,5370,561... | 54.181818 | 481 | 0.724832 |
472d5b42c7a69b401a6012da3442a6771726b84e | 2,482 | asm | Assembly | assembly/asmsbs3e/chapter8/uppercaser2/uppercaser2SLOW.asm | ash1247/DocumentsWindows | 66f65b5170a1ba766cfae08b7104b63ab87331c2 | [
"MIT"
] | 5 | 2015-12-10T15:03:12.000Z | 2019-02-20T21:39:53.000Z | assembly/asmsbs3e/chapter8/uppercaser2/uppercaser2SLOW.asm | ash1247/DocumentsWindows | 66f65b5170a1ba766cfae08b7104b63ab87331c2 | [
"MIT"
] | null | null | null | assembly/asmsbs3e/chapter8/uppercaser2/uppercaser2SLOW.asm | ash1247/DocumentsWindows | 66f65b5170a1ba766cfae08b7104b63ab87331c2 | [
"MIT"
] | 9 | 2015-11-25T08:56:56.000Z | 2020-11-30T18:08:44.000Z | ; Executable name : uppercaser2
; Version : 1.0
; Created date : 3/25/2009
; Last update : 3/25/2009
; Author : Jeff Duntemann
; Description : A simple program in assembly for Linux, using NASM 2.05,
; demonstrating simple text file I/O (through redirection) for reading an
; inpu... | 34.957746 | 77 | 0.709911 |
3e085b147e8645032c15ca6690a59be89d2b148a | 147 | asm | Assembly | app/src/modules/Folder/disp.asm | whxru/Mini-C | aa9a7dade19bdf74377f7948da1d02f183e13849 | [
"MIT"
] | null | null | null | app/src/modules/Folder/disp.asm | whxru/Mini-C | aa9a7dade19bdf74377f7948da1d02f183e13849 | [
"MIT"
] | null | null | null | app/src/modules/Folder/disp.asm | whxru/Mini-C | aa9a7dade19bdf74377f7948da1d02f183e13849 | [
"MIT"
] | null | null | null | .DATA
.TEXT 0x1118
start: addi $t0,$a0,0
addi $t1,$a0,0
srl $t1,$t1,16
sh $t0,0xfc00($0)
sh $t1,0xfc02($0)
sh $a1,0xfc04($0)
eret
| 14.7 | 22 | 0.564626 |
0ca97f380f31669bd4503cced4b6cad0f83b6dc2 | 3,945 | asm | Assembly | constants/move_effect_constants.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | constants/move_effect_constants.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | constants/move_effect_constants.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | ; MoveEffectsPointers indexes (see data/moves/effects_pointers.asm)
const_def
const EFFECT_NORMAL_HIT
const EFFECT_SLEEP
const EFFECT_POISON_HIT
const EFFECT_LEECH_HIT
const EFFECT_BURN_HIT
const EFFECT_FREEZE_HIT
const EFFECT_PARALYZE_HIT
const EFFECT_SELFDESTRUCT
const EFFECT_DREAM_EATER
const EFFECT_MIRRO... | 24.65625 | 67 | 0.877313 |
abba7a40e7794b7a355cddce9c2c67814832649a | 262 | asm | Assembly | programs/oeis/101/A101272.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/101/A101272.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/101/A101272.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A101272: a(n)=n, n <=6; a(n)=6, n > 6.
; 1,2,3,4,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6
min $0,5
add $0,1
| 43.666667 | 201 | 0.484733 |
d3ecc0ab01dfea75c84c5b09348be0034eaa81ba | 122 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/llround.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/llround.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/llround.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC llround
EXTERN cm48_sccz80_llround
defc llround = cm48_sccz80_llround
| 12.2 | 34 | 0.860656 |
ce4fee4802699c0ff3bfa941244ad787557f9938 | 1,200 | asm | Assembly | entry.asm | zevladnit/PI | 4d58ee5ee45209e457cd089cfa0072e498e57360 | [
"MIT"
] | null | null | null | entry.asm | zevladnit/PI | 4d58ee5ee45209e457cd089cfa0072e498e57360 | [
"MIT"
] | null | null | null | entry.asm | zevladnit/PI | 4d58ee5ee45209e457cd089cfa0072e498e57360 | [
"MIT"
] | null | null | null | #{
~label 'sum' 0x0
~label 'n' 0x1
~label 'i' 0x2
~label 'k' 0x3
~label 'z' 0x4
}
.ldi &(![~n]) <| $(0xAA)
.ldi &(![~i]) <| $(0x2)
;float mode ON
.ldx &(0x18) <| $(0x1)
;define float param
.orb &(0x3)
.val @float_t(4.0)
.val @float_t(2.0)
.val @float_t(3.0)
.pull &(![~sum])
.pull &(![~k])
.pull &(... | 15.584416 | 84 | 0.414167 |
38c70c53b04895144662293e5cd1dce1a5f7824b | 372 | asm | Assembly | programs/oeis/143/A143095.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/143/A143095.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/143/A143095.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A143095: (1, 2, 4, 8,...) interleaved with (4, 8, 16, 32,...).
; 1,4,2,8,4,16,8,32,16,64,32,128,64,256,128,512,256,1024,512,2048,1024,4096,2048,8192,4096,16384,8192,32768,16384,65536,32768,131072,65536,262144,131072,524288,262144,1048576,524288,2097152,1048576,4194304
mov $1,1
mov $2,4
lpb $0,1
sub $0,1
add $3,$... | 26.571429 | 205 | 0.650538 |
7bae0e8a0ce1c547f16ee18ee0d4cd2921e4a260 | 382 | asm | Assembly | oeis/191/A191687.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/191/A191687.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/191/A191687.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A191687: Table T(n,k)=[Ceiling[1/2*((k+1)^n+(1+(-1)^k)/2)] read by antidiagonals
; Submitted by Jamie Morken(w1)
; 1,1,1,1,2,2,1,1,4,5,2,1,1,8,14,8,3,1,1,16,41,32,13,3,1,1,32,122,128,63,18,4,1,1,64,365,512,313,108,25,4,1,1,128,1094,2048,1563,648,172,32,5,1
mov $1,2
lpb $0
add $1,1
sub $0,$1
pow $2,$2
lpe
sub $... | 21.222222 | 143 | 0.591623 |
e6188a844b7604e2d75a3a6e98888a114c5e5958 | 277 | asm | Assembly | programs/oeis/244/A244082.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/244/A244082.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/244/A244082.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A244082: a(n) = 32*n^2.
; 0,32,128,288,512,800,1152,1568,2048,2592,3200,3872,4608,5408,6272,7200,8192,9248,10368,11552,12800,14112,15488,16928,18432,20000,21632,23328,25088,26912,28800,30752,32768,34848,36992,39200,41472,43808,46208,48672,51200
pow $0,2
mov $1,$0
mul $1,32
| 39.571429 | 220 | 0.747292 |
47d71eaa7d620c6849449946ab045a35e79c2911 | 1,553 | asm | Assembly | programs/oeis/167/A167682.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/167/A167682.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/167/A167682.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A167682: Expansion of (1 - 2*x + 5*x^2) / (1 - 3*x)^2.
; 1,4,20,84,324,1188,4212,14580,49572,166212,551124,1810836,5904900,19131876,61647156,197696052,631351908,2008846980,6370914708,20145865428,63536960196,199908972324,627621192180,1966546402164,6150687683364,19205208480708,59875061733972,186403494077460,57954540885... | 221.857143 | 1,428 | 0.914359 |
db9cb4613744e1065b210bd61451b7208344be9a | 1,227 | asm | Assembly | Capcom/StealSystemToken.asm | EvanMcBroom/PoCs | 4f8377d8596775b9547fa2d059f286a9ecb18b17 | [
"MIT"
] | 20 | 2019-05-07T03:09:22.000Z | 2022-02-17T22:27:00.000Z | Capcom/StealSystemToken.asm | EvanMcBroom/EoPs | 4f8377d8596775b9547fa2d059f286a9ecb18b17 | [
"MIT"
] | null | null | null | Capcom/StealSystemToken.asm | EvanMcBroom/EoPs | 4f8377d8596775b9547fa2d059f286a9ecb18b17 | [
"MIT"
] | 5 | 2019-06-24T08:48:47.000Z | 2021-01-24T04:02:56.000Z | StealSystemToken:
push rdi ; Save rdi
push rsi ; Save rsi
push rcx ; Save rcx
push rax ; Save rax
mov rdi, qword gs:[0x188] ; rdi = Current KTHREAD
mov rdi, qword [rdi+0x70] ; rdi = Current EPROCESS
mov rcx, qword [rdi+0x188] ; rcx = ActiveProcessLinks
mov ... | 37.181818 | 85 | 0.555827 |
a6a9431e9f7656fca0a808858f107002e0923187 | 854 | asm | Assembly | programs/oeis/177/A177747.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/177/A177747.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/177/A177747.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A177747: Convolution of A008805 (triangular numbers repeated) with itself.
; 1,2,7,12,27,42,77,112,182,252,378,504,714,924,1254,1584,2079,2574,3289,4004,5005,6006,7371,8736,10556,12376,14756,17136,20196,23256,27132,31008,35853,40698,46683,52668,59983,67298,76153,85008,95634,106260,118910,131560,146510,161460,179010,1... | 50.235294 | 645 | 0.782201 |
22c5a9f30c3e327f3eb0a6efa42fd5457df83740 | 1,117 | asm | Assembly | programs/oeis/087/A087349.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/087/A087349.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/087/A087349.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A087349: n + (smallest prime-factor of n+1).
; 3,5,5,9,7,13,9,11,11,21,13,25,15,17,17,33,19,37,21,23,23,45,25,29,27,29,29,57,31,61,33,35,35,39,37,73,39,41,41,81,43,85,45,47,47,93,49,55,51,53,53,105,55,59,57,59,59,117,61,121,63,65,65,69,67,133,69,71,71,141,73,145,75,77,77,83,79,157,81,83,83,165,85,89,87,89,89,177,91,9... | 55.85 | 908 | 0.68487 |
3a82eed3f49f0229c5954f5b15e5d87e6fa556c9 | 1,551 | asm | Assembly | dv3/atari/wait.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/atari/wait.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/atari/wait.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Atari wait utilities 1990 Tony Tebby QJUMP
section dv3
xdef fd_p2ms ; 2 ms wait for tunnel erase
xdef at_wait4
xdef at_wait80
xdef at_p10u
xdef at_pd0u
include 'dev8_keys_atari'
;+++
; This routine pauses approx 2 milliseconds
;
; all registers preserved, status acording to d0
;
;---
fd_p2ms
bs... | 18.686747 | 53 | 0.69697 |
9a2ce57e2495d90102a5eae59452153c5852412d | 507 | asm | Assembly | libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_int_grow_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_int_grow_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_int_grow_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; ===============================================================
; Dec 2013
; ===============================================================
;
; void *obstack_int_grow(struct obstack *ob, int data)
;
; Append int to the growing object.
;
; ===============================================================
SECTION cod... | 19.5 | 65 | 0.459566 |
904b8a12d0dfc784f1357470fc07c7db7c00b3ad | 3,670 | asm | Assembly | iod/con2/ptr/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/ptr/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/ptr/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Pointer version of console initialisation code V2.05 1991 Tony Tebby
*
* 2003-03-01 2.01 Added call to system sprite initialisation (MK)
* 2003-03-04 2.02 Initialises pixel aspect ratio (MK)
* 2004-03-29 2.03 Call sprite cursor job table initialisation (wl)
* 2005-11-16 2.04 Call background I/O initial... | 22.795031 | 80 | 0.704905 |
a22c7d50155254c6f4026928fd67927aece41281 | 184 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_py2saddr_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_py2saddr_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_py2saddr_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *tshc_py2saddr(uchar y)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_py2saddr_fastcall
EXTERN _zx_py2saddr_fastcall
defc _tshc_py2saddr_fastcall = _zx_py2saddr_fastcall
| 16.727273 | 52 | 0.86413 |
899a8898904fc32e7ef2c919fa9b33af6933d031 | 426 | asm | Assembly | osc3.asm | kanpapa/cosmac | 044ca0439a636515e46c4138a9a16958db8a90d1 | [
"MIT"
] | 2 | 2020-07-18T11:38:57.000Z | 2022-01-11T17:21:32.000Z | osc3.asm | kanpapa/cosmac | 044ca0439a636515e46c4138a9a16958db8a90d1 | [
"MIT"
] | null | null | null | osc3.asm | kanpapa/cosmac | 044ca0439a636515e46c4138a9a16958db8a90d1 | [
"MIT"
] | null | null | null | *
* Oscillator program 3 for COSMAC
* SB-Assembler
*
.CR 1802
.OR $0000
*
START LDI #IOR ;D <- #IOR
PLO 5 ;R(5).0 <- D
SEX 5 ;X <- 5
LOOP1 INP 2 ;M(R(5)) <- BUS;N LINES=2
LDN 5 ;D <- M(R(5))
PLO 3 ;R(3).0 <- D
LOOP2 DEC 3 ;R(3)--
GLO 3 ;D <- R(3).0
BNZ LOOP2 ;IF D!=0 LOOP2
BQ LOOP3 ;IF Q=0 LOOP3
SEQ ;Q <- 1
... | 15.777778 | 37 | 0.568075 |
2255524d59382dbb9a4d7b5d86ecd668a6577aa6 | 7,161 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_3893_1874.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_3893_1874.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_3893_1874.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1ab78, %r8
clflush (%r8)
cmp $19131, %rsi
mov $0x6162636465666768, %rax
movq %rax, %xmm2
and $0xffffffffffffffc0, %r8
movaps %xmm2, (%r8)
nop
sub $33009, %rcx
lea address... | 33.462617 | 2,999 | 0.656193 |
88e4d169c1160904feef217778d3c6a8611a51bc | 619 | asm | Assembly | libsrc/_DEVELOPMENT/string/c/sccz80/strncmp.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 1 | 2022-03-08T11:55:58.000Z | 2022-03-08T11:55:58.000Z | libsrc/_DEVELOPMENT/string/c/sccz80/strncmp.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/_DEVELOPMENT/string/c/sccz80/strncmp.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
; int strncmp(const char *s1, const char *s2, size_t n)
SECTION code_clib
SECTION code_string
PUBLIC strncmp
EXTERN asm_strncmp
strncmp:
IF __CPU_GBZ80__ | __CPU_INTEL__
ld hl,sp+2
ld c,(hl) ;n
inc hl
ld b,(hl)
inc hl
ld e,(hl) ;s2
inc hl
ld d,(hl)
inc hl
ld a,(hl+) ;s1
ld h,(hl)
... | 11.462963 | 55 | 0.615509 |
99d4fe2ea83e0c6b154d8c8053c86b19f9b794ab | 840 | asm | Assembly | libsrc/stdio/c7420/fputc_cons.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/stdio/c7420/fputc_cons.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/stdio/c7420/fputc_cons.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; ROM Console routine for the Philips Videopac C7420
; By Stefano Bodrato - 2015
; Apr, 2107: fixes and improvements
;
; $Id:fputc_cons.asm, 2017, Stefano $
;
SECTION code_clib
PUBLIC fputc_cons_native
.fputc_cons_native
; ODDLY THIS DOESN'T WORK ! (O2EM emulator problem ?)
; ld hl,2
; ad... | 11.052632 | 55 | 0.620238 |
69110d3fb6f4094bb70616e89914e933ab5afe7b | 605 | asm | Assembly | oeis/108/A108982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/108/A108982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/108/A108982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A108982: Inverse binomial of A003949.
; 1,6,29,146,729,3646,18229,91146,455729,2278646,11393229,56966146,284830729,1424153646,7120768229,35603841146,178019205729,890096028646,4450480143229,22252400716146,111262003580729,556310017903646,2781550089518229,13907750447591146,69538752237955729,347693761189778646,1738468805... | 55 | 498 | 0.871074 |
6eec20d57617a8819741bfa0347989cb663756bc | 206 | asm | Assembly | Week_8-9/30 - and_3.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | 1 | 2021-08-10T13:39:26.000Z | 2021-08-10T13:39:26.000Z | Week_8-9/30 - and_3.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | null | null | null | Week_8-9/30 - and_3.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | null | null | null | .model small
.data
.code
main proc
MOV BL,35H
AND BL,0FH ;AND BL with 0FH. Place the result in BL.
MOV BL,35H
AND BL,0F0H ;AND BL with 0F0H. Place the result in BL.
endp
end main | 14.714286 | 60 | 0.635922 |
c41fa5a6af59a166ad556c0500e415b37c892cfa | 456 | asm | Assembly | utils/dumpcs/dumpcs.asm | martinlindhe/dustbox-rs | 6dad38d8db2946cc5539b96c0fae796aa6f6b6b6 | [
"MIT"
] | 38 | 2018-01-04T06:54:04.000Z | 2022-03-31T16:41:48.000Z | utils/dumpcs/dumpcs.asm | martinlindhe/rs-x86emu | 6dad38d8db2946cc5539b96c0fae796aa6f6b6b6 | [
"MIT"
] | 33 | 2018-01-05T14:05:15.000Z | 2020-05-19T09:07:46.000Z | utils/dumpcs/dumpcs.asm | martinlindhe/dustbox-rs | 6dad38d8db2946cc5539b96c0fae796aa6f6b6b6 | [
"MIT"
] | 6 | 2018-01-05T12:47:34.000Z | 2021-04-16T18:45:07.000Z | org 0x100
section .text
; create file
mov ah, 3ch
mov cx, 0
mov dx, filename
int 21h
mov [handle], ax
; write data
mov ah, 40h
mov bx, [handle]
mov cx, 0xFFFF ; length
mov dx, 0 ; start
int 21h
; close file
mov ah, 3eh
mov bx, [handle]... | 13.411765 | 30 | 0.519737 |
94f958cdd588141cb9e35cf6c8b558a8b0d993cc | 443 | asm | Assembly | oeis/109/A109519.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/109/A109519.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/109/A109519.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A109519: a(n) is the (1,2)-entry of the n-th power of the 2 X 2 matrix [0,-1;n-1,n-1].
; Submitted by Christian Krause
; -1,-1,-2,-9,-80,-1000,-15336,-276115,-5705728,-133155495,-3464900000,-99490865760,-3125217447936,-106614813012877,-3925516139359360,-155164259295703125,-6553564019985219584,-294562012662334323872,-... | 29.533333 | 222 | 0.699774 |
0ce4d3dd8e91162e448de7a7b943db662425683f | 8,935 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1413.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1413.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1413.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 %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x125f0, %r10
nop
sub $62404, %r13
movb $0x61, (%r10)
nop
nop
nop
add $25437, %r14
lea addresses_D_ht+0x13330, %r10
sub $51149, %rax
mov (%r10), %r14
nop
nop
nop
nop
sub %r13, ... | 31.461268 | 2,999 | 0.651819 |
de9375fbe45031b716c0bf693851110d5e4a5ab4 | 356 | asm | Assembly | oeis/054/A054093.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054093.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054093.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054093: T(n,n-1), array T as in A054090.
; Submitted by Christian Krause
; 1,2,2,8,24,106,546,3368,24032,195170,1777650,17950552,199059672,2405063018,31448531954,442501797656,6666753146496,107081325959938,1826636018849442
mov $1,1
mov $3,$0
lpb $3
add $1,$4
mul $2,-1
add $2,$1
div $1,2
add $4,2
mul $1,$... | 19.777778 | 148 | 0.685393 |
872a6bb677993dbd5bd3f478093fb7b53c49dc55 | 6,678 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2688.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_21829_2688.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_21829_2688.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 %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x54da, %r13
nop
and $62166, %r14
mov (%r13), %r11
cmp $11095, %rdx
lea addresses_UC_ht+0x1ceda, %rsi
nop
nop
nop
and $25133, %rax
mov $0x6162636465666768, %rcx
movq %rcx, %xm... | 35.71123 | 2,999 | 0.657832 |
b65a72ad9e1a6cfb77a3f4810721c2536b495fe4 | 609 | asm | Assembly | libsrc/spectrum/display/zx_saddrpright_callee.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/spectrum/zx_saddrpright_callee.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/spectrum/zx_saddrpright_callee.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ; uchar __CALLEE__ *zx_saddrpright_callee(void *pixeladdr, uchar *mask)
; aralbrec 06.2007
XLIB zx_saddrpright_callee
XDEF ASMDISP_ZX_SADDRPRIGHT_CALLEE
.zx_saddrpright_callee
pop af
pop hl
pop de
push af
.asmentry
; enter: de = valid screen address
; hl = uchar *mask
; exit : carry = moved o... | 16.916667 | 71 | 0.666667 |
6a2095cb5b037a48c537fef6da432de38ad6ffb8 | 685 | asm | Assembly | libsrc/stdio_new/file/stream-in/stdio_ungetchar.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/stdio_new/file/stream-in/stdio_ungetchar.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/stdio_new/file/stream-in/stdio_ungetchar.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ; stdio_ungetchar
; 05.2008 aralbrec
XLIB stdio_ungetchar
; stream guarantees exactly one unget char
;
; enter : ix = FILE *
; bc' = number of chars read thus far
; de' = number of conversions done thus far
; a = char to unget
; MUST NOT ALTER HL' FOR SSCANF FUNCTIONS
; exit : bc' =... | 23.62069 | 74 | 0.576642 |
7766fe2210f7b5573b1ae69fd49ce2f096454e80 | 282 | asm | Assembly | programs/oeis/074/A074520.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/074/A074520.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/074/A074520.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A074520: 1^n + 6^n + 7^n.
; 3,14,86,560,3698,24584,164306,1103480,7444418,50431304,342941426,2340123800,16018069538,109949704424,756587236946,5217746494520,36054040477058,249557173431944,1729973554578866,12008254925383640
mov $1,6
pow $1,$0
mov $2,7
pow $2,$0
add $1,$2
add $1,1
| 28.2 | 195 | 0.769504 |
4e5cd0c326e5e5de10634092997908fe3f402d7d | 7,571 | asm | Assembly | main/bridges/source/cpp_uno/msvc_win64_x86-64/call.asm | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 679 | 2015-01-06T06:34:58.000Z | 2022-03-30T01:06:03.000Z | main/bridges/source/cpp_uno/msvc_win64_x86-64/call.asm | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 102 | 2017-11-07T08:51:31.000Z | 2022-03-17T12:13:49.000Z | main/bridges/source/cpp_uno/msvc_win64_x86-64/call.asm | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 331 | 2015-01-06T11:40:55.000Z | 2022-03-14T04:07:51.000Z | ;
; Licensed to the Apache Software Foundation (ASF) under one
; or more contributor license agreements. See the NOTICE file
; distributed with this work for additional information
; regarding copyright ownership. The ASF licenses this file
; to you under the Apache License, Version 2.0 (the
; "License"); you may not... | 30.284 | 114 | 0.53137 |
003f6d97894c244c1d5db0f852b967049266507c | 3,388 | asm | Assembly | effects.asm | raphnet/super_sudoku | 227c9ff570c80f5cf58d0d7b62fe1a99e6f3844b | [
"MIT"
] | 6 | 2022-02-16T23:06:14.000Z | 2022-03-23T01:50:13.000Z | effects.asm | raphnet/super_sudoku | 227c9ff570c80f5cf58d0d7b62fe1a99e6f3844b | [
"MIT"
] | null | null | null | effects.asm | raphnet/super_sudoku | 227c9ff570c80f5cf58d0d7b62fe1a99e6f3844b | [
"MIT"
] | null | null | null | .include "header.inc"
.include "snesregs.inc"
.include "misc_macros.inc"
.include "zeropage.inc"
.16BIT
.bank 0
.ramsection "effects_variables" SLOT RAM_SLOT
; Pointer to the effect routine that must be called from vblank (see effects_dovblank)
effects_cur_routine: dw
; Effect state and varibles (shared between di... | 13.182879 | 86 | 0.608028 |
0314f8adf3e195462a0424a0423afda46c2dcda1 | 1,204 | asm | Assembly | Working Disassembly/General/Ending/Map - Ending Egg Robo Eyecatch.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/General/Ending/Map - Ending Egg Robo Eyecatch.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Ending/Map - Ending Egg Robo Eyecatch.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_6096E: dc.w word_6097C-Map_6096E
dc.w word_609AE-Map_6096E
dc.w word_609D4-Map_6096E
dc.w word_609DC-Map_6096E
dc.w word_609E4-Map_6096E
dc.w word_60A0A-Map_6096E
dc.w word_60A12-Map_6096E
word_6097C: dc.w 8
dc.b $E4, 4, 0, 0, $FF, $F0
dc.b $EC, 8, 0, 2, $FF, $E8
dc.b $F4, $B, ... | 31.684211 | 37 | 0.446844 |
8a40ccd0d44614b73f464a052c577bd75b1a319a | 348 | asm | Assembly | tests/function_simple/err_unknown_arg2.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | tests/function_simple/err_unknown_arg2.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | tests/function_simple/err_unknown_arg2.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | #ruledef test
{
ld {x} => 0x55 @ x`8
}
#fn add1(value) => xxxx + 1
ld add1(0) ; error: failed / error: failed / error:_:6: unknown
ld add1(-2) ; error: failed / error: failed / error:_:6: unknown
ld add1(2) ; error: failed / error: failed / error:_:6: unknown
ld add1(0xffff) ; error: failed / error:... | 31.636364 | 68 | 0.612069 |
395b2d885cefa40de325e3c375d82d2e60602b56 | 56,927 | asm | Assembly | lib/efm8_usb/src/efm8_usbdep.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | 1 | 2018-02-02T16:24:03.000Z | 2018-02-02T16:24:03.000Z | lib/efm8_usb/src/efm8_usbdep.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | null | null | null | lib/efm8_usb/src/efm8_usbdep.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.6.0 #9615 (MINGW32)
;--------------------------------------------------------
.module efm8_usbdep
.optsdcc -mmcs51 --model-large
;--------------------------------------------------------
;... | 24.761635 | 203 | 0.654575 |
fd53665155115f2df8b9a0a6c29d58ec4a8cb5b4 | 7,714 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_13057_322.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_13057_322.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_13057_322.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 %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1e814, %r13
nop
nop
nop
nop
nop
and $25703, %rax
movups (%r13), %xmm3
vpextrq $0, %xmm3, %r8
nop
nop
nop
nop
nop
sub $48815, %rcx
lea addresses_UC_ht+0x1eeb4, %rsi
lea addresses_D_ht+0... | 34.591928 | 2,999 | 0.654265 |
caab4b3cbf80c39519b7d57260cec954b58661f7 | 479 | asm | Assembly | oeis/326/A326059.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/326/A326059.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/326/A326059.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A326059: a(n) = A285309(n) - n, where A285309 gives the sum of nonsquare divisors of n.
; Submitted by Christian Krause
; -1,0,0,-2,0,5,0,2,-6,7,0,11,0,9,8,-6,0,11,0,17,10,13,0,31,-20,15,3,23,0,41,0,10,14,19,12,5,0,21,16,45,0,53,0,35,23,25,0,55,-42,17,20,41,0,56,16,59,22,31,0,103,0,33,31,-22,18,77,0,53,26,73,0,73,0,3... | 53.222222 | 278 | 0.640919 |
a1a1e5e5abcaed13565d1890b794d18e0c5402cf | 1,716 | asm | Assembly | sfx_engine/SFXs-Mod-LFD_NLM.asm | GSoftwareDevelopment/sfx-tracker | c10d7512c460c2049c9a01cd4beb0a1b945582a7 | [
"MIT",
"Unlicense"
] | 9 | 2021-05-18T19:50:58.000Z | 2021-07-30T21:21:26.000Z | sfx_engine/SFXs-Mod-LFD_NLM.asm | GSoftwareDevelopment/Mole | 419c61a60dc01aa278cc10b9cf40f13524328220 | [
"MIT",
"Unlicense"
] | 35 | 2021-07-27T10:30:25.000Z | 2021-08-31T18:46:49.000Z | sfx_engine/SFXs-Mod-LFD_NLM.asm | GSoftwareDevelopment/Mole | 419c61a60dc01aa278cc10b9cf40f13524328220 | [
"MIT",
"Unlicense"
] | null | null | null | ;
; Low Frequency Divider Modulator/Note Value Modulator
LFD_NLM_mode
lda (dataPtr),y ; get modulate value
sta chnModVal ; store in loop register
bne decode_LFD_NLM ; check modulation value
jmp modMode_notDefined ; if =0, means no modulation
decode_LFD_NLM
... | 30.105263 | 88 | 0.613636 |
60cde2c498cf123fe6312feada78732ba90de4aa | 39,799 | asm | Assembly | zombie.asm | bilalsaad/realos | 892614a47482ccbb6bdf1d071b74b85bf12fcd4e | [
"MIT-0"
] | null | null | null | zombie.asm | bilalsaad/realos | 892614a47482ccbb6bdf1d071b74b85bf12fcd4e | [
"MIT-0"
] | null | null | null | zombie.asm | bilalsaad/realos | 892614a47482ccbb6bdf1d071b74b85bf12fcd4e | [
"MIT-0"
] | null | null | null |
_zombie: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 10 sub $0x10,%... | 34.045338 | 60 | 0.425538 |
fa25993d4421296f578f0b4a86a370d43e5e3886 | 2,245 | asm | Assembly | programs/oeis/177/A177342.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/177/A177342.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/177/A177342.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A177342: a(n) = (4*n^3-3*n^2+5*n-3)/3.
; 1,9,31,75,149,261,419,631,905,1249,1671,2179,2781,3485,4299,5231,6289,7481,8815,10299,11941,13749,15731,17895,20249,22801,25559,28531,31725,35149,38811,42719,46881,51305,55999,60971,66229,71781,77635,83799,90281,97089,104231,111715,119549,127741,136299,145231,154545,164249,174... | 64.142857 | 1,889 | 0.808018 |
41cc11c1fb7439587e818fbc8224216ae73deeaa | 1,460 | asm | Assembly | programs/oeis/022/A022118.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/022/A022118.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/022/A022118.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A022118: Fibonacci sequence beginning 2, 17.
; 2,17,19,36,55,91,146,237,383,620,1003,1623,2626,4249,6875,11124,17999,29123,47122,76245,123367,199612,322979,522591,845570,1368161,2213731,3581892,5795623,9377515,15173138,24550653,39723791,64274444,103998235,168272679,272270914,440543593,712814507,1153358100,1866172607,... | 81.111111 | 1,277 | 0.876027 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.