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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c3774e4e99d02b2b025d66d52e963e75b3696bc3 | 191 | asm | Assembly | docs/test-codes/triangulo.asm | abdullah-zaiter/Hypothetical-Machine-Assembler | c200d0bd2c96be809235134d8154f9667eab951b | [
"MIT"
] | 5 | 2019-09-05T12:07:29.000Z | 2020-11-16T16:59:54.000Z | docs/test-codes/triangulo.asm | abdullah-zaiter/Hypothetical-Machine-Assembler | c200d0bd2c96be809235134d8154f9667eab951b | [
"MIT"
] | null | null | null | docs/test-codes/triangulo.asm | abdullah-zaiter/Hypothetical-Machine-Assembler | c200d0bd2c96be809235134d8154f9667eab951b | [
"MIT"
] | null | null | null | TRIANGULO: EQU 1
SECTION TEXT
INPUT B
INPUT H
LOAD B
MULT H
IF TRIANGULO
DIV DOIS
STORE R
OUTPUT R
STOP
SECTION DATA
B: SPACE
H: SPACE
R: SPACE
DOIS: CONST 2
| 11.235294 | 17 | 0.628272 |
006794adff16d385ded11762b4e2c770592a3806 | 698 | asm | Assembly | programs/oeis/056/A056486.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/056/A056486.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/056/A056486.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A056486: a(n) = (9*2^n + (-2)^n)/4 for n>0.
; 4,10,16,40,64,160,256,640,1024,2560,4096,10240,16384,40960,65536,163840,262144,655360,1048576,2621440,4194304,10485760,16777216,41943040,67108864,167772160,268435456,671088640,1073741824,2684354560,4294967296,10737418240,17179869184,42949672960,68719476736,171798691840,27... | 34.9 | 498 | 0.782235 |
93226a4f865e0f7efe058fb57f6bef7da0776b77 | 264 | asm | Assembly | programs/oeis/132/A132227.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/132/A132227.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/132/A132227.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A132227: a(n) = 3*prime(n) - 5.
; 1,4,10,16,28,34,46,52,64,82,88,106,118,124,136,154,172,178,196,208,214,232,244,262,286,298,304,316,322,334,376,388,406,412,442,448,466,484,496,514
seq $0,6005 ; The odd prime numbers together with 1.
mul $0,3
max $0,6
sub $0,5
| 33 | 148 | 0.674242 |
e732fa0ca90637c3567e6448fde3a3f7460cdd33 | 543 | asm | Assembly | test/jzas/sintactic/valid/success36.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | 1 | 2015-03-27T15:58:50.000Z | 2015-03-27T15:58:50.000Z | test/jzas/sintactic/valid/success36.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | null | null | null | test/jzas/sintactic/valid/success36.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | null | null | null | aseg
org 14D0h
start: ld IX, 1500h ; IX apunta al numero IEEE
ld A, (IX+3) ; por little endian, el primer byte del IEEE esta en el byte IX+3
add A, A ; lo duplico para quedarme con los primeros 7 bits del exponente
ld B, A ; y guardo el resultado en B
ld A, (IX+2) ; cargo el segundo byte en A
add... | 38.785714 | 81 | 0.662983 |
8b9d7518c51cfa78ed9a1a7011f54ed74de3b803 | 718 | asm | Assembly | src/PJ/rexlib/mathlib/wc_fchop.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 119 | 2015-01-10T15:13:50.000Z | 2022-01-24T04:54:34.000Z | src/PJ/rexlib/mathlib/wc_fchop.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 6 | 2015-10-22T20:14:59.000Z | 2021-07-10T03:25:21.000Z | src/PJ/rexlib/mathlib/wc_fchop.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 27 | 2015-04-24T22:55:30.000Z | 2022-01-21T13:54:00.000Z | CGROUP group code
code segment dword 'CODE'
assume cs:CGROUP,ds:CGROUP
; Floating point support routine for watcom c compiler a clone of the one
; They have in their math386s.lib This is used to truncate floats to 32 bit
; ints the rounding control bits are passed in in EAX and the control word is
; loaded i... | 22.4375 | 78 | 0.630919 |
caae4fb5ef9d2e69b430f29c4e7b676bc0082b61 | 143 | nasm | Assembly | Projetos/F-Assembly/src/nasm/pow.nasm | juanjorgegarcia/Z01 | 7d49ef8f476f9c8e9f187a62f96fdca7bcd46314 | [
"Unlicense"
] | null | null | null | Projetos/F-Assembly/src/nasm/pow.nasm | juanjorgegarcia/Z01 | 7d49ef8f476f9c8e9f187a62f96fdca7bcd46314 | [
"Unlicense"
] | 67 | 2018-03-13T21:40:05.000Z | 2018-05-23T19:17:13.000Z | Projetos/F-Assembly/src/nasm/pow.nasm | juanjorgegarcia/Z01 | 7d49ef8f476f9c8e9f187a62f96fdca7bcd46314 | [
"Unlicense"
] | 3 | 2018-03-07T01:27:37.000Z | 2018-03-23T19:35:14.000Z | leaw $1, %A
movw (%A), %D
movw %D, %S
decw %S
loop:
leaw $1, %A
addw (%A), %D, %D
leaw $loop, %A
decw %S
jg %S
nop
leaw $0, %A
movw %D, (%A) | 8.9375 | 17 | 0.503497 |
8822afa27a0cbc3f52aa98683f3937c31130d6ba | 3,874 | asm | Assembly | programs/typer.asm | mfkiwl/tinySoC-ice40 | bd50f12623b37affaad5d2c01b51a48b470dbfe1 | [
"MIT"
] | 2 | 2020-07-25T02:14:02.000Z | 2020-08-24T15:06:20.000Z | programs/typer.asm | mfkiwl/tinySoC-ice40 | bd50f12623b37affaad5d2c01b51a48b470dbfe1 | [
"MIT"
] | null | null | null | programs/typer.asm | mfkiwl/tinySoC-ice40 | bd50f12623b37affaad5d2c01b51a48b470dbfe1 | [
"MIT"
] | 1 | 2020-08-18T21:26:26.000Z | 2020-08-18T21:26:26.000Z | ;******************************************************************************
.define dir_reg, 0x00
.define port_reg, 0x01
.define pin_reg, 0x02
.define prescaler_l, 0x03
.define prescaler_h, 0x04
.define count_ctrl, 0x05
.define uart_baud, 0x0A
.defin... | 31.495935 | 79 | 0.447858 |
2348e7c77163f3301b10eea73fe3a1798a219217 | 484 | asm | Assembly | programs/oeis/183/A183856.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/183/A183856.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/183/A183856.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A183856: n+floor(sqrt(3n-2)); complement of A143975.
; 2,4,5,7,8,10,11,12,14,15,16,17,19,20,21,22,24,25,26,27,28,30,31,32,33,34,35,37,38,39,40,41,42,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95,96,97,98,99,100,102,103,104,... | 30.25 | 312 | 0.634298 |
3693b7ea5cd989537074747b7162f0c0e5efe91d | 750 | asm | Assembly | oeis/030/A030430.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/030/A030430.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/030/A030430.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A030430: Primes of the form 10*n+1.
; Submitted by Jon Maiga
; 11,31,41,61,71,101,131,151,181,191,211,241,251,271,281,311,331,401,421,431,461,491,521,541,571,601,631,641,661,691,701,751,761,811,821,881,911,941,971,991,1021,1031,1051,1061,1091,1151,1171,1181,1201,1231,1291,1301,1321,1361,1381,1451,1471,1481,1511,1531,... | 35.714286 | 456 | 0.704 |
ae5ef2f20ed64c6e6dd14e62cbe18140aa064f41 | 676 | asm | Assembly | oeis/125/A125137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/125/A125137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/125/A125137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A125137: a(n) = p^p + 1, where p = prime(n).
; Submitted by Jon Maiga
; 5,28,3126,823544,285311670612,302875106592254,827240261886336764178,1978419655660313589123980,20880467999847912034355032910568,2567686153161211134561828214731016126483470,17069174130723235958610643029059314756044734432,105551349557777834140783300... | 67.6 | 500 | 0.880178 |
b095e16c73e230617e8b942ab69f456d190abc35 | 710 | asm | Assembly | programs/oeis/295/A295287.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/295/A295287.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/295/A295287.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A295287: Sum of the products of the smaller and larger parts of the partitions of n into two parts with the smaller part even.
; 0,0,0,4,6,8,10,28,34,40,46,88,100,112,124,200,220,240,260,380,410,440,470,644,686,728,770,1008,1064,1120,1176,1488,1560,1632,1704,2100,2190,2280,2370,2860,2970,3080,3190,3784,3916,4048,4180... | 54.615385 | 494 | 0.75493 |
d1beda453dc0fdcbed01701adad584077b0d28f1 | 64 | asm | Assembly | platform/intel/src/cpu/int_disable.asm | 0x1C1B/jatos | 413a1c8aa158a049dbc940d1a1b99f18725bac9e | [
"MIT"
] | 1 | 2021-09-09T01:43:51.000Z | 2021-09-09T01:43:51.000Z | platform/intel/src/cpu/int_disable.asm | gfunkmonk/jatos | 413a1c8aa158a049dbc940d1a1b99f18725bac9e | [
"MIT"
] | null | null | null | platform/intel/src/cpu/int_disable.asm | gfunkmonk/jatos | 413a1c8aa158a049dbc940d1a1b99f18725bac9e | [
"MIT"
] | 2 | 2020-06-11T01:58:02.000Z | 2021-09-09T01:43:51.000Z | bits 32
section .text
global int_disable
int_disable:
cli | 8 | 18 | 0.75 |
82f04f9d34d824f7f88c42a3dc411f0a520d4d50 | 493 | asm | Assembly | data/mapObjects/safarizoneresthouse2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapObjects/safarizoneresthouse2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapObjects/safarizoneresthouse2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SafariZoneRestHouse2Object:
db $a ; border block
db $2 ; warps
db $7, $2, $7, SAFARI_ZONE_WEST
db $7, $3, $7, SAFARI_ZONE_WEST
db $0 ; signs
db $3 ; objects
object SPRITE_OAK_AIDE, $4, $4, WALK, $0, $1 ; person
object SPRITE_BLACK_HAIR_BOY_1, $0, $2, STAY, RIGHT, $2 ; person
object SPRITE_ERIKA, $6, $2, STA... | 27.388889 | 69 | 0.703854 |
a85a35edd16a5b073b8b0c237e82177835defae2 | 25 | asm | Assembly | macros.asm | manuelmartinezbosch/testing-gb | c5be7c37a5a0f21d1bc5a9c898b6ad8755d00790 | [
"MIT"
] | null | null | null | macros.asm | manuelmartinezbosch/testing-gb | c5be7c37a5a0f21d1bc5a9c898b6ad8755d00790 | [
"MIT"
] | null | null | null | macros.asm | manuelmartinezbosch/testing-gb | c5be7c37a5a0f21d1bc5a9c898b6ad8755d00790 | [
"MIT"
] | null | null | null | INCLUDE "macros/gfx.asm"
| 12.5 | 24 | 0.76 |
adc4dc06215b4db9e4b3fe27a94d3ac35469bc19 | 1,071 | asm | Assembly | asm/patches/swift_sail.asm | Crain-32/wwrando | 1832963c7a9339f4f004e7f4b8bee227bfd86f23 | [
"MIT"
] | 47 | 2019-12-27T21:12:12.000Z | 2022-03-23T17:44:54.000Z | asm/patches/swift_sail.asm | Crain-32/wwrando | 1832963c7a9339f4f004e7f4b8bee227bfd86f23 | [
"MIT"
] | 11 | 2020-03-14T15:15:31.000Z | 2022-02-05T21:52:31.000Z | asm/patches/swift_sail.asm | Crain-32/wwrando | 1832963c7a9339f4f004e7f4b8bee227bfd86f23 | [
"MIT"
] | 4 | 2020-01-17T20:49:59.000Z | 2021-12-25T12:17:14.000Z |
.open "files/rels/d_a_ship.rel"
; Make the wind always be at the players back as long as the sail is out.
.org 0xB9FC
bl set_wind_dir_to_ship_dir
; Increase deceleration when the player holds A to stop the ship.
.org 0x3A74
bl slow_down_ship_when_stopping
; Increase deceleration when the player is knocked out of... | 28.945946 | 95 | 0.747899 |
ddccc363bec06afc3ae8a30d23b4050586602a8e | 328 | asm | Assembly | programs/oeis/135/A135295.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/135/A135295.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/135/A135295.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A135295: a(n) = n^(number of decimal digits of n).
; 0,1,2,3,4,5,6,7,8,9,100,121,144,169,196,225,256,289,324,361,400,441,484,529,576,625,676,729,784,841,900,961,1024,1089,1156,1225,1296,1369,1444,1521,1600,1681,1764,1849,1936,2025,2116,2209,2304,2401,2500,2601
mov $1,$0
mul $1,$0
mov $2,5
lpb $2
mov $1,$0
sub $2... | 29.818182 | 209 | 0.676829 |
8c6a5b9b166ec07cf2cfcb3c600f1696486ed00e | 656 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.chchoke.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.chchoke.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.chchoke.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | Code Segment
Assume CS:code,DS:code
Org 100h
startvx proc near
mov ah,4eh
mov cx,0000h
mov dx,offset star_com
int 21h
mov ah,3dh
mov al,02h
mov dx,9eh
int 21h
xchg bx,ax
mov ah,40h
mov cx,offset endvx - offset startvx
mov dx,offset startvx
int 21h
mov ah,3eh
int 21h
int 20h
szTitleName db' Ch... | 11.310345 | 67 | 0.696646 |
9243ccc65c551899a3d6008dfbbebd7f7069a267 | 9,101 | asm | Assembly | Tests/base/Z80N/testsSpecials.i.asm | MrKWatkins/ZXSpectrumNextTests | d22f01338ef15b788bd324a32ba9c5ac335f71a3 | [
"MIT"
] | 23 | 2018-05-20T16:40:41.000Z | 2022-01-03T23:12:38.000Z | Tests/base/Z80N/testsSpecials.i.asm | MrKWatkins/ZXSpectrumNextTests | d22f01338ef15b788bd324a32ba9c5ac335f71a3 | [
"MIT"
] | 3 | 2020-06-05T17:00:39.000Z | 2021-06-27T16:37:06.000Z | Tests/base/Z80N/testsSpecials.i.asm | MrKWatkins/ZXSpectrumNextTests | d22f01338ef15b788bd324a32ba9c5ac335f71a3 | [
"MIT"
] | 2 | 2019-02-04T16:57:02.000Z | 2019-08-26T17:48:18.000Z | ; Depends on many things set in Main.asm (it was split into files afterward), so it
; may be somewhat difficult to read than would it be designed with some kind of API
; ... deal with it, it's just about 1+k LoC ... :P :D
; ";;DEBUG" mark instructions can be used to intentionally trigger error (test testing)
; This f... | 33.094545 | 93 | 0.566092 |
603c19b0711f17b834a23b8f6bcbf55b420bec6f | 1,151 | asm | Assembly | programs/oeis/092/A092486.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/092/A092486.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/092/A092486.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A092486: Take natural numbers, exchange first and third quadrisection.
; 3,2,1,4,7,6,5,8,11,10,9,12,15,14,13,16,19,18,17,20,23,22,21,24,27,26,25,28,31,30,29,32,35,34,33,36,39,38,37,40,43,42,41,44,47,46,45,48,51,50,49,52,55,54,53,56,59,58,57,60,63,62,61,64,67,66,65,68,71,70,69,72,75,74,73,76,79,78,77,80,83,82,81,84,87... | 52.318182 | 893 | 0.682884 |
43cc4b7bedf7f2c8fd9ff9451895bbc7e7450668 | 7,233 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_71_1389.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_71_1389.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_71_1389.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x16390, %rsi
lea addresses_WT_ht+0x13f30, %rdi
nop
nop
nop
and $20296, %r12
mov $45, %rcx
rep movsq
nop
nop
nop
and $18995, %rdx
lea addresses_normal_ht+0x103b0, %rbp
cmp ... | 20.84438 | 212 | 0.650214 |
5869a5c36907e54ca4166550ee06db4c39406d22 | 144 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Over-j.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Over-j.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Over-j.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: Over-j.asm
Type: file
Size: 14243
Last-Modified: '1992-07-14T15:00:00Z'
SHA-1: 2C88B24CE8BDE03CDB1E5CDD9DB363D964FBA185
Description: null
| 20.571429 | 47 | 0.805556 |
ed513c6f1f25b672d087db107917391ece74f7bf | 949 | asm | Assembly | goodbye32.asm | imartinezortiz/docker-noop | 5b599a0dafc189813264cd761c66b919bdfa66a3 | [
"Apache-2.0"
] | null | null | null | goodbye32.asm | imartinezortiz/docker-noop | 5b599a0dafc189813264cd761c66b919bdfa66a3 | [
"Apache-2.0"
] | null | null | null | goodbye32.asm | imartinezortiz/docker-noop | 5b599a0dafc189813264cd761c66b919bdfa66a3 | [
"Apache-2.0"
] | null | null | null | ;
; Copyright © 2020 e-UCM (http://www.e-ucm.es/)
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or a... | 28.757576 | 74 | 0.716544 |
55fa22dd8c048de04cd5ade9e36df0c9443316cf | 656 | asm | Assembly | oeis/291/A291586.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/291/A291586.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/291/A291586.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A291586: a(n) = ((2n-1)!!)^4 * Sum_{i=1..n} 1/(2*i-1)^4.
; Submitted by Christian Krause
; 0,1,82,51331,123296356,809068942341,11846375878465206,338356017569383549191,17129606870671774862445000,1430698777932227525446706735625,186451505481090040331197201556276250,36261458995575361475673937929555130516875,1014747868424... | 38.588235 | 440 | 0.809451 |
b093c11abe24f317d97fd6d5996ba556a32835ba | 370 | asm | Assembly | programs/oeis/147/A147677.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/147/A147677.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/147/A147677.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A147677: Subtract 5, add 8, repeat.
; 7,2,10,5,13,8,16,11,19,14,22,17,25,20,28,23,31,26,34,29,37,32,40,35,43,38,46,41,49,44,52,47,55,50,58,53,61,56,64,59,67,62,70,65,73,68,76,71,79,74,82,77,85,80,88,83,91,86,94,89,97,92,100,95,103,98,106,101,109
sub $0,3
mov $1,$0
mul $0,2
mod $0,4
add $1,11
mul $1,3
lpb $0,1
mov ... | 21.764706 | 209 | 0.624324 |
ad79983f6b9de0260b8a7536d9678bf0d55916e7 | 706 | asm | Assembly | programs/oeis/011/A011377.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/011/A011377.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/011/A011377.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A011377: Expansion of 1/((1-x)*(1-2*x)*(1-x^2)).
; 1,3,8,18,39,81,166,336,677,1359,2724,5454,10915,21837,43682,87372,174753,349515,699040,1398090,2796191,5592393,11184798,22369608,44739229,89478471,178956956,357913926,715827867,1431655749,2863311514,5726623044,11453246105,22906492227,45812984472,91625968962,183251937... | 37.157895 | 499 | 0.771955 |
3c7d8ea0a363c5a54732762adc85df6cdd5356fd | 477 | asm | Assembly | programs/oeis/178/A178872.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/178/A178872.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/178/A178872.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A178872: Partial sums of round(4^n/7).
; 0,1,3,12,49,195,780,3121,12483,49932,199729,798915,3195660,12782641,51130563,204522252,818089009,3272356035,13089424140,52357696561,209430786243,837723144972,3350892579889,13403570319555,53614281278220,214457125112881,857828500451523,3431314001806092
mov $5,$0
mov $8,$0
lpb $... | 22.714286 | 252 | 0.698113 |
8c94eb9e53619e70fb17de22a689fc7325c80966 | 696 | asm | Assembly | MySource/22-small to up char4.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null | MySource/22-small to up char4.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null | MySource/22-small to up char4.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
.model small
.data
.code
main proc
mov ah,1 ;input abc --->> assci a =97 A=65 -- 97-65 = +-32
int 21h
... | 15.466667 | 75 | 0.392241 |
ca83bd237892b9519616f41fc743ed260bd1931e | 3,028 | asm | Assembly | Kernel/asm/interrupts.asm | fgomez98/TP2SO | 808e7490686ec1296141d5d779cbe6df2f32e9b0 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/interrupts.asm | fgomez98/TP2SO | 808e7490686ec1296141d5d779cbe6df2f32e9b0 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/interrupts.asm | fgomez98/TP2SO | 808e7490686ec1296141d5d779cbe6df2f32e9b0 | [
"BSD-3-Clause"
] | 2 | 2021-11-15T23:31:51.000Z | 2021-11-16T00:29:36.000Z |
GLOBAL _cli
GLOBAL _sti
GLOBAL picMasterMask
GLOBAL picSlaveMask
GLOBAL haltcpu
GLOBAL _hlt
GLOBAL _halt
GLOBAL rip
GLOBAL stack
GLOBAL getStack
GLOBAL contextSwitch
GLOBAL _yield
GLOBAL _irq00Handler
GLOBAL _irq01Handler
GLOBAL _irq02Handler
GLOBAL _irq03Handler
GLOBAL _irq04Handler
GLOBAL _irq05Handler
GLOBAL swit... | 11.87451 | 112 | 0.735469 |
a32daae46ae55b0dd2c4d57aed1a22974ac107c4 | 1,319 | asm | Assembly | programs/oeis/220/A220029.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/220/A220029.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/220/A220029.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A220029: Number of n X 5 arrays of the minimum value of corresponding elements and their horizontal or diagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and nonincreasing columns, 0..1 n X 5 array.
; 5,12,30,61,111,187,297,450,656,926,1272,1707,2245,2901,3691,4632,5742,7040,8546,102... | 36.638889 | 664 | 0.712661 |
986cc9c9ede164af878da84561c2630337d07ad0 | 4,497 | asm | Assembly | private/ntos/rtl/i386/raise.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/ntos/rtl/i386/raise.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/ntos/rtl/i386/raise.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | title "Raise Exception"
;++
;
; Copyright (c) 1989 Microsoft Corporation
;
; Module Name:
;
; raise.asm
;
; Abstract:
;
; This module implements the function to raise a software exception.
;
; Author:
;
; Bryan Willman 11 april 90
;
; Environment:
;
; Any mode.
;
; Revision H... | 24.708791 | 84 | 0.610852 |
7c72a97d1e0fd43497a8ca78197475b85c38bd0e | 89,730 | asm | Assembly | a3/minesweeper game.asm | xingchenzhao/cs447 | c99b33f8fd0dab1a1e19e9da961ec6b8dd7e4aef | [
"MIT"
] | 1 | 2019-05-19T04:14:40.000Z | 2019-05-19T04:14:40.000Z | a3/minesweeper game.asm | xingchenzhao/cs447 | c99b33f8fd0dab1a1e19e9da961ec6b8dd7e4aef | [
"MIT"
] | null | null | null | a3/minesweeper game.asm | xingchenzhao/cs447 | c99b33f8fd0dab1a1e19e9da961ec6b8dd7e4aef | [
"MIT"
] | null | null | null | .data
board: .space 256
space: .asciiz "\n"
leftClickAtRow: .asciiz "Left-Click at row "
rightClickAtRow: .asciiz "Right-Click at row "
column: .asciiz " column "
mine: .asciiz "Mine"
nothing: .asciiz "Nothing"
colon: .asciiz " : "
newLine: .asciiz "\n"
askCloseCells: .asciiz "Press Enter key to con... | 54.713415 | 19,579 | 0.275538 |
02ee315744e2dfb973937f55a84d0ec7cfcd6841 | 1,445 | asm | Assembly | additional/polymorphism/aslr_de.asm | sajithshetty/SLAE32 | 1171a9e3ef78786e069226fcd31ad6d5f2a4057b | [
"CC0-1.0"
] | null | null | null | additional/polymorphism/aslr_de.asm | sajithshetty/SLAE32 | 1171a9e3ef78786e069226fcd31ad6d5f2a4057b | [
"CC0-1.0"
] | null | null | null | additional/polymorphism/aslr_de.asm | sajithshetty/SLAE32 | 1171a9e3ef78786e069226fcd31ad6d5f2a4057b | [
"CC0-1.0"
] | null | null | null | global _start
section .text
_start:
xor eax, eax ; zero out eax register
push eax ; push zero onto the stack
;objective is to push 0x65636170 ecap onto stack
mov ebx, 0x9A9C9E8F ;mov 0x9A9C9E8F to ebx register
not ebx ;not(0x9A9C9E8F) = 0x65636170
mov dword [esp-4], ebx ; mov 0x65636170 to [esp-4]
sub esp... | 32.840909 | 91 | 0.697578 |
f50c26b0e050a0d104b75ecd93d4b9d5930abc46 | 894 | asm | Assembly | programs/oeis/023/A023552.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/023/A023552.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/023/A023552.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A023552: Convolution of natural numbers >= 3 and Fibonacci numbers.
; 3,7,15,28,50,86,145,241,397,650,1060,1724,2799,4539,7355,11912,19286,31218,50525,81765,132313,214102,346440,560568,907035,1467631,2374695,3842356,6217082,10059470,16276585,26336089,42612709,68948834,111561580,180510452,292072071,472582563,764654675... | 59.6 | 710 | 0.832215 |
a1f2852b3077d6220bdf4aa17eb5054eb5fd2dd9 | 76 | asm | Assembly | src/main/fragment/mos6502-common/_deref_qvoz1_neq_pvom2_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/_deref_qvoz1_neq_pvom2_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/_deref_qvoz1_neq_pvom2_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | ldy #0
lda ({z1}),y
cmp {m2}
bne {la1}
iny
lda ({z1}),y
cmp {m2}+1
bne {la1} | 9.5 | 12 | 0.552632 |
375c2905f6ba42022787042470cfd5bad7621f49 | 147 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_enmy10.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_enmy10.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_enmy10.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_enmy10.asm
Type: file
Size: 59660
Last-Modified: '2016-05-13T04:51:17Z'
SHA-1: AC70A2C977AF1C906C76F7A59C1760552F220CBE
Description: null
| 21 | 47 | 0.816327 |
7836470b999ab7a836f62448aac2d50d2d6cc459 | 330 | asm | Assembly | programs/oeis/038/A038533.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/038/A038533.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/038/A038533.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A038533: Denominator of coefficients of both EllipticK/Pi and EllipticE/Pi.
; 2,8,128,512,32768,131072,2097152,8388608,2147483648,8589934592,137438953472,549755813888,35184372088832,140737488355328,2251799813685248,9007199254740992,9223372036854775808
seq $0,46161 ; a(n) = denominator of binomial(2n,n)/4^n.
pow $0,2... | 47.142857 | 175 | 0.809091 |
4cae11bdeaf2332e7f1d9d98ccb41c01dd43ed49 | 52 | asm | Assembly | libsrc/_DEVELOPMENT/l/z80/l_jpix.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/z80/l_jpix.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/z80/l_jpix.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_l
PUBLIC l_jpix
l_jpix:
jp (ix)
| 5.777778 | 14 | 0.673077 |
cf76c1e0631a8451425564d6d53e5e7eaf79feee | 523 | asm | Assembly | oeis/111/A111333.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/111/A111333.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/111/A111333.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A111333: Number of odd numbers <= n-th prime.
; Submitted by Jamie Morken(s3)
; 1,2,3,4,6,7,9,10,12,15,16,19,21,22,24,27,30,31,34,36,37,40,42,45,49,51,52,54,55,57,64,66,69,70,75,76,79,82,84,87,90,91,96,97,99,100,106,112,114,115,117,120,121,126,129,132,135,136,139,141,142,147,154,156,157,159,166,169,174,175,177,180,18... | 58.111111 | 349 | 0.703633 |
f3f4c47eb02e2d7c2b2435427f9db1cf39c17bee | 702 | asm | Assembly | oeis/052/A052535.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052535.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052535.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052535: Expansion of (1-x)*(1+x)/(1-x-2*x^2+x^4).
; Submitted by Jon Maiga
; 1,1,2,4,7,14,26,50,95,181,345,657,1252,2385,4544,8657,16493,31422,59864,114051,217286,413966,788674,1502555,2862617,5453761,10390321,19795288,37713313,71850128,136886433,260791401,496850954,946583628,1803399103,3435774958,6545722210,1247068... | 39 | 486 | 0.769231 |
78c3dff15978b76b3b1df0d17270c0e2558759c2 | 35,693 | asm | Assembly | unused/develop/obj/waveform_0.asm | pau-tomas/gbvm | c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b | [
"MIT"
] | 33 | 2020-12-27T11:53:23.000Z | 2022-02-19T23:05:12.000Z | unused/develop/obj/waveform_0.asm | pau-tomas/gbvm | c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b | [
"MIT"
] | 2 | 2020-12-10T16:53:53.000Z | 2022-01-31T21:42:01.000Z | unused/develop/obj/waveform_0.asm | pau-tomas/gbvm | c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b | [
"MIT"
] | 6 | 2021-04-18T08:09:16.000Z | 2022-01-31T21:52:24.000Z | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.1.4 #12246 (Mac OS X x86_64)
;--------------------------------------------------------
.module waveform_0
.optsdcc -mgbz80
;--------------------------------------------------------
; Publi... | 19.366793 | 57 | 0.484577 |
7c5710342172837bd7cdec63bbb578c6d4288848 | 290 | asm | Assembly | pwnlib/shellcraft/templates/mips/linux/findpeersh.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 325 | 2016-01-25T08:38:06.000Z | 2022-03-30T14:31:50.000Z | pwnlib/shellcraft/templates/mips/linux/findpeersh.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 8 | 2016-08-23T10:15:27.000Z | 2019-01-16T02:49:34.000Z | pwnlib/shellcraft/templates/mips/linux/findpeersh.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 71 | 2016-07-13T10:03:52.000Z | 2022-01-10T11:57:34.000Z | <% from pwnlib.shellcraft.mips.linux import findpeer, dupsh %>
<%page args="port=None"/>
<%docstring>
findpeersh(port)
Finds a connected socket. If port is specified it is checked
against the peer port. A dup2 shell is spawned on it.
</%docstring>
${findpeer(port)}
${dupsh()}
| 26.363636 | 64 | 0.7 |
f6d525e6529f2faf82095d8c412f8e61108390bf | 375 | asm | Assembly | oeis/202/A202451.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/202/A202451.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/202/A202451.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A202451: Upper triangular Fibonacci matrix, by SW antidiagonals.
; 1,0,1,0,1,2,0,0,1,3,0,0,1,2,5,0,0,0,1,3,8,0,0,0,1,2,5,13,0,0,0,0,1,3,8,21,0,0,0,0,1,2,5,13,34,0,0,0,0,0,1,3,8,21,55,0,0,0,0,0,1,2,5,13,34,89,0,0,0,0,0,0,1,3,8,21,55,144
seq $0,127948 ; Triangle, A004736 * A127899.
max $0,0
seq $0,45 ; Fibonacci numbe... | 53.571429 | 170 | 0.6 |
dc2eff97a79ffa96e5cd1007668a8b1362f08a33 | 980 | asm | Assembly | lab_task-1.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | lab_task-1.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | lab_task-1.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
QUES DB "ENTER THREE INITIALS: $"
INITIAL1 DB ?
INITIAL2 DB ?
INITIAL3 DB ?
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV AH,9
LEA DX,QUES
INT 21H
MOV AH,1
INT 21H ;INPUT IN INITIAL1
MOV INITIAL1,AL
INT 21H
... | 15.806452 | 41 | 0.512245 |
6d94901d581b203d8922b5e7a78627705643387c | 698 | asm | Assembly | Engine Hacks/Skill System/Internals/FE8-Weapon Rank on Levelup/Custom_Message_Func.asm | sme23/MekkahRestrictedHackComp1 | 1cc9d2fec557424f358b6bfa21f9f3bb6faf2978 | [
"CC0-1.0"
] | null | null | null | Engine Hacks/Skill System/Internals/FE8-Weapon Rank on Levelup/Custom_Message_Func.asm | sme23/MekkahRestrictedHackComp1 | 1cc9d2fec557424f358b6bfa21f9f3bb6faf2978 | [
"CC0-1.0"
] | null | null | null | Engine Hacks/Skill System/Internals/FE8-Weapon Rank on Levelup/Custom_Message_Func.asm | sme23/MekkahRestrictedHackComp1 | 1cc9d2fec557424f358b6bfa21f9f3bb6faf2978 | [
"CC0-1.0"
] | null | null | null | .thumb
.org 0x0
@Instead of using the built-in function at A240 to copy text to ram, we do it manually and put the letter corresponding to the weapon rank
push {r4,r5,r14}
mov r4,r0
CharLoop:
ldrb r2,[r0]
add r0,#1
cmp r2,#0
bne CharLoop
sub r5,r0,#1
ldr r0,Const_30005F4
ldrb r0,[r0,#0x2] @weapon exp that we ... | 17.02439 | 138 | 0.700573 |
589dae664df2ac47005df46f9c2eb3f5359da7ff | 777 | asm | Assembly | 4/decoder.asm | 91fc7b/SLAE64 | 0a3fe1ec3c963a46b911d90cae3c8cc4af006d18 | [
"Unlicense"
] | null | null | null | 4/decoder.asm | 91fc7b/SLAE64 | 0a3fe1ec3c963a46b911d90cae3c8cc4af006d18 | [
"Unlicense"
] | null | null | null | 4/decoder.asm | 91fc7b/SLAE64 | 0a3fe1ec3c963a46b911d90cae3c8cc4af006d18 | [
"Unlicense"
] | null | null | null | global _start
section .text
_start:
jmp short call_shellcode
decoder:
pop rsi ; now contains address of the encoded shellcode
xor rcx,rcx
mov cl,16 ; 16 = 32/2, shellcode is decoded 2bytewise (swap)
decode:
;swap first byte (rsi) and second byte (rsi+1)
mov al,[rsi] ;load first byte to al
inc rsi
mov ah... | 20.447368 | 191 | 0.725869 |
2e98d6fbbb7867c895c1fd3d103802c260dbfef5 | 2,083 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wa_priority_queue/z80/asm_wa_priority_queue_resize.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/wa_priority_queue/z80/asm_wa_priority_queue_resize.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/wa_priority_queue/z80/asm_wa_priority_queue_resize.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Mar 2014
; ===============================================================
;
; int wa_priority_queue_resize(wa_priority_queue_t *q, size_t n)
;
; Attempt to resize the queue to n bytes.
;
; If n <= queue.capacity, the array owned by the queue will
; ... | 21.697917 | 73 | 0.533365 |
2ef6cb5ebb164bcd0be371a23de8eff8d175cfd1 | 37,458 | asm | Assembly | Debuger/PSYMON/PSYMON120B/PSYMON120B-CoCo3.asm | MarkO-555/CoCoIO-NIC-Base-Code | f3084e1f1a351d950812ea351f777b279a2a2110 | [
"BSD-3-Clause"
] | 1 | 2021-12-12T04:03:37.000Z | 2021-12-12T04:03:37.000Z | Debuger/PSYMON/PSYMON120B/PSYMON120B-CoCo3.asm | MarkO-555/CoCoIO-NIC-Base-Code | f3084e1f1a351d950812ea351f777b279a2a2110 | [
"BSD-3-Clause"
] | null | null | null | Debuger/PSYMON/PSYMON120B/PSYMON120B-CoCo3.asm | MarkO-555/CoCoIO-NIC-Base-Code | f3084e1f1a351d950812ea351f777b279a2a2110 | [
"BSD-3-Clause"
] | 1 | 2021-12-14T04:18:19.000Z | 2021-12-14T04:18:19.000Z | NAM PSYMON
*************************************************
* PSYMON VERSION 1.20 *
* A 6809 ROM MONITOR *
* *
* THE PERCOM SYSTEM MONITOR (PSYMON) WAS *
* WRITTEN BY A TEAM OF PROGRAMMERS USING ... | 37.798184 | 57 | 0.409525 |
7ccc5b87b553b67c790c4222a9ee3bb1f3d47bc7 | 2,141 | asm | Assembly | libsrc/_DEVELOPMENT/target/rc2014/driver/ram/z80/asm_shadow_copy.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 4 | 2021-12-23T15:34:05.000Z | 2021-12-23T15:36:16.000Z | libsrc/_DEVELOPMENT/target/rc2014/driver/ram/z80/asm_shadow_copy.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/_DEVELOPMENT/target/rc2014/driver/ram/z80/asm_shadow_copy.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | null | null | null |
INCLUDE "config_private.inc"
SECTION smc_driver
PUBLIC asm_shadow_copy
PUBLIC asm_shadow_copy_end
; @feilipu February 2021
;
; The RAM bank is toggled by outputting 0/1 to 0x0030
;
; This code is located in the DATA section and, for ROM builds,
; is copied to both main and shadow RAM banks during initialisa... | 30.15493 | 72 | 0.586175 |
d11943bb768ed954440c5d94e8d13229024669b0 | 297 | asm | Assembly | programs/oeis/133/A133012.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/133/A133012.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/133/A133012.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A133012: Even imperfect numbers.
; 2,4,8,10,12,14,16,18,20,22,24,26,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118
mov $1,$0
div $1,2
lpb $1
add $0,1
sub $1,1
div $1,5
lpe
mul $0,2
add $0,2
| 22.846154 | 179 | 0.639731 |
83534c629e9cde6a34de5d288223f5a4699e187a | 12,911 | asm | Assembly | build/win64/mulx_mont_256-x86_64.asm | cemozerr/blst | 1c92f2d247a0abea54769fce3f6e1506eb4a9ce6 | [
"Apache-2.0"
] | 231 | 2020-06-22T23:39:36.000Z | 2022-03-31T05:58:09.000Z | build/win64/mulx_mont_256-x86_64.asm | cemozerr/blst | 1c92f2d247a0abea54769fce3f6e1506eb4a9ce6 | [
"Apache-2.0"
] | 100 | 2020-06-23T13:59:55.000Z | 2022-03-23T10:41:27.000Z | build/win64/mulx_mont_256-x86_64.asm | cemozerr/blst | 1c92f2d247a0abea54769fce3f6e1506eb4a9ce6 | [
"Apache-2.0"
] | 61 | 2020-06-24T02:45:50.000Z | 2022-03-27T03:12:33.000Z | OPTION DOTNAME
.text$ SEGMENT ALIGN(256) 'CODE'
PUBLIC mulx_mont_sparse_256
ALIGN 32
mulx_mont_sparse_256 PROC PUBLIC
DB 243,15,30,250
mov QWORD PTR[8+rsp],rdi ;WIN64 prologue
mov QWORD PTR[16+rsp],rsi
mov r11,rsp
$L$SEH_begin_mulx_mont_sparse_256::
mov rdi,rcx
mov rsi,rdx
mov rdx,r8
mov rcx,r9
mov r8,QWORD... | 16.199498 | 54 | 0.732011 |
bc74da4d0339660afd1676ab1cea8142d7c96ff3 | 6,510 | asm | Assembly | libsrc/target/rc2014/stdio/interrupt_cons_acia.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/rc2014/stdio/interrupt_cons_acia.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/rc2014/stdio/interrupt_cons_acia.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
INCLUDE "_DEVELOPMENT/target/rc2014/config_rc2014-8085_private.inc"
SECTION code_driver
PUBLIC acia_interrupt
EXTERN aciaRxCount, aciaRxIn, aciaRxBuffer
EXTERN aciaTxCount, aciaTxOut, aciaTxBuffer, aciaControl
.acia_interrupt
push af
push hl
in a,(__IO_ACIA_STATUS_REGISTER) ; get the status of the AC... | 28.933333 | 96 | 0.640553 |
9eb9fa066f0858997ecca7ba22ee74861533a70a | 947 | asm | Assembly | libsrc/_DEVELOPMENT/string/z80/asm_strnicmp.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/string/z80/asm_strnicmp.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/string/z80/asm_strnicmp.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; Dec 2013
; ===============================================================
;
; int strnicmp(const char *s1, const char *s2, size_t n)
;
; Perform caseless compare of string s1 to string s2, examining
; no more than n chars. Return when the first dif... | 27.057143 | 67 | 0.473073 |
664ab3e0b0d3423892b700b98b28514b99e129c2 | 429 | asm | Assembly | Models/Car System module/CarSystem004/CarSystem004Domains.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | Models/Car System module/CarSystem004/CarSystem004Domains.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | Models/Car System module/CarSystem004/CarSystem004Domains.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | //Ground model of Adaptive Exterior Light and Speed Control System
//Direction Blinking
//Hazard warning light
//from ELS-1 to ELS-13
module CarSystem004Domains
import ../../StandardLibrary
import ../CarSystem003/CarSystem003Domains
export *
signature:
// DOMAINS
domain Voltage subsetof Integer //Voltage: we appr... | 18.652174 | 76 | 0.762238 |
9b5768c649b758606fe7c53e03274e710d89981c | 903 | asm | Assembly | oeis/314/A314205.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/314/A314205.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/314/A314205.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A314205: Coordination sequence Gal.5.133.5 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 Jon Maiga
; 1,5,11,17,22,26,31,37,43,48,53,59,65,70,74,79,85,91,96,101,107,113,118,122,127,133,139,144,149,155,161,166,170,175,... | 18.06 | 180 | 0.560354 |
24d3711beab6726c13a3562255bd9f8cfe139ff6 | 317 | asm | Assembly | programs/oeis/278/A278123.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/278/A278123.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/278/A278123.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A278123: a(n) = 247*2^n - 300.
; 194,688,1676,3652,7604,15508,31316,62932,126164,252628,505556,1011412,2023124,4046548,8093396,16187092,32374484,64749268,129498836,258997972,517996244,1035992788,2071985876,4143972052,8287944404,16575889108,33151778516,66303557332
mov $1,2
pow $1,$0
sub $1,1
mul $1,494
add $1,194
| 35.222222 | 232 | 0.785489 |
c35e621de3076d05d30b60de1d0324a755aa83b4 | 288 | asm | Assembly | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_GetSprClrAddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_GetSprClrAddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_GetSprClrAddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void sp1_GetSprClrAddr(struct sp1_ss *s, uchar **sprdest)
SECTION code_clib
SECTION code_temp_sp1
PUBLIC _sp1_GetSprClrAddr
EXTERN l0_sp1_GetSprClrAddr_callee
_sp1_GetSprClrAddr:
pop af
pop hl
pop de
push de
push hl
push af
jp l0_sp1_GetSprClrAddr_callee
| 13.714286 | 59 | 0.760417 |
2e36e77234cb88b363b19b2da8cc4f13659845f4 | 585 | asm | Assembly | programs/oeis/074/A074828.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/074/A074828.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/074/A074828.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A074828: a(1) = 1; for n>1, a(n) = smallest composite multiple of n if n is a prime else the smallest prime divisor of n if n is composite.
; 1,4,6,2,10,2,14,2,3,2,22,2,26,2,3,2,34,2,38,2,3,2,46,2,5,2,3,2,58,2,62,2,3,2,5,2,74,2,3,2,82,2,86,2,3,2,94,2,7,2,3,2,106,2,5,2,3,2,118,2,122,2,3,2,5,2,134,2,3,2,142,2,146,2,3,2... | 45 | 234 | 0.615385 |
993ff57613721681c4a830fa408f3f165fa1c473 | 5,437 | asm | Assembly | core/helpers/fuzzcmp/trampoline.asm | sears-s/fluffi | 5f2f6d019041a6268199b69bf2f34487b18b84fe | [
"MIT"
] | 96 | 2019-09-19T10:28:05.000Z | 2022-02-28T11:53:06.000Z | core/helpers/fuzzcmp/trampoline.asm | sears-s/fluffi | 5f2f6d019041a6268199b69bf2f34487b18b84fe | [
"MIT"
] | 123 | 2019-11-19T09:47:14.000Z | 2021-10-19T03:10:51.000Z | core/helpers/fuzzcmp/trampoline.asm | sears-s/fluffi | 5f2f6d019041a6268199b69bf2f34487b18b84fe | [
"MIT"
] | 23 | 2019-11-11T06:04:56.000Z | 2022-02-11T15:35:26.000Z | ; Copyright 2017-2020 Siemens AG
;
; Permission is hereby granted, free of charge, to any person obtaining
; a copy of this software and associated documentation files (the
; "Software"), to deal in the Software without restriction, including without
; limitation the rights to use, copy, modify, merge, publish, distri... | 25.890476 | 84 | 0.748023 |
9c71e80ca4898c2295895305618c6fec749b76f7 | 1,574 | asm | Assembly | programs/oeis/138/A138454.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/138/A138454.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/138/A138454.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A138454: a(n) = ((n-th prime)^6-(n-th prime)^4))/3.
; 16,216,5000,38416,585640,1599416,8018016,15638520,49252016,198038680,295526720,854617416,1582426160,2105981416,3591445216,7385490216,14056138760,17168842840,30146077016,42691624080,50435276016,81016168480,108964305016,165639516240,277627825216,353805363400,3979799... | 131.166667 | 1,420 | 0.891995 |
32625055ac98c9d26fd52d198eda632f58579ffd | 297 | asm | Assembly | s1011.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | 1 | 2018-07-23T10:30:22.000Z | 2018-07-23T10:30:22.000Z | s1011.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | null | null | null | s1011.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | null | null | null | assume cs:code
data segment
db 'conversation'
data ends
code segment
start:
mov ax,data
mov ds,ax
mov si,0 ; starting address of parameter 'conversation'
mov cx,12
call capital
mov ax,4c00h
int 21h
capital:
and byte ptr [si],11011111b
inc si
loop capital
ret
code ends
end start | 11.423077 | 57 | 0.734007 |
4018f8638b7547b7ccb940e32de05af96f00d88e | 423 | asm | Assembly | data/pokemon/base_stats/gelania.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/gelania.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/gelania.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 90, 85, 125, 75, 100, 60
; hp atk def spd sat sdf
db GRASS, GRASS ; type
db 30 ; catch rate
db 211 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/gelania/front.dimensions"
db GROWTH_MEDIUM_FAST ;... | 21.15 | 46 | 0.687943 |
ad7638199f737b882065217b2c57d9c69f939329 | 359 | asm | Assembly | programs/oeis/025/A025788.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/025/A025788.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/025/A025788.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A025788: Expansion of 1/((1-x)(1-x^7)(1-x^12)).
; 1,1,1,1,1,1,1,2,2,2,2,2,3,3,4,4,4,4,4,5,5,6,6,6,7,7,8,8,9,9,9,10,10,11,11,12,13,13,14,14,15,15,16,17,17,18,18,19,20,21,22,22,23,23,24,25,26,27,27,28,29,30,31,32,33
lpb $0
mov $2,$0
sub $0,7
div $2,12
seq $2,14181 ; Numbers > 9 with all digits the same.
add ... | 25.642857 | 165 | 0.579387 |
4cda51ce79fae6f5342f6d15990d604b2680f617 | 1,067 | asm | Assembly | programs/oeis/267/A267092.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/267/A267092.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/267/A267092.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A267092: a(n) is the number of P-positions for n-modular Nim with 2 piles.
; 1,3,3,8,5,9,7,20,9,15,11,24,13,21,15,48,17,27,19,40,21,33,23,60,25,39,27,56,29,45,31,112,33,51,35,72,37,57,39,100,41,63,43,88,45,69,47,144,49,75,51,104,53,81,55,140,57,87,59,120,61,93,63,256,65,99,67,136,69,105,71,180,73,111,75,152,77,117,79... | 88.916667 | 917 | 0.71134 |
18b8b9f78724086c28da022694a5857f037a93fa | 550 | asm | Assembly | libsrc/graphics/text6/clsgraph.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/graphics/text6/clsgraph.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/graphics/text6/clsgraph.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Generic pseudo graphics routines for text-only platforms
; Version for the 2x3 graphics symbols
;
; Written by Stefano Bodrato 19/12/2006
;
;
; Clears graph screen.
;
;
; $Id: clsgraph.asm,v 1.5 2017-01-02 22:57:59 aralbrec Exp $
;
INCLUDE "graphics/grafix.inc"
SECTION code_clib
... | 14.864865 | 64 | 0.672727 |
fbdab3e7150a094479a0316888c2bcd3252248b8 | 552 | asm | Assembly | programs/oeis/243/A243513.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/243/A243513.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/243/A243513.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A243513: Number of length n+2 0..4 arrays with no three elements in a row with pattern aba or abb (with a!=b) and new values 0..4 introduced in 0..4 order.
; 3,5,10,24,65,187,552,1646,4927,14769,44294,132868,398589,1195751,3587236,10761690,32285051,96855133,290565378,871696112,2615088313,7845264915,23535794720,706073... | 46 | 317 | 0.789855 |
790a468648f8dc5025ea219020a2b3cb08834842 | 173 | asm | Assembly | data/pokemon/dex_entries/gyarados.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/gyarados.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/gyarados.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "ATROCIOUS@" ; species name
db "It appears when-"
next "ever there is"
next "world conflict,"
page "burning down any"
next "place it travels"
next "through.@"
| 17.3 | 31 | 0.67052 |
ff6041cecce4cfec7d5ccf62af51673bd3172eaf | 5,766 | asm | Assembly | maps/Route46.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | maps/Route46.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | maps/Route46.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | object_const_def ; object_event constants
const ROUTE46_POKEFAN_M
const ROUTE46_YOUNGSTER
const ROUTE46_LASS
const ROUTE46_FRUIT_TREE1
const ROUTE46_FRUIT_TREE2
const ROUTE46_POKE_BALL
Route46_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
TrainerCamperTed:
trainer CAMPER, TED, EVENT_BEAT_CAMPER_TED, Ca... | 21.276753 | 144 | 0.804024 |
aacb17f938dffd99cc8cc2ae54d8a0f1be10d514 | 7,711 | asm | Assembly | vuln-rom/src/serial.asm | zer0x64/nsec2022-gband | 7f831b1af83c7f766f139dfce14776b654ee8d9a | [
"Apache-2.0",
"MIT"
] | null | null | null | vuln-rom/src/serial.asm | zer0x64/nsec2022-gband | 7f831b1af83c7f766f139dfce14776b654ee8d9a | [
"Apache-2.0",
"MIT"
] | null | null | null | vuln-rom/src/serial.asm | zer0x64/nsec2022-gband | 7f831b1af83c7f766f139dfce14776b654ee8d9a | [
"Apache-2.0",
"MIT"
] | null | null | null | INCLUDE "constants.inc"
SERIAL_STATE_WAITING_TO_PRESS_A = 0
SERIAL_STATE_WAITING_FOR_CLIENT = 1
SERIAL_STATE_TRANSFERING = 2
SERIAL_STATE_TRANSFER_OVER = 3
TEXTBOX_LINE_LENGTH = 14
SerialSendByte: MACRO
ld [serialSendData], a
ld a, [serialConnectionState]
cp SERIAL_CONNECTION_STATE_INTERNAL
jr nz, :+... | 18.315914 | 82 | 0.661652 |
59c917df4ff07394e1b2a0cedbdb724f295f3f9a | 139 | asm | Assembly | sw/552tests/inst_tests/jal_8.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/inst_tests/jal_8.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/inst_tests/jal_8.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // Original test: ./freiberg/hw4/problem6/jal_0.asm
// Author: freiberg
// Test source code follows
//jal low case
jal 0
addi r1, r7, 0
| 13.9 | 51 | 0.697842 |
1da172b9abcccbef8cd0d76e5580e56322427536 | 99,858 | asm | Assembly | projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_1A.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 68 | 2020-12-16T10:06:48.000Z | 2022-03-29T19:54:01.000Z | projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_1A.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 62 | 2020-12-19T04:28:41.000Z | 2021-02-15T22:18:16.000Z | projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_1A.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 4 | 2021-01-17T03:51:22.000Z | 2021-01-21T16:26:53.000Z | SECTION "ROM Bank 1A", ROMX[$4000], BANK[$1A]
initialize:
ld sp, $FFFF
.waitForVBlank:
ifEq [gbLY], 145, .waitForVBlank
clear [gbLCDC]
assign [RST_0000], $0A
memsetWithValue gbVRAM, $2000, $00
memsetWithValue gbRAM, $2000, $00
ld sp, $E000
memsetWithValue gbOAMRAM, $0100, $00
m... | 43.758983 | 57 | 0.380791 |
153cad77972b334b5882b52795888b17884c6625 | 509 | asm | Assembly | asm/basic_upstart.asm | b00lduck/cbmpet-asm | 82c886fec30eb2720caa4b49a09fc1ae3bd9d2df | [
"MIT"
] | null | null | null | asm/basic_upstart.asm | b00lduck/cbmpet-asm | 82c886fec30eb2720caa4b49a09fc1ae3bd9d2df | [
"MIT"
] | null | null | null | asm/basic_upstart.asm | b00lduck/cbmpet-asm | 82c886fec30eb2720caa4b49a09fc1ae3bd9d2df | [
"MIT"
] | null | null | null | .pc = BASIC "Basic upstart" {
.word !+
.byte 1, 0
rp: .byte $9e, $20
.byte $31, $33, $33, $37, 0
!: .word !+
.byte 2, $00
.byte $8f, $20
.text "PET-A-BYTE"
.byte 0
!: .word !+
.byte 3, $00
.byte $8f, $20
.text " "
.text "BY B00LDUCK"
.byte 0
!: .word !+
.byte 5,$00
.byte $8f, $20
... | 15.90625 | 30 | 0.475442 |
e94c8c95453883c20deb5a6dfe0723adbc83a5cf | 592 | asm | Assembly | programs/oeis/092/A092808.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/092/A092808.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/092/A092808.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A092808: Pair reversal of Jacobsthal numbers.
; 1,0,3,1,11,5,43,21,171,85,683,341,2731,1365,10923,5461,43691,21845,174763,87381,699051,349525,2796203,1398101,11184811,5592405,44739243,22369621,178956971,89478485,715827883,357913941,2863311531,1431655765
mov $5,2
mov $8,$0
lpb $5,1
sub $5,1
add $0,$5
sub $0,1
... | 16.914286 | 207 | 0.616554 |
18a301b5126ea24ffffb5f702f12cbe98a528ac7 | 54 | asm | Assembly | audio/sfx/snare3_2.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | audio/sfx/snare3_2.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | audio/sfx/snare3_2.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SFX_Snare3_2_Ch7:
noisenote 0, 10, 1, 51
endchannel
| 13.5 | 23 | 0.759259 |
7913d66b042bdc3004b4a57338f1182dfaa40d4b | 457 | asm | Assembly | programs/oeis/229/A229829.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/229/A229829.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/229/A229829.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A229829: Numbers coprime to 15.
; 1,2,4,7,8,11,13,14,16,17,19,22,23,26,28,29,31,32,34,37,38,41,43,44,46,47,49,52,53,56,58,59,61,62,64,67,68,71,73,74,76,77,79,82,83,86,88,89,91,92,94,97,98,101,103,104,106,107,109,112,113,116,118,119,121,122,124,127,128,131,133,134,136,137,139,142,143,146,148,149,151,152,154,157,158,16... | 57.125 | 343 | 0.693654 |
1a3ac632f482ed91f7b098a4830f9a16357983ca | 2,908 | asm | Assembly | libsrc/target/micro8085/drv/uart_rxbuf.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 4 | 2021-12-23T15:34:05.000Z | 2021-12-23T15:36:16.000Z | libsrc/target/micro8085/drv/uart_rxbuf.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/target/micro8085/drv/uart_rxbuf.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null | ;-------------------------------------------------------------------------
; Native terminal i/o functionality for micro8085_cilb operates on buffer
; Functions below assumes support for INTEL 8085 "undocumented" opcodes
; Assumes buffer len is 256 bytes and that it's aligned to a 256 boundary
SECTION code_cli... | 42.144928 | 74 | 0.42641 |
bda7c0238e03a103a8029d0e86dc709b79536df3 | 589 | asm | Assembly | oeis/026/A026017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026017: a(n) = number of (s(0), s(1), ..., s(2n-1)) such that s(i) is a nonnegative integer and |s(i) - s(i-1)| = 1 for i = 1,2,...,n, s(0) = 2, s(2n-1) = 5. Also a(n) = T(2n-1,n-2), where T is the array defined in A026009.
; Submitted by Jamie Morken(s3)
; 1,5,21,83,319,1209,4550,17068,63954,239666,898909,3375825,1... | 39.266667 | 232 | 0.684211 |
e8b51143c52a8e8375345e6c8c1e069fcaefd496 | 1,305 | nasm | Assembly | MdePkg/Library/BaseMemoryLibSse2/Ia32/CompareMem.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | 9 | 2021-07-26T17:02:51.000Z | 2021-12-30T10:49:46.000Z | MdePkg/Library/BaseMemoryLibSse2/Ia32/CompareMem.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | null | null | null | MdePkg/Library/BaseMemoryLibSse2/Ia32/CompareMem.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | null | null | null | ;------------------------------------------------------------------------------
;
; Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Module Name:
;
; CompareMem.Asm
;
; Abstract:
;
; CompareMem function
;
; Notes:
;
; The following BaseMemor... | 25.096154 | 79 | 0.441379 |
7b7588abdfca6c69c0387a72da15d76056a64ce4 | 1,843 | asm | Assembly | sys.asm | MrBad/cosiris | 2bb52efd58e705d3d5309c58ea0012a916a60b0e | [
"MIT"
] | 10 | 2017-09-12T00:37:33.000Z | 2021-01-20T07:04:32.000Z | sys.asm | MrBad/cosiris | 2bb52efd58e705d3d5309c58ea0012a916a60b0e | [
"MIT"
] | null | null | null | sys.asm | MrBad/cosiris | 2bb52efd58e705d3d5309c58ea0012a916a60b0e | [
"MIT"
] | 1 | 2021-06-25T17:18:13.000Z | 2021-06-25T17:18:13.000Z | global switch_to_user_mode_asm
; There is no simple way to switch to ring 3 from ring 0 on i386.
; You can of course return from ring 0 to ring 3.
; So we will simulate a calculated interrupt return, like it was from our
; user program
switch_to_user_mode_asm:
cli
mov ebx, [esp + 4] ; save address to jum... | 31.775862 | 79 | 0.557786 |
e8615ee5c68c0ceaecb120e90ffbe9bc3b69fe88 | 3,361 | asm | Assembly | programs/oeis/135/A135509.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/135/A135509.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/135/A135509.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A135509: Nonnegative integers c such that there are nonnegative integers a and b that satisfy a^(1/2) + b^(1/2) = c^(1/2) and a^2 + b = c.
; 0,1,25,225,1156,4225,12321,30625,67600,136161,255025,450241,756900,1221025,1901641,2873025,4227136,6076225,8555625,11826721,16080100,21538881,28462225,37149025,47941776,61230625... | 373.444444 | 3,171 | 0.904195 |
2135e10aaced92f2f07841711d1fee21b936c6ca | 1,050 | asm | Assembly | programs/oeis/133/A133586.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/133/A133586.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/133/A133586.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A133586: Expansion of x*(1+2*x)/( (x^2-x-1)*(x^2+x-1) ).
; 1,2,3,6,8,16,21,42,55,110,144,288,377,754,987,1974,2584,5168,6765,13530,17711,35422,46368,92736,121393,242786,317811,635622,832040,1664080,2178309,4356618,5702887,11405774,14930352,29860704,39088169,78176338,102334155,204668310,267914296,535828592,701408733,1... | 45.652174 | 736 | 0.78381 |
8e79ffed8ba1cd3c49ea6067d17730a2333e7bc2 | 1,609 | asm | Assembly | programs/oeis/171/A171972.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/171/A171972.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/171/A171972.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A171972: Greatest integer k such that k/n^2 < sqrt(3).
; 0,1,6,15,27,43,62,84,110,140,173,209,249,292,339,389,443,500,561,625,692,763,838,916,997,1082,1170,1262,1357,1456,1558,1664,1773,1886,2002,2121,2244,2371,2501,2634,2771,2911,3055,3202,3353,3507,3665,3826,3990,4158,4330,4505,4683,4865,5050,5239,5431,5627,5826,60... | 80.45 | 1,398 | 0.785581 |
a46fc30717c5f12af14167160c61fd5276d8a2d7 | 1,716 | asm | Assembly | working/stdlib.asm | tongko/SimpleOS | df167a16e90328f7529d41f375f10266086fc495 | [
"Unlicense"
] | null | null | null | working/stdlib.asm | tongko/SimpleOS | df167a16e90328f7529d41f375f10266086fc495 | [
"Unlicense"
] | null | null | null | working/stdlib.asm | tongko/SimpleOS | df167a16e90328f7529d41f375f10266086fc495 | [
"Unlicense"
] | null | null | null | ; Disassembly of file: stdlib.o
; Mon Oct 30 00:50:55 2017
; Mode: 32 bits
; Syntax: YASM/NASM
; Instruction set: 80386
global strlen: function
SECTION .text align=16 execute ; section number 1, code
strlen: ; Function begin
mov edx, dword [esp+4H] ... | 37.304348 | 83 | 0.439977 |
1506f67cab7f5a7c392d231712fbfc49209063f2 | 495 | asm | Assembly | programs/oeis/313/A313831.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/313/A313831.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/313/A313831.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A313831: Coordination sequence Gal.6.328.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,10,16,20,25,31,36,40,46,51,56,61,66,72,76,81,87,92,96,102,107,112,117,122,128,132,137,143,148,152,158,163,168,173,178,184,188,193,199,20... | 27.5 | 179 | 0.686869 |
ef40747449373d3307f22c4dba6a07a8c4814fff | 1,038 | asm | Assembly | programs/oeis/208/A208088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/208/A208088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/208/A208088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A208088: Number of 7 X (n+1) 0..1 arrays with every 2 X 2 subblock having the same number of equal edges as its horizontal neighbors and a different number from its vertical neighbors, and new values 0..1 introduced in row major order.
; 108,180,288,468,756,1224,1980,3204,5184,8388,13572,21960,35532,57492,93024,15051... | 74.142857 | 701 | 0.834297 |
9144adc268e4c8c1b1094b4eed6457c61bbce792 | 604 | asm | Assembly | programs/oeis/061/A061038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/061/A061038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/061/A061038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A061038: Denominator of 1/4 - 1/n^2.
; 1,36,16,100,9,196,64,324,25,484,144,676,49,900,256,1156,81,1444,400,1764,121,2116,576,2500,169,2916,784,3364,225,3844,1024,4356,289,4900,1296,5476,361,6084,1600,6724,441,7396,1936,8100,529,8836,2304,9604,625,10404,2704,11236,729,12100,3136,12996,841,13924,3600,14884,961,15876,40... | 50.333333 | 488 | 0.748344 |
3f71f497e98b92c30cdb05d9b1c810f0618d8bf7 | 684 | asm | Assembly | oeis/159/A159326.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159326.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159326.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159326: Numerator of Hermite(n, 4/11).
; Submitted by Christian Krause
; 1,8,-178,-5296,86860,5821408,-58529336,-8920919104,27781342352,17493150124160,79437437350624,-41697923801662208,-545045848640658752,116730403930901782016,2648557471270726689920,-374294148747729423950848,-12608616810694573276016384,1348398009465... | 38 | 474 | 0.814327 |
9d3246d2c453586ba691fca39271eae22b6d1e01 | 443 | asm | Assembly | oeis/028/A028165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/028/A028165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/028/A028165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A028165: Expansion of 1/((1-5x)(1-6x)(1-7x)(1-8x)).
; Submitted by Christian Krause
; 1,26,425,5590,64701,688506,6906145,66324830,616252901,5580303586,49508360265,432061044870,3720287489101,31681154472266,267320885100785,2238337148081710,18621251375573301,154069635600426546
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov ... | 26.058824 | 190 | 0.699774 |
3b289259cf736413340c929fe6a4bd78596e170e | 6,511 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_4315_684.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_4315_684.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_4315_684.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 %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xbe60, %rax
clflush (%rax)
cmp %r13, %r13
movb $0x61, (%rax)
nop
nop
nop
nop
nop
and %rbx, %rbx
lea addresses_WC_ht+0xf608, %rsi
lea addresses_A_ht+0x11908, %rdi
clflush (%rsi)... | 39.460606 | 2,999 | 0.656888 |
890038ba4e689a5b2ae5523a84057479824ae922 | 1,149 | asm | Assembly | demos/linux64/DEMO2/demo2.asm | gbmaster/nasmx | 299fac2950cb10df2afef149da6e075b3ff3cdde | [
"BSD-2-Clause"
] | 18 | 2015-06-22T07:26:13.000Z | 2021-09-09T19:47:44.000Z | demos/linux64/DEMO2/demo2.asm | gbmaster/nasmx | 299fac2950cb10df2afef149da6e075b3ff3cdde | [
"BSD-2-Clause"
] | null | null | null | demos/linux64/DEMO2/demo2.asm | gbmaster/nasmx | 299fac2950cb10df2afef149da6e075b3ff3cdde | [
"BSD-2-Clause"
] | 5 | 2015-09-22T14:47:09.000Z | 2021-11-08T18:53:11.000Z | ;// DEMO2.ASM
;//
;// Copyright (C)2005-2011 The NASMX Project
;//
;// Purpose:
;// This program demonstrates how to use command line
;// arguments and how to use the stack for storing values.
;//
;// Contributors:
;// Bryant Keller
;// Rob Neff
;//
%include 'nasmx.inc'
%include 'linux/libc.inc'
ENTRY dem... | 17.953125 | 61 | 0.590078 |
a2a9c9603198b2856a867e9629788a647abb549d | 9,827 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_563.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_563.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_563.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 %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1586d, %r13
clflush (%r13)
nop
and %rax, %rax
movl $0x61626364, (%r13)
nop
nop
nop
cmp %rcx, %rcx
lea addresses_D_ht+0xcfad, %r14
clflush (%r14)
nop
nop
nop
nop
add $1846, %r... | 27.917614 | 2,999 | 0.653404 |
49539a9124e76a8bee92c7d5dce8855a61222be5 | 456 | asm | Assembly | programs/oeis/279/A279260.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/279/A279260.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/279/A279260.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A279260: Numbers which are cyclops palindromic in their binary reflected Gray code representation.
; 0,6,18,90,330,1386,5418,21930,87210,349866,1397418,5593770,22366890,89483946,357903018,1431677610,5726579370,22906579626,91625794218,366504225450,1466014804650,5864063412906,23456245263018,93824997829290,3752999577627... | 32.571429 | 255 | 0.796053 |
30cc835dca73c06d93978cd041f2e0dc53f4fb9a | 156 | asm | Assembly | lab6/bin.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | 14 | 2019-02-25T11:09:12.000Z | 2022-03-12T23:29:11.000Z | lab6/bin.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | null | null | null | lab6/bin.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | null | null | null | PUBLIC UBin
PUBLIC SBin
CSEG SEGMENT PARA PUBLIC 'CODE'
ASSUME CS:CSEG
UBin PROC NEAR
RET
UBin ENDP
SBin PROC NEAR
RET
SBin ENDP
CSEG ENDS
END | 9.75 | 31 | 0.730769 |
157a905f2e41911bcb51025e29406c613dd3baee | 2,374 | asm | Assembly | src/test/ref/declared-ssa-var-0.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/declared-ssa-var-0.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/declared-ssa-var-0.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Tests declaring variables as __ssa / __notssa
// Commodore 64 PRG executable file
.file [name="declared-ssa-var-0.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basi... | 20.643478 | 69 | 0.545072 |
95c8b8efcdc7414d9e888162e7aaa4883d61146f | 90 | asm | Assembly | asm/codes/normal/show_timer_always.asm | brikr/practice-rom-patcher | 8e18d1713da24379fc92fdf084b2a1aa93c633ad | [
"MIT"
] | 2 | 2017-12-31T23:23:36.000Z | 2018-02-01T19:24:44.000Z | asm/codes/normal/show_timer_always.asm | brikr/practice-rom-patcher | 8e18d1713da24379fc92fdf084b2a1aa93c633ad | [
"MIT"
] | null | null | null | asm/codes/normal/show_timer_always.asm | brikr/practice-rom-patcher | 8e18d1713da24379fc92fdf084b2a1aa93c633ad | [
"MIT"
] | null | null | null | // Always Show Timer
origin 0x006014
base 0x8024B014
ori t2, t1, 0x0040 // 8024B017 0040
| 15 | 35 | 0.755556 |
6c93b67f0c56c83b7d5046bd5ec22f6cece33af7 | 978 | asm | Assembly | oeis/175/A175828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/175/A175828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/175/A175828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A175828: a(n) = (n*(6*n+1)+(n+2)*(-1)^n)/2.
; 1,2,15,26,53,74,115,146,201,242,311,362,445,506,603,674,785,866,991,1082,1221,1322,1475,1586,1753,1874,2055,2186,2381,2522,2731,2882,3105,3266,3503,3674,3925,4106,4371,4562,4841,5042,5335,5546,5853,6074,6395,6626,6961,7202,7551,7802,8165,8426,8803,9074,9465,9746,10151,104... | 23.285714 | 498 | 0.610429 |
6c09a89b7c15c337dab6d6efac8ac1a901002045 | 7,194 | asm | Assembly | oddball/test.asm | gmcastil/oddball | 44790ee817be341047ac3ca266ff7e3821e6fddf | [
"MIT"
] | 1 | 2019-02-21T06:53:03.000Z | 2019-02-21T06:53:03.000Z | oddball/test.asm | gmcastil/oddball | 44790ee817be341047ac3ca266ff7e3821e6fddf | [
"MIT"
] | 1 | 2018-03-26T03:50:11.000Z | 2018-03-26T03:50:11.000Z | oddball/test.asm | gmcastil/oddball | 44790ee817be341047ac3ca266ff7e3821e6fddf | [
"MIT"
] | null | null | null | ;;; The purpose of this file is to describe the set of instructions used in
;;; testing absolute addressing mode. At this point, each instruction is hand
;;; assembled from this file and then placed into a ROM used by the testbench
;;; for testing absolute addressing mode.
.org $8000
8000: lda $9000
... | 26.065217 | 84 | 0.37156 |
1f95fca78cc56b7adf6dd7a7d05ce45168ab61c2 | 14,748 | asm | Assembly | start_up/Paging.asm | DosDevs/zoom-zoom | c3c37c4b9b38ba81f55fcd79e6ff07fddbc3a5c5 | [
"BSD-3-Clause"
] | null | null | null | start_up/Paging.asm | DosDevs/zoom-zoom | c3c37c4b9b38ba81f55fcd79e6ff07fddbc3a5c5 | [
"BSD-3-Clause"
] | null | null | null | start_up/Paging.asm | DosDevs/zoom-zoom | c3c37c4b9b38ba81f55fcd79e6ff07fddbc3a5c5 | [
"BSD-3-Clause"
] | null | null | null | ; ---------------------------------------------------------------
; ------- Copyright 2016 Daniel Valencia, All Rights Reserved. --
; ------- --
; ------- Paging.asm --
; ------- ... | 36.962406 | 77 | 0.500746 |
5a2d0eb92fb7e957e7f7aad022530fbb14a9e9a6 | 2,627 | asm | Assembly | src/drivers/emulations/OPNAOnSFGPSGMSXAudio.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | 6 | 2020-04-21T17:26:27.000Z | 2021-09-25T18:41:01.000Z | src/drivers/emulations/OPNAOnSFGPSGMSXAudio.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | src/drivers/emulations/OPNAOnSFGPSGMSXAudio.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | ;
; OPNA on SFG + PSG + MSX-AUDIO driver
;
OPNAOnSFGPSGMSXAudio_CLOCK: equ 3579545
OPNAOnSFGPSGMSXAudio: MACRO
super: Driver Device_noName, OPNAOnSFGPSGMSXAudio_CLOCK, OPNAOnSFGPSGMSXAudio_PrintInfoImpl
opnOnSFGPSGDriver:
dw 0
msxAudioDriver:
dw 0
; e = register
; d = value
SafeWriteRegister: PROC
jp Syst... | 21.710744 | 92 | 0.794062 |
74b75e78161c0a5bb88aac960459529c532a9a37 | 650 | asm | Assembly | programs/oeis/234/A234319.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/234/A234319.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/234/A234319.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A234319: Smallest sum of n-th powers of k+1 consecutive positive integers that equals the sum of n-th powers of the next k consecutive integers, or -n if none.
; 0,3,25,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20,-21,-22,-23,-24,-25,-26,-27,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,... | 20.967742 | 209 | 0.550769 |
a5fcffac2ecf0994852ff590ccb933b170afa1c7 | 1,085 | asm | Assembly | _build/dispatcher/jmp_ippsAESDecryptCBC_7082d000.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsAESDecryptCBC_7082d000.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsAESDecryptCBC_7082d000.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsAESDecryptCBC:function
extern n8_ippsAESDecryptCBC:function
extern y8_ippsAESDecryptCBC:function
extern e9_ippsAESDecryptCBC:function
extern l9_ippsAESDecryptCBC:function
extern n0_ippsAESDecryptCBC:function
extern k0_ippsAESDecryptCBC:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:funct... | 27.820513 | 95 | 0.797235 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.