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
0e578d880535f85bd0fc5489dd00c08bce639f51
1,403
asm
Assembly
programs/oeis/082/A082643.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/082/A082643.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/082/A082643.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A082643: a(n) = ceiling(n*(n+1/2)/2). ; 0,1,3,6,9,14,20,27,34,43,53,64,75,88,102,117,132,149,167,186,205,226,248,271,294,319,345,372,399,428,458,489,520,553,587,622,657,694,732,771,810,851,893,936,979,1024,1070,1117,1164,1213,1263,1314,1365,1418,1472,1527,1582,1639,1697,1756,1815,1876,1938,2001,2064,2129,2195,2262,23...
127.545455
1,295
0.784034
5966bfad2128cd2802ed70aaf828567357472d3a
722
asm
Assembly
sound/sfxasm/51.asm
NatsumiFox/Sonic-3-93-Nov-03
032e4fc25f243636d458639c4a4311caca898f96
[ "MIT" ]
7
2019-12-05T00:35:57.000Z
2022-02-27T20:00:33.000Z
sound/sfxasm/51.asm
NatsumiFox/Sonic-3-93-Nov-03
032e4fc25f243636d458639c4a4311caca898f96
[ "MIT" ]
null
null
null
sound/sfxasm/51.asm
NatsumiFox/Sonic-3-93-Nov-03
032e4fc25f243636d458639c4a4311caca898f96
[ "MIT" ]
null
null
null
51_Header: sHeaderInit ; Z80 offset is $C51B sHeaderPatch 51_Patches sHeaderTick $01 sHeaderCh $01 sHeaderSFX $80, $05, 51_FM5, $00, $08 51_FM5: sPatFM $00 ssModZ80 $01, $01, $E0, $14 dc.b nEb3, $09 sStop 51_Patches: ; Patch $00 ; $3E ; $00, $05, $04, $04, $1F, $1F, $16, $16 ; $00, $00, $00, $00, ...
21.878788
41
0.580332
182281902b7b67f51e089cf58f674eb47e28f2d3
5,935
asm
Assembly
aoc/day03/part2.asm
antoniojema/aoc_2021_assemblymaybe
ea5facca9f4cabc13392038cf2fd05a8f1345646
[ "MIT" ]
null
null
null
aoc/day03/part2.asm
antoniojema/aoc_2021_assemblymaybe
ea5facca9f4cabc13392038cf2fd05a8f1345646
[ "MIT" ]
null
null
null
aoc/day03/part2.asm
antoniojema/aoc_2021_assemblymaybe
ea5facca9f4cabc13392038cf2fd05a8f1345646
[ "MIT" ]
null
null
null
global aoc_day03_2 extern printcstr, printlb, printd, file_read_line, cstr_read_bits section .data filename db 'input2.txt', 0 part db 'Part 2:', 0 file_des db ' File descriptor: ', 0 lines db ' Lines read: ', 0 oxige db ' O...
26.734234
65
0.445493
9d47cc2ae6e6f350bb5266522880f2dce2dab329
506
asm
Assembly
boot/02_hello_world.asm
musgravejw/OS
deaf471565ba6cea82cccd9e44bd14a017dab095
[ "BSD-3-Clause" ]
8
2019-11-09T19:14:04.000Z
2021-11-24T15:02:38.000Z
boot/02_hello_world.asm
musgravejw/OS
deaf471565ba6cea82cccd9e44bd14a017dab095
[ "BSD-3-Clause" ]
null
null
null
boot/02_hello_world.asm
musgravejw/OS
deaf471565ba6cea82cccd9e44bd14a017dab095
[ "BSD-3-Clause" ]
2
2019-11-10T06:26:57.000Z
2021-06-25T17:24:51.000Z
; ; A simple boot sector that prints a message to the screen using a BIOS routine ; mov ah, 0x0e ; int 10/ah = 0eh -> scrolling teletype BIOS routine mov al, 'H' int 0x10 mov al, 'e' int 0x10 mov al, 'l' int 0x10 mov al, 'l' int 0x10 mov al, 'o' int 0x10 ; Jump to the current address (i.e. forever). jmp $...
18.071429
80
0.66996
1570cd18738ffd7444b09ddf4fb5f5555667fc3f
321
asm
Assembly
programs/oeis/212/A212766.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/212/A212766.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/212/A212766.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A212766: Number of (w,x,y,z) with all terms in {0,...,n}, w even and x odd. ; 0,4,18,64,150,324,588,1024,1620,2500,3630,5184,7098,9604,12600,16384,20808,26244,32490,40000,48510,58564,69828,82944,97500,114244,132678,153664,176610,202500,230640,262144,296208,334084,374850 add $0,1 pow $0,2 mov $1,$0 div $1,4 mul $1,$0...
35.666667
194
0.716511
c9384b708bd36ee5ce8852beaf7eff393dfdd80c
5,610
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1880.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1880.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1880.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 %rdx push %rsi lea addresses_A_ht+0x115c3, %rcx nop nop nop nop add $28284, %rdx mov $0x6162636465666768, %r12 movq %r12, (%rcx) nop cmp %r11, %r11 lea addresses_UC_ht+0x5d03, %rax nop nop nop and $207...
38.424658
2,999
0.656328
7b7232147bd7faf2209df432ea6f364fbfa7ff8f
799
asm
Assembly
project_I/two_way_traffic_light.asm
kosmaz/Assembly
34256dd56fa7c2c9d2223c70611cf38bfcae09a9
[ "MIT" ]
1
2015-03-12T18:07:46.000Z
2015-03-12T18:07:46.000Z
project_I/two_way_traffic_light.asm
kosmaz/Assembly
34256dd56fa7c2c9d2223c70611cf38bfcae09a9
[ "MIT" ]
null
null
null
project_I/two_way_traffic_light.asm
kosmaz/Assembly
34256dd56fa7c2c9d2223c70611cf38bfcae09a9
[ "MIT" ]
null
null
null
org 00h start: mov P1,#00000000b ;clear bits in port 1 mov P1,#00100001b ;green light for road A call five_sec mov P1,#00000000b ;clear bits in port 1 mov P1,#00010010b ;yellow light for road A and road B call two_sec mov P1,#00000000b ;clear bits in port 1 mov P1,#00001100b ;green light for road B call...
22.828571
55
0.664581
03a212228ddc5bb66e18e9756308f2941d918a45
412
asm
Assembly
8bit mult.asm
adey99/8085asmcodes
8049bbf4cc698f5ac9309fee2c5b827680acc8de
[ "MIT" ]
null
null
null
8bit mult.asm
adey99/8085asmcodes
8049bbf4cc698f5ac9309fee2c5b827680acc8de
[ "MIT" ]
null
null
null
8bit mult.asm
adey99/8085asmcodes
8049bbf4cc698f5ac9309fee2c5b827680acc8de
[ "MIT" ]
null
null
null
// 8 BIT MULTIPLICATION: PRODUCT 16-BIT # ORG 2000H # BEGIN 2000H LHLD 2501 XCHG LDA 2503 LXI H,0000 MVI C,08 LOOP: DAD H RAL JNC AHEAD DAD D AHEAD: DCR C JNZ LOOP SHLD 2504 HLT # ORG 2501H // LSB OF MULTIPLICAND, MSB OF MULTIPLICAND,MULTIPLIER # DB 84H,00H,56H //...
14.714286
54
0.626214
f2490386a991bbb09fb154b03b95a48dc16fefe2
478
asm
Assembly
oeis/014/A014411.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/014/A014411.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/014/A014411.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A014411: Triangular array formed from elements to right of middle of rows of Pascal's triangle that are not 1. ; Submitted by Christian Krause ; 3,4,10,5,15,6,35,21,7,56,28,8,126,84,36,9,210,120,45,10,462,330,165,55,11,792,495,220,66,12,1716,1287,715,286,78,13,3003,2002,1001,364,91,14,6435,5005,3003,1365,455,105,15,1...
26.555556
205
0.679916
e6f58ecc9a0f07c2cb6d954590774d3777482428
346
asm
Assembly
programs/oeis/263/A263229.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/263/A263229.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/263/A263229.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A263229: a(n) = 4*n*(21*n - 26). ; 0,-20,128,444,928,1580,2400,3388,4544,5868,7360,9020,10848,12844,15008,17340,19840,22508,25344,28348,31520,34860,38368,42044,45888,49900,54080,58428,62944,67628,72480,77500,82688,88044,93568,99260,105120,111148,117344,123708,130240 mul $0,7 mov $1,3 mul $1,$0 sub $1,26 mul $1,$0 di...
28.833333
233
0.713873
4b8919dc6098a74bb61b3dc1a86c35f76de7fdbd
11
asm
Assembly
externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/tasm/tests/equal.asm
terrajobst/linux-packaging-skiasharp
47dbb2ff9ae01305b190f409ccea00b3b4f0bc79
[ "MIT" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/tasm/tests/equal.asm
terrajobst/linux-packaging-skiasharp
47dbb2ff9ae01305b190f409ccea00b3b4f0bc79
[ "MIT" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/tasm/tests/equal.asm
terrajobst/linux-packaging-skiasharp
47dbb2ff9ae01305b190f409ccea00b3b4f0bc79
[ "MIT" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
a = byte 1
5.5
10
0.545455
feec16a8c1e92128d05811fd5070e8e6b77567ca
449
asm
Assembly
tests/src/RecursiveLoadSuper.asm
meghanto/tiny_vm
da19e9f4bff3b48349bf13f8dc725d387d01e1f5
[ "CC-BY-3.0" ]
2
2022-01-12T03:16:07.000Z
2022-01-15T07:52:48.000Z
tests/src/RecursiveLoadSuper.asm
meghanto/tiny_vm
da19e9f4bff3b48349bf13f8dc725d387d01e1f5
[ "CC-BY-3.0" ]
2
2022-01-25T20:52:54.000Z
2022-01-31T02:46:45.000Z
tests/src/RecursiveLoadSuper.asm
meghanto/tiny_vm
da19e9f4bff3b48349bf13f8dc725d387d01e1f5
[ "CC-BY-3.0" ]
10
2022-01-04T04:36:07.000Z
2022-01-15T00:55:27.000Z
# Will the loader recursively load the superclass of the superclass? # We need two levels of derived class to find out. This is level 1 # .class RecursiveLoadSuper:Obj .method $constructor enter const "This is RecursiveLoadSuper's constructor\n" call String:print load $ return 0 .method shout ...
24.944444
68
0.714922
bfa22e4f3831c8eaf35f408aba330ce2d9cc0320
143
asm
Assembly
examples/loop.asm
christiankuhl/em68k
924f9851837775299cb241205ffac69a06ce56b8
[ "MIT" ]
null
null
null
examples/loop.asm
christiankuhl/em68k
924f9851837775299cb241205ffac69a06ce56b8
[ "MIT" ]
null
null
null
examples/loop.asm
christiankuhl/em68k
924f9851837775299cb241205ffac69a06ce56b8
[ "MIT" ]
null
null
null
gpio1 equ $F0000 org $400 start move.b #1,d0 loop move.b d0,$f0000 addi.b #1,d0 bra loop
14.3
26
0.440559
db3b7a71cc929cd3e40f66e0cf93c61c44509498
668
asm
Assembly
programs/oeis/048/A048510.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/048/A048510.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/048/A048510.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A048510: a(n) = T(5,n), array T given by A048505. ; 1,37,122,320,776,1816,4168,9448,21224,47336,104936,231400,507880,1109992,2416616,5242856,11337704,24444904,52559848,112721896,241172456,514850792,1096810472,2332033000,4949278696,10485759976,22179479528,46841987048,98784247784,208037478376,437549793256,919123001320,...
31.809524
453
0.788922
f9cffaa3c3f5f1c8c23ab8ea96fb648198a59643
22,713
asm
Assembly
enduser/netmeeting/av/codecs/intel/h263/i386/d3madvpr.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
enduser/netmeeting/av/codecs/intel/h263/i386/d3madvpr.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
enduser/netmeeting/av/codecs/intel/h263/i386/d3madvpr.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
;--------------------------------------------------------------------------; ; ; INTEL Corporation Proprietary Information ; ; This listing is supplied under the terms of a license ; agreement with INTEL Corporation and may not be copied ; nor disclosed except in accordance with the terms of ; tha...
22.896169
91
0.510897
c90f0118b023e389bc2e643cafa276e528e2d33c
2,233
asm
Assembly
asm_main.asm
JoseC1/Project_2
3c4210ae10d34e71dcaa07d73bba430ded83071e
[ "Unlicense" ]
null
null
null
asm_main.asm
JoseC1/Project_2
3c4210ae10d34e71dcaa07d73bba430ded83071e
[ "Unlicense" ]
null
null
null
asm_main.asm
JoseC1/Project_2
3c4210ae10d34e71dcaa07d73bba430ded83071e
[ "Unlicense" ]
null
null
null
; ; file: asm_main.asm %include "asm_io.inc" ; ; initialized data is put in the .data segment ; segment .data A: dd 10 ;Declaring my A integer and setting its value to 10 B: dd 5 ;Declaring my B integer and setting its value to 5 C: dd 7 ;Declaring my C integer and setting its value to 7 D: dd 9 ;Declaring my D inte...
31.013889
93
0.69906
8e83f139aa2a622904739873f02c3f6a97854754
273
asm
Assembly
libsrc/stdlib/itoa.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/stdlib/itoa.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/stdlib/itoa.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; CALLER linkage for function pointers SECTION code_clib PUBLIC itoa PUBLIC _itoa EXTERN itoa_callee EXTERN ASMDISP_ITOA_CALLEE .itoa ._itoa pop af pop bc pop hl pop de push de push hl push bc push af jp itoa_callee + ASMDISP_ITOA_CALLEE
11.869565
39
0.717949
1f437e0d5de2f619a7e739d0dc4d6b975b55ee0b
322
asm
Assembly
programs/oeis/331/A331190.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/331/A331190.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/331/A331190.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A331190: Expansion of (-5*(9 - 6*x + 2*x^2))/(-1 + x)^3. ; 45,105,190,300,435,595,780,990,1225,1485,1770,2080,2415,2775,3160,3570,4005,4465,4950,5460,5995,6555,7140,7750,8385,9045,9730,10440,11175,11935,12720,13530,14365,15225,16110,17020,17955,18915,19900,20910,21945,23005,24090 mul $0,5 mov $1,10 add $1,$0 bin $1,...
40.25
223
0.708075
25707509f9854d37e3935221979a074eeac601fd
2,195
asm
Assembly
programs/oeis/228/A228661.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/228/A228661.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/228/A228661.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A228661: Number of 2Xn binary arrays with top left value 1 and no two ones adjacent horizontally, diagonally or antidiagonally. ; 2,2,8,14,38,80,194,434,1016,2318,5366,12320,28418,65378,150632,346766,798662,1838960,4234946,9751826,22456664,51712142,119082134,274218560,631464962,1454120642,3348515528,7710877454,177564...
146.333333
1,954
0.915718
64eb2edff9ea37ad9a7660fcad2d7603a2da28ed
1,346
asm
Assembly
Driver/Printer/PrintCom/Buffer/bufferClearOutput.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/Printer/PrintCom/Buffer/bufferClearOutput.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/Printer/PrintCom/Buffer/bufferClearOutput.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: common buffer routines FILE: bufferClearOutput.asm AUTHOR: Dave Durran ROUTINES: Name Description ---- ----------- REVISION HISTORY:...
21.365079
79
0.478455
b3850c95717e7f65699323b97d072ea65e11b4a4
765
asm
Assembly
tile8.asm
fjpena/zx-multiscroll-demo
4969dd5e9ea785d5249e5f73859030b33e53885b
[ "Apache-2.0" ]
7
2019-05-28T16:08:21.000Z
2020-08-29T14:43:15.000Z
tile8.asm
Spirax2/zx-multiscroll-demo
10d821f7bcc3e1105cc393dab18efb2e652a8420
[ "Apache-2.0" ]
null
null
null
tile8.asm
Spirax2/zx-multiscroll-demo
10d821f7bcc3e1105cc393dab18efb2e652a8420
[ "Apache-2.0" ]
3
2019-06-25T07:50:21.000Z
2019-08-04T10:51:40.000Z
; ASM source file created by SevenuP v1.21 ; SevenuP (C) Copyright 2002-2007 by Jaime Tejedor Gomez, aka Metalbrain ;GRAPHIC DATA: ;Pixel Size: ( 48, 16) ;Char Size: ( 6, 2) ;Sort Priorities: X char, Char line, Y char ;Data Outputted: Gfx ;Interleave: Column ;Mask: No tile8: DEFB 0,...
31.875
72
0.501961
c24d3ae095d68686371b66a4872b0b434c885be1
395
asm
Assembly
programs/oeis/176/A176476.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/176/A176476.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/176/A176476.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A176476: Partial sums of A012814. ; 0,1,6,27,113,464,1896,7738,31571,128800,525455,2143647,8745216,35676948,145547524,593775045,2422362078,9882257735,40315615409,164471408184,670976837020,2737314167774,11167134898975,45557394660800,185855747875875,758216295635151 lpb $0,1 sub $0,1 add $3,1 add $2,$3 trn $2,4...
24.6875
229
0.726582
1e18a1ebe17a4de215126c2d9fe808cffee72d26
6,548
asm
Assembly
data/g++_binary_alt.asm
cr-marcstevens/hashtable_mystery
38bebe5abb6695db9cab7f329c12ce1c49e2300a
[ "MIT" ]
null
null
null
data/g++_binary_alt.asm
cr-marcstevens/hashtable_mystery
38bebe5abb6695db9cab7f329c12ce1c49e2300a
[ "MIT" ]
1
2021-10-21T14:31:55.000Z
2021-10-21T14:31:55.000Z
data/g++_binary_alt.asm
cr-marcstevens/hashtable_mystery
38bebe5abb6695db9cab7f329c12ce1c49e2300a
[ "MIT" ]
1
2021-10-21T12:51:20.000Z
2021-10-21T12:51:20.000Z
./test_binary: file format elf64-x86-64 Disassembly of section .init: Disassembly of section .plt: Disassembly of section .text: 0000000000405c80 <hash_table_alt>: 405c80: f3 0f 1e fa endbr64 405c84: 41 54 push %r12 405c86: ba 00 00 00 40 mov $0x40000000,%edx 405...
53.235772
125
0.554673
d3d88ef3fe5519ee460c6aeea96854381cf37554
1,250
asm
Assembly
uw1/include/additionalCharacterCodes.asm
JohnGlassmyer/UltimaHacks
f9a114e00c4a1edf1ac7792b465feff2c9b88ced
[ "MIT" ]
68
2018-03-04T22:34:22.000Z
2022-03-10T15:18:32.000Z
uw1/include/additionalCharacterCodes.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
19
2018-11-20T04:06:49.000Z
2021-11-08T16:37:10.000Z
uw1/include/additionalCharacterCodes.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
4
2020-09-01T17:57:36.000Z
2022-01-04T20:51:11.000Z
; ============================================================================= ; Ultima Underworld Hacks -- additional character mappings ; ----------------------------------------------------------------------------- ; mapScancodeToCharacter scancode, character %macro mapScancodeToCharacter 2 %define scancode_%[...
29.761905
79
0.6856
574cfbb52275abdcb48c45037d4a00e111553103
1,008
asm
Assembly
defines/regcc-defs.asm
dougmasten/coco_libraries
b3b460cfe3398e8f6678680d84f7a9c56a030a8a
[ "MIT" ]
2
2019-04-04T04:21:18.000Z
2019-07-07T13:59:11.000Z
defines/regcc-defs.asm
dougmasten/coco_libraries
b3b460cfe3398e8f6678680d84f7a9c56a030a8a
[ "MIT" ]
null
null
null
defines/regcc-defs.asm
dougmasten/coco_libraries
b3b460cfe3398e8f6678680d84f7a9c56a030a8a
[ "MIT" ]
1
2019-06-01T21:23:52.000Z
2019-06-01T21:23:52.000Z
; regcc-defs.asm *pragmapush list ; Save state of list pragma pragma nolist ; Turn off assembly listing and exclude from symbol list ifndef REGCC_DEFS ; Load defines only once ; convenient definitions CC_STACK equ %10000000...
45.818182
100
0.53869
c92e32133bf0cd242f6bf4a1fbed2494f95a9682
398
asm
Assembly
programs/oeis/070/A070285.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/070/A070285.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/070/A070285.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A070285: a(n) = n^(n-2) * (n-1)^(n-1). ; 1,12,432,32000,4050000,784147392,215886856192,80244904034304,38742048900000000,23579476910000000000,17665746626579203620864,15979082092619945289449472,17171174753799627467382181888,21626132883476724540000000000000,31553580184752881664000000000000000 mov $3,$0 add $0,1 mov $2,...
26.533333
251
0.761307
5bebafaed75b196df5b082978615c25a2816baff
287
asm
Assembly
programs/oeis/040/A040143.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/040/A040143.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/040/A040143.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A040143: Continued fraction for sqrt(156). ; 12,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2 sub $0,1 mod $0,2 mul $0,11 add $0,2 pow $0,2 div $0,15 mul $0,2 add $0,2
23.916667
166
0.609756
72882006db7a2335556123eca88193806a49d732
1,316
asm
Assembly
libsrc/target/sam/input/in_Inkey.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/sam/input/in_Inkey.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/sam/input/in_Inkey.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; uint in_Inkey(void) ; Read current state of keyboard SECTION code_clib PUBLIC in_Inkey PUBLIC _in_Inkey EXTERN in_keytranstbl ; exit : carry set and HL = 0 for no keys registered ; else HL = ASCII character code ; uses : AF,BC,DE,HL ; Or values for each port to ignore modifiers .in_Inkey ._in_Inkey ld...
13.428571
52
0.577508
4764165f17719b354feea6e2f11f66f00dff0796
1,769
asm
Assembly
mycode.asm
Abdelbary/assembly
128c1e9787ed0ccd4549ba6b1bf5313c6b4b7856
[ "MIT" ]
null
null
null
mycode.asm
Abdelbary/assembly
128c1e9787ed0ccd4549ba6b1bf5313c6b4b7856
[ "MIT" ]
null
null
null
mycode.asm
Abdelbary/assembly
128c1e9787ed0ccd4549ba6b1bf5313c6b4b7856
[ "MIT" ]
null
null
null
name "I/O Strign program" ; add your code here .model small db 30,?, 30 dup(' ') name db $,<' '> .data input_msg db 0ah,0dh,"your sring is:$" msg db 60 dup(?) ;60 place empty array outt db 0ah,0dh,"your string is:$" .code call main main proc mov ax,@data mov ds,ax ...
19.43956
80
0.441492
aadb87204acaa0f3d0a900ffe5cfe05f03d25d87
588
asm
Assembly
data/baseStats/quagsire.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
data/baseStats/quagsire.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
data/baseStats/quagsire.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
db DEX_QUAGSIRE ; pokedex id db 95 ; base hp db 85 ; base attack db 85 ; base defense db 35 ; base speed db 65 ; base special db WATER ; species type 1 db GROUND ; species type 2 db 36 ; catch rate db 210 ; base exp yield INCBIN "pic/ymon/quagsire.pic",0,1 ; 77, sprite dimensions dw QuagsirePicFront dw QuagsirePicBack ...
20.275862
58
0.741497
858d4b9a87e5c67acda1ab9fa3861a2ff005eb54
1,272
asm
Assembly
src/cm_mainmenu_gameplay.asm
tewtal/lttphack
1653fbae6de1181de356f36eb013bd6ecf8136a2
[ "MIT" ]
null
null
null
src/cm_mainmenu_gameplay.asm
tewtal/lttphack
1653fbae6de1181de356f36eb013bd6ecf8136a2
[ "MIT" ]
null
null
null
src/cm_mainmenu_gameplay.asm
tewtal/lttphack
1653fbae6de1181de356f36eb013bd6ecf8136a2
[ "MIT" ]
null
null
null
; GAMEPLAY {{{ cm_main_goto_gameplay: %cm_submenu("Gameplay", cm_submenu_gameplay) cm_submenu_gameplay: dw cm_gameplay_skip_triforce dw cm_gameplay_sanctuary dw cm_gameplay_disable_beams dw cm_gameplay_lit_rooms dw cm_gameplay_fast_moving_walls dw cm_gameplay_probes dw cm_gameplay_bonk_items dw cm_gameplay_sh...
23.555556
55
0.805818
9a35be3ceff55a6701ba898d592f4a95072c7c1f
681
asm
Assembly
levels/all.asm
cppchriscpp/do-sheep-dream-of-velcro
a8c5c6b7403377a1af1b650fa27ca67a14fc4bde
[ "MIT" ]
null
null
null
levels/all.asm
cppchriscpp/do-sheep-dream-of-velcro
a8c5c6b7403377a1af1b650fa27ca67a14fc4bde
[ "MIT" ]
null
null
null
levels/all.asm
cppchriscpp/do-sheep-dream-of-velcro
a8c5c6b7403377a1af1b650fa27ca67a14fc4bde
[ "MIT" ]
null
null
null
.export _lvl_details .segment "ROM_02" _lvl_details: ; NOTE: This only exists here, but applies for all banks. DON'T CHANGE THE SIZE w/o considering this ; Start location; tileId, x, y, Unused .byte 26, 64, 64, 3 .include "levels/processed/lvl1_tiles.asm" /*.segment "ROM_03" .byte 27, 80, 80, 2 .include "levels/...
30.954545
115
0.71953
b16fd6f77c014e6dd4a045b5066800b74d187400
1,544
asm
Assembly
51.asm
Dhananjay8/MIT_lab
6b3487a04440372133773298ed64627a1463f151
[ "Apache-2.0" ]
null
null
null
51.asm
Dhananjay8/MIT_lab
6b3487a04440372133773298ed64627a1463f151
[ "Apache-2.0" ]
null
null
null
51.asm
Dhananjay8/MIT_lab
6b3487a04440372133773298ed64627a1463f151
[ "Apache-2.0" ]
null
null
null
section .data msg1: db "Enter the 1st string :" len1: equ $-msg1 msg2: db "Enter the 2nd string :" len2: equ $-msg2 msg3: db "Enter your choice :" len3: equ $-msg3 msg4: db "-------------MENU--------------",0x0A db "1.Concatenate the String",0x0A db "2.Total Occurences of Substring",0x0A db "3.Exit",...
14.165138
82
0.680699
269047ff1abc1c6bcf0ebe7ff7c2344ce6f96d20
656
asm
Assembly
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/fgets_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/fgets_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/fgets_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; char *fgets_callee(char *s, int n, FILE *stream) INCLUDE "clib_cfg.asm" SECTION code_stdio ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IF __CLIB_OPT_MULTITHREAD & $02 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PUBLIC _fgets_callee, l0_fgets_callee EXTERN asm_fgets _fgets_callee: pop af pop hl pop bc pop de push af l...
13.666667
50
0.507622
1d3e1afc02afdd7752503eedd4f294eae6bef730
428
asm
Assembly
programs/oeis/090/A090809.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/090/A090809.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/090/A090809.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A090809: Coefficient of the irreducible character of S_m indexed by (m-2n+2,2n-2) in the n-th Kronecker power of the representation indexed by (m-2,2). ; 0,0,2,10,31,75,155,287,490,786,1200,1760,2497,3445,4641,6125,7940,10132,12750,15846,19475,23695,28567,34155,40526,47750,55900,65052,75285,86681,99325,113305,128712,...
38.909091
200
0.726636
4ac766d83c6b3d05ecd631952ce22fd62a7c8f93
4,905
asm
Assembly
non_regression/other_x86_macosx_10.s.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
1
2021-02-28T21:31:18.000Z
2021-02-28T21:31:18.000Z
non_regression/other_x86_macosx_10.s.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
non_regression/other_x86_macosx_10.s.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
.macosx_version_min 10, 12 .section __TEXT,__literal4,4byte_literals .p2align 2 LCPI0_0: .long 8388608 # ---------------------- .section __TEXT,__text,regular,pure_instructions .p2align 4, 0x90 # ---------------------- .globl _ftoastr _ftoastr: pushl %ebp movl %esp, %ebp pushl %ebx p...
23.4689
61
0.484404
de3fee8d7ae66fdb85a753046a33fddd45f57e7c
118
asm
Assembly
demo2/verification/mytests/jalr_1.asm
PrayagBhakar/WISC-SP13
eb4492321de7bec683334c16a28bbc7f40fb3754
[ "BSD-3-Clause" ]
null
null
null
demo2/verification/mytests/jalr_1.asm
PrayagBhakar/WISC-SP13
eb4492321de7bec683334c16a28bbc7f40fb3754
[ "BSD-3-Clause" ]
null
null
null
demo2/verification/mytests/jalr_1.asm
PrayagBhakar/WISC-SP13
eb4492321de7bec683334c16a28bbc7f40fb3754
[ "BSD-3-Clause" ]
2
2021-04-11T20:21:08.000Z
2021-04-20T22:47:12.000Z
// jalr with zero reg and non zero imm // R6 = 0x08 // R7 = 0x04 // PC = 0x0A lbi r6, 0 jalr r6, 8 nop halt nop halt
9.833333
38
0.618644
d0e602e9c684e8f918aa55a35addcec9a3a229cd
623
asm
Assembly
oeis/100/A100545.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/100/A100545.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/100/A100545.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A100545: Expansion of (7-2*x) / (1-3*x+x^2). ; 7,19,50,131,343,898,2351,6155,16114,42187,110447,289154,757015,1981891,5188658,13584083,35563591,93106690,243756479,638162747,1670731762,4374032539,11451365855,29980065026,78488829223,205486422643,537970438706,1408424893475,3687304241719,9653487831682,25273159253327,6616...
51.916667
500
0.831461
c973f7e2b1c50c188ab9d6c0ce1c7c278c6bb584
972
asm
Assembly
src/04-functions.asm
ARAJAMOMO5/MICE
280dc1592669b2a745dab7ce37f233b96221f5b1
[ "MIT" ]
null
null
null
src/04-functions.asm
ARAJAMOMO5/MICE
280dc1592669b2a745dab7ce37f233b96221f5b1
[ "MIT" ]
null
null
null
src/04-functions.asm
ARAJAMOMO5/MICE
280dc1592669b2a745dab7ce37f233b96221f5b1
[ "MIT" ]
2
2020-10-14T11:26:15.000Z
2021-01-20T13:07:57.000Z
; ===================================================== ; To assemble and run: ; nasm -felf64 04-functions.asm -o 04-functions.o ; ld 04-functions.o -o 04-functions ; ./04-functions ; ===================================================== %include "include/consts.inc" %include "include/syscalls_x86-64.inc" %define SYS...
16.2
55
0.635802
76884fbf17b5b636daa64a161d53c75be575cd34
229
asm
Assembly
libsrc/_DEVELOPMENT/string/c/sdcc_iy/memswap_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/string/c/sdcc_iy/memswap_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/string/c/sdcc_iy/memswap_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *memswap_callee(void *s1, void *s2, size_t n) SECTION code_clib SECTION code_string PUBLIC _memswap_callee EXTERN asm_memswap _memswap_callee: pop af pop hl pop de pop bc push af jp asm_memswap
11.45
52
0.71179
f13204f32d0bb6c2f5dd9b371e3cdc6cdb27cd3d
372
asm
Assembly
C/Mips(Assembly)_C/Lab3/lab3_1b.asm
paulolima18/ProgrammingMesh
2b91085fa5010e73a3bc1f3d9f02c20ce46eb8df
[ "MIT" ]
3
2021-02-15T11:36:52.000Z
2021-06-27T14:21:01.000Z
C/Mips(Assembly)_C/Lab3/lab3_1b.asm
paulolima18/ProgrammingMesh
2b91085fa5010e73a3bc1f3d9f02c20ce46eb8df
[ "MIT" ]
null
null
null
C/Mips(Assembly)_C/Lab3/lab3_1b.asm
paulolima18/ProgrammingMesh
2b91085fa5010e73a3bc1f3d9f02c20ce46eb8df
[ "MIT" ]
null
null
null
.data end: .word 0xffff0010 chr: .word 0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x67, 0x77, 0x7c, 0x39, 0x5e, 0x79, 0x71 .text main: la $s0,end lw $s0,0($s0) li $s1,16 #number of running numbers reset: sw $zero,0($s0) la $s2,chr lw $s3,0($s2) li $t1,0 loop: beq $t1,$s1,reset sw $s3,0($s0) a...
16.909091
106
0.612903
9e2c150ce4266832cf83ac85e93ddfdac579f01b
819
asm
Assembly
programs/oeis/244/A244050.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/244/A244050.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
69
2021-08-28T10:34:30.000Z
2022-03-20T19:16:19.000Z
programs/oeis/244/A244050.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A244050: Partial sums of A243980. ; 4,20,52,112,196,328,492,716,992,1340,1736,2244,2808,3468,4224,5104,6056,7164,8352,9708,11192,12820,14544,16508,18596,20852,23268,25908,28668,31716,34892,38320,41940,45776,49804,54196,58740,63524,68532,73900,79436,85356,91452,97884,104628,111660,118884,126604,134552,142872,151480,16...
63
628
0.789988
48f0594e149fdaf653b6e9da0a0175811a5471a7
267
asm
Assembly
programs/oeis/165/A165662.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/165/A165662.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/165/A165662.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A165662: Period 5: repeat 4,4,8,6,8. ; 4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8,4,4,8,6,8 bin $0,2 mul $0,7 mod $0,5 mul $0,2 add $0,4
29.666667
181
0.524345
e23dd47b3bca1bc4758df6211d92023fe51bfbe3
250
asm
Assembly
programs/oeis/277/A277433.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/277/A277433.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/277/A277433.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A277433: Martin Gardner's minimal no-3-in-a-line problem, all slopes version. ; 1,4,4,4,6,6,8,8,8,8 lpb $0 mul $0,2 trn $0,7 mov $1,2 add $3,2 lpe add $1,$3 lpb $0 trn $0,6 add $1,9 lpe mov $2,$1 cmp $2,0 add $1,$2 mov $0,$1 mod $0,10
12.5
79
0.584
a7f80e37f6003cde7fbba6b0682be5703e852ece
41,230
asm
Assembly
ln.asm
marissa-masangcay/xv6
0a6b6405818057abe4771ce054faafd3d88b311b
[ "MIT-0" ]
null
null
null
ln.asm
marissa-masangcay/xv6
0a6b6405818057abe4771ce054faafd3d88b311b
[ "MIT-0" ]
null
null
null
ln.asm
marissa-masangcay/xv6
0a6b6405818057abe4771ce054faafd3d88b311b
[ "MIT-0" ]
null
null
null
_ln: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 10 ...
34.187396
60
0.421319
de7a9cd0a29ad38aec513180024f8295d3e9de7c
286
asm
Assembly
programs/oeis/098/A098722.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/098/A098722.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/098/A098722.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A098722: a(n) = C(n, 3)^(n-4). ; 1,1,10,400,42875,9834496,4182119424,2985984000000,3329565857578125,5487587353600000000,12802485663117464444416,40833239547181264169598976,173031575921620011303271484375,951166013805414055936000000000000 mov $1,$0 add $0,3 bin $0,3 sub $1,1 pow $0,$1
31.777778
204
0.797203
bda8bd1625a04e9866ffc832eeee6fdcb034666a
6,428
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1576.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_1576.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_1576.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 %r15 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x113e6, %rdx nop inc %rsi mov (%rdx), %r15w nop nop nop nop sub $22886, %r14 lea addresses_normal_ht+0x7f92, %rcx cmp %rax, %rax mov $0x6162636465666768, %rbx movq %rbx, (%rcx...
40.175
2,999
0.657903
dae73759adc395b6dd1310b11f980e8e68d08da1
748
asm
Assembly
oeis/208/A208309.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/208/A208309.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/208/A208309.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A208309: Number of n X 3 0..1 arrays with new values 0..1 introduced in row major order and no element equal to more than one of its immediate leftward or upward neighbors. ; 4,18,78,336,1446,6222,26772,115194,495654,2132688,9176478,39484326,169892196,731008002,3145363422,13533793104,58232875254,250562996958,10781163...
53.428571
477
0.831551
206ca8dc5c8d5a2b107da91f0a77979b62a7d208
5,981
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_940.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_940.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_940.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 %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xfd97, %rsi lea addresses_D_ht+0x17ab7, %rdi clflush (%rdi) nop nop nop nop inc %r15 mov $5, %rcx rep movsw nop nop nop nop nop and $64139, %r14 lea addresses_WC_ht+0x1a6a7, %rsi lea ad...
37.149068
2,999
0.656579
410f7c6a32eae2a52ab25fd02be02bc42c70d3d6
58,776
asm
Assembly
src/test/resources/test01.asm
jeffreybian/mochi8
a5aa7d70193c42c55824ae129b04b0a0581644ec
[ "MIT" ]
null
null
null
src/test/resources/test01.asm
jeffreybian/mochi8
a5aa7d70193c42c55824ae129b04b0a0581644ec
[ "MIT" ]
2
2015-07-20T19:23:52.000Z
2015-07-20T19:24:16.000Z
src/test/resources/test01.asm
jeffreybian/mochi8
a5aa7d70193c42c55824ae129b04b0a0581644ec
[ "MIT" ]
null
null
null
; (S)Chip-48 Blinky V2.00 by Christian Egeberg 7/11-'90 .. 18/8-'91 ; EMail at egeberg@solan.unit.no ; ; Register usage: ; V0: Temporary data, may change during any call ; V1: Temporary data, may change during any call ; V2: Temporary data, may change during most calls ; V3: Temporary data, may change during...
33.094595
75
0.271931
19b10afe2085c731e7a564e90bbdf3f991fecc72
559
asm
Assembly
programs/oeis/221/A221731.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/221/A221731.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/221/A221731.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A221731: Number of n X 2 arrays of occupancy after each element stays put or moves to some horizontal or antidiagonal neighbor, without move-in move-out left turns. ; 3,17,91,489,2627,14113,75819,407321,2188243,11755857,63155771,339290569,1822764387,9792403073,52607544139,282622526841,1518327722483,8156883666097,4382...
26.619048
213
0.724508
0904a0c9c661b3c7e41718bcd6ef6e36b08ef849
318
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/ulaplus/c/sccz80/ulap_read_palette.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zx/ulaplus/c/sccz80/ulap_read_palette.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zx/ulaplus/c/sccz80/ulap_read_palette.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *ulap_read_palette(void *dst,unsigned char pent,unsigned char num) SECTION code_clib SECTION code_arch PUBLIC ulap_read_palette EXTERN asm_ulap_read_palette ulap_read_palette: pop af pop bc pop de pop hl push hl push de push bc push af ld d,c jp asm_ulap_read_palette
13.25
73
0.720126
144ce148334def3d478a864a67d3e8c30d8eefca
1,873
asm
Assembly
fileops.asm
Potolski/OAC_2018_2_LAB_1
7d1eb0c4999649230bf6cede38abb4a0b7560e5d
[ "MIT" ]
1
2018-09-18T13:32:36.000Z
2018-09-18T13:32:36.000Z
fileops.asm
Potolski/OAC_2018_2_LAB_1
7d1eb0c4999649230bf6cede38abb4a0b7560e5d
[ "MIT" ]
null
null
null
fileops.asm
Potolski/OAC_2018_2_LAB_1
7d1eb0c4999649230bf6cede38abb4a0b7560e5d
[ "MIT" ]
1
2018-10-16T13:51:28.000Z
2018-10-16T13:51:28.000Z
.macro openFile(%filename) # syscall 13 # a0 filename # a1 open flag (0: read) # a2 mode (?) li $v0, 13 # syscall 13: open file li $a1, 0 # open for reading li $a2, 0 # mode 0 syscall openFileError($v0) .end_macro .macro openFileError(%fileDesc) # Print out if syscall for opening file was unsuccessful ...
18.73
57
0.648158
fe1c087513bb9e06a894382ae3ec3fc10e7b7baa
743
asm
Assembly
oeis/020/A020741.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/020/A020741.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/020/A020741.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A020741: Pisot sequence T(6,10), a(n) = floor(a(n-1)^2/a(n-2)). ; Submitted by Jon Maiga ; 6,10,16,25,39,60,92,141,216,330,504,769,1173,1789,2728,4159,6340,9664,14730,22451,34219,52155,79492,121157,184660,281447,428963,653797,996474,1518759,2314790,3528046,5377208,8195575,12491138,19038142,29016639,44225184,67405011,...
37.15
494
0.749664
ffad8550190e5b4341e246b0760475ceadd02f21
563
asm
Assembly
libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_setLineCounter.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_setLineCounter.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_setLineCounter.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ************************************************** ; SMSlib - C programming library for the SMS/GG ; ( part of devkitSMS - github.com/sverx/devkitSMS ) ; ************************************************** INCLUDE "SMSlib_private.inc" SECTION code_clib SECTION code_SMSlib PUBLIC asm_SMSlib_setLineCounter asm_SMSli...
18.16129
52
0.548845
a58adb8a57d29bfc259aa02ba4fe675d4d386ea8
109
asm
Assembly
audio/sfx/collision_1.asm
AmateurPanda92/pokemon-rby-dx
f7ba1cc50b22d93ed176571e074a52d73360da93
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
audio/sfx/collision_1.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
audio/sfx/collision_1.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
SFX_Collision_1_Ch4: duty 2 pitchenvelope 5, -2 squarenote 15, 15, 1, 768 pitchenvelope 0, 0 endchannel
15.571429
26
0.752294
1dc0ee46de22ac963798200812b180824ac425dc
661
asm
Assembly
tests/parsing/equ_with_explicit_page.asm
fengjixuchui/sjasmplus
df0fabd2411bf89e23637fce46d273f52dafbe16
[ "BSD-3-Clause" ]
220
2016-10-22T19:44:39.000Z
2022-03-29T20:57:04.000Z
tests/parsing/equ_with_explicit_page.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
153
2018-05-07T10:31:23.000Z
2022-03-30T04:35:59.000Z
tests/parsing/equ_with_explicit_page.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
51
2016-05-12T21:27:36.000Z
2022-03-27T15:16:16.000Z
DEVICE ZXSPECTRUM1024 ORG $8000 regular: equClassic: EQU $4000 ; actually in current v1.17.0 this will still receive "page 5" page based ; on the current memory mapping and the address value, but in docs it's ; described as "irrelevant". This test is documenting the behaviou...
34.789474
77
0.629349
9ce37cec02345f45984373d5fa85c97271e4e99c
661
asm
Assembly
header/180/UNROM.asm
freem/nes_corelib
a890aa3c436e931a765866265f24ccf3c432f71d
[ "0BSD" ]
16
2015-06-23T03:17:40.000Z
2021-10-05T23:40:28.000Z
nes_corelib/header/180/UNROM.asm
master-g/childhood
7cd2a6a13f7e862df6d239e78371df6222b30a53
[ "Apache-2.0" ]
null
null
null
nes_corelib/header/180/UNROM.asm
master-g/childhood
7cd2a6a13f7e862df6d239e78371df6222b30a53
[ "Apache-2.0" ]
3
2015-11-12T01:29:55.000Z
2020-07-06T05:15:06.000Z
; UNROM - Crazy Climber: 128KB PRG-ROM + 8KB CHR-RAM ; http://bootgod.dyndns.org:7777/profile.php?id=3869 ; http://wiki.nesdev.com/w/index.php/INES_Mapper_180 ;------------------------------------------------------------------------------; ; In this mapper, the fixed bank is at $8000-$BFFF, as opposed to $C000-$FFFF. ...
33.05
80
0.606657
e077f93a685fbedfe2c1c5e18f96689f25d5650f
677
asm
Assembly
oeis/028/A028892.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/028/A028892.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/028/A028892.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A028892: a(n) = Fibonacci(n) - 2^(floor(n/2)). ; Submitted by Christian Krause ; -1,0,-1,0,-1,1,0,5,5,18,23,57,80,169,249,482,731,1341,2072,3669,5741,9922,15663,26609,42272,70929,113201,188226,301427,497845,799272,1313501,2112773,3459042,5571815,9096393,14668208,23895673,38563881,62721698,101285579,164531565,26581714...
56.416667
496
0.788774
2df8d1f7442eb9c199e92baaaf7fa652bfa0f460
580
asm
Assembly
oeis/199/A199557.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/199/A199557.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/199/A199557.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A199557: 10*8^n+1. ; 11,81,641,5121,40961,327681,2621441,20971521,167772161,1342177281,10737418241,85899345921,687194767361,5497558138881,43980465111041,351843720888321,2814749767106561,22517998136852481,180143985094819841,1441151880758558721,11529215046068469761,92233720368547758081,737869762948382064641,59029581035...
58
499
0.881034
51a64fa6c5d0d2e76a2664e955d66df7cf23575d
1,482
asm
Assembly
programs/oeis/209/A209265.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/209/A209265.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/209/A209265.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A209265: a(n) = 1 + 2*n^2 + 3*n^3 + 4*n^4 +5*n^5 + 6*n^6 + 7*n^7. ; 1,28,1537,21322,145633,659176,2284273,6565462,16434817,36993268,76543201,147907618,270071137,470178112,785923153,1268369326,1985229313,3024644812,4499499457,6552300538,9360664801,13143443608,18167522737,24755332102,33293100673,44239891876,58137454753...
114
1,328
0.875169
dab9884dcb01bf59563a84ebea26fcaf1bb4e14a
335
asm
Assembly
Assembler/test/cohadar/assembler/functions/func07.asm
cohadar/parapascal
863bc9b8d7f813dd3bbf8f6e7df36d70de8f5242
[ "MIT" ]
null
null
null
Assembler/test/cohadar/assembler/functions/func07.asm
cohadar/parapascal
863bc9b8d7f813dd3bbf8f6e7df36d70de8f5242
[ "MIT" ]
null
null
null
Assembler/test/cohadar/assembler/functions/func07.asm
cohadar/parapascal
863bc9b8d7f813dd3bbf8f6e7df36d70de8f5242
[ "MIT" ]
null
null
null
// test if local variables are zero initialised .CODE @func(){x:2, y:2}:4 // push x[0] const 0 addr x aload // push x[1] const 1 addr x aload // push y[0] const 0 addr y aload // push y[1] const 1 addr y aload ret @main(): call @func syscall %DEBUG syscall %DEBUG syscall %DEBUG syscall %DE...
10.46875
47
0.61791
25c556f1b121f4b5a1f463f224f52f13387d0be5
657
asm
Assembly
oeis/260/A260006.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/260/A260006.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/260/A260006.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A260006: a(n) = f(1,n,n), where f is the Sudan function defined in A260002. ; 0,3,12,35,90,217,504,1143,2550,5621,12276,26611,57330,122865,262128,557039,1179630,2490349,5242860,11010027,23068650,48234473,100663272,209715175,436207590,905969637,1879048164,3892314083,8053063650,16642998241,34359738336,70866960351,14602...
50.538462
494
0.820396
a66a043c0099e5585b0edfa3edcc3cce8279288b
270
asm
Assembly
tests/misc/breakpoints/dir_setbp_noFile.asm
fengjixuchui/sjasmplus
df0fabd2411bf89e23637fce46d273f52dafbe16
[ "BSD-3-Clause" ]
220
2016-10-22T19:44:39.000Z
2022-03-29T20:57:04.000Z
tests/misc/breakpoints/dir_setbp_noFile.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
153
2018-05-07T10:31:23.000Z
2022-03-30T04:35:59.000Z
tests/misc/breakpoints/dir_setbp_noFile.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
51
2016-05-12T21:27:36.000Z
2022-03-27T15:16:16.000Z
DEVICE NONE BPLIST "dir_setbp_noFile.exp" zesarux ; not in DEVICE mode DEVICE ZXSPECTRUM48 BPLIST "" invalid_type ; empty filename, invalid type SETBREAKPOINT $ ; bpfile-ok ; warning suppressed SETBREAKPOINT $ ; warning about no file
30
63
0.688889
a2f8b98279ac68e689c5be88f4e15956da4ac518
2,179
asm
Assembly
programs/oeis/192/A192796.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/192/A192796.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/192/A192796.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A192796: Molecular topological indices of the crown graphs ; 0,28,132,360,760,1380,2268,3472,5040,7020,9460,12408,15912,20020,24780,30240,36448,43452,51300,60040,69720,80388,92092,104880,118800,133900,150228,167832,186760,207060,228780,251968,276672,302940,330820,360360,391608,424612,459420,496080,534640,575148,61765...
242.111111
2,069
0.868747
69f9415479f01485ee23e940df13c624ed4aca15
507
asm
Assembly
src/malware/lib/inc/socket.inc.asm
tiago4orion/libmalelf
4a20d974429ee2d974de51683236b9c3e6cfeb24
[ "Apache-2.0" ]
16
2016-06-06T00:37:32.000Z
2019-06-28T14:30:38.000Z
src/malware/lib/inc/socket.inc.asm
i4ki/libmalelf
4a20d974429ee2d974de51683236b9c3e6cfeb24
[ "Apache-2.0" ]
null
null
null
src/malware/lib/inc/socket.inc.asm
i4ki/libmalelf
4a20d974429ee2d974de51683236b9c3e6cfeb24
[ "Apache-2.0" ]
9
2016-11-18T15:53:24.000Z
2020-03-15T11:21:23.000Z
; ;sys/socket.h ; %assign SOL_SOCKET 1 %assign SO_DEBUG 1 %assign SO_REUSEADDR 2 %assign SO_TYPE 3 %assign SO_ERROR 4 %assign SO_DONTROUTE 5 %assign SO_BROADCAST 6 %assign SO_SNDBUF 7 %assign SO_RCVBUF 8 %assign SO_KEEPALIVE 9 %assign SO_OOBINLINE 10 %assign SO_NO_CHECK 11 %assign SO_PRIORITY 12 %assign SO_LINGER 13...
18.107143
23
0.804734
ac4cf23fda902797be2c1a111f5dfe703994e629
236
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_isgreater.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_isgreater.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_isgreater.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; int isgreater(float x, float y) SECTION code_fp_math48 PUBLIC cm48_sdcciy_isgreater EXTERN am48_isgreater, cm48_sdcciyp_dread2 cm48_sdcciy_isgreater: call cm48_sdcciyp_dread2 ; AC'= y ; AC = x jp am48_isgreater
13.111111
42
0.75
e4bfa181844d2c24aa0a74cdd31b6b7495723f19
8,837
asm
Assembly
Transynther/x86/_processed/US/_st_zr_/i7-7700_9_0xca_notsx.log_21829_1804.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_st_zr_/i7-7700_9_0xca_notsx.log_21829_1804.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_st_zr_/i7-7700_9_0xca_notsx.log_21829_1804.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 %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xcd97, %r12 clflush (%r12) nop nop sub $49714, %rdx movl $0x61626364, (%r12) nop dec %r10 lea addresses_UC_ht+0x11317, %rsi lea addresses_D_ht+0x1847, %rdi nop nop nop nop add ...
29.754209
2,999
0.656331
565fcb079586a2a930aba0bae9d27664e529993b
127
asm
Assembly
TE/SPOS LAB/Group A/P1_ASM/input.asm
Nikhil-Giramkar/SPPU_COMP_2015
2d75952c8a871cd4e3c0d20bdb8c547ee880fcb5
[ "Apache-2.0" ]
1
2021-11-24T07:47:35.000Z
2021-11-24T07:47:35.000Z
TE/SPOS LAB/Group A/P1_ASM/input.asm
ambika900/SPPU_COMP_2015
2d75952c8a871cd4e3c0d20bdb8c547ee880fcb5
[ "Apache-2.0" ]
null
null
null
TE/SPOS LAB/Group A/P1_ASM/input.asm
ambika900/SPPU_COMP_2015
2d75952c8a871cd4e3c0d20bdb8c547ee880fcb5
[ "Apache-2.0" ]
1
2021-03-23T06:19:35.000Z
2021-03-23T06:19:35.000Z
START 100 A DS 3 L1 MOVER AREG, B ADD AREG, C MOVEM AREG, D D EQU A+1 L2 PRINT D ORIGIN L2+1 STOP B DC '19 C DC '17 END
9.769231
16
0.645669
9585f4025531210e6878b8be02620d34a7739fdb
44,136
asm
Assembly
wc.asm
JacobPoole/CS153_Lab
1de0f8854456ba046b4d7b39128015da316ae4c9
[ "MIT-0" ]
null
null
null
wc.asm
JacobPoole/CS153_Lab
1de0f8854456ba046b4d7b39128015da316ae4c9
[ "MIT-0" ]
null
null
null
wc.asm
JacobPoole/CS153_Lab
1de0f8854456ba046b4d7b39128015da316ae4c9
[ "MIT-0" ]
null
null
null
_wc: file format elf32-i386 Disassembly of section .text: 00000000 <main>: printf(1, "%d %d %d %s\n", l, w, c, name); } int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 57 push %edi 4: 56 p...
33.691603
60
0.416259
a60661371585c2b93a187d9451674cc621ca5126
427
asm
Assembly
programs/oeis/322/A322250.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/322/A322250.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/322/A322250.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A322250: Take binary expansion of 2n-1 and delete the trailing block of 1's, except if the number is 11...1, leave a single 1. ; 1,1,2,1,4,2,6,1,8,4,10,2,12,6,14,1,16,8,18,4,20,10,22,2,24,12,26,6,28,14,30,1,32,16,34,8,36,18,38,4,40,20,42,10,44,22,46,2,48,24,50,12,52,26,54,6,56,28,58,14,60,30,62,1,64 mov $1,2 lpb $0,...
26.6875
173
0.608899
da8ac64b061bf27aa5a982c30ea18555df631763
434
asm
Assembly
programs/oeis/004/A004160.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/004/A004160.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/004/A004160.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A004160: Sum of digits of tetrahedral numbers. ; 1,4,1,2,8,11,12,3,12,4,16,13,14,11,14,15,24,6,7,10,16,8,5,8,18,18,18,10,22,19,20,26,20,12,21,21,22,25,13,14,11,14,15,15,15,25,19,16,17,5,17,18,18,18,19,22,19,11,26,20,21,21,21,22,25,13,23,20,23,24,24,24,25,10,16,26,32,17,18,27,27,28,31,10,29,26,20,21,21,21,31,16,22,23,...
62
288
0.658986
e9b275edda31bcfda79640603b75191eb3daffe0
6,690
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_1419_519.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_1419_519.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_1419_519.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 %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x7070, %r11 add %rdx, %rdx and $0xffffffffffffffc0, %r11 movaps (%r11), %xmm4 vpextrq $1, %xmm4, %r9 nop nop nop nop and $472, %rax lea addresses_A_ht+0x12a70, %rsi lea address...
34.307692
2,999
0.658296
c9f1d252adf4e289e49f1f1d4d53c416a3b1df1d
207
asm
Assembly
libsrc/_DEVELOPMENT/string/c/sccz80/memcmp_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/string/c/sccz80/memcmp_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/string/c/sccz80/memcmp_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; int memcmp(const void *s1, const void *s2, size_t n) SECTION code_string PUBLIC memcmp_callee EXTERN asm_memcmp memcmp_callee: pop af pop bc pop hl pop de push af jp asm_memcmp
10.894737
54
0.68599
0ca3078d4fbb06208eebb6b217434700a7da649d
846
asm
Assembly
verify/lxp32/src/firmware/test016.asm
roneissu/bonfire-cpu
a2e3d84f719936bd8e8272b9cfe33c342684c841
[ "MIT" ]
38
2016-06-14T01:58:10.000Z
2022-02-01T02:58:08.000Z
verify/lxp32/src/firmware/test016.asm
roneissu/bonfire-cpu
a2e3d84f719936bd8e8272b9cfe33c342684c841
[ "MIT" ]
2
2016-09-30T19:12:49.000Z
2017-03-06T15:15:27.000Z
verify/lxp32/src/firmware/test016.asm
roneissu/bonfire-cpu
a2e3d84f719936bd8e8272b9cfe33c342684c841
[ "MIT" ]
5
2018-01-20T20:53:43.000Z
2021-06-16T10:14:46.000Z
/* * Test for temporarily blocked interrupts */ lc r100, 0x10000000 // test result output pointer lc r101, halt lc r102, failure lc r103, 0x20000000 // timer: number of pulses (0xFFFFFFFF - infinite) lc r104, 0x20000004 // timer: delay between pulses (in cycles) lc iv0, timer_handler lc cr, 0x101 // enable ...
17.625
71
0.677305
19962d0d7539c3c53687bc1f9d8aa5e5bb74b33a
881
asm
Assembly
data/pokemon/base_stats/charmander.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
data/pokemon/base_stats/charmander.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
data/pokemon/base_stats/charmander.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
2
2021-08-11T19:47:07.000Z
2022-01-01T07:07:56.000Z
db 0 ; species ID placeholder db 39, 52, 43, 65, 60, 50 ; hp atk def spd sat sdf db FIRE, FIRE ; type db 45 ; catch rate db 65 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F12_5 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/charmander/front.dimensions" db GROWTH_MEDIUM_SL...
44.05
457
0.751419
83370d01717fd2e92e3605330663093239a225c0
7,643
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2854.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_2854.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_2854.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x63d9, %r13 nop and %r11, %r11 movups (%r13), %xmm6 vpextrq $1, %xmm6, %rdx add $51353, %rdi lea addresses_UC_ht+0x49fa, %rsi lea addresses_WT_ht+0x17fd9, %rdi nop nop nop xor...
35.221198
2,999
0.654324
f57d9e8ad050e27647f9a7c3cdd0e7bfae605847
244
asm
Assembly
ex3.asm
JLJL0308/x86_Assembly
7df1e30d236339d244c44f8a41879ad45b2e4912
[ "MIT" ]
null
null
null
ex3.asm
JLJL0308/x86_Assembly
7df1e30d236339d244c44f8a41879ad45b2e4912
[ "MIT" ]
null
null
null
ex3.asm
JLJL0308/x86_Assembly
7df1e30d236339d244c44f8a41879ad45b2e4912
[ "MIT" ]
null
null
null
global _start section .text _start: mov ecx, 101 ;set ecx to 101 mov ebx, 42 ;exit status is 42 mov eax, 1 ;sys_exit system call cmp ecx, 100 ;compare ecx to 100 jl skip ;jump if less than mov ebx, 13 ;exit status is 13 skip: int 0x80
18.769231
33
0.709016
820f4bfbbe3a3e531bb32306ce6bf30adc4624f4
751
asm
Assembly
programs/oeis/024/A024403.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/024/A024403.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/024/A024403.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A024403: [ (4th elementary symmetric function of S(n))/(3rd elementary symmetric function of S(n)) ], where S(n) = {first n+3 positive integers congruent to 2 mod 3}. ; 1,3,5,9,13,18,24,30,37,45,54,64,74,85,97,109,122,136,151,167,183,200,218,236,255,275,296,318,340,363,387,411,436,462,489,517,545,574,604,634,665,697,...
37.55
432
0.704394
313931f5e2f96dc4c59c3b2a4f167de022a62dd0
412
asm
Assembly
libsrc/games/ticalc/bit_close_ei.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/games/ticalc/bit_close_ei.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/games/ticalc/bit_close_ei.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; $Id: bit_close_ei.asm,v 1.7 2016/06/16 20:23:52 dom Exp $ ; ; TI calculator "Infrared port" 1 bit sound functions stub ; ; (Close sound) and restore interrupts ; ; Stefano Bodrato - 24/10/2001 ; SECTION code_clib PUBLIC bit_close_ei PUBLIC _bit_close_ei EXTERN __bit_irqstatus .bit_close_...
15.259259
59
0.686893
023c4f9a8c8218ba87c4d0052956d61694ecf00f
349
asm
Assembly
programs/oeis/040/A040528.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/040/A040528.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/040/A040528.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A040528: Continued fraction for sqrt(552). ; 23,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46 sub $0,1 mod $0,2 mul $0,12 add $0,2 mul $0,4 pow $0,2 mov $1,$0 sub $1,41 div $1,99...
21.8125
189
0.604585
1e7133b6f22dc0214ed42c32ec88d6921138127e
56,460
asm
Assembly
Appl/FileMgrs/CommonDesktop/CUtil/cutilFileOpMiddle.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/FileMgrs/CommonDesktop/CUtil/cutilFileOpMiddle.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/FileMgrs/CommonDesktop/CUtil/cutilFileOpMiddle.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 PROJECT: PC GEOS MODULE: Desktop/Util FILE: cutilFileOpMiddle.asm ROUTINES: INT CopyMoveFileToDir - common routine to do high-level move/copy INT DeskFileCopy - copy file ...
24.399309
80
0.62577
7683f7e0b828fc4e8bcca282f648f15899b7a3e5
252
asm
Assembly
Levels/FBZ/Misc Object Data/Map - Exit Hall.asm
NatsumiFox/AMPS-Sonic-3-Knuckles
af951b39f0ca103a905d7492448ac5245a2e8104
[ "Apache-2.0" ]
5
2021-07-09T08:17:56.000Z
2022-02-27T19:57:47.000Z
Levels/FBZ/Misc Object Data/Map - Exit Hall.asm
NatsumiFox/AMPS-Sonic-3-Knuckles
af951b39f0ca103a905d7492448ac5245a2e8104
[ "Apache-2.0" ]
null
null
null
Levels/FBZ/Misc Object Data/Map - Exit Hall.asm
NatsumiFox/AMPS-Sonic-3-Knuckles
af951b39f0ca103a905d7492448ac5245a2e8104
[ "Apache-2.0" ]
null
null
null
Map_86D2A: dc.w word_86D2E-Map_86D2A dc.w word_86D3C-Map_86D2A word_86D2E: dc.w 2 dc.b $E0, 7, 0, 7, $FF, $F8 dc.b 0, 7, $10, 7, $FF, $F8 word_86D3C: dc.w 2 dc.b $E8, 6, 0, 0, $FF, $F8 dc.b 0, 6, 0, 6, $FF, $F8
28
37
0.507937
8ffadac46daee18256c29939b1cce89ea2f2b429
450
asm
Assembly
oeis/087/A087003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/087/A087003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/087/A087003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A087003: a(2n) = 0 and a(2n+1) = mu(2n+1); also the sum of Mobius function values computed for terms of 3x+1 trajectory started at n, provided that Collatz conjecture is true. ; 1,0,-1,0,-1,0,-1,0,0,0,-1,0,-1,0,1,0,-1,0,-1,0,1,0,-1,0,0,0,0,0,-1,0,-1,0,1,0,1,0,-1,0,1,0,-1,0,-1,0,0,0,-1,0,0,0,1,0,-1,0,1,0,1,0,-1,0,-1,0...
75
225
0.568889
e985185e15c796ac4e4f4055b5554db85a905ee5
279
asm
Assembly
programs/oeis/053/A053794.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/053/A053794.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/053/A053794.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A053794: a(n) = (n^2 + n) modulo 8. ; 0,2,6,4,4,6,2,0,0,2,6,4,4,6,2,0,0,2,6,4,4,6,2,0,0,2,6,4,4,6,2,0,0,2,6,4,4,6,2,0,0,2,6,4,4,6,2,0,0,2,6,4,4,6,2,0,0,2,6,4,4,6,2,0,0,2,6,4,4,6,2,0,0,2,6,4,4,6,2,0,0,2,6,4,4,6,2,0,0,2,6,4,4,6,2,0,0,2,6,4 mov $1,$0 add $1,1 mul $0,$1 mod $0,8
34.875
201
0.498208
b0fc3b2caf098dc83bba50f00e0a1f772b7d3131
937
asm
Assembly
programs/oeis/186/A186325.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/186/A186325.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/186/A186325.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A186325: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) before g(j) when f(i)=g(j), where f and g are the squares and octagonal numbers. Complement of A186324. ; 2,4,7,10,13,15,18,21,24,26,29,32,34,37,40,43,45,48,51,54,56,59,62,64,67,70,73,75,78,81,84,86,89,92,95,97,100,103,105,108,111,114,116,119,122,1...
20.822222
274
0.548559
8dd736b70b471ab0418a1f955b90920f5331d3d5
2,998
asm
Assembly
lab-os.asm
yttty/isa-architecture
c71ba90905dac221a56e966569aeef5eafb47b4c
[ "MIT" ]
1
2020-06-30T08:54:20.000Z
2020-06-30T08:54:20.000Z
lab-os.asm
yttty/isa-architecture
c71ba90905dac221a56e966569aeef5eafb47b4c
[ "MIT" ]
null
null
null
lab-os.asm
yttty/isa-architecture
c71ba90905dac221a56e966569aeef5eafb47b4c
[ "MIT" ]
null
null
null
;;; .data .word 0 ; ISR address ;;; stack for 2 processes .word 0 .word 0 .word 0 .word 0 .word 0 .word 0 A_stack_top: .word 0 .word 0 .word 0 .word 0 .word 0 .word 0 B_stack_top: current: .word 0 ; current proc num process_control_block: .word 0 ...
27.759259
126
0.526017
826081d9dacf2cf7ee20755597c7191b485aba34
642
asm
Assembly
oeis/160/A160536.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/160/A160536.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/160/A160536.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A160536: a(n) = Fibonacci(n) + n^2. ; 0,2,5,11,19,30,44,62,85,115,155,210,288,402,573,835,1243,1886,2908,4542,7165,11387,18195,29186,46944,75650,122069,197147,318595,515070,832940,1347230,2179333,3525667,5704043,9228690,14931648,24159186,39089613,63247507,102335755,165581822,267916060,433496286,701410669,1134905195,1...
80.25
491
0.788162
f9ecda0cae8385ce4535a15c51eb9289dc3a70c3
6,992
asm
Assembly
loaders_patches_etc/loader_new1.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
loaders_patches_etc/loader_new1.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
loaders_patches_etc/loader_new1.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
ORG #8000 INTRSECS EQU 29 MASK EQU 1+2+4+8+16 MASKOR EQU 2 DEPBUF EQU #FA40 DISP #5D3B DB 0,1,#FF,#FF,#D9,#C0,"0" DB #0E,0,0 DW START DB 0 DB #16,0,0 DB "loader by alx/brainwave 3O.o6.3" DB #10 START LD HL,#5B00 LD A,L ...
20.034384
44
0.318793
1a2bcc025b0bf0a533de2085b284977a722dfc45
780
asm
Assembly
oeis/137/A137249.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/137/A137249.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/137/A137249.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A137249: Expansion of g.f. z*(2-2*z+z^2+z^3)/((1+z)*(1-3*z+2*z^2-z^3)). ; Submitted by Christian Krause ; 2,2,7,15,37,84,197,456,1062,2467,5737,13335,31002,72069,167542,389486,905447,2104907,4893317,11375580,26445017,61477204,142917162,332242091,772369157,1795540447,4174125122,9703663625,22558281082,52441641114,12191...
35.454545
491
0.753846
38ba09a10ef78f361f800d4833016f0e7a773c4d
673
nasm
Assembly
Modules/EggHunter/egg_hunter.nasm
huskersec/SLAE
1694485b7083d959b4c09ac2ebe6d8bff6b3d5a1
[ "MIT" ]
null
null
null
Modules/EggHunter/egg_hunter.nasm
huskersec/SLAE
1694485b7083d959b4c09ac2ebe6d8bff6b3d5a1
[ "MIT" ]
null
null
null
Modules/EggHunter/egg_hunter.nasm
huskersec/SLAE
1694485b7083d959b4c09ac2ebe6d8bff6b3d5a1
[ "MIT" ]
1
2017-12-09T01:32:47.000Z
2017-12-09T01:32:47.000Z
; Filename: eggy.nasm ; Author: Joshua Arnold - NASM; Skape egg hunter code ; Website: https://huskersec.com ; ; ; Purpose: Implementation of Skape's access(2) egg hunter ; Reference: "Safely Searching Process Virtual Address Space" ; Reference: http://www.hick.org/code/skape/papers/egghunt-shellcod...
18.189189
87
0.68945
9763c3ed612ed7f3eb3083f2c9b9dbaf122aa13d
548
asm
Assembly
oeis/131/A131472.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/131/A131472.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/131/A131472.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A131472: a(n) = n^6 + n. ; 0,2,66,732,4100,15630,46662,117656,262152,531450,1000010,1771572,2985996,4826822,7529550,11390640,16777232,24137586,34012242,47045900,64000020,85766142,113379926,148035912,191103000,244140650,308915802,387420516,481890332,594823350,729000030,887503712,1073741856,1291468002,1544804450,183826...
78.285714
490
0.844891
b262e237cfcf6fc0cb9c43f42df7722493aac096
4,802
asm
Assembly
sprites/storage.asm
zxwanderer/A-World-of-One-way
9c5e3142f9f225bbfcca52a4d3c9de89c00753d9
[ "Apache-2.0" ]
7
2021-04-08T15:16:14.000Z
2021-12-05T00:36:30.000Z
sprites/storage.asm
zxwanderer/A-World-of-One-way
9c5e3142f9f225bbfcca52a4d3c9de89c00753d9
[ "Apache-2.0" ]
null
null
null
sprites/storage.asm
zxwanderer/A-World-of-One-way
9c5e3142f9f225bbfcca52a4d3c9de89c00753d9
[ "Apache-2.0" ]
1
2021-05-25T07:27:20.000Z
2021-05-25T07:27:20.000Z
SPRITE_MAP: dw 0,32,160,192,576,960,1088,1120,1248,1280,1312,1344 EMPTY_PBM_ID: equ 0 EMPTY_PBM: db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 FLOOR_0001_PBM_ID: equ 1 FLOOR_0001_PBM: db 0,0,126,254,78,162,92,160,122,226,124,252,106,234,0,0,126,254,92,156,126,186,4,252,102,232,84,244,98,170,0,0 FLO...
98
154
0.678467
8716de152e990636a07020d918651a60c2c03364
4,238
asm
Assembly
C64Modules/bak/monitor.asm
Akira-Hojo/C64-Modules
fb829360fc38dbb6064cb84bb6130a4c94c569cc
[ "Unlicense" ]
1
2021-11-12T03:23:03.000Z
2021-11-12T03:23:03.000Z
C64Modules/bak/monitor.asm
Akira-Hojo/C64-Modules
fb829360fc38dbb6064cb84bb6130a4c94c569cc
[ "Unlicense" ]
null
null
null
C64Modules/bak/monitor.asm
Akira-Hojo/C64-Modules
fb829360fc38dbb6064cb84bb6130a4c94c569cc
[ "Unlicense" ]
null
null
null
;Usage: ; jsr MemDump ; word $CEED ;Address ; byte $3 ;Lines monitor_memdump: MemDump pha txa pha tya pha tay ;jsr Monitor tsx ;jsr Monitor ...
20.980198
92
0.359132
871a84b2f844aaf541b7cceae5d2eaf8a190245c
399
asm
Assembly
programs/oeis/287/A287594.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/287/A287594.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/287/A287594.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A287594: Number of independent vertex sets in the n-helm graph. ; 3,4,12,28,72,184,480,1264,3360,8992,24192,65344,177024,480640,1307136,3559168,9699840,26452480,72173568,196989952,537802752,1468536832,4010582016,10954043392,29920862208,81733033984,223274237952,609947435008,1666309128192 mov $1,2 pow $1,$0 seq $0,800...
44.333333
223
0.736842
9054536bd53fdb60c5579154f55a8df82d0c9b0a
695
asm
Assembly
libsrc/gfx/wide/w_uncircle.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/gfx/wide/w_uncircle.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/gfx/wide/w_uncircle.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; Stubs Written by D Morris - 30/9/98 ; ; ; $Id: w_uncircle.asm $ ; ; Usage: uncircle(int x, int y, int radius, int skip); IF !__CPU_INTEL__ SECTION code_graphics PUBLIC uncircle PUBL...
15.444444
55
0.61295
90ac7470edc563375c4a5107c079bb57aafb7b22
819
asm
Assembly
lib/target/m100/classic/ram.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
lib/target/m100/classic/ram.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
lib/target/m100/classic/ram.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Startup for m100 ; Stefano, February 2020 ; ; "appmake +trs80 --co" will prepare a valid binary file, to be invoked from within BASIC: ; CLEAR 0,49999: RUNM "A.CO" ; IF !DEFINED_CRT_ORG_CODE defc CRT_ORG_CODE = 50000 ENDIF org CRT_ORG_CODE program: INCLUDE "...
18.613636
90
0.693529
932e4c5ea8de513a30bb6b4fe50d6997c11b8602
194
asm
Assembly
libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_pop_back_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_pop_back_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_pop_back_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void *w_array_pop_back_fastcall(w_array_t *a) SECTION code_adt_w_array PUBLIC _w_array_pop_back_fastcall _w_array_pop_back_fastcall: INCLUDE "adt/w_array/z80/asm_w_array_pop_back.asm"
17.636364
53
0.840206
d46d296ef3ecf67d55def4e02aabade74e366b51
994
asm
Assembly
engine/phone/scripts/joey.asm
zavytar/pokecolorless
5fa4930f9f90acaff7ae62367e3d9feae0404464
[ "blessing" ]
null
null
null
engine/phone/scripts/joey.asm
zavytar/pokecolorless
5fa4930f9f90acaff7ae62367e3d9feae0404464
[ "blessing" ]
null
null
null
engine/phone/scripts/joey.asm
zavytar/pokecolorless
5fa4930f9f90acaff7ae62367e3d9feae0404464
[ "blessing" ]
null
null
null
JoeyPhoneCalleeScript: ; gettrainername STRING_BUFFER_3, YOUNGSTER, JOEY1 checkflag ENGINE_JOEY iftrue .WantsBattle farscall PhoneScript_AnswerPhone_Male checkflag ENGINE_JOEY_MONDAY_AFTERNOON iftrue .NotMonday readvar VAR_WEEKDAY ifnotequal MONDAY, .NotMonday checktime DAY iftrue JoeyMondayAfternoon .NotMond...
23.666667
50
0.866197
38d006b949c6e78cd5fa38e8df7f3e22fad9dfd1
699
asm
Assembly
Student/examples/Correct/CPRL0/Correct_112.asm
SoftMoore/CPRL-Kt
c2dfdbd5b30ed6175f419398071e2f98e582d23a
[ "Unlicense" ]
6
2021-02-02T10:08:02.000Z
2022-03-24T08:10:44.000Z
Student/examples/Correct/CPRL0/Correct_112.asm
SoftMoore/CPRL-Kt
c2dfdbd5b30ed6175f419398071e2f98e582d23a
[ "Unlicense" ]
1
2021-02-27T21:55:26.000Z
2021-02-28T12:39:29.000Z
Student/examples/Correct/CPRL0/Correct_112.asm
SoftMoore/CPRL-Kt
c2dfdbd5b30ed6175f419398071e2f98e582d23a
[ "Unlicense" ]
6
2020-02-24T13:51:32.000Z
2021-06-05T19:02:05.000Z
PROGRAM 8 LDCB 1 NOT PUTBYTE PUTEOL LDCB 0 NOT PUTBYTE PUTEOL LDGADDR 0 LDCINT 5 STOREW LDGADDR 4 LDCINT 2 LDGADDR 0 LOADW MUL LDCINT 1 SUB STOREW L0: LDGADDR 0 LOADW LDCINT 2 LDCINT 5 MUL CMP BG L1 LDGADDR 0 LDGADDR 0 LOADW LD...
9.84507
17
0.55794