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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fd310fee574ebf47795b0ccadae33b97efe88dea | 209 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_loadSpritePalette.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_loadSpritePalette.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_loadSpritePalette.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void SMS_loadSpritePalette(void *palette)
SECTION code_clib
SECTION code_SMSlib
PUBLIC SMS_loadSpritePalette
EXTERN asm_SMSlib_loadSpritePalette
defc SMS_loadSpritePalette = asm_SMSlib_loadSpritePalette
| 19 | 57 | 0.880383 |
70e1580f3c6d64944ccabd59569512511b3c5382 | 448 | asm | Assembly | programs/oeis/316/A316026.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/316/A316026.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/316/A316026.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A316026: Coordination sequence Gal.3.36.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,6,9,15,18,24,30,33,39,42,48,54,57,63,66,72,78,81,87,90,96,102,105,111,114,120,126,129,135,138,144,150,153,159,162,168,174,177,183,186,192,1... | 32 | 177 | 0.696429 |
40f1b07c49062c1738bc803b1fd60ac2fd3cd46e | 354 | asm | Assembly | oeis/067/A067413.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/067/A067413.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/067/A067413.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A067413: Sixth column of triangle A067410.
; Submitted by Jon Maiga
; 1,7,84,1008,12096,145152,1741824,20901888,250822656,3009871872,36118462464,433421549568,5201058594816,62412703137792,748952437653504,8987429251842048,107849151022104576,1294189812265254912
mov $1,6
pow $1,$0
mul $1,21
div $1,18
mov $0,$1
lpb $0
... | 23.6 | 190 | 0.774011 |
2c67a98dbe328e59111a2fe0ba0c15b2fbc19625 | 468 | asm | Assembly | oeis/020/A020764.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020764.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020764.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020764: Decimal expansion of 1/sqrt(7).
; Submitted by Stefano Spezia
; 3,7,7,9,6,4,4,7,3,0,0,9,2,2,7,2,2,7,2,1,4,5,1,6,5,3,6,2,3,4,1,8,0,0,6,0,8,1,5,7,5,1,3,1,1,8,6,8,9,2,1,4,5,4,3,3,8,3,3,3,4,9,4,1,7,1,5,8,1,2,6,0,4,6,1,4,6,9,0,8,9,6,8,0,0,5,6,1,2,6,6,3,9,2,2,0,5,1,5,8
add $0,1
mov $3,$0
mul $3,4
lpb $3
add $1,... | 19.5 | 201 | 0.532051 |
ebbe287c980f10b98348048b500b1b010ca8eed3 | 458 | asm | Assembly | 3rdParties/src/nasm/nasm-2.15.02/test/dup.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-06-20T07:35:25.000Z | 2020-06-20T07:35:25.000Z | 3rdParties/src/nasm/nasm-2.15.02/test/dup.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | null | null | null | 3rdParties/src/nasm/nasm-2.15.02/test/dup.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | null | null | null | bits 32
db 33
db (44)
; db (44,55) -- error
db %(44,55)
db %('XX','YY')
db ('AA')
db %('BB')
db ?
db 6 dup (33)
db 6 dup (33, 34)
db 6 dup (33, 34), 35
db 7 dup (99)
db 7 dup dword (?, word ?,?)
dw byte (?,44)
dw 3 dup (0xcc, 4 dup byte ('PQR'), ?), 0xabcd
dd 16 dup (0xaaaa, ?, 0xb... | 12.378378 | 48 | 0.4869 |
1bc93e6b05ba0248f27645e61bfdae556e353424 | 323 | asm | Assembly | programs/oeis/144/A144478.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/144/A144478.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/144/A144478.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A144478: Period 9: repeat 1,0,5,7,6,2,4,3,8.
; 1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8
mov $2,1
mov $3,$0
mov $0,2
mov $4,$3
mul $3,2
add $4,$3
mov $5,1
lpb $0,1
sub $4,$2
mov $2,$0
sub $0,1
mul $5,$4
lpe
mod $5,27
add $0,$5
mov $1,$0
div $1... | 15.380952 | 109 | 0.517028 |
34c164c942905828302208d8148be946b60272f1 | 3,401 | asm | Assembly | roms/mbc_test/mbc_test.asm | gerikkub/gameboycart | f5cbee20806cd0490abfc68102676a058fd631a9 | [
"Apache-2.0"
] | null | null | null | roms/mbc_test/mbc_test.asm | gerikkub/gameboycart | f5cbee20806cd0490abfc68102676a058fd631a9 | [
"Apache-2.0"
] | null | null | null | roms/mbc_test/mbc_test.asm | gerikkub/gameboycart | f5cbee20806cd0490abfc68102676a058fd631a9 | [
"Apache-2.0"
] | null | null | null |
SECTION "graphics", ROMX[$4000], BANK[1]
db $00, $18, $24, $24, $24, $24, $18, $00
db $00, $18, $38, $18, $18, $18, $3C, $00
db $00, $38, $44, $04, $08, $10, $3C, $00
db $00, $18, $24, $04, $38, $04, $38, $00
db $00, $24, $24, $24, $3C, $04, $04, $00
db $00, $3C, $20, $20, $3C, $04, $3C, $00
db $00, $1C, $20, $20, $3... | 13.182171 | 41 | 0.423993 |
2e197d8470b1f99b737aa3d2e2f029500b61a947 | 662 | asm | Assembly | oeis/167/A167889.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/167/A167889.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/167/A167889.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A167889: a(n) = (-7*3^n+(-3)^n+6*4^n) / 42.
; Submitted by Jamie Morken(s3)
; 0,0,1,4,25,100,481,1924,8425,33700,141361,565444,2320825,9283300,37664641,150658564,607417225,2429668900,9761722321,39046889284,156574977625,626299910500,2508686426401,10034745705604,40170363882025,160681455528100,643008251648881,2572033006... | 60.181818 | 499 | 0.830816 |
4ce3bbbc69b928236a98321c249b90ade245d897 | 1,808 | asm | Assembly | release/src/router/gmp/source/mpn/x86/copyd.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | release/src/router/gmp/source/mpn/x86/copyd.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 8 | 2019-12-19T19:34:56.000Z | 2022-03-10T10:11:28.000Z | release/src/router/gmp/source/mpn/x86/copyd.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl x86 mpn_copyd -- copy limb vector, decrementing.
dnl Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Lesser General Public Licen... | 22.320988 | 78 | 0.706305 |
60347d6b2e5579cba148dd606e81fa1ad81fa87e | 23,583 | asm | Assembly | platforms/m3/pre_v12/compiled_prog_vlsipool/haltRX/SRAM_test_0.asm | lab11/M-ulator | 95b49c6194678c74accca4a20af71380efbcac5f | [
"Apache-2.0",
"MIT"
] | 19 | 2015-01-26T10:47:23.000Z | 2021-08-13T11:07:54.000Z | platforms/m3/pre_v12/compiled_prog_vlsipool/haltRX/SRAM_test_0.asm | lab11/M-ulator | 95b49c6194678c74accca4a20af71380efbcac5f | [
"Apache-2.0",
"MIT"
] | 14 | 2015-08-24T02:35:46.000Z | 2021-05-05T03:53:44.000Z | platforms/m3/pre_v12/compiled_prog_vlsipool/haltRX/SRAM_test_0.asm | lab11/M-ulator | 95b49c6194678c74accca4a20af71380efbcac5f | [
"Apache-2.0",
"MIT"
] | 9 | 2015-05-27T23:27:35.000Z | 2020-10-05T22:02:43.000Z |
SRAM_test_0/SRAM_test_0.elf: file format elf32-littlearm
Disassembly of section .text:
00000000 <hang-0x90>:
0: 00002000 .word 0x00002000
4: 000000a1 .word 0x000000a1
...
1c: 00000090 .word 0x00000090
20: 00000090 .word 0x00000090
24: 00000090 .word 0x00000090
28: 00000090 .word 0x00000090
... | 31.825911 | 72 | 0.592842 |
247f017d4fef766ce21948b8fa132db1f7ffc562 | 260 | asm | Assembly | programs/oeis/169/A169825.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/169/A169825.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/169/A169825.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A169825: Multiples of 420.
; 0,420,840,1260,1680,2100,2520,2940,3360,3780,4200,4620,5040,5460,5880,6300,6720,7140,7560,7980,8400,8820,9240,9660,10080,10500,10920,11340,11760,12180,12600,13020,13440,13860,14280,14700,15120,15540,15960,16380,16800
mul $0,420
| 52 | 218 | 0.784615 |
2bc6a28ac358419b0b60e98ee031ae533f06ef31 | 524 | asm | Assembly | programs/oeis/286/A286750.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/286/A286750.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/286/A286750.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A286750: Positions of 0 in A286749; complement of A286751.
; 3,4,8,9,12,13,17,18,22,23,26,27,31,32,35,36,40,41,45,46,49,50,54,55,59,60,63,64,68,69,72,73,77,78,82,83,86,87,91,92,95,96,100,101,105,106,109,110,114,115,119,120,123,124,128,129,132,133,137,138,142,143,146,147,151,152,156,157,160,161,165,166,169,170,174,175... | 47.636364 | 355 | 0.706107 |
1312c7c9caf521a9c9dd0a38116c409ab6b68ac8 | 181 | asm | Assembly | programs/oeis/130/A130630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/130/A130630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A130630: Periodic sequence with period 1 1 1 1 1 0 0 0 0.
; 1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0
mod $0,9
trn $0,4
pow $1,$0
| 25.857143 | 91 | 0.563536 |
f37a66add18f2aa7b9aca5eec3f60395d0a5f03f | 1,890 | asm | Assembly | Kernel/source/syscall.asm | MessiahAndrw/Perception | 94d4acfb0f10782b329c709694ab70f7e1fe3ce4 | [
"Apache-2.0"
] | 56 | 2015-01-02T14:34:27.000Z | 2020-04-12T17:42:21.000Z | Kernel/source/syscall.asm | AndrewAPrice/Perception | 94d4acfb0f10782b329c709694ab70f7e1fe3ce4 | [
"Apache-2.0"
] | 1 | 2015-06-01T14:40:35.000Z | 2015-06-01T17:51:27.000Z | Kernel/source/syscall.asm | MessiahAndrw/Perception | 94d4acfb0f10782b329c709694ab70f7e1fe3ce4 | [
"Apache-2.0"
] | 6 | 2015-05-03T21:56:28.000Z | 2019-05-31T09:53:38.000Z | [BITS 64]
[GLOBAL syscall_entry]
[EXTERN SyscallHandler]
; temp location to put the stack pointer while we manipulate the code
sys_call_stack_pointer:
DQ 0x0000000000000000
[EXTERN currently_executing_thread_regs]
[EXTERN interrupt_stack_top]
syscall_entry:
; Temporarily save userland rsp
... | 22.5 | 70 | 0.617989 |
7dd76f05b73bad54c5b60fd58ffbfac3113469a7 | 17,693 | asm | Assembly | MD5.asm | Waleed-Daud/MD5-assembly-x86 | 62debade04649caf55ca43ddd52af640b0ce68da | [
"Apache-2.0"
] | null | null | null | MD5.asm | Waleed-Daud/MD5-assembly-x86 | 62debade04649caf55ca43ddd52af640b0ce68da | [
"Apache-2.0"
] | null | null | null | MD5.asm | Waleed-Daud/MD5-assembly-x86 | 62debade04649caf55ca43ddd52af640b0ce68da | [
"Apache-2.0"
] | null | null | null | ; All rights reserved.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Authors: Waleed Daud, Soona Sead Ahmed, Ahmed Elmujtaba,Mohammed Ibrahim.
; Date: May 2017
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... | 26.407463 | 143 | 0.480077 |
cfa85b214e11d8a466142f0111515d627c990266 | 2,580 | asm | Assembly | _incObj/Sonic Spindash.asm | derpguy125/SnorcRomHack-Master | 649ec7bdd595d4752a9968367e516a3c32cd2566 | [
"Unlicense"
] | null | null | null | _incObj/Sonic Spindash.asm | derpguy125/SnorcRomHack-Master | 649ec7bdd595d4752a9968367e516a3c32cd2566 | [
"Unlicense"
] | null | null | null | _incObj/Sonic Spindash.asm | derpguy125/SnorcRomHack-Master | 649ec7bdd595d4752a9968367e516a3c32cd2566 | [
"Unlicense"
] | null | null | null | ;---------------------------------------------------------------------------
;Subroutine to make Sonic perform a spindash
;---------------------------------------------------------------------------
;||||||||||||||| S U B R O U T I N E |||||||||||||||||||||||||||||||||||||||
Sonic_SpinDash:
tst.b $39(a0) ; already... | 22.241379 | 76 | 0.503488 |
c385d94ca4c60f37b8aed697a22d17e1d0095179 | 792 | asm | Assembly | oeis/335/A335857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/335/A335857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/335/A335857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A335857: a(n) is the determinant of the n X n Hankel matrix A with A(i,j) = A000108(i+j+6) for 0<=i,j<=n-1.
; Submitted by Simon Strandgaard
; 1,132,4719,81796,884884,6852768,41314284,204951252,869562265,3245256300,10880587575,33309352440,94307358288,249485071616,621856804272,1470540624696,3318218562009,7179339254516... | 52.8 | 499 | 0.809343 |
b88bea52611f3c3b916daff54bc0736e9dbdbf88 | 2,178 | asm | Assembly | gfx/sgb/pal_packets.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/sgb/pal_packets.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/sgb/pal_packets.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | ; macros taken from pokered's data/sgb_packets.asm
; names taken from pandocs
; http://gbdev.gg8.se/wiki/articles/SGB_Functions#SGB_Palette_Commands
sgb_pal_set: MACRO
db (SGB_PAL_SET << 3) + 1
dw PREDEFPAL_\1, PREDEFPAL_\2, PREDEFPAL_\3, PREDEFPAL_\4
ds 7
ENDM
sgb_pal01: MACRO
db (SGB_PAL01 << 3) + 1
ENDM
sgb_p... | 22.453608 | 87 | 0.817723 |
bce16bb69afa9e4d284f40491a43f01447b650b2 | 1,235 | asm | Assembly | programs/oeis/245/A245989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/245/A245989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/245/A245989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A245989: Number of length n+2 0..2 arrays with no pair in any consecutive three terms totalling exactly 2.
; 8,12,18,26,38,56,82,120,176,258,378,554,812,1190,1744,2556,3746,5490,8046,11792,17282,25328,37120,54402,79730,116850,171252,250982,367832,539084,790066,1157898,1696982,2487048,3644946,5341928,7828976,11473922,... | 176.428571 | 1,068 | 0.879352 |
6b2ab3e204c15664c948d6b319fb07a52791f1e8 | 6,266 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1203.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1203.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1203.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 %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x180b1, %rcx
nop
nop
nop
nop
sub $33961, %rdi
mov $0x6162636465666768, %r8
movq %r8, %xmm1
vmovups %ymm1, (%rcx)
nop
nop
nop
nop
lfence
lea addresses_A_ht+0xa321, %rsi
lea addresses_norm... | 35.40113 | 2,999 | 0.657517 |
d489085c664819698aeab0190b3ec68cd2df8d2c | 462 | asm | Assembly | Working Disassembly/Levels/LRZ/Misc Object Data/Map - Button.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/Levels/LRZ/Misc Object Data/Map - Button.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/LRZ/Misc Object Data/Map - Button.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | dc.w word_2C74E-Map_LRZButton
dc.w word_2C75C-Map_LRZButton
dc.w word_2C76A-Map_LRZButton
word_2C74E: dc.w 2 ; DATA XREF: ROM:0002C748o
dc.b $F6, 5, 0, 0, $FF, $F0
dc.b $F6, 5, 8, 0, 0, 0
word_2C75C: dc.w 2 ; DATA XREF: ROM:0002C748o
dc.b $F6, 5, 0, 4, $FF, $F0
dc.b $F6, 5... | 35.538462 | 48 | 0.532468 |
13b97064c8e6d37f950d7bc20d097601f8e91b45 | 1,272 | asm | Assembly | artwork/barbaro_espada_ouch.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | 67 | 2017-10-07T18:48:05.000Z | 2022-02-01T20:37:40.000Z | artwork/barbaro_espada_ouch.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | null | null | null | artwork/barbaro_espada_ouch.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | 9 | 2017-10-06T21:02:55.000Z | 2022-01-06T03:11:58.000Z | ; ASM source file created by SevenuP v1.20
; SevenuP (C) Copyright 2002-2006 by Jaime Tejedor Gomez, aka Metalbrain
;GRAPHIC DATA:
;Pixel Size: ( 24, 32)
;Char Size: ( 3, 4)
;Frames: 2
;Sort Priorities: X char, Char line, Y char, Frame number
;Data Outputted: Gfx
;Interleave: Sprite
;M... | 34.378378 | 72 | 0.548742 |
a928c5e92a5c3a10a7be21063011f3faa3c79998 | 1,114 | asm | Assembly | data/mapObjects/silphco4.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/mapObjects/silphco4.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/mapObjects/silphco4.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | SilphCo4Object:
db $2e ; border block
db $7 ; warps
db $0, $18, $1, SILPH_CO_3F
db $0, $1a, $1, SILPH_CO_5F
db $0, $14, $0, SILPH_CO_ELEVATOR
db $7, $b, $3, SILPH_CO_10F
db $3, $11, $3, SILPH_CO_6F
db $f, $3, $4, SILPH_CO_10F
db $b, $11, $5, SILPH_CO_10F
db $0 ; signs
db $7 ; objects
object SPRITE_LAPRAS... | 34.8125 | 66 | 0.691203 |
e781cb4e350efcf6784eaa5fb16c65d877d815fe | 85 | asm | Assembly | libsrc/math/mbf32/c/asm/___mbf32_FPINT.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/mbf32/c/asm/___mbf32_FPINT.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/mbf32/c/asm/___mbf32_FPINT.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION code_fp_mbf32
PUBLIC ___mbf32_FPINT
EXTERN FPINT
defc ___mbf32_FPINT = FPINT
| 17 | 27 | 0.870588 |
df755cfa62bb52e7187bb8c72393fb16354ee7c5 | 3,307 | asm | Assembly | 45/beef/cw/user/kanji.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/beef/cw/user/kanji.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/beef/cw/user/kanji.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;*
;* CW : Character Oriented Windows
;*
;* kanji.asm : Kanji (DBCS) support routines
.xlist
include user.inc
IFDEF KANJI ;* entire file
include kanji.inc
.list
sBegin USER_CORE
assumes CS,USER_CORE
assumes DS,DATA
assumes SS,DATA
;********************************************************************... | 21.474026 | 78 | 0.596311 |
b49fa2e4a0e375091bd7f9bdf63d8bf8e84a372b | 381 | asm | Assembly | oeis/038/A038273.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/038/A038273.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/038/A038273.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A038273: Triangle whose (i,j)-th entry is binomial(i,j)*7^(i-j)*7^j.
; Submitted by Christian Krause
; 1,7,7,49,98,49,343,1029,1029,343,2401,9604,14406,9604,2401,16807,84035,168070,168070,84035,16807,117649,705894,1764735,2352980,1764735,705894,117649,823543,5764801,17294403,28824005,28824005
mov $1,1
lpb $0
add $... | 27.214286 | 192 | 0.713911 |
cd649a6e012a305ce7057e4c93813e9ce12befb8 | 396 | asm | Assembly | programs/oeis/057/A057947.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/057/A057947.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/057/A057947.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A057947: n has ambiguous representations in "bad hexadecimal": numbers with the digit 1 followed by a digit less than 6.
; 10,11,12,13,14,15,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,1... | 36 | 207 | 0.714646 |
df164e8b71b2f784fc57f4afd5686107bb6f8cb0 | 544 | asm | Assembly | programs/oeis/046/A046162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/046/A046162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/046/A046162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A046162: Reduced numerators of (n-1)^2/(n^2+n+1). Arises in Routh's theorem.
; 0,1,4,3,16,25,12,49,64,27,100,121,48,169,196,75,256,289,108,361,400,147,484,529,192,625,676,243,784,841,300,961,1024,363,1156,1225,432,1369,1444,507,1600,1681,588,1849,1936,675,2116,2209,768,2401,2500,867,2704,2809,972,3025,3136,1083,3364,... | 90.666667 | 445 | 0.75 |
d2ac933fe953ab880e60d54e68d28064deaed39d | 7,435 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_745.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_notsx.log_21829_745.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_notsx.log_21829_745.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1b29b, %rcx
nop
nop
nop
nop
nop
add $39617, %r9
and $0xffffffffffffffc0, %rcx
vmovaps (%rcx), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $0, %xmm2, %rbp
nop
nop
nop
nop
nop
sub $46986... | 32.047414 | 2,999 | 0.654472 |
b0f663a7e4624c11b52c2efd3172d532e8bd27b4 | 663 | asm | Assembly | oeis/298/A298016.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/298/A298016.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/298/A298016.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A298016: Coordination sequence of snub-632 tiling with respect to a hexavalent node.
; 1,6,12,12,24,36,24,42,60,36,60,84,48,78,108,60,96,132,72,114,156,84,132,180,96,150,204,108,168,228,120,186,252,132,204,276,144,222,300,156,240,324,168,258,348,180,276,372,192,294,396,204,312,420,216,330,444,228,348,468,240,366,492,... | 33.15 | 380 | 0.680241 |
8d10e97a8253698142829f0f7c6cfe09e9c3336d | 767 | asm | Assembly | oeis/061/A061238.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/061/A061238.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/061/A061238.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A061238: Prime numbers == 2 (mod 9).
; Submitted by Christian Krause
; 2,11,29,47,83,101,137,173,191,227,263,281,317,353,389,443,461,479,569,587,641,659,677,821,839,857,911,929,947,983,1019,1091,1109,1163,1181,1217,1289,1307,1361,1433,1451,1487,1523,1559,1613,1667,1721,1811,1847,1901,1973,2027,2063,2081,2099,2153,220... | 36.52381 | 465 | 0.706649 |
df074776a480546d72526ac38939e176ce0877ba | 1,176 | asm | Assembly | Documentation/Tutorial/larger.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Documentation/Tutorial/larger.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Documentation/Tutorial/larger.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | 1 | 2020-07-15T04:09:05.000Z | 2020-07-15T04:09:05.000Z | # Dan Ellard -- 11/2/96
# larger.asm-- An Ant-8 program that computes and prints the larger
# of two numbers specified at runtime by the user.
# The algorithm used here is to put the larger of r2 and r3
# into r4, and then print r4.
# Registers used:
# r2 - used to hold the first number.
# r3 - used to hold the s... | 39.2 | 70 | 0.587585 |
8b8c22cc55f71ea61d3ff1770a2759bdcb15d76a | 372 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/nirvanam/z80/asm_NIRVANAM_drawT.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/nirvanam/z80/asm_NIRVANAM_drawT.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/nirvanam/z80/asm_NIRVANAM_drawT.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE NIRVANA ENGINE - by Einar Saukas
;
; See "nirvana-.h" for further details
; ----------------------------------------------------------------
SECTION code_clib
SECTION code_nirvanam
PUBLIC asm_NIRVANAM_drawT
defc asm_... | 28.615385 | 66 | 0.508065 |
0be8727397039c9f0c50f033fda589a5bf9a3184 | 517 | asm | Assembly | 3-1-Assembly/hardware/4-1.asm | Awdrtgg/Coursework-Projects | d48124b71e477f71b6370f5c3317c6800f8fdb06 | [
"MIT"
] | 3 | 2018-12-02T13:52:55.000Z | 2019-02-26T13:19:50.000Z | 3-1-Assembly/hardware/4-1.asm | Awdrtgg/Coursework-Projects | d48124b71e477f71b6370f5c3317c6800f8fdb06 | [
"MIT"
] | null | null | null | 3-1-Assembly/hardware/4-1.asm | Awdrtgg/Coursework-Projects | d48124b71e477f71b6370f5c3317c6800f8fdb06 | [
"MIT"
] | null | null | null | data segment
port dw 290h
mes0 db 'Start.',0dh,0ah,'$'
mes db 'Exit!$'
data ends
code segment
assume cs:code,ds:data
start:
mov ax,data
mov ds,ax
lea dx,mes0
mov ah,09h
int 21h
mov cl,0
mov dx,port
lp:
mov al,cl
out dx,al
add cl,1
call key
... | 11.23913 | 36 | 0.547389 |
fdd8b854f6c8c53b7348360d7ebf99bb1090fd2a | 2,241 | asm | Assembly | helloos/Kernel/kernel.library.debug.asm | kbu1564/HelloOS | a30ed7822ec4ac250717fad6e2d4529a4970ccd9 | [
"MIT"
] | 15 | 2015-01-19T04:20:29.000Z | 2022-01-25T14:03:07.000Z | helloos/Kernel/kernel.library.debug.asm | kbu1564/HelloOS | a30ed7822ec4ac250717fad6e2d4529a4970ccd9 | [
"MIT"
] | 10 | 2015-01-25T08:09:08.000Z | 2016-11-09T03:15:29.000Z | helloos/Kernel/kernel.library.debug.asm | kbu1564/HelloOS | a30ed7822ec4ac250717fad6e2d4529a4970ccd9 | [
"MIT"
] | 9 | 2015-03-20T06:58:14.000Z | 2021-11-29T07:00:14.000Z | ; 숫자값을 hex 형태로 출력하는 함수
; void _print_hex32(int y, int x, DWORD register);
; push 출력할 Y좌표 값
; push 출력할 X좌표 값
; push 출력할 DWORD 크기의 데이터
_print_hex32:
push ebp
mov ebp, esp
pusha
mov esi, StrDumpData
mov dword [esi], 0x7830
; 0x 출력
mov ah, 0x04
; 색상값 셋팅
mov ecx, 8
mov edi, ebp
a... | 14.84106 | 50 | 0.560464 |
b409eb1f3b9735e387c5ebddfcbf719301d8618b | 8,057 | asm | Assembly | asm/6502/test/memopad.asm | rampa069/clc88 | 9da545b0d39f8288cdb1b9dd84835631de8840bf | [
"MIT"
] | 1 | 2022-03-25T03:41:05.000Z | 2022-03-25T03:41:05.000Z | asm/6502/test/memopad.asm | rampa069/clc88 | 9da545b0d39f8288cdb1b9dd84835631de8840bf | [
"MIT"
] | null | null | null | asm/6502/test/memopad.asm | rampa069/clc88 | 9da545b0d39f8288cdb1b9dd84835631de8840bf | [
"MIT"
] | null | null | null | icl '../os/symbols.asm'
POS_BASE = 22*40+9
POS_CAPS = POS_BASE
POS_SHIFT = POS_CAPS + 6
POS_CTRL = POS_SHIFT + 7
POS_ALT = POS_CTRL + 6
org BOOTADDR
lda #0
ldy #0
ldx #OS_SET_VIDEO_MODE
jsr OS_CALL
jsr calc_screen_offset
next_frame:
lda FRAMECOUNT
wait:
cmp FRAMECOUNT
beq wa... | 14.491007 | 46 | 0.681147 |
99c6408a84a7acb660f22cc15e89350d3d52dce7 | 443 | asm | Assembly | export_templates/gameboy/common/rgbdscheck.asm | disi33/libRetroReversing | 1c825a1971820dbb73fcc96aa444408f6b65803d | [
"MIT"
] | 8 | 2020-01-20T18:56:14.000Z | 2022-01-16T02:00:49.000Z | export_templates/gameboy/common/rgbdscheck.asm | disi33/libRetroReversing | 1c825a1971820dbb73fcc96aa444408f6b65803d | [
"MIT"
] | 9 | 2020-05-18T12:02:20.000Z | 2022-02-13T05:41:37.000Z | export_templates/gameboy/common/rgbdscheck.asm | disi33/libRetroReversing | 1c825a1971820dbb73fcc96aa444408f6b65803d | [
"MIT"
] | 4 | 2020-03-19T22:36:40.000Z | 2021-07-05T02:53:09.000Z | ; game requires rgbds 0.4.2 or newer.
MAJOR EQU 0
MINOR EQU 4
PATCH EQU 2
IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
fail "NOT defined:game requires rgbds 0.4.2 or newer."
ELSE
IF (__RGBDS_MAJOR__ < MAJOR) || \
(__RGBDS_MAJOR__ == MAJOR && __RGBDS_MINOR__ < MINOR)
; || (__RGBDS_MAJO... | 29.533333 | 87 | 0.713318 |
8bca96227be8b838a06ea803e269b011881f928a | 713 | asm | Assembly | oeis/135/A135755.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/135/A135755.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/135/A135755.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A135755: a(n) = Sum_{k=0..n} C(n,k)*3^[k*(k-1)/2].
; Submitted by Jon Maiga
; 1,2,6,40,860,63000,14714728,10562062112,22960880409360,150300904214651680,2955814683617734854752,174481716707875308905153664,30905247968182392588500030233024,16423605022875515869684744918951064960,2618412063192114347817818230111155226763020... | 37.526316 | 494 | 0.819074 |
36bd3a104124e1d63356b646bb7187f23f976fab | 2,274 | asm | Assembly | external/source/shellcode/bsd/ia32/stager_sock_bind_ipv6.asm | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 35 | 2015-08-08T07:23:38.000Z | 2021-04-07T18:00:44.000Z | external/source/shellcode/bsd/ia32/stager_sock_bind_ipv6.asm | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2019-02-12T12:13:53.000Z | 2019-02-12T12:13:53.000Z | external/source/shellcode/bsd/ia32/stager_sock_bind_ipv6.asm | fozavci/metasploit-framework-with-viproy | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 23 | 2015-08-11T05:07:47.000Z | 2020-11-06T03:55:10.000Z | ;;
;
; Name: stager_sock_bind_ipv6
; Qualities: Can Have Nulls
; Version: $Revision: 1628 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to the same licenses and copyrights as
; the rest of this package.
;
; Description:
;
; ... | 20.862385 | 110 | 0.594107 |
3eb6e9ce4a25339a222b093b37e0d4f4d1be1fbe | 171 | asm | Assembly | libsrc/adt/queue/adt_QueueCount.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/adt/queue/adt_QueueCount.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/adt/queue/adt_QueueCount.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ; uint __FASTCALL__ adt_QueueCount(struct adt_Queue *q)
; 09.2005 aralbrec
PUBLIC adt_QueueCount
.adt_QueueCount
ld a,(hl)
inc hl
ld h,(hl)
ld l,a
ret
| 11.4 | 55 | 0.678363 |
e5ff017dcc31a31758d32b60e7295562fb874ea5 | 213 | asm | Assembly | libsrc/_DEVELOPMENT/ctype/c/sccz80/iscntrl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/ctype/c/sccz80/iscntrl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/ctype/c/sccz80/iscntrl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int iscntrl(int c)
SECTION code_ctype
PUBLIC iscntrl
EXTERN asm_iscntrl, error_znc
iscntrl:
inc h
dec h
jp nz, error_znc
ld a,l
call asm_iscntrl
ld l,h
ret nc
inc l
ret
| 8.875 | 29 | 0.624413 |
d6a0017f342569338543a98487f2f5acdaccf8a6 | 22,925 | asm | Assembly | Layer3Sprites/sprite_routines.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Layer3Sprites/sprite_routines.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Layer3Sprites/sprite_routines.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null |
galactic_cursor_sprite equ 0
galactic_cursor_sprite1 equ galactic_cursor_sprite+1
galactic_cursor_sprite2 equ galactic_cursor_sprite1+2
galactic_hyper_sprite equ galactic_cursor_sprite2+1
galactic_hyper_sprite1 equ galactic_hyper_sprite+1
galactic_hyper_sprite2 equ galactic_hyper_sprite1+1
... | 44.428295 | 104 | 0.594766 |
e9797fa033638918fa1681f07e283d4b57250bca | 2,879 | asm | Assembly | Defines.asm | AYCEdemo/LostInTranslation | 5fab3b34a9f8e7893d3bbde3dc0b119e5d86614d | [
"Unlicense"
] | null | null | null | Defines.asm | AYCEdemo/LostInTranslation | 5fab3b34a9f8e7893d3bbde3dc0b119e5d86614d | [
"Unlicense"
] | null | null | null | Defines.asm | AYCEdemo/LostInTranslation | 5fab3b34a9f8e7893d3bbde3dc0b119e5d86614d | [
"Unlicense"
] | null | null | null | ; ===============
; Project defines
; ===============
if !def(definesIncluded)
definesIncluded set 1
; Hardware defines
include "hardware.inc"
; ================
; Global constants
; ================
sys_DMG equ 0
sys_GBP equ 1
sys_SGB equ 2
sys_SGB2 equ 3
sys_GBC equ 4
sys_GBA equ 5
... | 19.322148 | 76 | 0.609587 |
4698f76225835f530644f4bbff5b6f5b0be9ef27 | 306 | asm | Assembly | programs/oeis/084/A084902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/084/A084902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/084/A084902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A084902: a(n) = 5^(n-1)*n*(n+1)/2.
; 0,1,15,150,1250,9375,65625,437500,2812500,17578125,107421875,644531250,3808593750,22216796875,128173828125,732421875000,4150390625000,23345947265625,130462646484375,724792480468750,4005432128906250
mov $2,5
pow $2,$0
mul $2,$0
add $0,2
mul $0,$2
sub $0,$2
div $0,10
| 27.818182 | 199 | 0.748366 |
ec51f0ebd97343f1c057e4db821a9bf8ca6981cc | 5,766 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1034.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.log_21829_1034.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.log_21829_1034.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1b392, %rsi
lea addresses_normal_ht+0xf392, %rdi
nop
nop
nop
xor $40233, %r13
mov $102, %rcx
rep movsl
sub %r14, %r14
lea addresses_WT_ht+0x1e192, %r12
nop
nop
nop
xor $65309... | 38.18543 | 2,999 | 0.661117 |
51add47b06399306d0937b4244e00000caee35f2 | 910 | asm | Assembly | lab_08/signed.asm | zakolm/ASM | 786d3609387f65c5011b4689a5c9618b73ea50a3 | [
"MIT"
] | 9 | 2018-04-23T09:10:36.000Z | 2020-05-09T21:49:55.000Z | lab_08/signed.asm | zakolm/ASM | 786d3609387f65c5011b4689a5c9618b73ea50a3 | [
"MIT"
] | null | null | null | lab_08/signed.asm | zakolm/ASM | 786d3609387f65c5011b4689a5c9618b73ea50a3 | [
"MIT"
] | 3 | 2019-03-26T17:16:15.000Z | 2020-10-05T15:19:44.000Z | PUBLIC F2
PUBLIC F4
PUBLIC F6
EXTRN F1 : NEAR
EXTRN F3 : NEAR
EXTRN F5 : NEAR
CSEG SEGMENT PARA PUBLIC 'CODE'
ASSUME CS:CSEG
F2 PROC NEAR
PUSH BP
MOV BP, SP
MOV CX, [BP + 4]
MOV BX, [BP + 6]
CMP CL, 0
JE F2_SKIP_NEG
MOV AH, 2
MOV DL, '-'
INT 21H
NEG BX
F2_SKIP_NEG... | 10 | 31 | 0.524176 |
0e3497786bd0b6f57ef432358795511295288e4d | 310 | asm | Assembly | Exercises/128/128.asm | unlam/68HC11-simulator | dd5f7e718fc50caa92543224c8671bae653a3c45 | [
"Apache-2.0"
] | 1 | 2019-05-07T20:58:12.000Z | 2019-05-07T20:58:12.000Z | Exercises/128/128.asm | unlam/68HC11-simulator | dd5f7e718fc50caa92543224c8671bae653a3c45 | [
"Apache-2.0"
] | null | null | null | Exercises/128/128.asm | unlam/68HC11-simulator | dd5f7e718fc50caa92543224c8671bae653a3c45 | [
"Apache-2.0"
] | null | null | null | ORG $0000
DATO RMB 1
RES RMB 1
ORG $8000
LDAA DATO
CMPA #128
BEQ IGUAL
BLO MENOR
BHI MAYOR
IGUAL LDAB #'=' ; "=" = $3D
STAB RES
BRA FIN
MENOR LDAB #'<' ; "<" = $3C
STAB RES
BRA FIN
MAYOR LDAB #'>' ; ">" = $3E
STAB RES
BRA FIN
FIN BRA FIN | 12.4 | 28 | 0.480645 |
d78e08148c9abb60ddae72033f27358882d3052b | 715 | asm | Assembly | Mid-Term/Solution/1.asm | MehbinMimi/CSE331L-Section-1-Fall20-NSU | 9c3bc01296ce880681fb70ba36d400197f046270 | [
"MIT"
] | null | null | null | Mid-Term/Solution/1.asm | MehbinMimi/CSE331L-Section-1-Fall20-NSU | 9c3bc01296ce880681fb70ba36d400197f046270 | [
"MIT"
] | null | null | null | Mid-Term/Solution/1.asm | MehbinMimi/CSE331L-Section-1-Fall20-NSU | 9c3bc01296ce880681fb70ba36d400197f046270 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
NUM1 DB ?
NUM2 DB ?
RESULT DB ?
PROMPT_1 DB "Enter integer 1: $"
PROMPT_2 DB 0DH,0AH, "Enter integer 2: $"
PROMPT_3 DB 0DH,0AH, "MUL of the integers: $"
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
LEA DX, PROMPT_1
MOV AH,9
INT 21H
MOV AH,1
IN... | 11 | 47 | 0.558042 |
7263c8ee1e4af1b7f6a1e6ccc3b0e042a5c3cafd | 745 | asm | Assembly | oeis/018/A018918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/018/A018918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/018/A018918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A018918: Define the generalized Pisot sequence T(a(0),a(1)) by: a(n+2) is the greatest integer such that a(n+2)/a(n+1) < a(n+1)/a(n). This is T(3,6).
; Submitted by Jon Maiga
; 3,6,11,20,36,64,113,199,350,615,1080,1896,3328,5841,10251,17990,31571,55404,97228,170624,299425,525455,922110,1618191,2839728,4983376,8745216... | 82.777778 | 495 | 0.801342 |
289cf950f762b0d38b937d8e75966809b3a10170 | 2,780 | asm | Assembly | src/drivers/DalSoRiR2.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | 6 | 2020-04-21T17:26:27.000Z | 2021-09-25T18:41:01.000Z | src/drivers/DalSoRiR2.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | src/drivers/DalSoRiR2.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | ;
; DalSoRiR2 YMF278B OPL4
;
DalSoRiR2_FM_BASE_PORT: equ 0C4H
DalSoRiR2_WAVE_BASE_PORT: equ 07EH
DalSoRiR2_CONFIG: equ 6700H
DalSoRiR2_C0_ENABLE: equ 01H
DalSoRiR2_C4_ENABLE: equ 02H
DalSoRiR2_YRW801_DISABLE: equ 20H
DalSoRiR2: MACRO ?fmbase = DalSoRiR2_FM_BASE_PORT
this:
super: OPL4 ?fmbase, DalSoRiR2_WAVE_BASE_PO... | 17.820513 | 62 | 0.779137 |
ec2cbbe40d57dca53b80b68349b8dd5a9a37abc3 | 8,747 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_651.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_651.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_651.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xe554, %rsi
lea addresses_WC_ht+0x7554, %rdi
cmp %r15, %r15
mov $33, %rcx
rep movsq
nop
nop
xor $48553, %r12
lea addresses_UC_ht+0x8d54, %r15
nop
and %r13, %r13
vmovups (%r15),... | 32.158088 | 2,999 | 0.657597 |
22203ac5776639888bb771f8a2e1a50db8035a82 | 255 | asm | Assembly | src/units/call_return.asm | cburbridge/z80 | 743a294788a7af79f3b0d3fa097a10d02b5e0065 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 18 | 2016-09-29T01:07:29.000Z | 2021-12-23T06:05:35.000Z | src/units/call_return.asm | cburbridge/z80 | 743a294788a7af79f3b0d3fa097a10d02b5e0065 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/units/call_return.asm | cburbridge/z80 | 743a294788a7af79f3b0d3fa097a10d02b5e0065 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 5 | 2015-09-06T14:32:20.000Z | 2019-12-25T17:10:41.000Z | CALL 7219H
CALL NZ, 7219H
CALL Z, 7219H
CALL NC, 7219H
CALL C, 7219H
CALL PO, 7219H
CALL PE, 7219H
CALL P, 7219H
CALL M, 7219H
RETI
RETN
RET
RET NZ
RET Z
RET NC
RET C
RET PO
RET PE
RET P
RET M
RST 0H
RST 8H
RST 10H
RST 18H
RST 20H
RST 28H
RST 30H
RST 38H | 9.107143 | 14 | 0.729412 |
17c5931d4d6bd14cc668f6f7b7334210aa7b718d | 414 | asm | Assembly | oeis/193/A193665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/193/A193665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/193/A193665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A193665: Q-residue of A075392, where Q=A075392. (See Comments.)
; 1,6,33,208,1505,12330,112973,1145568,12742389,154308350,2021296189,28480485024,429565218277,6905903216562,117891260108985,2129869055824000,40600135597843817,814383095809997142,17147155400516728601,378137512431282658800
add $0,1
lpb $0
cmp $3,0
lp... | 25.875 | 220 | 0.727053 |
0a5a3ddfb0193a87a8a68bd30a80dad9875821ad | 333 | asm | Assembly | oeis/021/A021515.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021515.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021515.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021515: Decimal expansion of 1/511.
; Submitted by Jamie Morken(s2)
; 0,0,1,9,5,6,9,4,7,1,6,2,4,2,6,6,1,4,4,8,1,4,0,9,0,0,1,9,5,6,9,4,7,1,6,2,4,2,6,6,1,4,4,8,1,4,0,9,0,0,1,9,5,6,9,4,7,1,6,2,4,2,6,6,1,4,4,8,1,4,0,9,0,0,1,9,5,6,9,4,7,1,6,2,4,2,6,6,1,4,4,8,1,4,0,9,0,0,1
mov $1,10
pow $1,$0
mov $0,$1
mul $0,10
div $0,5... | 30.272727 | 199 | 0.561562 |
e433ec29279ec4352dcb647daee0d7eb28801088 | 710 | asm | Assembly | oeis/038/A038291.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/038/A038291.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/038/A038291.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A038291: Triangle whose (i,j)-th entry is binomial(i,j)*9^(i-j)*1^j.
; Submitted by Christian Krause
; 1,9,1,81,18,1,729,243,27,1,6561,2916,486,36,1,59049,32805,7290,810,45,1,531441,354294,98415,14580,1215,54,1,4782969,3720087,1240029,229635,25515,1701,63,1,43046721,38263752,14880348,3306744,459270,40824,2268,72,1,38... | 44.375 | 498 | 0.761972 |
5ef44fce1d765214bfdf10c21d54ebc19960da0e | 2,059 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_1_479.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_1_479.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_1_479.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %r15
push %rbp
push %rdi
lea addresses_WT_ht+0x17935, %r13
nop
nop
nop
nop
add %r11, %r11
mov (%r13), %r15d
nop
nop
nop
sub %r13, %r13
lea addresses_D_ht+0x45b5, %r12
nop
add %r10, %r10
movb $0x61, (%r12)
nop
and $55385, %r13
lea ... | 17.302521 | 142 | 0.642545 |
9c76e33bc6e94766f7edc1b30af9ec28f5143a08 | 643 | asm | Assembly | oeis/020/A020799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020799: Decimal expansion of 1/sqrt(42).
; Submitted by Jamie Morken(s2)
; 1,5,4,3,0,3,3,4,9,9,6,2,0,9,1,9,1,0,2,6,1,0,9,4,4,6,2,7,6,3,9,9,9,9,2,0,4,2,1,5,5,2,4,8,3,5,0,1,3,8,9,2,0,3,5,6,4,5,5,6,0,5,7,0,9,0,7,0,5,1,7,5,6,6,2,9,5,3,4,3,7,4,1,4,2,9,4,3,0,7,3,0,0,1,3,3,5,7,7,0
mov $1,1
mov $2,1
mov $3,$0
add $3,8
mov ... | 16.075 | 201 | 0.51633 |
97509e8ab8c445539b9fcdfdaf2e5b96578e9809 | 10,974 | asm | Assembly | 45/qb/ir/prsstmt.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/qb/ir/prsstmt.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/qb/ir/prsstmt.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | TITLE prsstmt.asm - Parser Statement Parsing
;==========================================================================
;
; Module: prsstmt.asm - Parser Statement Parsing
; Subsystem: Parser
; System: Quick BASIC Interpreter
; Copyright <C> 1985, Microsoft Corporation
;
; Note:
; See general comments at top ... | 29.739837 | 76 | 0.698834 |
7b4c688d663a7d371a478b1b6ca2c42a085c4074 | 6,487 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2858.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2858.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2858.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 %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x14115, %rdx
nop
nop
nop
xor %r10, %r10
movb $0x61, (%rdx)
xor $25081, %rbx
lea addresses_WT_ht+0x2bef, %r12
nop
nop
nop
nop
cmp $24409, %rbx
movb (%r12), %r9b
nop
n... | 37.068571 | 2,999 | 0.658702 |
4dacdbe16074015c4e0b05fa2e7435ce24cd5e7f | 728 | asm | Assembly | programs/oeis/061/A061503.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/061/A061503.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/061/A061503.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A061503: a(n) = Sum_{k=1..n} tau(k^2), where tau is the number of divisors function A000005.
; 1,4,7,12,15,24,27,34,39,48,51,66,69,78,87,96,99,114,117,132,141,150,153,174,179,188,195,210,213,240,243,254,263,272,281,306,309,318,327,348,351,378,381,396,411,420,423,450,455,470,479,494,497,518,527,548,557,566,569,614,617... | 38.315789 | 394 | 0.668956 |
d909e81dcf51e772d978703fd682006fa40b89af | 734 | asm | Assembly | src/PJ/flic386p/libsrc/fileio/doswrite.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 119 | 2015-01-10T15:13:50.000Z | 2022-01-24T04:54:34.000Z | src/PJ/flic386p/libsrc/fileio/doswrite.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 6 | 2015-10-22T20:14:59.000Z | 2021-07-10T03:25:21.000Z | src/PJ/flic386p/libsrc/fileio/doswrite.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
include errcodes.i
; pj_dwrite(int file_handle, char *buffer, int size)
; returns bytes actually written
public pj_dwrite
pj_dwrite proc near
pjwrite struc
pjw_savebp dd ?
pjw_ret dd ?
pjw_handle dd ?
pjw_buffer dd ?
pjw_si... | 16.681818 | 53 | 0.692098 |
38f0286844275cdd0d45a18c4515da4e6d033b5c | 1,136 | asm | Assembly | programs/oeis/290/A290112.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/290/A290112.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/290/A290112.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A290112: Binary representation of the diagonal from the origin to the corner of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 643", based on the 5-celled von Neumann neighborhood.
; 1,11,101,1011,10111,101111,1011111,10111111,101111111,1011111111,10111111111,101111111111,10111111... | 47.333333 | 703 | 0.829225 |
ac14705e924412b56e7337cafd79b4298c3ff1f0 | 380 | asm | Assembly | Kernel/asm/keyboard.asm | mlombardia/arqui_tpe | eff3005e48899c37c5e1f1ea914d2e7b355fb42f | [
"BSD-3-Clause"
] | 1 | 2019-11-11T15:07:03.000Z | 2019-11-11T15:07:03.000Z | Kernel/asm/keyboard.asm | mlombardia/arqui_tpe | eff3005e48899c37c5e1f1ea914d2e7b355fb42f | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/keyboard.asm | mlombardia/arqui_tpe | eff3005e48899c37c5e1f1ea914d2e7b355fb42f | [
"BSD-3-Clause"
] | 1 | 2019-11-12T16:51:27.000Z | 2019-11-12T16:51:27.000Z | GLOBAL kbd_getKey
section .text
kbd_getKey:
push rbp ; create stackframe
mov rbp, rsp
xor rax, rax ; empty register
in al, 0x64 ; port for keyboard controller
and al, 0x01 ; bitwise AND for last bit
test al, al ; if it is 0: jump to end; if it is 1: data available
j... | 22.352941 | 75 | 0.607895 |
c1ea5791118598bbef76648171f2d26790818d01 | 253 | asm | Assembly | 3rdParties/src/nasm/nasm-2.15.02/test/evalmacro.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-06-20T07:35:25.000Z | 2020-06-20T07:35:25.000Z | 3rdParties/src/nasm/nasm-2.15.02/test/evalmacro.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | null | null | null | 3rdParties/src/nasm/nasm-2.15.02/test/evalmacro.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | null | null | null | %define tonum(=x) x
dd tonum(1+3)
dd tonum(5*7)
%define mixed(a,=b,c) (a + b)
%define mixed2(a,=b,) (a + b)
%define ALPHA (1 + 2)
%define BETA (3 + 4)
%define GAMMA (5 + 6)
dd mixed(ALPHA, BETA, GAMMA)
dd mixed2(ALPHA, BETA, GAMMA)
| 18.071429 | 31 | 0.56917 |
0a15d30deff3705b80cf6a59116a28fe06830966 | 1,002 | asm | Assembly | src/foundation/HispanoAO/FoundationValues.asm | Dunkansdk/AoW | 59dfc984c510f1e98fe46d221d01c4a36e4a527f | [
"Apache-2.0"
] | 2 | 2016-02-05T15:57:30.000Z | 2018-05-25T06:09:43.000Z | src/foundation/HispanoAO/FoundationValues.asm | Drexlor/AoW | 59dfc984c510f1e98fe46d221d01c4a36e4a527f | [
"Apache-2.0"
] | null | null | null | src/foundation/HispanoAO/FoundationValues.asm | Drexlor/AoW | 59dfc984c510f1e98fe46d221d01c4a36e4a527f | [
"Apache-2.0"
] | 1 | 2021-11-15T15:24:03.000Z | 2021-11-15T15:24:03.000Z | ;//////////////////////////////////////////////////////////////////////
;/// This file is subject to the terms and conditions defined in ///
;/// file 'LICENSE.txt', which is part of this source code package. ///
;//////////////////////////////////////////////////////////////////////
[SEGMENT .text]
;//////////////... | 38.538462 | 71 | 0.303393 |
97bb32e83c5785ac24d431229285383b58b91417 | 3,097 | asm | Assembly | GB/ShipShooter/ShipShooter.asm | MooseTheGoose/G32K | caa4f82375351d5f385e3a1fbdf17bfb922acd23 | [
"CC0-1.0"
] | null | null | null | GB/ShipShooter/ShipShooter.asm | MooseTheGoose/G32K | caa4f82375351d5f385e3a1fbdf17bfb922acd23 | [
"CC0-1.0"
] | null | null | null | GB/ShipShooter/ShipShooter.asm | MooseTheGoose/G32K | caa4f82375351d5f385e3a1fbdf17bfb922acd23 | [
"CC0-1.0"
] | null | null | null |
.include "../gbdefs.h"
.section .bss
# Background/Window palette will usually be 0, 3, 1, 2
# Enemies and ship get OBP0
# (Ship gets palette entry 2, enemies gets palette entry 1).
# OBP1 goes unused
.comm game_palettes, 3, 4
.set default_bg_palette, 0x63
.set bg_palette_idx, 0
.set default_entity_palette, 0xCC
.se... | 14.539906 | 66 | 0.679044 |
f475ffe206fd3a7ca63a3600691aceee59f47dac | 9,285 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_1650_1796.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_1650_1796.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_1650_1796.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1bb56, %rbx
nop
nop
add %rcx, %rcx
movb (%rbx), %r14b
nop
nop
nop
nop
cmp %r11, %r11
lea addresses_WC_ht+0x1ad86, %rax
cmp $33691, %r9
mov $0x6162636465666768, %rcx
movq %rcx,... | 31.368243 | 2,999 | 0.652989 |
175e02ea80ef8797ea21c21cadef01e19af19a3a | 4,458 | asm | Assembly | Project4/Sandbox/reset.asm | orrinjelo/virtual-machine | 2236db81b5e5e6b99161dc8c5aa5d5f3c9ca0a01 | [
"MIT"
] | null | null | null | Project4/Sandbox/reset.asm | orrinjelo/virtual-machine | 2236db81b5e5e6b99161dc8c5aa5d5f3c9ca0a01 | [
"MIT"
] | null | null | null | Project4/Sandbox/reset.asm | orrinjelo/virtual-machine | 2236db81b5e5e6b99161dc8c5aa5d5f3c9ca0a01 | [
"MIT"
] | null | null | null | ; GLOBALS ===========================================================
SIZE .INT 7
cnt .INT 0
tenth .INT 0
c .BYT 0
.BYT 0
.BYT 0
.BYT 0
.BYT 0
.BYT 0
.BYT 0
data .INT 0
flag ... | 25.474286 | 71 | 0.352849 |
3334aafe64db20e74282bd4ccf4387c171e7b358 | 822 | asm | Assembly | programs/oeis/025/A025699.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/025/A025699.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/025/A025699.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A025699: Index of 3^n within sequence of numbers of form 3^i*8^j.
; 1,2,4,6,9,12,16,20,25,30,36,42,49,56,64,72,81,90,100,111,122,134,146,159,172,186,200,215,230,246,262,279,296,314,332,351,371,391,412,433,455,477,500,523,547,571,596,621,647,673,700,727,755,784,813,843,873,904,935
mov $3,$0
add $3,1
mov $6,$0
lpb $3
... | 17.489362 | 214 | 0.512165 |
e044d26ee54dfd75da9ee93d73827f0d2ca89213 | 7,620 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1521.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1521.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1521.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 %r12
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x12e21, %rdx
nop
nop
nop
sub %r8, %r8
movb (%rdx), %bl
xor %r12, %r12
lea addresses_D_ht+0x10e21, %rbx
nop
nop
nop
nop
sub $37406, %rdi
mov $0x6162636465666768, %r11
movq %r11... | 32.844828 | 2,999 | 0.656955 |
e5c249fce31434dfa820405b27f9b4984d7e0cb0 | 1,436 | asm | Assembly | programs/oeis/324/A324129.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/324/A324129.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/324/A324129.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A324129: a(n) = n*Fibonacci(n) + ((-1)^n + 1)/2.
; 1,1,3,6,13,25,49,91,169,306,551,979,1729,3029,5279,9150,15793,27149,46513,79439,135301,229866,389643,659111,1112833,1875625,3156219,5303286,8898709,14912641,24961201,41734339,69705889,116311074,193898159,322961275,537492673,893839229,1485350423,2466593454,4093366201,... | 159.555556 | 1,307 | 0.885794 |
e624140581f97c151405b1ce3d03b219fba8f895 | 1,795 | asm | Assembly | programs/oeis/081/A081407.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/081/A081407.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/081/A081407.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A081407: 4th-order non-linear ("factorial") recursion: a(0)=a(1)=a(2)=a(3)=1, a(n) = (n+1)*a(n-4).
; 1,1,1,1,5,6,7,8,45,60,77,96,585,840,1155,1536,9945,15120,21945,30720,208845,332640,504735,737280,5221125,8648640,13627845,20643840,151412625,259459200,422463195,660602880,4996616625,8821612800,14786211825,23781703680,... | 128.214286 | 1,594 | 0.896936 |
c9f8ff936d3023bdaa4b7e54c01a1a59c65bb77d | 301 | asm | Assembly | libsrc/games/pc88/bit_open.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/games/pc88/bit_open.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/games/pc88/bit_open.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; $Id: bit_open.asm $
;
; NEC PC-8801 - 1 bit sound functions
;
; void bit_open();
;
; Stefano Bodrato - 2018
;
SECTION code_clib
PUBLIC bit_open
PUBLIC _bit_open
EXTERN __snd_tick
.bit_open
._bit_open
ld a,($E6C1)
ld (__snd_tick),a
ret
| 15.05 | 37 | 0.568106 |
b2153c74ab82231ddb50ae09e0acad6bc3b63b4e | 4,173 | asm | Assembly | DeliriOS_64bits/common_code/init_ioapic.asm | Izikiel/intel_multicore | 10ab11fa901f555608a75f9256ea7d14f8aab84d | [
"MIT"
] | 3 | 2015-12-16T06:17:14.000Z | 2019-09-01T08:21:21.000Z | DeliriOS_64bits/common_code/init_ioapic.asm | Izikiel/intel_multicore | 10ab11fa901f555608a75f9256ea7d14f8aab84d | [
"MIT"
] | null | null | null | DeliriOS_64bits/common_code/init_ioapic.asm | Izikiel/intel_multicore | 10ab11fa901f555608a75f9256ea7d14f8aab84d | [
"MIT"
] | null | null | null | ; =============================================================================
; Pure64 -- a 64-bit OS loader written in Assembly for x86-64 systems
; Copyright (C) 2008-2012 Return Infinity -- see LICENSE.TXT
;
; INIT IO-APIC
; =============================================================================
global init... | 25.445122 | 79 | 0.557153 |
b04659823f75759ca85907a5a6b39a2fbfbef4bc | 589 | asm | Assembly | oeis/299/A299198.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/299/A299198.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/299/A299198.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A299198: a(n) = n^4/6 - 2*n^3/3 - n^2/6 + 5*n/3 + 1.
; 2,1,0,5,26,77,176,345,610,1001,1552,2301,3290,4565,6176,8177,10626,13585,17120,21301,26202,31901,38480,46025,54626,64377,75376,87725,101530,116901,133952,152801,173570,196385,221376,248677,278426,310765,345840,383801,424802,469001,516560,567645,622426,681077,7437... | 73.625 | 496 | 0.78438 |
3ada18a2caf7e901750bab1a68e90e76b35291f0 | 110,334 | asm | Assembly | reports/14_captures_1.exp1.asm | arnaudroger/re2j-benchmark | ecfb2d6975948a1fbb53ccf101b285655b850058 | [
"MIT"
] | null | null | null | reports/14_captures_1.exp1.asm | arnaudroger/re2j-benchmark | ecfb2d6975948a1fbb53ccf101b285655b850058 | [
"MIT"
] | null | null | null | reports/14_captures_1.exp1.asm | arnaudroger/re2j-benchmark | ecfb2d6975948a1fbb53ccf101b285655b850058 | [
"MIT"
] | null | null | null | # JMH version: 1.19
# VM version: JDK 1.8.0_131, VM 25.131-b11
# VM invoker: /usr/lib/jvm/java-8-oracle/jre/bin/java
# VM options: <none>
# Warmup: 20 iterations, 1 s each
# Measurement: 20 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput... | 95.033592 | 150 | 0.395807 |
4d30830cb60becf849eb63421691395746cc73b5 | 650 | asm | Assembly | oeis/343/A343223.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/343/A343223.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/343/A343223.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A343223: a(n) = gcd(A003415(n), A003415(sigma(n))-n), where A003415 is the arithmetic derivative, and sigma is the sum of divisors of n.
; Submitted by Christian Krause
; 1,1,1,1,1,5,1,12,2,1,1,4,1,3,1,1,1,1,1,3,1,1,1,4,2,15,1,32,1,1,1,1,1,1,1,4,1,3,1,1,1,1,1,16,13,5,1,16,1,1,5,1,1,1,1,4,1,1,1,4,1,3,1,3,1,1,1,1,1,1,1... | 65 | 209 | 0.609231 |
099e622fa800b19ca1c5661082dcf21476b03be4 | 728 | asm | Assembly | programs/oeis/178/A178248.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/178/A178248.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/178/A178248.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A178248: a(n) = 12^n + 1.
; 2,13,145,1729,20737,248833,2985985,35831809,429981697,5159780353,61917364225,743008370689,8916100448257,106993205379073,1283918464548865,15407021574586369,184884258895036417,2218611106740436993,26623333280885243905,319479999370622926849,3833759992447475122177,46005119909369701466113,552061... | 91 | 659 | 0.903846 |
2fd4f9ac103c54bf790fa19e651380612773b287 | 8,456 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_676.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_676.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_676.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 %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x101d4, %rsi
lea addresses_WT_ht+0x8ee9, %rdi
nop
nop
nop
nop
nop
inc %r9
mov $92, %rcx
rep movsl
nop
nop
nop
nop
xor $25035, %rax
lea addresses_WT_ht+0x1d46b, %r13
nop
nop
nop
... | 31.088235 | 2,999 | 0.649361 |
30494bb6fcc7b7c65356647cb3882e930d768d6b | 595 | nasm | Assembly | Project-Einstein/src/E-Assembly/src/max.nasm | FelixLuciano/Elements-of-Computing-Systems | bf36e4f4bbaa75aebefd1b864514a146b371495d | [
"MIT"
] | null | null | null | Project-Einstein/src/E-Assembly/src/max.nasm | FelixLuciano/Elements-of-Computing-Systems | bf36e4f4bbaa75aebefd1b864514a146b371495d | [
"MIT"
] | null | null | null | Project-Einstein/src/E-Assembly/src/max.nasm | FelixLuciano/Elements-of-Computing-Systems | bf36e4f4bbaa75aebefd1b864514a146b371495d | [
"MIT"
] | 1 | 2022-02-20T21:45:28.000Z | 2022-02-20T21:45:28.000Z | ; Arquivo: Max.nasm
; Curso: Elementos de Sistemas
; Criado por: Luciano Soares
; Data: 27/03/2017
; Log :
; - Rafael Corsi portado para Z01
;
; Calcula R2 = max(R0, R1) (R0,R1,R2 se referem a RAM[0],RAM[1],RAM[2])
; ou seja, o maior valor que estiver, ou em R0 ou R1 sera copiado para R2
; Estamos considerando n... | 17 | 73 | 0.584874 |
e4cdd7a96084e3321c6633d2e10d1061a82141bf | 550 | asm | Assembly | oeis/017/A017009.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017009.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017009.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017009: a(n) = (7*n + 2)^5.
; 32,59049,1048576,6436343,24300000,69343957,164916224,345025251,656356768,1160290625,1934917632,3077056399,4704270176,6956883693,10000000000,14025517307,19254145824,25937424601,34359738368,44840334375,57735339232,73439775749,92389579776,115063617043,141985700000,173726604657,210906087424... | 78.571429 | 490 | 0.863636 |
4b642dcda1c63ac43ee0cfa61d920c60a1ee9d3c | 7,165 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1048.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_0xa0_notsx.log_21829_1048.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_0xa0_notsx.log_21829_1048.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 %r12
push %r13
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xb102, %rsi
lea addresses_A_ht+0x1d552, %rdi
xor %r9, %r9
mov $63, %rcx
rep movsb
nop
nop
nop
nop
and $23788, %rax
lea addresses_normal_ht+0x9efa, %rsi
lea addresses_WT_ht+0x2... | 36.005025 | 2,999 | 0.659177 |
8eb919f5216a318bba2547385faa6d89f4bb03ac | 384 | asm | Assembly | hello.asm | smirzaei/systems-programming-class | f63c9ccc5305a26a0388e6cb6b374cb93a17a30c | [
"MIT"
] | null | null | null | hello.asm | smirzaei/systems-programming-class | f63c9ccc5305a26a0388e6cb6b374cb93a17a30c | [
"MIT"
] | null | null | null | hello.asm | smirzaei/systems-programming-class | f63c9ccc5305a26a0388e6cb6b374cb93a17a30c | [
"MIT"
] | null | null | null | ; Display Hello world!
STK SEGMENT
DW 32 DUP(?)
STK ENDS
DTS SEGMENT
P1 DB 'Hello, World!$'
DTS ENDS
CDS SEGMENT
ASSUME CS:CDS,SS:STK,DS:DTS
MAIN PROC FAR
MOV AX,SEG DTS
MOV DS,AX
MOV AH,09
MOV DX,OFFSET P1
INT 21H
MOV AH,4CH... | 18.285714 | 35 | 0.505208 |
aa921279340ebec2d2f888e0463e924ba76f67b6 | 1,239 | asm | Assembly | programs/oeis/246/A246306.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/246/A246306.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/246/A246306.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A246306: Numbers k such that cos(k) > cos(k+1) < cos(k+2) < cos(k+3) > cos(k+4).
; 0,6,13,19,25,32,38,44,50,57,63,69,76,82,88,94,101,107,113,120,126,132,138,145,151,157,164,170,176,182,189,195,201,207,214,220,226,233,239,245,251,258,264,270,277,283,289,295,302,308,314,321,327,333,339,346,352,358,365,371,377,383,390,3... | 137.666667 | 1,073 | 0.740113 |
5d5b06f6b49ab27287c425799db5e1bc0a12d4d4 | 4,346 | asm | Assembly | src/titleoptions_data.asm | NotImplementedLife/rubik | e0bf62e069682273f8679f9297decd66079aa9c3 | [
"MIT"
] | 4 | 2021-06-12T06:07:57.000Z | 2022-01-31T04:39:08.000Z | src/titleoptions_data.asm | NotImplementedLife/rubik | e0bf62e069682273f8679f9297decd66079aa9c3 | [
"MIT"
] | null | null | null | src/titleoptions_data.asm | NotImplementedLife/rubik | e0bf62e069682273f8679f9297decd66079aa9c3 | [
"MIT"
] | null | null | null | SECTION "TITLE OPTIONS GFX", ROM0
TitleOptionsTiles::
DB $1F, $1F, $1E, $1E, $1C, $1C, $18, $18, $1F, $1F, $1F, $1F, $1F, $1F, $18, $18
DB $FF, $FF, $FF, $FF, $7F, $7F, $3F, $3F, $FF, $FF, $FF, $FF, $FF, $FF, $3F, $3F
DB $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
DB $FF, $FF, $FF, ... | 71.245902 | 81 | 0.421307 |
b75320e30344145fb3b2614e0f2e00834e952dab | 1,107 | asm | Assembly | programs/oeis/285/A285077.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/285/A285077.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/285/A285077.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A285077: Positions of 0 in A285076; complement of A285078.
; 2,3,5,7,8,10,12,13,15,17,19,20,22,24,25,27,29,31,32,34,36,37,39,41,42,44,46,48,49,51,53,54,56,58,60,61,63,65,66,68,70,71,73,75,77,78,80,82,83,85,87,89,90,92,94,95,97,99,101,102,104,106,107,109,111,112,114,116,118,119,121,123,124,126,128,130,131,133,135,136,... | 73.8 | 938 | 0.71093 |
486aa9ab5914741d4f4aa7bffc11649f217cdb0f | 73,724 | asm | Assembly | Palmtree.Math.Core.Implements/vs_build/x86_Debug/pmc_bitwiseor.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Implements/vs_build/x86_Debug/pmc_bitwiseor.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Implements/vs_build/x86_Debug/pmc_bitwiseor.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\pmc_bitwiseor.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
msvcjmc SEGMENT
__7B7A869E_ctyp... | 21.356895 | 121 | 0.625129 |
14d1ce13f4fff813023131c34f4babadd698fb7b | 3,113 | asm | Assembly | programs/oeis/017/A017052.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017052.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017052.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017052: a(n) = (7*n + 5)^12.
; 244140625,8916100448256,2213314919066161,95428956661682176,1667889514952984961,16777216000000000000,116191483108948578241,614787626176508399616,2654348974297586158321,9774779120406941925376,31676352024078369140625,92420056270299898187776,246990403565262140303521,61270975732976736377241... | 444.714286 | 3,051 | 0.957276 |
4a387f8bd62f55d2e30a9ec19e2ad0468b23654f | 8,154 | asm | Assembly | lib/avx512/mb_mgr_aes_cbcs_1_9_flush_avx512.asm | intel/intel-ipsec-mb | bde82c8737edc04d80549f0a68225ede7e5cefdb | [
"BSD-3-Clause"
] | 174 | 2017-11-12T18:36:43.000Z | 2022-03-26T12:31:21.000Z | lib/avx512/mb_mgr_aes_cbcs_1_9_flush_avx512.asm | intel/intel-ipsec-mb | bde82c8737edc04d80549f0a68225ede7e5cefdb | [
"BSD-3-Clause"
] | 84 | 2017-12-28T10:45:46.000Z | 2022-03-31T19:06:44.000Z | lib/avx512/mb_mgr_aes_cbcs_1_9_flush_avx512.asm | intel/intel-ipsec-mb | bde82c8737edc04d80549f0a68225ede7e5cefdb | [
"BSD-3-Clause"
] | 70 | 2017-11-05T10:14:51.000Z | 2022-03-26T12:31:04.000Z | ;;
;; Copyright (c) 2020-2021, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... | 38.28169 | 83 | 0.5883 |
e2a6edb74a67c70f624cf7fd881bfe43c72435a4 | 184 | asm | Assembly | data/wildPokemon/route5.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/wildPokemon/route5.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/wildPokemon/route5.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | Route5Mons:
db $0F
db 15,PIDGEY
db 14,RATTATA
db 10,ABRA
db 16,PIDGEY
db 16,RATTATA
db 17,FARFETCHD
db 17,PIDGEOTTO
db 10,JIGGLYPUFF
db 15,MURKROW
db 17,JIGGLYPUFF
db $00
| 12.266667 | 17 | 0.722826 |
b14d2af78b99135c5314ff37d46f13411445681e | 223 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_pow.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_pow.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_pow.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; double pow(double x, double y)
SECTION code_fp_math48
PUBLIC cm48_sccz80_pow
EXTERN am48_pow, cm48_sccz80p_dparam2
cm48_sccz80_pow:
call cm48_sccz80p_dparam2
; AC'= y
; AC = x
exx
jp am48_pow
| 11.736842 | 37 | 0.704036 |
912cc8e0b79b0e20812aa4e93865e5158ffa5eb3 | 2,122 | asm | Assembly | src/zxtrans_receiver_inf1.asm | xelalexv/zxtrans4l | 5f448ca33feb4d92cfd2954d0d1142f357bab955 | [
"BSD-2-Clause"
] | 1 | 2021-09-20T05:46:34.000Z | 2021-09-20T05:46:34.000Z | src/zxtrans_receiver_inf1.asm | xelalexv/zxtrans4l | 5f448ca33feb4d92cfd2954d0d1142f357bab955 | [
"BSD-2-Clause"
] | null | null | null | src/zxtrans_receiver_inf1.asm | xelalexv/zxtrans4l | 5f448ca33feb4d92cfd2954d0d1142f357bab955 | [
"BSD-2-Clause"
] | null | null | null | ;; ZX-Trans Receiver (+3 Version)
;;
;; Load ZX Spectrum snapshot, via RS232 serial port, based
;; on output from zxtrans_sender application.
;;
;;
;; Copyright 2015 George Beckett, All Rights Reserved
;;
;; Redistribution and use in source and binary forms,
;; with or without modification, are pe... | 44.208333 | 89 | 0.721489 |
ce396c4426dcddad1bc53092a0f848eca444c164 | 673 | asm | Assembly | oeis/130/A130624.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/130/A130624.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/130/A130624.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A130624: Binomial transform of A101000.
; Submitted by Jamie Morken(s4)
; 0,1,5,12,23,43,84,169,341,684,1367,2731,5460,10921,21845,43692,87383,174763,349524,699049,1398101,2796204,5592407,11184811,22369620,44739241,89478485,178956972,357913943,715827883,1431655764,2863311529,5726623061,11453246124,22906492247,4581298... | 42.0625 | 485 | 0.803863 |
2012104301ab3065bf1eb9667d5b88b32ff246ca | 358 | asm | Assembly | programs/oeis/040/A040224.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040224.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040224.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A040224: Continued fraction for sqrt(240).
; 15,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30,2,30
sub $0,1
mod $0,2
mul $0,12
add $0,2
mul $0,5
pow $0,2
mov $1,$0
div $1,99
mul $1,5
... | 21.058824 | 189 | 0.603352 |
9d66dc3efe05d3637e6472976064fd4df514857a | 652 | asm | Assembly | programs/oeis/073/A073784.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/073/A073784.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/073/A073784.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A073784: Number of primes between successive composite numbers.
; 1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0
mov $3,2
mov $5,$0
lpb $3
mov $0,$5
s... | 22.482759 | 211 | 0.558282 |
2f0c2e7e23e6b7b1a966a49c4cee5a05c8b3c59f | 712 | asm | Assembly | oeis/257/A257984.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/257/A257984.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/257/A257984.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A257984: Nonhomogeneous Beatty sequence: ceiling((n - 1/2)*Pi))
; Submitted by Jon Maiga
; 2,5,8,11,15,18,21,24,27,30,33,37,40,43,46,49,52,55,59,62,65,68,71,74,77,81,84,87,90,93,96,99,103,106,109,112,115,118,121,125,128,131,134,137,140,143,147,150,153,156,159,162,165,169,172,175,178,181,184,187,191,194,197,200,203,20... | 24.551724 | 366 | 0.629213 |
649af49abc89ceaeb8a4bc89edf3fcbb41cdabc6 | 479 | asm | Assembly | programs/oeis/321/A321195.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/321/A321195.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/321/A321195.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A321195: Minimum number of monochromatic Schur triples over all 2-colorings of [n].
; 0,0,0,0,1,1,2,3,4,6,7,9,11,13,15,18,20,23,26,29,33,36,40,44,48,52,57,61,66,71,76,82,87,93,99,105,111,118,124,131,138,145,153,160,168,176,184,192,201,209,218,227,236,246,255,265,275,285,295,306,316,327,338,349,361,372,384,396,408,420... | 59.875 | 354 | 0.7119 |
e4fde562822bbab68ee25daaceb4a188129e367f | 1,973 | asm | Assembly | src/bootloader/gdt.asm | i-yam-jeremy/self-alchemy-os | 09ba0c1a4266bbf977bd921ec7ff93b7a155ad49 | [
"MIT"
] | null | null | null | src/bootloader/gdt.asm | i-yam-jeremy/self-alchemy-os | 09ba0c1a4266bbf977bd921ec7ff93b7a155ad49 | [
"MIT"
] | null | null | null | src/bootloader/gdt.asm | i-yam-jeremy/self-alchemy-os | 09ba0c1a4266bbf977bd921ec7ff93b7a155ad49 | [
"MIT"
] | null | null | null | ; GDT
gdt_start:
gdt_null: ; the mandatory null descriptor
dd 0x0 ; ’dd’ means define double word (i.e. 4 bytes)
dd 0x0
gdt_code: ; the code segment descriptor
; base=0x0, limit=0xfffff ,
; 1st flags: (present )1 (privilege )00 (descriptor type)1 -> 1001b
; type flags: (code)1 (conforming )0 (re... | 48.121951 | 91 | 0.621896 |
f9800dc8e2a88380c64387923c827c3e41c23bb6 | 533 | asm | Assembly | audio/sfx/cry25_3.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | audio/sfx/cry25_3.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | audio/sfx/cry25_3.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | SFX_Cry25_3_Ch5:
duty_cycle_pattern 2, 2, 1, 1
square_note 6, 15, 4, 1856
square_note 15, 14, 3, 1840
square_note 4, 15, 4, 1856
square_note 5, 11, 3, 1864
square_note 8, 13, 1, 1872
sound_ret
SFX_Cry25_3_Ch6:
duty_cycle_pattern 1, 3, 1, 3
square_note 6, 12, 3, 1810
square_note 15, 11, 3, 1796
square_note ... | 19.740741 | 30 | 0.699812 |
21f31fc78b5b0e2566b2ce2f427a9d64623a813a | 741 | asm | Assembly | tp04.asm | wjacoud/Assembly_Repo | 355cd587c69fbdd47cb1e76448ea9f87f8ad1138 | [
"MIT"
] | null | null | null | tp04.asm | wjacoud/Assembly_Repo | 355cd587c69fbdd47cb1e76448ea9f87f8ad1138 | [
"MIT"
] | null | null | null | tp04.asm | wjacoud/Assembly_Repo | 355cd587c69fbdd47cb1e76448ea9f87f8ad1138 | [
"MIT"
] | null | null | null | ; TRABALHO PRATICO - CODIGO XXXX
; Aluno 1:
; Aluno 2:
; Aluno 3:
.8086
.model small
.stack 2048
dseg segment para public 'data'
lin byte 2 ; VARIAVEIS...
col byte 3
alt byte 7
larg byte 5
dseg ends
cseg segment para public 'code'
assume cs:cseg, ds:dseg
main proc
mov ax, dseg
mov ds, ax
... | 12.775862 | 57 | 0.609987 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.