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
460f3d3f8a9c4f028adbbc8691d50eefe610f50b
2,293
asm
Assembly
src/ball.asm
rondnelson99/bomb-golf
34c5fdd360086d415b9487d5a321c451997c7cba
[ "MIT" ]
1
2021-12-04T14:24:34.000Z
2021-12-04T14:24:34.000Z
src/ball.asm
rondnelson99/bomb-golf
34c5fdd360086d415b9487d5a321c451997c7cba
[ "MIT" ]
null
null
null
src/ball.asm
rondnelson99/bomb-golf
34c5fdd360086d415b9487d5a321c451997c7cba
[ "MIT" ]
null
null
null
INCLUDE "defines.asm" BALL_Y_OFFSET equ -4 ;offset from the center of the ball to the top-left of the sprite BALL_X_OFFSET equ -4 EXPORT BALL_Y_OFFSET EXPORT BALL_X_OFFSET SHADOW_Y_OFFSET equ -3 ;offset from the center of the ball to the top-left of the shadow sprite SHADOW_X_OFFSET equ -3 SECTION "Dra...
26.356322
110
0.662451
9eb4c0d6e4f2923e6313445374446fa02e3b9c34
1,306
asm
Assembly
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/chr.asm
gb-archive/really-old-stuff
ffb39a518cad47e23353b3420b88e2f3521fd3d7
[ "Apache-2.0" ]
10
2016-10-27T20:46:02.000Z
2021-11-01T15:49:13.000Z
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/chr.asm
gb-archive/really-old-stuff
ffb39a518cad47e23353b3420b88e2f3521fd3d7
[ "Apache-2.0" ]
null
null
null
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/chr.asm
gb-archive/really-old-stuff
ffb39a518cad47e23353b3420b88e2f3521fd3d7
[ "Apache-2.0" ]
2
2015-03-11T14:28:08.000Z
2017-11-02T10:57:57.000Z
; CHR$(x, y, x) returns the string CHR$(x) + CHR$(y) + CHR$(z) ; #include once <alloc.asm> CHR: ; Returns HL = Pointer to STRING (NULL if no memory) ; Requires alloc.asm for dynamic memory heap. ; Parameters: HL = Number of bytes to insert (already push onto the stack) ; STACK => parameters (16 bit, only the Hi...
17.413333
76
0.624809
ee2a52718f03a2169888aa027be56e017907f928
1,236
asm
Assembly
tools/3d13minus.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
tools/3d13minus.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
tools/3d13minus.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
; This Source Code Form is subject to the terms of the MIT ; hLicense. If a copy of the MPL was not distributed with ; this file, You can obtain one at https://github.com/aws/mit-0 TR_DOS PUSH HL PUSH DE PUSH BC CALL TRDOS POP BC POP DE POP HL LD A,(23823) ...
18.447761
63
0.434466
f0c3d7386d49515d9e4716cc5d69fc27b4b089e3
1,633
asm
Assembly
Source/Levels/L0909.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
Source/Levels/L0909.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
Source/Levels/L0909.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
; L0909.asm ; Generated 11.01.2000 by mlevel ; Modified 11.01.2000 by Abe Pralle INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" ;--------------------------------------------------------------------- SECTION "Level0909Section",ROMX ;--------------------------------------------------------------------- L0909_C...
27.216667
70
0.40049
a95738c7b190c7ac1b21f6645899ff733a630cfb
12,290
asm
Assembly
Kernel Code.asm
zk2013/newborn
57d12f1fb6df88a81e67d64ba1f01213a3aa6206
[ "MIT" ]
null
null
null
Kernel Code.asm
zk2013/newborn
57d12f1fb6df88a81e67d64ba1f01213a3aa6206
[ "MIT" ]
null
null
null
Kernel Code.asm
zk2013/newborn
57d12f1fb6df88a81e67d64ba1f01213a3aa6206
[ "MIT" ]
null
null
null
; Stoned-Sinowal Bootkit [Kernel Code] ; reverse engineering done by Peter Kleissner and other people ; ntoskrnl hook code, located at the end of the ntoskrnl.exe image Kernel_Code: ; store register contents pushad pushfd cld ; set ds/es/ss back again to valid Data Segment Selectors xor eax,eax ...
53.668122
175
0.45598
60424616e208502461027ed8d90f301c66a20938
5,114
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_un_sm_/i7-7700_9_0x48.log_21829_1629.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_un_sm_/i7-7700_9_0x48.log_21829_1629.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_un_sm_/i7-7700_9_0x48.log_21829_1629.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 %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xc51c, %rdx nop dec %rbp mov $0x6162636465666768, %r10 movq %r10, %xmm3 and $0xffffffffffffffc0, %rdx vmovaps %ymm3, (%rdx) nop nop nop xor %rbx, %rbx lea addresses_D_ht+0x1aa20, %rcx n...
44.086207
2,999
0.657607
8d86c374e430434d99dcc3661e8357f74dcf2e84
850
asm
Assembly
mips_architecture/lab5_ex1.asm
christosmarg/uni-assignments
bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795
[ "MIT" ]
null
null
null
mips_architecture/lab5_ex1.asm
christosmarg/uni-assignments
bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795
[ "MIT" ]
1
2021-06-03T22:25:48.000Z
2021-06-03T22:25:48.000Z
mips_architecture/lab5_ex1.asm
christosmarg/uni-assignments
bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795
[ "MIT" ]
1
2021-06-03T10:36:57.000Z
2021-06-03T10:36:57.000Z
.eqv SYS_PRINT_WORD 1 .eqv SYS_PRINT_STRING 4 .eqv SYS_READ_STRING 8 .eqv SYS_EXIT 10 .data str: .space 17 # + 2 bytes to include '\n' and '\0' len: .asciiz "strlen: " revstr: .asciiz "reverse: " .text .globl main main: # read input string li ...
20.731707
62
0.424706
7f0a048bc039d0287188edb7e18218928a705fa2
2,589
asm
Assembly
libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_ide_get_lfn.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_ide_get_lfn.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_ide_get_lfn.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; unsigned char esx_ide_get_lfn(struct esx_lfn *dir, struct esx_cat_entry *query) INCLUDE "config_private.inc" SECTION code_esxdos PUBLIC asm_esx_ide_get_lfn EXTERN __esxdos_error_mc, error_znc EXTERN asm_p3dos_pstr_to_cstr IF __ZXNEXT asm_esx_ide_get_lfn: ; enter : hl = struct esx_lfn *dir ; de = ...
15.786585
81
0.495944
3da5e054a1fd330dd795f4091235b19092191806
11,268
asm
Assembly
8088/game/game.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
1
2021-05-24T05:18:10.000Z
2021-05-24T05:18:10.000Z
8088/game/game.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
null
null
null
8088/game/game.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
null
null
null
cpu 8086 pitCyclesPerScanline equ 76 ; Fixed by CGA hardware scanlinesPerFrame equ 262 ; Fixed by NTSC standard activeScanlines equ 200 overscanPitCycles equ pitCyclesPerScanline*(scanlinesPerFrame - activeScanlines) onScreenPitCycles equ pitCyclesPerScanline*activeScanlines screenWidth e...
23.426195
241
0.605964
53ce4c4aed6460fd04be42afdc16ae16338cc7c1
13,141
asm
Assembly
rgbds_example/gbt_player.asm
SetManu/gbt-player
15568049819bfd68011a6d100589fb03c55142c4
[ "MIT" ]
226
2015-01-13T02:36:45.000Z
2022-03-29T23:57:23.000Z
rgbds_example/gbt_player.asm
SetManu/gbt-player
15568049819bfd68011a6d100589fb03c55142c4
[ "MIT" ]
14
2015-08-03T13:50:50.000Z
2021-12-29T23:47:57.000Z
rgbds_example/gbt_player.asm
SetManu/gbt-player
15568049819bfd68011a6d100589fb03c55142c4
[ "MIT" ]
26
2015-02-10T06:10:31.000Z
2022-03-03T21:17:41.000Z
;############################################################################### ; ; GBT Player v3.0.8 ; ; SPDX-License-Identifier: MIT ; ; Copyright (c) 2009-2021, Antonio Niño Díaz <antonio_nd@outlook.com> ; ;############################################################################### INCLUDE "hardware.inc" ...
22.696028
80
0.507724
cb3235985152c5722a1454100e72c1d6a4a8924f
467
asm
Assembly
oeis/281/A281334.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/281/A281334.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/281/A281334.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A281334: Triangle read by rows: T(n, k) = (n - k)*(k + 1)^3 + k, 0 <= k <= n. ; Submitted by Christian Krause ; 0,1,1,2,9,2,3,17,29,3,4,25,56,67,4,5,33,83,131,129,5,6,41,110,195,254,221,6,7,49,137,259,379,437,349,7,8,57,164,323,504,653,692,519,8,9,65,191,387,629,869,1035,1031,737,9,10,73,218,451,754,1085,1378,1543,14...
24.578947
218
0.601713
d214204588b4c58294054aa5ed2b1a93c7425d1c
448
asm
Assembly
data/mapObjects/VermilionPokecenter.asm
AmateurPanda92/pokemon-rby-dx
f7ba1cc50b22d93ed176571e074a52d73360da93
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
data/mapObjects/VermilionPokecenter.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
data/mapObjects/VermilionPokecenter.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
VermilionPokecenter_Object: db $0 ; border block db 2 ; warps warp 3, 7, 0, -1 warp 4, 7, 0, -1 db 0 ; signs db 4 ; objects object SPRITE_NURSE, 3, 1, STAY, DOWN, 1 ; person object SPRITE_FISHER, 10, 5, STAY, NONE, 2 ; person object SPRITE_SAILOR, 5, 4, STAY, NONE, 3 ; person object SPRITE_CABLE_CLUB_WOMAN...
23.578947
62
0.698661
048d5999df0fe19e2d0577efd32a7558ee985ba2
3,097
asm
Assembly
programs/oeis/167/A167548.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/167/A167548.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/167/A167548.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A167548: The fifth row of the ED1 array A167546 ; 24,240,960,2688,6144,12264,22200,37320,59208,89664,130704,184560,253680,340728,448584,580344,739320,929040,1153248,1415904,1721184,2073480,2477400,2937768,3459624,4048224,4709040,5447760,6270288,7182744,8191464,9303000,10524120,11861808,13323264,14915904,16647360,1852...
58.433962
2,591
0.843074
66c8dad3583ac89f204634b5914207ab03723144
5,602
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1104.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_0x48.log_21829_1104.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_0x48.log_21829_1104.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 %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x626c, %r10 nop nop nop and $42221, %rdx movl $0x61626364, (%r10) inc %r11 lea addresses_UC_ht+0x1d501, %rsi lea addresses_WC_ht+0x15981, %rdi nop nop cmp $62877, %r9 mov $113, %rcx...
39.730496
2,999
0.65548
81fc4c908aa9d38cb52ef9eca9a73649505d092f
2,087
asm
Assembly
prole_art/broken_raster.asm
FolkertVanVerseveld/c64
a244b976cc650a86566b88066c0f7cb3a3915f09
[ "MIT" ]
1
2018-12-26T22:55:37.000Z
2018-12-26T22:55:37.000Z
prole_art/broken_raster.asm
FolkertVanVerseveld/c64
a244b976cc650a86566b88066c0f7cb3a3915f09
[ "MIT" ]
null
null
null
prole_art/broken_raster.asm
FolkertVanVerseveld/c64
a244b976cc650a86566b88066c0f7cb3a3915f09
[ "MIT" ]
null
null
null
// Assembler: KickAssembler v4.19 // source: codebase64.org/doku.php?id=base:nmi_lock BasicUpstart2(main) // `Disable NMI' by Ninja/The Dreams/TempesT .var irq_line_top = $28 - 1 main: sei // disable IRQ // lda #<nmi // sta $0318 // change NMI vector // lda #>nmi // to our routine...
16.053846
65
0.572592
d4ee8834dcbd68df498f2322fccf977bdc071124
409
asm
Assembly
oeis/079/A079285.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/079/A079285.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/079/A079285.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A079285: First differences of A079284. ; Submitted by Christian Krause ; 0,2,1,5,4,13,13,34,39,89,112,233,313,610,859,1597,2328,4181,6253,10946,16687,28657,44320,75025,117297,196418,309619,514229,815656,1346269,2145541,3524578,5637351,9227465,14799280,24157817 mov $1,1 mov $2,1 lpb $0 sub $0,1 mov $5,$1 add $1...
21.526316
189
0.677262
98502f422f2621395bcac18bfdc7097bae98e060
8,206
asm
Assembly
45/runtime/herc/fstart.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/herc/fstart.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/herc/fstart.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
; TITLE FSTART - Entrypoint for INT 10 processing for MSHERC ;*** ;FSTART - Entrypoint for INT 10 processing for MSHERC ; ; Copyright <C> 1987, 1988, Microsoft Corporation ; ;Purpose: ; ; Hercules Graphics Mode support in Language products ; --------------------------------------------------- ; ;Characteristics: ; ...
31.201521
80
0.548379
f69feced904dc6bebc92a64c0666c6d6ab7ed079
4,052
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_951.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.log_21829_951.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.log_21829_951.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 %rbp push %rbx push %rdi lea addresses_WC_ht+0xbe5c, %r14 nop nop nop nop nop lfence vmovups (%r14), %ymm2 vextracti128 $0, %ymm2, %xmm2 vpextrq $0, %xmm2, %rbp nop nop dec %rdi pop %rdi pop %rbx pop %rbp pop %r14 ret .global s_faulty_load s_faulty_load: ...
62.338462
2,999
0.663623
f6a88588dba4c7612d1cc7f109a3e69f6ce6c499
350
asm
Assembly
oeis/130/A130888.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/130/A130888.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/130/A130888.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A130888: Triangle read by rows, A051731(n,k) dot (1, 3, 7, 15,...) with like numbers of terms. ; Submitted by Jon Maiga ; 1,1,3,1,0,7,1,3,0,15,1,0,0,0,31,1,3,7,0,0,63,1,0,0,0,0,0,127,1,3,0,15,0,0,0,255 seq $0,127093 ; Triangle read by rows: T(n,k)=k if k is a divisor of n; otherwise, T(n,k)=0 (1 <= k <= n). mov $1,2...
35
106
0.602857
ea067acb7b7b90b5e4acadd61d5746e0fd7a29b6
673,493
asm
Assembly
kernel.asm
jieun-cloud/xv6-logging
c79af50a601403f7c6bf8be7275ee2b5d59f8d3b
[ "MIT-0" ]
null
null
null
kernel.asm
jieun-cloud/xv6-logging
c79af50a601403f7c6bf8be7275ee2b5d59f8d3b
[ "MIT-0" ]
null
null
null
kernel.asm
jieun-cloud/xv6-logging
c79af50a601403f7c6bf8be7275ee2b5d59f8d3b
[ "MIT-0" ]
null
null
null
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 0f in $0xf,%al 8010000c <entry>:...
33.007891
76
0.537089
c3fbcfcf756a3a73a2809728805395cb817ee5fe
15,035
asm
Assembly
private/shell/ext/msidle/sage/sage.asm
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
11
2017-09-02T11:27:08.000Z
2022-01-02T15:25:24.000Z
private/shell/ext/msidle/sage/sage.asm
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
null
null
null
private/shell/ext/msidle/sage/sage.asm
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
14
2019-01-16T01:01:23.000Z
2022-02-20T15:54:27.000Z
PAGE 58,132 ;****************************************************************************** TITLE SAGE - SAGE VxD ;****************************************************************************** ; ; Title: SAGE.ASM - SAGE VxD ; ; Version: 0.060 ; ; Date: 04/18/95 ; ; Author: Bob Eich...
30.746421
84
0.382574
ca4788d0ab80dddeb3048ebfd75ee86fc7bf22a3
753
asm
Assembly
programs/oeis/265/A265802.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/265/A265802.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/265/A265802.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A265802: Coefficient of x^2 in minimal polynomial of the continued fraction [1^n,4,1,1,1,...], where 1^n means n ones. ; 1,11,19,59,145,389,1009,2651,6931,18155,47521,124421,325729,852779,2232595,5845019,15302449,40062341,104884561,274591355,718889491,1882077131,4927341889,12899948549,33772503745,88417562699,23148018...
57.923077
372
0.754316
7fd4cda25166881df777ed625fc846f8241aedd9
838
asm
Assembly
oeis/215/A215392.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/215/A215392.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/215/A215392.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A215392: Primes congruent to {1, 2} mod 17. ; Submitted by Jamie Morken(w2) ; 2,19,53,103,137,223,239,257,307,359,409,443,461,563,613,631,647,733,919,937,953,971,1021,1039,1123,1259,1277,1327,1361,1429,1447,1481,1531,1549,1583,1667,1753,1787,1871,1889,1973,2143,2161,2297,2347,2381,2399,2467,2551,2671,2687,2789,2857,2...
33.52
475
0.695704
2a084db2e69aab2d72fc93e07183e156a8a6ccea
10,777
asm
Assembly
legacy/tsr2.asm
cmounce/all-purpose-tsr
196ad7912a425bb9d2a785af5339970a53ad735a
[ "MIT" ]
null
null
null
legacy/tsr2.asm
cmounce/all-purpose-tsr
196ad7912a425bb9d2a785af5339970a53ad735a
[ "MIT" ]
null
null
null
legacy/tsr2.asm
cmounce/all-purpose-tsr
196ad7912a425bb9d2a785af5339970a53ad735a
[ "MIT" ]
null
null
null
org 100h ; this is a .COM file -- adjust addresses accordingly ;; ;; RESIDENT CODE ;; beginResident: jmp parseCommandLineArgs ;; TSR data oldInt10: .offset: dw 0 .segment: dw 0 oldInt2F: .offset: dw 0 .segment: dw 0 ID_number: db 0 ID_string: db 'ZZT initializer', 0 ;; video settings db ...
22.546025
83
0.632922
634178d183a318bac5d2cb32beac8b410ee21c2d
3,114
asm
Assembly
engine/events/pokerus/pokerus.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
1
2021-07-05T23:48:37.000Z
2021-07-05T23:48:37.000Z
engine/events/pokerus/pokerus.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
1
2020-12-16T01:11:20.000Z
2020-12-16T22:53:56.000Z
engine/events/pokerus/pokerus.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
1
2021-07-05T23:33:22.000Z
2021-07-05T23:33:22.000Z
GivePokerusAndConvertBerries: call ConvertBerriesToBerryJuice ld hl, wPartyMon1PokerusStatus ld a, [wPartyCount] ld b, a ld de, PARTYMON_STRUCT_LENGTH ; Check to see if any of your Pokemon already has Pokerus. ; If so, sample its spread through your party. ; This means that you cannot get Pokerus de novo while ; a...
18.535714
76
0.671805
e72e186e3d84b9bb2957867089f309fa6d540ec4
94
asm
Assembly
csie/08asm/toy/Toyasm/sum.asm
dk00/old-stuff
e1184684c85fe9bbd1ceba58b94d4da84c67784e
[ "Unlicense" ]
null
null
null
csie/08asm/toy/Toyasm/sum.asm
dk00/old-stuff
e1184684c85fe9bbd1ceba58b94d4da84c67784e
[ "Unlicense" ]
null
null
null
csie/08asm/toy/Toyasm/sum.asm
dk00/old-stuff
e1184684c85fe9bbd1ceba58b94d4da84c67784e
[ "Unlicense" ]
null
null
null
lda RC, 0 loop ld RA, 0xFF bz RA, exit add RC, RC, RA bz R0, loop exit st RC, 0xFF hlt
9.4
16
0.617021
eb730a56be3a0afec642b7bdfd6ae4cbdec70106
928
asm
Assembly
asm/gfx/upload_gfx_file.asm
kaizoman666/SMW-CodeLib
62e2ac86ed8fecb5e811174fbfa5c3ee984517b9
[ "Unlicense" ]
1
2021-07-28T14:13:50.000Z
2021-07-28T14:13:50.000Z
asm/gfx/upload_gfx_file.asm
kaizoman666/SMW-CodeLib
62e2ac86ed8fecb5e811174fbfa5c3ee984517b9
[ "Unlicense" ]
null
null
null
asm/gfx/upload_gfx_file.asm
kaizoman666/SMW-CodeLib
62e2ac86ed8fecb5e811174fbfa5c3ee984517b9
[ "Unlicense" ]
null
null
null
; Uploads a GFX file to VRAM. ;; A = 16-bit GFX file number ;; Y = 16-bit VRAM destination (e.g. $4000 = LG1) ; $00-$02 is overwritten by this. ; Example for iterating over multiple files, in this case four: ; LDY #$0000 ; VRAM address to load into ; LDX #$0000 ; .loop ; LDA GfxFileList,x ; PHY ; J...
16.280702
64
0.551724
44a8f39093eb4a7f31f31baacdd0b37e1da8be08
352
asm
Assembly
libsrc/spectrum/zx_basemem.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
1
2018-09-04T23:07:24.000Z
2018-09-04T23:07:24.000Z
libsrc/spectrum/zx_basemem.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
libsrc/spectrum/zx_basemem.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
; ; ZX Spectrum specific routines ; by Stefano Bodrato, 21/09/2006 ; ; int zx_basemem; ; ; This function returns the base memory size in kbytes ; ; $Id: zx_basemem.asm,v 1.1 2006/12/01 16:58:30 stefano Exp $ ; XLIB zx_basemem zx_basemem: ld a,(23733) srl a inc a srl a sub 16 ; subtract the RO...
15.304348
62
0.644886
7e730ce7e81ee7002aa9ecac9bc834169b22ae03
8,180
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_954.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_954.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_954.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xab78, %rsi lea addresses_UC_ht+0x8e8, %rdi nop add $61902, %rdx mov $111, %rcx rep movsl nop nop nop inc %r13 lea addresses_WT_ht+0x4ae8, %rsi lea addresses_D_ht+0xb2e8, ...
32.72
2,999
0.655623
61d9734de29de9ba2ea6aff1c547bd2f7735d753
350
asm
Assembly
programs/oeis/088/A088039.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/088/A088039.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/088/A088039.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A088039: Smallest k such that k^3 == 1 (mod some n-th power), k > 1. ; 2,4,9,17,33,65,129,257,513,1025,2049,4097,8193,16385,32769,65537,131073,262145,524289,1048577,2097153,4194305,8388609,16777217,33554433,67108865,134217729,268435457,536870913,1073741825,2147483649 mov $1,2 lpb $0,1 mul $1,2 trn $2,$0 sub $0...
29.166667
198
0.708571
eafabab7d55f6bb71bb45562223fbd65179e6f79
355
asm
Assembly
oeis/040/A040142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/040/A040142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/040/A040142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A040142: Continued fraction for sqrt(155). ; Submitted by Jon Maiga ; 12,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2,24,2,4,2 gcd $0,262156 mul $0,42 mod $0,13 mov $1,$0 sub $1,2 div $1,5 mul $1,18 trn $1,$0 add...
20.882353
163
0.594366
022f79ae5d0abcb30091feee5f0cd9037cf54374
2,868
asm
Assembly
basic/src/system/skip.asm
paulscottrobson/eris
cf102530334ed86360deb20f0e41af1e10f5d584
[ "MIT" ]
13
2020-03-31T08:21:22.000Z
2021-07-28T20:03:29.000Z
basic/src/system/skip.asm
paulscottrobson/eris
cf102530334ed86360deb20f0e41af1e10f5d584
[ "MIT" ]
37
2020-03-31T06:35:37.000Z
2020-09-17T08:56:48.000Z
basic/src/system/skip.asm
paulscottrobson/eris
cf102530334ed86360deb20f0e41af1e10f5d584
[ "MIT" ]
5
2020-05-10T10:23:06.000Z
2022-01-14T02:21:02.000Z
; ***************************************************************************** ; ***************************************************************************** ; ; Name: skip.asm ; Purpose: Structure forward skip. ; Created: 10th March 2020 ; Reviewed: 16th March 2020 ; Author: Paul Robson (paul@robsons.org.uk)...
28.969697
79
0.493375
adfb56b66d53aab49ad128a294f11f55db250919
98
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/asinh.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/asinh.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/asinh.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_fp_math48 PUBLIC _asinh EXTERN cm48_sdccix_asinh defc _asinh = cm48_sdccix_asinh
10.888889
31
0.846939
faef2e2b5033120cbb02a917304531a6a645d896
454
asm
Assembly
oeis/259/A259285.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/259/A259285.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/259/A259285.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A259285: Expansion of psi(x^2) * f(x, x^7) in powers of x where psi(), f(,) are Ramanujan theta functions. ; Submitted by Jamie Morken(s2) ; 1,1,1,1,0,0,1,2,0,1,1,0,2,2,0,0,1,0,0,1,1,1,2,0,1,0,0,2,1,1,2,1,0,1,1,0,0,1,0,1,1,0,2,1,0,1,0,2,0,1,0,1,3,0,1,0,1,3,1,0,0,0,0,1,2,1,1,0,0,1,0,0,2,1,0,1,1,0,2,1,0,0,3,1,0,1,0,2,1...
41.272727
201
0.590308
936dac77d3cb9f4fda7ca18fb2e3d897bad1a95d
100
asm
Assembly
Micro/Tests/mulu/mulu.asm
JavierOramas/CP_AC
d2f38823c6c2fce5acab1908a6912a7c18a0dd2b
[ "MIT" ]
null
null
null
Micro/Tests/mulu/mulu.asm
JavierOramas/CP_AC
d2f38823c6c2fce5acab1908a6912a7c18a0dd2b
[ "MIT" ]
null
null
null
Micro/Tests/mulu/mulu.asm
JavierOramas/CP_AC
d2f38823c6c2fce5acab1908a6912a7c18a0dd2b
[ "MIT" ]
null
null
null
addi r1 r0 4 addi r3 r0 20 mulu r3 r1 mflo r4 tty r4 mfhi r5 addi r5 r5 100 tty r5 halt #prints Pd
8.333333
14
0.72
c0e5b0545073a422f6a30d525cf1d1ae5c2878ce
673
asm
Assembly
unordnung_auch_assembler/asm/attiny13/slowmo/temp1.asm
no-go/Blink_atmega328p
a81e41906c4a6d843a7fb87962288a0894105bd7
[ "Unlicense" ]
null
null
null
unordnung_auch_assembler/asm/attiny13/slowmo/temp1.asm
no-go/Blink_atmega328p
a81e41906c4a6d843a7fb87962288a0894105bd7
[ "Unlicense" ]
null
null
null
unordnung_auch_assembler/asm/attiny13/slowmo/temp1.asm
no-go/Blink_atmega328p
a81e41906c4a6d843a7fb87962288a0894105bd7
[ "Unlicense" ]
null
null
null
.include "myTiny13.h" ;irq Vector .org 0x0000 rjmp OnReset .org 0x0003 rjmp TimerOVF .org 0x0010 TimerOVF: inc I cpi I,50 brge SkipIt out TCNT0,I SkipIt: rol N mov A,N andi A,0b00000001 breq WasZero sbi PORTB,1 rjmp ClkTick WasZero: cbi PORTB,1 ClkTick: sbi PORTB,0 cbi PORTB,0 reti .org...
12.942308
44
0.659733
507103514e5083d76f3ee6018e136f943077b04c
6,075
asm
Assembly
src/level4_enemies.asm
fjpena/genesis-zx
78ec682415f51179e928fe37bd75c6f1e75d987a
[ "MIT" ]
3
2019-04-08T06:33:11.000Z
2022-01-08T09:19:49.000Z
src/level4_enemies.asm
fjpena/genesis-zx
78ec682415f51179e928fe37bd75c6f1e75d987a
[ "MIT" ]
null
null
null
src/level4_enemies.asm
fjpena/genesis-zx
78ec682415f51179e928fe37bd75c6f1e75d987a
[ "MIT" ]
null
null
null
level4_enemies.TXT : db 103 db 10 , 2 , 49 , ENEMY_EYE , MOVE_LEFT , 1 , 4 , 0 db 10 , 2 , 75 , ENEMY_EYE , MOVE_LEFT , 1 , 4 , 0 db 12 , 8 , 90 , ENEMY_POWERUP , MOVE_LEFT , 1 , 2 , 58 db 14 , 3 , 81 , ENEMY_CANNON_DOWN_LEFT , MOVE_LEFT , 2 , 2 , 0 db 14 , 4 , 24 , ENEMY_CANNON_UP , MOVE_LEFTANIM , 3 , 2 ,...
57.311321
77
0.573498
67e769e2c6824591aecf9752fa1a4b84abd5f6c0
4,370
asm
Assembly
data/pokemon/names.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
data/pokemon/names.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
data/pokemon/names.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
db "EGG@@@@@@@" db "?????@@@@@" db "?????@@@@@" db "?????@@@@@" PokemonNames:: db "Bulbasaur@" db "Ivysaur@@@" db "Venasaur@@" db "Charmander" db "Charmeleon" db "Charizard@" db "Squirtle@@" db "Wartortle@" db "Blastoise@" db "Caterpie@@" db "Metapod@@@" db "Butterfree" db "Weedle@@@@" db "Kakuna@@@@"...
16.937984
18
0.540046
fd698d88ea73996fd3ff534f59c74a11b6e899f3
431
asm
Assembly
oeis/276/A276229.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/276/A276229.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/276/A276229.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A276229: a(n+3) = -a(n+2) - 2*a(n+1) + a(n) with a(0)=0, a(1)=0, a(2)=1. ; Submitted by Jon Maiga ; 0,0,1,-1,-1,4,-3,-6,16,-7,-31,61,-6,-147,220,68,-655,739,639,-2772,2233,3950,-11188,5521,20805,-43035,6946,99929,-156856,-36056,449697,-534441,-401009,1919588,-1652011,-2588174,7811784,-4287447,-13924295,30310973 lpb ...
33.153846
214
0.612529
c717d7da6d22b9b5e01d036f5afc023e6e9a420e
1,286
asm
Assembly
Lab 05/lab05.asm
hypereddie/Assembly-Class
28d729cba8ad5deec4ebee75e8a98ce3bab270e3
[ "MIT" ]
null
null
null
Lab 05/lab05.asm
hypereddie/Assembly-Class
28d729cba8ad5deec4ebee75e8a98ce3bab270e3
[ "MIT" ]
null
null
null
Lab 05/lab05.asm
hypereddie/Assembly-Class
28d729cba8ad5deec4ebee75e8a98ce3bab270e3
[ "MIT" ]
null
null
null
INCLUDE \masm32\include\masm32rt.inc ; for using inkey INCLUDE \masm32\include\Irvine32.inc INCLUDELIB \masm32\lib\Irvine32.lib .486 ; .model flat, stdcall .STACK 1000h ExitProcess PROTO, DwErrorCode:DWORD WriteHex PROTO Crlf PROTO .DATA arrayWords WORD 11A1h, 22B3h, 33A5h, 44B7h, 55D8h, 66C6h, 77D4h LEN ...
20.412698
78
0.636081
9e382e52a095cc9526b25ef79f0bc8358f851ffb
5,758
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_113.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_113.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_113.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0x1b3e0, %rsi lea addresses_UC_ht+0x87e0, %rdi nop add %r12, %r12 mov $27, %rcx rep movsl nop nop nop nop xor $60915, %r8 lea addresses_D_ht+0xed20, %r9 nop nop nop add %r12, %r1...
38.386667
2,999
0.658736
f5f75d5b4ec8e547bd9b99d5312bfb78ba6ef819
7,375
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1404.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1404.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1404.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 %r15 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x1380, %r8 clflush (%r8) and $25598, %r10 mov (%r8), %bp nop nop nop nop and $34024, %rdi lea addresses_D_ht+0x108a0, %rsi lea addresses_A_ht+0x1a8a0, %rdi nop nop nop nop nop ...
32.924107
2,999
0.658305
452276b97a8d181b4a715213a4c99f1cba4639dc
551
asm
Assembly
oeis/017/A017385.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/017/A017385.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/017/A017385.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A017385: a(n) = (10*n + 9)^9. ; 387420489,322687697779,14507145975869,208728361158759,1628413597910449,8662995818654939,35452087835576229,119851595982618319,350356403707485209,913517247483640899,2171893279442309389,4785448563124474679,9892530380752880769,19370159742424031659,36197319879620191349,64949246777441383839,...
78.714286
489
0.894737
6e07f3c834a313760960d69036d68e8fabe726dd
209
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hmul_callee.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hmul_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hmul_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math16 PUBLIC ___hmul_callee PUBLIC _mulf16_callee EXTERN cm16_sdcc_mul_callee defc ___hmul_callee = cm16_sdcc_mul_callee defc _mulf16_callee = cm16_sdcc_mul_callee
19
46
0.779904
9bc44ab7bad95ba8ef234a86ebbe955e10c3a24a
7,341
asm
Assembly
45/runtime/rt/llevtstg.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/rt/llevtstg.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/rt/llevtstg.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
PAGE 56,132 TITLE LLEVTSTG - Low-level joystick support ;*** ; LLEVTSTG - Low-level joystick support ; ; Copyright <C> 1987, Microsoft Corporation ; ;Purpose: ; ;****************************************************************************** INCLUDE switch.inc INCLUDE rmacros.inc useSeg _BSS useSeg _DATA useSeg ...
23.528846
79
0.681923
f34803eda0cb13fe2485c3019200c737ebe8d53c
19,776
asm
Assembly
target/cos_117/disasm/iop_overlay1/FMGET.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
49
2020-10-09T12:29:16.000Z
2022-03-12T02:33:35.000Z
target/cos_117/disasm/iop_overlay1/FMGET.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
1
2021-12-29T15:59:25.000Z
2021-12-29T15:59:25.000Z
target/cos_117/disasm/iop_overlay1/FMGET.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x2104- f:00020 d: 260 | A = OR[260] 0x0001 (0x000002) 0x290D- f:00024 d: 269 | OR[269] = A 0x0002 (0x000004) 0x2104- f:00020 d: 260 | A = OR[260] 0x0003 (0x000006) 0x1403- f:00012 d: 3 | A = A + 3 (0x0003) ...
80.064777
127
0.456867
ea3f1b09fd3a84426112e5d915e4ca784eb5cf4b
462
asm
Assembly
oeis/343/A343030.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/343/A343030.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/343/A343030.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A343030: Number of 1-bits in the binary expansion of n which have an odd number of 0-bits at less significant bit positions. ; Submitted by Christian Krause ; 0,0,1,0,0,1,2,0,1,0,1,1,0,2,3,0,0,1,2,0,1,1,2,1,2,0,1,2,0,3,4,0,1,0,1,1,0,2,3,0,1,1,2,1,1,2,3,1,0,2,3,0,2,1,2,2,3,0,1,3,0,4,5,0,0,1,2,0,1,1,2,1,2,0,1,2,0,3,4,0...
30.8
201
0.58658
06bc39e02c2c87196f458a153ffffedf80c15310
1,140
asm
Assembly
loader/loader.asm
phruse/laon_os
93740f31a87e300421339d94b60750cbf7e869bb
[ "Apache-2.0", "MIT" ]
1
2021-12-21T14:52:19.000Z
2021-12-21T14:52:19.000Z
loader/loader.asm
phruse/laon_os
93740f31a87e300421339d94b60750cbf7e869bb
[ "Apache-2.0", "MIT" ]
null
null
null
loader/loader.asm
phruse/laon_os
93740f31a87e300421339d94b60750cbf7e869bb
[ "Apache-2.0", "MIT" ]
null
null
null
; SPDX-License-Identifier: MIT [bits 32] ;run in 32bit mode(protected mode) global main extern loader_main ;C loader entrypoint OS_STACK_SIZE equ 2048 ;OS's stack size (2kb) TBALE equ 1048576 align 8 section .multiboot2 ;multiboot2 header multiboot2_start: ;magic dd 0xe85250d6 ;architecture (32-bit...
25.333333
76
0.675439
dcf1dfd71d5d50e7eb822c6d629925afd1330b75
1,442
asm
Assembly
data/phone/text/joey_caller.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
data/phone/text/joey_caller.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
data/phone/text/joey_caller.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
JoeySharperText: text "My @" text_ram wStringBuffer4 text "'s" line "looking sharper" cont "than before!" para "I doubt there's a" line "#MON as cool as" para "this guy in your" line "party!" done UnknownText_0x175591: text "Oh yeah, I took" line "down a @" text_ram wStringBuffer4 text_start para "in ...
15.673913
26
0.685853
eb42174d1945c78a3857b95800e93cd3139222d7
549
asm
Assembly
oeis/016/A016834.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/016/A016834.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/016/A016834.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A016834: (4n+2)^10. ; 1024,60466176,10000000000,289254654976,3570467226624,26559922791424,141167095653376,590490000000000,2064377754059776,6278211847988224,17080198121677824,42420747482776576,97656250000000000,210832519264920576,430804206899405824,839299365868340224,1568336880910795776,2824752490000000000,49239903973...
78.428571
497
0.903461
4c0963bf4d524ba07b432e3633e0c8ca7ee54d17
134
asm
Assembly
oldstuff/tigcc/PolySnd/sources/statique/Time_voice1.asm
bcherry/bcherry
5d2f1144dbdbf35d6284018fa2c9e24ec5cecec6
[ "MIT" ]
3
2016-11-13T09:06:41.000Z
2021-09-11T23:36:19.000Z
oldstuff/tigcc/PolySnd/sources/statique/Time_voice1.asm
bcherry/bcherry
5d2f1144dbdbf35d6284018fa2c9e24ec5cecec6
[ "MIT" ]
null
null
null
oldstuff/tigcc/PolySnd/sources/statique/Time_voice1.asm
bcherry/bcherry
5d2f1144dbdbf35d6284018fa2c9e24ec5cecec6
[ "MIT" ]
2
2017-04-04T10:03:18.000Z
2021-09-11T23:36:26.000Z
section ".data" xdef pSnd_Time_voice1 pSnd_Time_voice1: ;5000=5000 Hz move.l time_counter_voice1,d0 divu interrupt5rate,d0 rts
14.888889
30
0.791045
7046cdb60d867f1da70ffae58a265f15a215fcfb
2,244
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_6_1277.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_6_1277.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_6_1277.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 %rbp push %rdi lea addresses_UC_ht+0x446c, %rbp nop nop nop and $29422, %r11 mov $0x6162636465666768, %r12 movq %r12, %xmm2 vmovups %ymm2, (%rbp) nop nop nop nop cmp %rdi, %rdi lea addresses_WC_ht+0x1074c, %r11 nop and %r8, %r8 movups (%r11)...
18.393443
143
0.646613
4efc37bf25c4a1581e1ec553863316c033547a41
2,278
asm
Assembly
books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/9_16.asm
gxw1/review_the_national_post-graduate_entrance_examination
8812779a7a4ce185a531d120562d5194b697c0c9
[ "MIT" ]
640
2019-03-30T11:32:43.000Z
2022-03-31T14:05:18.000Z
books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/9_16.asm
yyzVegst/review_the_national_post-graduate_entrance_examination
8812779a7a4ce185a531d120562d5194b697c0c9
[ "MIT" ]
6
2019-07-22T01:57:24.000Z
2022-01-20T15:03:16.000Z
books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/9_16.asm
yyzVegst/review_the_national_post-graduate_entrance_examination
8812779a7a4ce185a531d120562d5194b697c0c9
[ "MIT" ]
212
2019-04-10T02:31:50.000Z
2022-03-30T02:32:47.000Z
DATA SEGMENT BUFF DB 128 DB ? DB 128 DUP(0) MESS0 DB 'PLEASE INPUT STRING:$' MESS1 DB 'LENGTH=$' MESS2 DB 'X=$' MESS3 DB 'Y=$' DATA ENDS STACK SEGMENT STACK DW 100 DUP(?) STACK ENDS CODE SEGMENT ASSUME CS...
23.729167
43
0.381914
07c233e91a004aaa8fad6c58cacf6657ac590b69
5,276
asm
Assembly
Driver/Printer/Fax/FaxPrint/faxprintEndPage.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/Printer/Fax/FaxPrint/faxprintEndPage.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/Printer/Fax/FaxPrint/faxprintEndPage.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994. All rights reserved. GEOWORKS CONFIDENTIAL PROJECT: Tiramisu MODULE: Fax FILE: faxprintEndPage.asm AUTHOR: Jacob Gabrielson, Apr 16, 1993 ROUTINES: Name Description ---- ----------- ...
26.646465
79
0.581501
221ba5ecec5d083e6dff4c5ca14a99fd6540e377
415
asm
Assembly
oeis/130/A130470.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/130/A130470.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/130/A130470.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A130470: Antidiagonal sums of triangular array T: T(j,k) = k*(j-k)! for k < j, T(j,k) = 1 for k = j; 1 <= k <= j. ; 1,1,3,8,29,135,775,5302,41841,373349,3711707,40658196,486383173,6307963843,88147345839,1320249637490,21098598196505,358321619407137,6444482754775171,122360423398008784,2445769875087993837 lpb $0 mov ...
34.583333
189
0.706024
57a6b7d2494c0b1260b037e467f64ca0cc7513d9
1,372
asm
Assembly
programs/oeis/127/A127473.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/127/A127473.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/127/A127473.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A127473: a(n) = phi(n)^2. ; 1,1,4,4,16,4,36,16,36,16,100,16,144,36,64,64,256,36,324,64,144,100,484,64,400,144,324,144,784,64,900,256,400,256,576,144,1296,324,576,256,1600,144,1764,400,576,484,2116,256,1764,400,1024,576,2704,324,1600,576,1296,784,3364,256,3600,900,1296,1024,2304,400,4356,1024,1936,576,4900,576,5184,12...
196
1,245
0.781341
8f5df3496ef6467fbc591446f8c5ea5ed0dbba36
686
asm
Assembly
oeis/159/A159280.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/159/A159280.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/159/A159280.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A159280: Numerator of Hermite(n, 1/11). ; Submitted by Christian Krause ; 1,2,-238,-1444,169900,1737592,-202103816,-2927191216,336509481872,6340061157920,-720237529201376,-16783423060569152,1883705456612924608,52506471481118666624,-5821124423542023483520,-189534174225114089489152,20751613309007317066199296,7753795492...
38.111111
476
0.813411
724177cabc0e6843d86865c96795ffc641a944e8
7,909
asm
Assembly
Transynther/x86/_processed/US/_st_sm_/i9-9900K_12_0xa0.log_21829_1005.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_st_sm_/i9-9900K_12_0xa0.log_21829_1005.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_st_sm_/i9-9900K_12_0xa0.log_21829_1005.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 %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x3ee1, %rsi lea addresses_A_ht+0x94e1, %rdi nop nop xor %r13, %r13 mov $2, %rcx rep movsq nop cmp %rbx, %rbx lea addresses_D_ht+0x8b69, %r8 clflush (%r8) nop nop nop nop and %rdi, %rdi m...
34.688596
2,999
0.652801
e073bf1dd20333e8f44588bf410f95c71ddb49f9
4,514
asm
Assembly
build/default/production/led.asm
AlphaFelix/PBLE
21179cbafae575d25ec1cc9a746aab709ce0ea4d
[ "MIT" ]
null
null
null
build/default/production/led.asm
AlphaFelix/PBLE
21179cbafae575d25ec1cc9a746aab709ce0ea4d
[ "MIT" ]
null
null
null
build/default/production/led.asm
AlphaFelix/PBLE
21179cbafae575d25ec1cc9a746aab709ce0ea4d
[ "MIT" ]
null
null
null
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 3.6.0 #9615 (MINGW64) ;-------------------------------------------------------- ; PIC16 port for the Microchip 16-bit core micros ;-------------------------------------------------------- list ...
19.973451
57
0.6214
acf1828fb102b009f7ca9d4ca796a0446657501d
9,197
asm
Assembly
maps/CeladonGameCorner.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
maps/CeladonGameCorner.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
maps/CeladonGameCorner.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
object_const_def ; object_event constants const CELADONGAMECORNER_CLERK const CELADONGAMECORNER_RECEPTIONIST const CELADONGAMECORNER_POKEFAN_M const CELADONGAMECORNER_TEACHER const CELADONGAMECORNER_FISHING_GURU const CELADONGAMECORNER_FISHER1 const CELADONGAMECORNER_FISHER2 const CELADONGAMECORNER_GYM_GUY co...
26.970674
163
0.814613
b38562282e8b569e4e7bc1a1706a35d3e7ae41a5
2,156
asm
Assembly
c64/code/main.asm
jvermeir/kata
a5bd1fc2c278e3a1fde4772383d955f929ea9ae2
[ "MIT" ]
2
2019-07-24T14:40:03.000Z
2019-07-24T14:40:54.000Z
c64/code/main.asm
jvermeir/kata
a5bd1fc2c278e3a1fde4772383d955f929ea9ae2
[ "MIT" ]
null
null
null
c64/code/main.asm
jvermeir/kata
a5bd1fc2c278e3a1fde4772383d955f929ea9ae2
[ "MIT" ]
1
2018-01-23T21:47:52.000Z
2018-01-23T21:47:52.000Z
;============================================================ ; Show credits and run main program ; ; TODO: ; this version runs a few tests on string manipulation functions. ; In the future, it might actually get the date from a string. ;============================================================ !zone main !macro l...
31.705882
109
0.527365
907778dca9b822c90137ac39fcc65a699430d470
4,545
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1273.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_1273.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_1273.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 %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x19e33, %rax nop nop nop nop add $229, %r13 movw $0x6162, (%rax) nop nop nop nop nop inc %rdi lea addresses_WC_ht+0xc013, %rsi nop nop nop nop and %r8, %r8 mov (%rsi), %r13w nop nop nop ...
49.945055
2,999
0.661166
c58366ec9cfc991d4456ecdbbdb9f7cb40b88a50
10,919
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0xca_notsx.log_21829_836.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0xca_notsx.log_21829_836.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0xca_notsx.log_21829_836.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 %r13 push %r14 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1b78, %rsi lea addresses_WT_ht+0x16978, %rdi nop nop and %r14, %r14 mov $34, %rcx rep movsb inc %r13 lea addresses_WT_ht+0x15560, %rsi lea addresses_UC_ht+0x1398, %rdi nop n...
27.643038
2,999
0.651983
26f1e924617548cc300ad1ab9baa2596adcde689
619
asm
Assembly
oeis/194/A194142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/194/A194142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/194/A194142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A194142: Sum{floor(j*(3-sqrt(3)) : 1<=j<=n}; n-th partial sum of Beatty sequence for 3-sqrt(3). ; Submitted by Jon Maiga ; 1,3,6,11,17,24,32,42,53,65,78,93,109,126,145,165,186,208,232,257,283,310,339,369,400,432,466,501,537,575,614,654,695,738,782,827,873,921,970,1020,1071,1124,1178,1233,1290,1348,1407,1467,1529,1592...
19.967742
202
0.576737
cc360753a440525217fb5541afdc06afc184e9e1
236
asm
Assembly
src/arch/x86_64/long_mode_init.asm
yotuha/zoysia-tenuifolia
acf1e89e2ee80d20d2730a4fe39495f77cbfd432
[ "MIT" ]
null
null
null
src/arch/x86_64/long_mode_init.asm
yotuha/zoysia-tenuifolia
acf1e89e2ee80d20d2730a4fe39495f77cbfd432
[ "MIT" ]
null
null
null
src/arch/x86_64/long_mode_init.asm
yotuha/zoysia-tenuifolia
acf1e89e2ee80d20d2730a4fe39495f77cbfd432
[ "MIT" ]
null
null
null
global long_mode_start extern kmain section .boot [bits 64] long_mode_start: ; load 0 into all data segment registers mov ax, 0 mov ss, ax mov ds, ax mov es, ax mov fs, ax mov gs, ax call kmain hlt
13.882353
44
0.631356
1fc413bef66b5a032c3979ddfee3961c4f49b265
918
asm
Assembly
wof/lcs/enemy/80.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
wof/lcs/enemy/80.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
wof/lcs/enemy/80.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 001590 lea ($20,A0), A0 002A76 move.w ($80,A1), D6 [enemy+5E] 002A7A movea.l (A4), A1 [enemy+80] 003D58 move.w (A1)+, ($80,A0) [enemy+84] 003D5C rts [enemy+80] 003DD2 move.w (A2)+, ($80,A0) [enemy+84] 003DD6 lea ($10,A1), A1 [enemy+80] 008176 mo...
36.72
54
0.605664
85ad4cfaa0d1e592ae5bd07563d3e4409c46b364
984
asm
Assembly
pwnlib/shellcraft/templates/thumb/linux/stager.asm
paran0ids0ul/binjitsu
c5a92cdfb6c63e314f4d66994b3fc1646b52a7f7
[ "MIT" ]
5
2018-05-15T13:00:56.000Z
2020-02-09T14:29:00.000Z
pwnlib/shellcraft/templates/thumb/linux/stager.asm
FDlucifer/binjitsu
999ad632004bfc3e623eead20eb11de98fc1f4dd
[ "MIT" ]
null
null
null
pwnlib/shellcraft/templates/thumb/linux/stager.asm
FDlucifer/binjitsu
999ad632004bfc3e623eead20eb11de98fc1f4dd
[ "MIT" ]
6
2017-09-07T02:31:11.000Z
2021-07-05T16:59:18.000Z
<% from pwnlib.shellcraft import common %> <% from pwnlib.shellcraft import thumb, arm %> <%docstring> stager(sock, size) Read 'size' bytes from 'sock' and place them in an executable buffer and jump to it. The socket will be left in r6. </%docstring> <%page args="sock, size"/> <% stager = common.label...
25.894737
126
0.60874
fbf3aecadc797b92c42807737e9853834bea7113
765
asm
Assembly
programs/oeis/028/A028991.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/028/A028991.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/028/A028991.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A028991: Odd 9-gonal (or enneagonal) numbers. ; 1,9,75,111,261,325,559,651,969,1089,1491,1639,2125,2301,2871,3075,3729,3961,4699,4959,5781,6069,6975,7291,8281,8625,9699,10071,11229,11629,12871,13299,14625,15081,16491,16975,18469,18981,20559,21099,22761,23329,25075,25671,27501,28125,30039,30691,32689,33369,35451,36159...
69.545455
575
0.779085
0c76b6426e534632e1749ff5885b21a481e9ae40
636
asm
Assembly
programs/oeis/069/A069921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/069/A069921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/069/A069921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A069921: Define C(n) by the recursion C(0) = 1 + I where I^2 = -1, C(n+1) = 1/(1+C(n)); then a(n) = (-1)^n/Im(C(n)) where Im(z) is the imaginary part of the complex number z. ; 1,5,10,29,73,194,505,1325,3466,9077,23761,62210,162865,426389,1116298,2922509,7651225,20031170,52442281,137295677,359444746,941038565,2463670...
28.909091
220
0.641509
4967f78d688388708161c5bb5e59e357a2b4cc5b
143
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/Debug.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/Debug.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/Debug.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: Debug.asm Type: file Size: 16863 Last-Modified: '1992-02-13T07:47:43Z' SHA-1: 02FDC44509CF0CCE6E926FA00A106A26CC034517 Description: null
20.428571
47
0.811189
68f7796a9c0da2ae5e3fcd774a7d69ed098eae35
681
asm
Assembly
oeis/190/A190962.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/190/A190962.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/190/A190962.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A190962: a(n) = 3*a(n-1) - 8*a(n-2), with a(0)=0, a(1)=1. ; Submitted by Jamie Morken(s1) ; 0,1,3,1,-21,-71,-45,433,1659,1513,-8733,-38303,-45045,171289,874227,1252369,-3236709,-19729079,-33293565,57951937,440204331,856997497,-950642157,-9707906447,-21518582085,13107505321,211471172643,529553475361,-103108955061,-454...
45.4
488
0.762115
db96348c03375bc1fe477030b8678683b4aabb89
609
asm
Assembly
oeis/135/A135556.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/135/A135556.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/135/A135556.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A135556: Squares of numbers not divisible by 3: a(n) = A001651(n)^2. ; 1,4,16,25,49,64,100,121,169,196,256,289,361,400,484,529,625,676,784,841,961,1024,1156,1225,1369,1444,1600,1681,1849,1936,2116,2209,2401,2500,2704,2809,3025,3136,3364,3481,3721,3844,4096,4225,4489,4624,4900,5041,5329,5476,5776,5929,6241,6400,6724,6...
76.125
500
0.770115
489feda639377b681564475a56b9c32d6f9deff9
436
asm
Assembly
mips/training/ToLower.asm
JMazurkiewicz/ARKO-assembly
a836cf7b5804c045545d7fbbb5785cdf27c00eaf
[ "MIT" ]
null
null
null
mips/training/ToLower.asm
JMazurkiewicz/ARKO-assembly
a836cf7b5804c045545d7fbbb5785cdf27c00eaf
[ "MIT" ]
null
null
null
mips/training/ToLower.asm
JMazurkiewicz/ARKO-assembly
a836cf7b5804c045545d7fbbb5785cdf27c00eaf
[ "MIT" ]
null
null
null
.data prompt: .asciiz "Enter text: " str: .space 64 .text .globl main main: li $v0, 4 la $a0, prompt syscall li $v0, 8 la $a0, str li $a1, 64 syscall li $t0, 'A' li $t1, 'Z' li $t2, 0x20 la $t3, str loop: lb $t4, ($t3) beqz $t4, end blt $t4, $t0, step bgt $t4, $t1, step addi $t4, $t4,...
9.688889
30
0.541284
b57d57f54d338a80586a044351179eb161358df9
262
asm
Assembly
programs/oeis/070/A070687.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/070/A070687.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/070/A070687.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A070687: n^6 mod 47. ; 0,1,17,24,7,21,32,8,25,12,28,37,27,3,42,34,2,14,16,9,6,4,18,36,36,18,4,6,9,16,14,2,34,42,3,27,37,28,12,25,8,32,21,7,24,17,1,0,1,17,24,7,21,32,8,25,12,28,37,27,3,42,34,2,14,16,9,6,4,18,36,36,18,4,6,9,16,14,2 pow $0,6 mod $0,47 mov $1,$0
37.428571
208
0.603053
08dfecbd0af080db0657a1c486f44b3d3362f2ce
513
asm
Assembly
ffight/lcs/weapon/42.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
ffight/lcs/weapon/42.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
ffight/lcs/weapon/42.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 0039FE movem.l D0-D3, -(A6) 003A02 movem.l D0-D3, -(A6) 0042B4 clr.b ($17,A6) [weapon+42] 009ACA dbra D5, $9ac8 057A64 clr.b ($42,A6) [weapon+ 2, weapon+ 4] 057A68 tst.b ($40,A6) 057B6E clr.b ($42,A6) 057B72 clr.b ($40,A6) 057DB0 clr.b ...
28.5
54
0.619883
21ce1c5e9a6832a44d19ddad4fdd4584096f206a
206
asm
Assembly
DCS216 Operating System/ep5/kernel/kernelC.asm
Lan-Jing/Courses
540db9499b8725ca5b82a2c4e7a3da09f73c0efa
[ "MIT" ]
1
2021-12-17T23:09:00.000Z
2021-12-17T23:09:00.000Z
DCS216 Operating System/ep5/kernel/kernelC.asm
Lan-Jing/Courses
540db9499b8725ca5b82a2c4e7a3da09f73c0efa
[ "MIT" ]
null
null
null
DCS216 Operating System/ep5/kernel/kernelC.asm
Lan-Jing/Courses
540db9499b8725ca5b82a2c4e7a3da09f73c0efa
[ "MIT" ]
1
2021-08-03T23:42:06.000Z
2021-08-03T23:42:06.000Z
.file "kernel.c" .code16gcc .intel_syntax noprefix .text .globl _pcbPtr .data .align 4 _pcbPtr: .long _Pcb .globl _Pcb .bss .align 4 _Pcb: .space 28 .ident "GCC: (MinGW.org GCC-8.2.0-5) 8.2.0"
12.875
44
0.660194
acee1d49986ab88f4b9429efa10104e91162bdd9
2,905
asm
Assembly
chapter15/15,4.asm
bgst009/AssemblyLanguage
60969495e42830a2e5be5fb6d6dacf2dc635e3d4
[ "Apache-2.0" ]
null
null
null
chapter15/15,4.asm
bgst009/AssemblyLanguage
60969495e42830a2e5be5fb6d6dacf2dc635e3d4
[ "Apache-2.0" ]
null
null
null
chapter15/15,4.asm
bgst009/AssemblyLanguage
60969495e42830a2e5be5fb6d6dacf2dc635e3d4
[ "Apache-2.0" ]
1
2021-05-21T07:05:07.000Z
2021-05-21T07:05:07.000Z
assume cs:code,ss:stack stack segment db 128 dup(0) stack ends data segment db 128 dup(0) data ends code segment start: mov ax,stack mov ss,ax mov sp,128 call install mov ax,4c00h int 21h ;==================================== NewInt9: push ax push bx pus...
15.874317
45
0.403787
bfc87ea16b7004721f031d9f8c3a08d5fd342c6b
24,278
asm
Assembly
dos/disk.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
dos/disk.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
dos/disk.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
TITLE DISK - Disk utility routines NAME Disk ; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; ;** Low level Read and write routines for local SFT I/O on files and devs ; ; SWAPCON ; SWAPBACK ; DOS_READ ; DOS_WRITE ; get_io_sft ; DirRead ; FIRSTCLUSTER ; SET_BUF_AS_DIR ;...
21.259194
84
0.666982
72ac7253f0895c095e1fd27b640d24f9a894e3a3
94,018
asm
Assembly
source_c64/edge_grinder.asm
kieranhj/edge-beeb
8af058259c91bdf8a0dfabd938cf9ce988b5274c
[ "MIT" ]
null
null
null
source_c64/edge_grinder.asm
kieranhj/edge-beeb
8af058259c91bdf8a0dfabd938cf9ce988b5274c
[ "MIT" ]
null
null
null
source_c64/edge_grinder.asm
kieranhj/edge-beeb
8af058259c91bdf8a0dfabd938cf9ce988b5274c
[ "MIT" ]
null
null
null
; ; EDGE GRINDER ; ; Code by Jason "T.M.R" Kelk ; Graphics by Trevor "Smila" Storey ; Music by Sean "Odie" Connolly ; Developed by Cosine :: http://Cosine.org.uk/ ; For Format War :: http://FormatWar.net/ ; Select an output filename !to "edge_grinder.prg",cbm ; Include binary data * = $2e00 !binary "data/m...
19.191264
75
0.621658
65caffb2a63add9f1bacf75100927d007ae72665
720
asm
Assembly
programs/oeis/100/A100008.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/100/A100008.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/100/A100008.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A100008: Number of unitary divisors of 2n. ; 2,2,4,2,4,4,4,2,4,4,4,4,4,4,8,2,4,4,4,4,8,4,4,4,4,4,4,4,4,8,4,2,8,4,8,4,4,4,8,4,4,8,4,4,8,4,4,4,4,4,8,4,4,4,8,4,8,4,4,8,4,4,8,2,8,8,4,4,8,8,4,4,4,4,8,4,8,8,4,4,4,4,4,8,8,4,8,4,4,8,8,4,8,4,8,4,4,4,8,4,4,8,4,4,16,4,4,4,4,8,8,4,4,8,8,4,8,4,8,8,4,4,8,4,4,8,4,2,8,8,4,8,8,4,8,4,...
60
506
0.543056
79035a7d2e62e9a72a1e75db2ec88877066452a2
19,846
asm
Assembly
base/mvdm/dos/v86/doskrnl/dos/alloc.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/mvdm/dos/v86/doskrnl/dos/alloc.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/mvdm/dos/v86/doskrnl/dos/alloc.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
TITLE ALLOC.ASM - memory arena manager NAME Alloc ;** Memory related system calls and low level routines ; ; $ALLOC ; $SETBLOCK ; $DEALLOC ; $AllocOper ; arena_free_process ; arena_next ; check_signature ; Coalesce ; ; Modification history: ; sudeepb 11-Mar-1991 Ported for NT DOSEm ; .xlist .xcre...
26.078844
76
0.608838
7264a091dcb22a9327d9d87677ccb1827b1c6a4a
4,024
asm
Assembly
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_1_321.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_1_321.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_1_321.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 %r15 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x4c95, %r15 nop nop nop nop add %r9, %r9 mov (%r15), %dx xor %rbx, %rbx lea addresses_A_ht+0x12175, %rsi lea addresses_WT_ht+0xd0ab, %rdi inc %r10 mov $61, %rcx rep movsw nop ...
18.62963
146
0.634692
1cb687cfc572810a1114163b8b9cc615cda70e0f
17,717
asm
Assembly
data/pokemon/menu_icons.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
data/pokemon/menu_icons.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
data/pokemon/menu_icons.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
3
2021-01-15T18:45:40.000Z
2021-10-16T03:35:27.000Z
; party menu icons PUSHS SECTION "Mon Menu Icons", ROMX MonMenuIcons: db ICON_BULBASAUR ; BULBASAUR db ICON_BULBASAUR ; IVYSAUR db ICON_BULBASAUR ; VENUSAUR db ICON_CHARMANDER ; CHARMANDER db ICON_CHARMANDER ; CHARMELEON db ICON_BIGMON ; CHARIZARD db ICON_SQUIRTLE ; SQUIRTLE db ICON_SQUIRTLE ...
31.028021
34
0.649433
26e3767c15ffdf54dca6c92546633adfbe3aeead
275
asm
Assembly
oeis/139/A139194.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/139/A139194.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/139/A139194.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A139194: Natural numbers of the form (prime(n)!-6)/6. ; 0,19,839,6652799,1037836799,59281238015999,20274183401471999,4308669456480829439999,1473626998956616992423935999999,1370473109029653802954260479999999 add $0,1 seq $0,139160 ; a(n)=(prime(n)!+2)/2. sub $0,4 div $0,3
34.375
152
0.778182
d916ce4013fa23db839a1f11129c6f84c9525ffa
1,054
asm
Assembly
ADL/Assemble/Delete/1/R~HR_delete_middle.asm
MaxMorning/LinkedListVisualization
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
[ "Apache-2.0" ]
3
2021-11-06T03:47:08.000Z
2021-11-06T03:47:11.000Z
ADL/Assemble/Delete/1/R~HR_delete_middle.asm
MaxMorning/LinkedListVisualization
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
[ "Apache-2.0" ]
null
null
null
ADL/Assemble/Delete/1/R~HR_delete_middle.asm
MaxMorning/LinkedListVisualization
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
[ "Apache-2.0" ]
1
2021-11-06T03:47:14.000Z
2021-11-06T03:47:14.000Z
aLine 0 sInit sTemp, {0:D} sBge sTemp, 1, 29 aLine 1 gNew delPtr gMove delPtr, Root aLine 2 gBne Root, null, 3 aLine 3 Exception NOT_FOUND aLine 5 gNewVPtr rootNext gMoveNext rootNext, Root gBne Root, rootNext, 6 aLine 6 gMove Root, null aLine 7 gMove Rear, null Jmp 5 aLine 10 gMoveNext Root, Root aLine 11 pSet...
10.755102
31
0.775142
f1cc19a1f018a79bd598e557328e317836b9ab6e
193
asm
Assembly
libsrc/_DEVELOPMENT/z180/c/sdcc/z180_inp.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/z180/c/sdcc/z180_inp.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/z180/c/sdcc/z180_inp.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; uint8_t z180_inp(uint16_t port) SECTION code_clib SECTION code_z180 PUBLIC _z180_inp EXTERN asm_z180_inp _z180_inp: pop af pop hl push hl push af jp asm_z180_inp
9.65
33
0.709845
4898bddd57e7b7001bff5d81f69df4eff0f31edd
1,325
asm
Assembly
programs/oeis/027/A027783.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/027/A027783.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/027/A027783.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A027783: a(n) = 5*(n+1)*binomial(n+2,10). ; 45,550,3630,17160,65065,210210,600600,1555840,3719430,8314020,17551820,35271600,67897830,125847260,225544440,392251200,663966875,1096717050,1771619850,2804201400,4356527175,6652824750,9999397200,14809766400,21636143100,31208497320,44482699800,62699424480,87455744860,1207916...
132.5
1,221
0.893585
51dc27c1503effc6afa0d28fac74ef932a2fcc74
2,169
asm
Assembly
bootloader/bootloader32/asm/start.asm
Rzuwik/FunnyOS
a93a45babf575d08cf2704a8394ac1455f3ad4db
[ "MIT" ]
null
null
null
bootloader/bootloader32/asm/start.asm
Rzuwik/FunnyOS
a93a45babf575d08cf2704a8394ac1455f3ad4db
[ "MIT" ]
null
null
null
bootloader/bootloader32/asm/start.asm
Rzuwik/FunnyOS
a93a45babf575d08cf2704a8394ac1455f3ad4db
[ "MIT" ]
null
null
null
[bits 16] SECTION .intro EXTERN bootloader32_main ; C code entry point EXTERN make_memory_map intro: ; Setup bootloader_parameters mov [boot_info__boot_drive_id], dl mov [boot_info__boot_partition], dh ; Setup video mode mov ah, 0x00 mov al, 0x03 ...
26.777778
88
0.520516
a46ab65de5e108b31b42a72009630881270d0fb2
717
asm
Assembly
oeis/116/A116913.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/116/A116913.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/116/A116913.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A116913: Inverse Moebius transform of pentagonal numbers. ; 1,6,13,28,36,69,71,120,130,186,177,301,248,363,378,496,426,663,533,798,734,897,783,1245,961,1254,1210,1547,1248,1914,1427,2016,1806,2148,1926,2821,2036,2685,2522,3270,2502,3702,2753,3801,3510,3939,3291,5053,3648,4836,4314,5306,4188,6090,4722,6315,5390,6270,5...
35.85
493
0.722455
c9fadd6d73285aeefe14bdc225d82fb9072b32b0
15
asm
Assembly
YearI/SemesterI/CSA/MachineUno/isz_i.asm
sudiptog81/ducscode
4a60fb6d9a5769f9c487d0a65e557632af469903
[ "MIT" ]
7
2020-03-18T09:17:03.000Z
2022-01-12T09:36:45.000Z
YearI/SemesterI/CSA/MachineUno/isz_i.asm
gourabdas-88006/ducscode
19f047e02f43af430f904782850a66be32b0ff89
[ "MIT" ]
1
2020-08-27T10:33:00.000Z
2020-08-27T10:33:00.000Z
YearI/SemesterI/CSA/MachineUno/isz_i.asm
gourabdas-88006/ducscode
19f047e02f43af430f904782850a66be32b0ff89
[ "MIT" ]
4
2020-04-23T14:52:03.000Z
2021-10-03T19:55:27.000Z
isz_i 0x082
5
12
0.666667
b2d500f95734642658943f75f78b773d237f6b46
661
asm
Assembly
dv3/qxl/hd/lock.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dv3/qxl/hd/lock.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dv3/qxl/hd/lock.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; DV3 QXL Lock/Unlock Drive V3.00  1998 Tony Tebby section dv3 xdef hd_lock ; lock drive xdef hd_unlock ; unlock drive include 'dev8_keys_err' include 'dev8_dv3_keys' include 'dev8_dv3_hd_keys' include 'dev8_dv3_hd_ide_keys' ;+++ ; This routine locks a drive ; ; d7 c p drive ID / number ; a3 c p...
15.372093
58
0.664145
418b18b7a94e0690149afb1cc082505481f918bf
1,037
asm
Assembly
programs/oeis/188/A188555.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/188/A188555.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/188/A188555.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A188555: Number of 4 X n binary arrays without the pattern 0 1 diagonally, vertically, antidiagonally or horizontally. ; 5,9,16,28,48,80,129,201,303,443,630,874,1186,1578,2063,2655,3369,4221,5228,6408,7780,9364,11181,13253,15603,18255,21234,24566,28278,32398,36955,41979,47501,53553,60168,67380,75224,83736,92953,10291...
103.7
650
0.806172
16c3e61b64a046e64fee771f9d8a0540e8cf0e68
101,324
asm
Assembly
asg/asm/rdkafka_timer.asm
asgkafka/librdkafka
d0a14ca313ed1efafb3924ff33fb6c4d474efe3c
[ "BSD-2-Clause-NetBSD", "Zlib", "BSD-2-Clause", "MIT", "BSD-3-Clause" ]
null
null
null
asg/asm/rdkafka_timer.asm
asgkafka/librdkafka
d0a14ca313ed1efafb3924ff33fb6c4d474efe3c
[ "BSD-2-Clause-NetBSD", "Zlib", "BSD-2-Clause", "MIT", "BSD-3-Clause" ]
null
null
null
asg/asm/rdkafka_timer.asm
asgkafka/librdkafka
d0a14ca313ed1efafb3924ff33fb6c4d474efe3c
[ "BSD-2-Clause-NetBSD", "Zlib", "BSD-2-Clause", "MIT", "BSD-3-Clause" ]
1
2021-05-05T11:49:00.000Z
2021-05-05T11:49:00.000Z
*PROCESS DUPALIAS * * Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07 * on Fri Apr 30 15:36:13 2021 * WXTRN @@ZARCH# * * * * Code Section * @CODE ALIAS X'7CD9C4D2C1C6D2C16DE3C9D4C5D9' @CODE CSECT @CODE AMODE ANY @CODE RMODE ANY @DATA ALIAS X'7C998492818692816DA389948599' writ...
28.826174
72
0.497967
deb0bf80c5d189efb8eaa81db807b100af8bd081
2,419
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_52_1419.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_52_1419.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_52_1419.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r14 push %r8 push %rbp push %rdi push %rdx // Store mov $0xec4, %rdi nop nop nop nop xor %r14, %r14 mov $0x5152535455565758, %r10 movq %r10, %xmm3 movups %xmm3, (%rdi) nop nop cmp %r10, %r10 // Store l...
19.352
155
0.640761
3363c02eaed11b0b827383c9e44c73b92d45f019
3,408
asm
Assembly
lib/asm/math.asm
zhouyan/MCKL
1d03eb5a879e47e268efc73b1d433611e64307b3
[ "BSD-2-Clause" ]
12
2016-08-02T17:01:13.000Z
2021-03-04T12:11:33.000Z
lib/asm/math.asm
zhouyan/MCKL
1d03eb5a879e47e268efc73b1d433611e64307b3
[ "BSD-2-Clause" ]
5
2017-05-09T12:05:06.000Z
2021-03-16T10:39:23.000Z
lib/asm/math.asm
zhouyan/MCKL
1d03eb5a879e47e268efc73b1d433611e64307b3
[ "BSD-2-Clause" ]
2
2016-08-25T13:10:29.000Z
2019-05-01T01:54:29.000Z
;;============================================================================ ;; MCKL/lib/asm/math.asm ;;---------------------------------------------------------------------------- ;; MCKL: Monte Carlo Kernel Library ;;---------------------------------------------------------------------------- ;; Copyright (c) 2013-...
24.875912
78
0.57189
fe2221a6a5411c5fee6de2d0a7fcacbbab9d015b
124
asm
Assembly
gfx/pokemon/xatu/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/xatu/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/xatu/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
setrepeat 2 frame 0, 08 frame 3, 08 dorepeat 1 frame 0, 18 setrepeat 2 frame 1, 08 frame 2, 08 dorepeat 6 endanim
11.272727
12
0.685484
c94f58496c2ec334eb30119421cfcb1d7d908fd0
5,584
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2610.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2610.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2610.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x26fc, %rsi lea addresses_WC_ht+0x1754e, %rdi clflush (%rsi) nop nop nop nop xor $6614, %r10 mov $42, %rcx rep movsq nop nop nop nop lfence lea addresses_normal_ht+0xf7a4, %r...
37.72973
2,999
0.662249
763e9547f1da0efdaa02f81b8b4ac0f18ff2c366
146
asm
Assembly
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud1/Sinclair/_ff_dkud1_Sinclair.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud1/Sinclair/_ff_dkud1_Sinclair.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud1/Sinclair/_ff_dkud1_Sinclair.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION rodata_font SECTION rodata_font_fzx PUBLIC _ff_dkud1_Sinclair _ff_dkud1_Sinclair: BINARY "font/fzx/fonts/dkud1/Sinclair/sinclair.fzx"
14.6
51
0.849315
64030fbbe3de927ae5cf30ce1e27d5c54acbe82b
2,145
asm
Assembly
programs/oeis/207/A207069.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/207/A207069.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/207/A207069.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A207069: Number of 2 X n 0..1 arrays avoiding 0 0 1 and 0 1 0 horizontally and 0 0 1 and 1 0 1 vertically. ; 4,16,36,81,196,441,961,2116,4624,10000,21609,46656,100489,216225,465124,1000000,2149156,4618201,9922500,21316689,45792289,98366724,211295296,453860416,974875729,2093977600,4497714225,9660727521,20750402500,445...
306.428571
1,887
0.907692
93df79bc573e28954eaf003868de79e7a24f8245
665
asm
Assembly
Engine Hacks/Skill System/Teq Skills/FE8-Nullify/Normal_Slayer.asm
sme23/MekkahRestrictedHackComp1
1cc9d2fec557424f358b6bfa21f9f3bb6faf2978
[ "CC0-1.0" ]
1
2021-09-27T02:59:12.000Z
2021-09-27T02:59:12.000Z
Wizardry/SkillSystem/Skills/EffectivenessSkills/Nullify/Normal_Slayer.s
sme23/WhatHeck
746a2be83358aaa4e855182176b47c4808f2587a
[ "CC0-1.0" ]
null
null
null
Wizardry/SkillSystem/Skills/EffectivenessSkills/Nullify/Normal_Slayer.s
sme23/WhatHeck
746a2be83358aaa4e855182176b47c4808f2587a
[ "CC0-1.0" ]
null
null
null
.thumb @called at 16C8C @return defender's class id in r3 if attacker does have slayer .equ SlayerID, SkillTester+4 .equ NullifyID, SlayerID+4 push {r4-r6,r14} mov r4,r0 @attacker mov r5,r1 @defender ldr r0,[r5,#4] cmp r0,#0 beq RetFalse ldr r6,SkillTester mov r0,r4 ldr r1,SlayerID mov r14,r6 .short 0xF80...
15.833333
62
0.703759