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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b35c25c75bae085d2cf1b1dd1f80352c8140a5b4 | 422 | asm | Assembly | oeis/077/A077753.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/077/A077753.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/077/A077753.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A077753: a(1) = 1, a(2) = 2, a(2n) = a(2n-1)*a(2n-2), a(2n+1)= a(2n-1) + a(2n).
; Submitted by Jon Maiga
; 1,2,3,6,9,54,63,3402,3465,11787930,11791395,138996138862350,138996150653745,19319928257600060753067000750,19319928257600199749217654495,373259627878816004843210480238884928715510929499405871250
add $0,1
mov $1,... | 23.444444 | 195 | 0.689573 |
c4ef0a4908529ca2f5533799d021e54b28f8a04d | 323 | asm | Assembly | programs/oeis/226/A226982.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/226/A226982.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/226/A226982.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A226982: a(n) = ceiling(n/2) - primepi(n).
; 1,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,4,4,5,5,5,5,5,5,6,6,7,7,7,7,8,8,8,8,8,8,9,9,9,9,10,10,11,11,11,11,12,12,13,13,13,13,13,13,14,14,15,15,15
mov $1,9
lpb $0
mov $1,7
mov $2,$0
cal $2,33271 ; Number of odd nonprimes <= n.
mov $0,0
add $1,$2
lpe
sub $1... | 24.846154 | 154 | 0.55418 |
c6855348c50cd0cdc508c3d2207d4c62ffbdc8df | 396 | asm | Assembly | programs/oeis/104/A104356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/104/A104356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/104/A104356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A104356: Smallest m such that A104350(m) has exactly n trailing zeros in decimal representation.
; 1,5,10,15,20,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288,1048576,2097152,4194304,8388608,16777216,33554432,67108864,134217728,268435456,536870912,1073741824,2147483648
mov $3,1
lpb $0
... | 28.285714 | 202 | 0.744949 |
bd89cb7c6831f4b569cde5b874e2c2814bfbafa7 | 109 | asm | Assembly | examples/mips/boot.asm | rakati/ppci-mirror | 8f5b0282fd1122d7c389b39c86fcf5d9352b7bb2 | [
"BSD-2-Clause"
] | 161 | 2020-05-31T03:29:42.000Z | 2022-03-07T08:36:19.000Z | examples/mips/boot.asm | rakati/ppci-mirror | 8f5b0282fd1122d7c389b39c86fcf5d9352b7bb2 | [
"BSD-2-Clause"
] | 74 | 2020-05-26T18:05:48.000Z | 2021-02-13T21:55:39.000Z | examples/mips/boot.asm | rakati/ppci-mirror | 8f5b0282fd1122d7c389b39c86fcf5d9352b7bb2 | [
"BSD-2-Clause"
] | 19 | 2020-05-27T19:22:11.000Z | 2022-02-17T18:53:52.000Z | section reset
global main_main
reset:
jal main_main
section code
global bsp_putc
bsp_putc:
jr ra
| 8.384615 | 17 | 0.743119 |
64859c5f71228aea1c8cdf1aa9d0a4230b38d244 | 402 | asm | Assembly | mips/7-14.asm | x06lan/mt | 3e4ddacc7717595acbfd689e22cd1e154843b99e | [
"MIT"
] | null | null | null | mips/7-14.asm | x06lan/mt | 3e4ddacc7717595acbfd689e22cd1e154843b99e | [
"MIT"
] | null | null | null | mips/7-14.asm | x06lan/mt | 3e4ddacc7717595acbfd689e22cd1e154843b99e | [
"MIT"
] | null | null | null | .data
input_text: .asciiz "Enter int: "
output_odd: .asciiz "The number is odd"
output_even: .asciiz "The number is even"
.text
li $v0, 4
la $a0,input_text
syscall
li $v0,5 #set value
syscall
move $s0, $v0
srl $s1,$s0,1
sll $s1,$s1,1
beq $s0,$s1,exiteven
exitodd:
li $v0, 4
la $a0, outp... | 11.823529 | 49 | 0.631841 |
976a1c88e8aa4f6fdf4f826ccfefc39c14130f3f | 741 | asm | Assembly | oeis/207/A207021.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/207/A207021.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/207/A207021.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A207021: Number of nX5 0..1 arrays avoiding 0 0 0 and 0 1 1 horizontally and 0 0 1 and 1 0 1 vertically
; Submitted by Jamie Morken(s3)
; 13,169,624,1586,3315,6123,10374,16484,24921,36205,50908,69654,93119,122031,157170,199368,249509,308529,377416,457210,549003,653939,773214,908076,1059825,1229813,1419444,1630174,186... | 46.3125 | 495 | 0.792173 |
e446c3baeec42be95b1ae3c06d8447b17b893168 | 181 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_queue/c/sccz80/p_queue_push.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_queue/c/sccz80/p_queue_push.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_queue/c/sccz80/p_queue_push.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void p_queue_push(p_queue_t *q, void *item)
SECTION code_adt_p_queue
PUBLIC p_queue_push
EXTERN p_forward_list_alt_push_back
defc p_queue_push = p_forward_list_alt_push_back
| 16.454545 | 48 | 0.845304 |
f8f333a8df71b0fbcad19d7a3be1c3a521a4401e | 361 | asm | Assembly | programs/oeis/290/A290026.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/290/A290026.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/290/A290026.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A290026: Number of 3-cycles in the n-halved cube graph.
; 0,0,4,32,160,640,2240,7168,21504,61440,168960,450560,1171456,2981888,7454720,18350080,44564480,106954752,254017536,597688320,1394606080,3229614080,7428112384,16978542592,38587596800,87241523200,196293427200,439697276928,980863156224
mov $1,1
add $1,$0
bin $1,... | 32.818182 | 234 | 0.781163 |
8abc570ffc64b78ed477c8590270868d0ddb812b | 501 | asm | Assembly | oeis/010/A010464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/010/A010464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/010/A010464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A010464: Decimal expansion of square root of 6.
; Submitted by Jon Maiga
; 2,4,4,9,4,8,9,7,4,2,7,8,3,1,7,8,0,9,8,1,9,7,2,8,4,0,7,4,7,0,5,8,9,1,3,9,1,9,6,5,9,4,7,4,8,0,6,5,6,6,7,0,1,2,8,4,3,2,6,9,2,5,6,7,2,5,0,9,6,0,3,7,7,4,5,7,3,1,5,0,2,6,5,3,9,8,5,9,4,3,3,1,0,4,6,4,0,2,3,4
mov $3,$0
mul $3,3
lpb $3
add $6,$2
ad... | 18.555556 | 201 | 0.53493 |
b66cb3b7204ea2b38f673b99c10cc76acc9fe902 | 1,358 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_18_1489.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_18_1489.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_18_1489.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 %rbx
push %rcx
lea addresses_normal_ht+0x13be6, %rcx
nop
nop
nop
nop
dec %r11
vmovups (%rcx), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $1, %xmm1, %rbx
nop
nop
inc %rbx
pop %rcx
pop %rbx
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %... | 17.636364 | 130 | 0.653166 |
7b105ccf3a9360aefc665315f05dd0a9235ff376 | 593 | asm | Assembly | src/global_constants.asm | lawrimon/SnakeV | 619a7e3697ef60950960ac0cce4b2f57f25d526f | [
"MIT"
] | 2 | 2021-12-08T18:10:44.000Z | 2022-03-11T09:24:51.000Z | src/global_constants.asm | lawrimon/SnakeV | 619a7e3697ef60950960ac0cce4b2f57f25d526f | [
"MIT"
] | null | null | null | src/global_constants.asm | lawrimon/SnakeV | 619a7e3697ef60950960ac0cce4b2f57f25d526f | [
"MIT"
] | 1 | 2021-11-03T17:10:56.000Z | 2021-11-03T17:10:56.000Z | snake: .align 2
.space 1024
.eqv DISPLAY_ADDRESS 0x10040000 # this address is used for the bitmap display because 0x1001000 interferes with the location of strings
.eqv DISPLAY_WIDTH 512
.eqv DISPLAY_HEIGHT 512
.eqv KEYBOARD_ADDRESS 0xFFFF0000
.eqv max_read 1600000 # max size of buffer
.eqv BMP_BUFFER 0x10140000 ... | 25.782609 | 135 | 0.795953 |
94252d948ecee89fb1362572bf1ffa84c92d04bf | 965 | asm | Assembly | src/buildingtype_initialization.asm | mvdhout1992/ts-patches | a426970abeb6993eea6703d1a756fd74489ffed2 | [
"MIT"
] | 33 | 2016-07-30T14:17:28.000Z | 2021-12-19T15:45:19.000Z | src/buildingtype_initialization.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 73 | 2018-08-17T00:25:19.000Z | 2021-05-10T08:31:15.000Z | src/buildingtype_initialization.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 18 | 2017-05-16T11:28:06.000Z | 2022-03-20T20:41:03.000Z | ; Deterministic BuildingTypes Initialization
; BuildingTypes do not set certain members when constructed, thus keeping
; uninitialized memory around. When doing CRC checks, this uninitialized memory
; is incorporated and will thus give random results for each player, making the
; check always fail and thus useless and... | 29.242424 | 79 | 0.749223 |
8ec3dac2b0b618ac768c07c2f71d6b4484f16be8 | 366 | asm | Assembly | programs/oeis/079/A079250.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/079/A079250.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/079/A079250.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A079250: Even numbers in A079000.
; 4,6,8,16,18,20,34,36,38,40,42,44,70,72,74,76,78,80,82,84,86,88,90,92,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,286,288,290,292,294,296,298,300
mov $2,$0
trn $0,2
mov $1,2
lpb $0,1
sub $0,$1
trn $0,1
mul $1,2
add $1,1
lp... | 20.333333 | 198 | 0.639344 |
e5900070a654d20c9042706a78264481118cdd30 | 42,774 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.nautilus.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.nautilus.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.nautilus.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ; NAME: Nautilus.com
; TYPE: Appending
; ENCRYPTION: Yes ( Double Morphing )
; INFECTS: COM
; ROI: 7 files per run ( Rate Of Infection )
; RESIDENT: No
; POLYMORPH: Yes ( Encryption Routines/Calls and Offset Finder Change )
; STEALTH: No
; DT: Yes ( Directory Tr... | 37.422572 | 77 | 0.512975 |
3372a7a99567529badcacf43a715d94301bccebf | 4,885 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_637.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_notsx.log_21829_637.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_notsx.log_21829_637.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 %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x12e73, %r10
nop
nop
nop
and $23367, %rbx
movw $0x6162, (%r10)
nop
nop
nop
nop
xor %rbx, %rbx
lea addresses_WT_ht+0x14e73, %rsi
lea addresses_WT_ht+0x27b3, %rdi
nop
and %r8, %r8
mov $86, %rcx... | 47.427184 | 2,999 | 0.65957 |
053e4c9fe188f1144bf790fb56edb19f09abc418 | 469 | asm | Assembly | programs/oeis/298/A298198.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/298/A298198.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/298/A298198.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A298198: Number of Eulerian cycles in the graph Cartesian product of C_n and a double edge.
; 4,40,320,2368,16832,116608,793088,5318656,35271680,231786496,1511653376,9795518464,63126683648,404881506304,2586017398784,16456474427392,104381066510336,660139718213632,4163958223142912,26202468819927040
add $0,1
mov $1,$0
... | 22.333333 | 205 | 0.742004 |
b5bcece8b1ec91dda2551196cfee144e368a73c6 | 24,383 | asm | Assembly | src/DATA/C4.asm | Kannagi/PC-Engine-Demo | 582a5fdff368eaff950ad79b32398126a42c360b | [
"MIT"
] | 2 | 2016-09-10T15:42:21.000Z | 2016-10-27T21:31:22.000Z | src/DATA/C4.asm | Kannagi/PC-Engine-Demo | 582a5fdff368eaff950ad79b32398126a42c360b | [
"MIT"
] | null | null | null | src/DATA/C4.asm | Kannagi/PC-Engine-Demo | 582a5fdff368eaff950ad79b32398126a42c360b | [
"MIT"
] | null | null | null |
.db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
.db $00,$00,$01,$00,$03,$00,$2f,$00,$67,$00,$17,$00,$93,$00,$d5,$00
.db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
.db $01,$00,$02,$00,$04,$00,$3a,$00,$71,$00,$11,$00,$b8,$00,$fe,$01
.db $00,$00,$00,$00,$00,$00... | 70.471098 | 104 | 0.473609 |
ae726281a2095c0c4f1004ec36d4fa9f5bc67265 | 213 | asm | Assembly | libsrc/_DEVELOPMENT/sound/bit/c/sdcc_ix/bit_play_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/sound/bit/c/sdcc_ix/bit_play_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/sound/bit/c/sdcc_ix/bit_play_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; char *bit_play_fastcall(char *melody)
SECTION code_clib
SECTION code_sound_bit
PUBLIC _bit_play_fastcall
EXTERN asm_bit_play
_bit_play_fastcall:
push ix
call asm_bit_play
pop ix
ret
| 11.210526 | 39 | 0.741784 |
a9121657d0539aa390b7a636af3ac03dae4ab62a | 8,610 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_759.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_21829_759.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_21829_759.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 %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x13fd1, %r11
nop
nop
nop
dec %rax
movb (%r11), %r9b
nop
nop
nop
nop
nop
xor $54385, %r9
lea addresses_D_ht+0x4bd1, %rsi
lea addresses_D_ht+0xa639, %rdi
clflush (%rsi)
nop
nop
... | 30 | 2,999 | 0.654704 |
adaa1f758928e502e063d5313f5526725b415ee1 | 8,956 | asm | Assembly | MIPS32-assembly/MIPS32_QtSpim.asm | MHellFire/random-stuff | f8d05af9019df67fcf7164a3b716e4db17d18e6a | [
"MIT"
] | null | null | null | MIPS32-assembly/MIPS32_QtSpim.asm | MHellFire/random-stuff | f8d05af9019df67fcf7164a3b716e4db17d18e6a | [
"MIT"
] | null | null | null | MIPS32-assembly/MIPS32_QtSpim.asm | MHellFire/random-stuff | f8d05af9019df67fcf7164a3b716e4db17d18e6a | [
"MIT"
] | null | null | null | # Copyright © 2012 Mariusz Helfajer
#
# Uruchamiane i testowane w QtSpim 9.1.7.
#
# This software may be modified and distributed under the terms
# of the MIT license. See the LICENSE files for details.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and asso... | 39.280702 | 154 | 0.49799 |
b4be5ad414ee057b824e582057e7658f9d05043f | 574 | asm | Assembly | oeis/111/A111149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/111/A111149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/111/A111149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A111149: Numbers n such that 5*n^2 + 9 is prime.
; Submitted by Christian Krause
; 2,4,10,16,26,28,38,40,44,46,58,70,80,82,88,94,98,110,116,128,130,136,140,142,154,164,178,194,200,208,212,214,220,224,236,248,250,254,256,268,278,284,298,310,320,322,332,334,338,362,392,406,422,424,458,460
mov $2,332202
lpb $2
mul $6... | 22.96 | 206 | 0.634146 |
f25407575f43c72fdef6ad186f3ee25b113bf9f1 | 447 | asm | Assembly | programs/oeis/008/A008594.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/008/A008594.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/008/A008594.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A008594: Multiples of 12.
; 0,12,24,36,48,60,72,84,96,108,120,132,144,156,168,180,192,204,216,228,240,252,264,276,288,300,312,324,336,348,360,372,384,396,408,420,432,444,456,468,480,492,504,516,528,540,552,564,576,588,600,612,624,636,648,660,672,684,696,708,720,732,744,756,768,780,792,804,816,828,840,852,864,876,888,... | 89.4 | 407 | 0.742729 |
49f4526298760fcb46a6009f48d5c1acbb61e506 | 405 | asm | Assembly | programs/oeis/172/A172286.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/172/A172286.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/172/A172286.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A172286: Numbers of circuits of length 2n in K_{n,n} (the complete bipartite graph on 2n vertices).
; 2,32,1458,131072,19531250,4353564672,1356446145698,562949953421312,300189270593998242,200000000000000000000,162805498773679522226642,158993694406781688266883072,183466660386537233316799232018,246953391382495871652459... | 50.625 | 264 | 0.851852 |
1ec3248fe69ed49771f89992e459f40d9b350865 | 4,081 | asm | Assembly | source/asm64/amd64.masm/Mult.asm | nitrieu/curve25519 | 1a6d8f279eb814e0768a1b7b5620810f363b69fc | [
"MIT"
] | 124 | 2015-03-24T03:08:52.000Z | 2022-01-06T08:06:24.000Z | source/asm64/amd64.masm/Mult.asm | nitrieu/curve25519 | 1a6d8f279eb814e0768a1b7b5620810f363b69fc | [
"MIT"
] | 7 | 2015-08-28T02:07:46.000Z | 2022-03-03T22:59:32.000Z | source/asm64/amd64.masm/Mult.asm | nitrieu/curve25519 | 1a6d8f279eb814e0768a1b7b5620810f363b69fc | [
"MIT"
] | 37 | 2015-06-10T13:46:16.000Z | 2022-02-21T08:27:08.000Z | ; The MIT License (MIT)
;
; Copyright (c) 2015 mehdi sotoodeh
;
; Permission is hereby granted, free of charge, to any person obtaining
; a copy of this software and associated documentation files (the
; "Software"), to deal in the Software without restriction, including
; without limitation the rights to use, co... | 24.733333 | 74 | 0.693948 |
624b6fc7e95c96a9dd4d54933dbcfc7f24bdeb50 | 650 | asm | Assembly | programs/oeis/014/A014909.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014909.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014909.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014909: a(1)=1, a(n) = 23*a(n-1) + n.
; 1,25,578,13298,305859,7034763,161799556,3721389796,85591965317,1968615202301,45278149652934,1041397442017494,23952141166402375,550899246827254639,12670682677026856712,291425701571617704392,6702791136147207201033,154164196131385765623777,3545776511021872609346890,81552859753503... | 50 | 521 | 0.853846 |
723c341aaf5173526e0e95ae27015859e8d6559c | 1,303 | asm | Assembly | test/asm/long-rpn-expression.asm | ISSOtm/rgbds-deb | f031957fd6ec0930269f53c6468f63039c9ef72a | [
"MIT"
] | null | null | null | test/asm/long-rpn-expression.asm | ISSOtm/rgbds-deb | f031957fd6ec0930269f53c6468f63039c9ef72a | [
"MIT"
] | null | null | null | test/asm/long-rpn-expression.asm | ISSOtm/rgbds-deb | f031957fd6ec0930269f53c6468f63039c9ef72a | [
"MIT"
] | null | null | null | SECTION "sec", ROM0
X0 EQUS "0"
m: MACRO
\1 EQUS STRCAT("{X\2}", "+1")
ENDM
n = 0
REPT $7E
n1 = n + 1
m X{X:n1}, {X:n}
n = n + 1
ENDR
; string of 127 zeros separated by plus signs
X EQUS "{X7E}"
db x+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+X+\
X+X+X+X+X+X+X+X+X+X+X+X+X+X+X... | 35.216216 | 266 | 0.615503 |
3feb243a6995e364814ce267281c63a077b8a6c3 | 116 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_log10.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_log10.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_log10.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC cam32_sdcc_log10
EXTERN asm_am9511_log10
defc cam32_sdcc_log10 = asm_am9511_log10
| 12.888889 | 40 | 0.87069 |
6addb3967d0f5bd42002c35953f7de29d5d977f2 | 6,190 | asm | Assembly | code/DEPRECIATED/LOHSystem.asm | LShun/pos.loh | 01a15205d63ef3386335c1b456d498dc729e4e39 | [
"MIT"
] | 2 | 2020-08-27T05:31:13.000Z | 2021-08-18T14:16:39.000Z | code/DEPRECIATED/LOHSystem.asm | LShun/pos.loh | 01a15205d63ef3386335c1b456d498dc729e4e39 | [
"MIT"
] | null | null | null | code/DEPRECIATED/LOHSystem.asm | LShun/pos.loh | 01a15205d63ef3386335c1b456d498dc729e4e39 | [
"MIT"
] | 1 | 2020-08-27T05:31:14.000Z | 2020-08-27T05:31:14.000Z | .MODEL SMALL
.STACK 100
.DATA
; Extra/Useful Constants
stub DB "Stub$"
TENDW DW 10
SIGN DB "RM $"
; Main screen
logo DB " __ ______ __ __ ______ ______ ______", 13, 10
DB "/\ \ /\ __ \ /\ \_\ \ /\ == \ /\ __ \ /\ ___\... | 17.194444 | 95 | 0.559774 |
9bddb86bbf750b8adfb26cee01807cb5745ff883 | 219 | asm | Assembly | programs/oeis/321/A321531.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/321/A321531.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/321/A321531.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A321531: a(n) is the maximum number of distinct directions between n non-attacking rooks on an n X n chessboard.
; 0,1,2,4,6,8,11,14,18,23
add $0,3
seq $0,182306 ; a(n+1) = a(n) + floor(a(n)/5) with a(0)=5.
sub $0,8
| 31.285714 | 114 | 0.652968 |
b0d5ec33e2f3fe866a7345729456a23c6c31eeda | 450 | asm | Assembly | cmd/command/ifequ.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/command/ifequ.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/command/ifequ.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
; SCCSID = @(#)ifequ.asm 1.1 85/05/14
; SCCSID = @(#)ifequ.asm 1.1 85/05/14
;*************************************
; COMMAND EQUs which a... | 23.684211 | 65 | 0.471111 |
23addf60f81252a122098724a8056a3fe2e264a9 | 2,748 | asm | Assembly | u7-common/patch-eop-shapeBarkForContent.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | u7-common/patch-eop-shapeBarkForContent.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | u7-common/patch-eop-shapeBarkForContent.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | [bits 16]
startPatch EXE_LENGTH, eop-shapeBarkForContent
startBlockAt addr_eop_shapeBarkForContent
push bp
mov bp, sp
; bp-based stack frame:
%assign arg_ibo 0x04
%assign ____callerIp 0x02
%assign ____callerBp 0x00
%assign var_shape -0x02
%assign v... | 19.489362 | 70 | 0.641194 |
ad362b17724d3ac187f2311fecc7de962061b341 | 10,430 | asm | Assembly | stats.asm | mmxbass/z3randomizer | 04906b5f872e0afb46bf7c98161da50f82235a08 | [
"MIT"
] | 20 | 2017-05-17T23:00:36.000Z | 2018-11-29T20:07:06.000Z | stats.asm | mmxbass/z3randomizer | 04906b5f872e0afb46bf7c98161da50f82235a08 | [
"MIT"
] | 13 | 2017-07-19T19:16:53.000Z | 2018-04-23T19:52:15.000Z | stats.asm | mmxbass/z3randomizer | 04906b5f872e0afb46bf7c98161da50f82235a08 | [
"MIT"
] | 17 | 2017-05-22T19:58:01.000Z | 2018-11-22T03:35:57.000Z | ;================================================================================
; Stat Tracking
;================================================================================
; $7EF420 - $7EF468 - Stat Tracking
;
; See sram.asm for adresses and documentation of stat values
;----------------------------------------... | 28.265583 | 108 | 0.537872 |
44a3cfdaf5459c39edea02d864b9cd4dea01fa92 | 114 | asm | Assembly | src/jkw_lc3/USERPROG1.asm | jikaiwen/lc3-sti-and-os | c4c52e9d535cc7ffed654c451e185bc01867bce0 | [
"MIT"
] | null | null | null | src/jkw_lc3/USERPROG1.asm | jikaiwen/lc3-sti-and-os | c4c52e9d535cc7ffed654c451e185bc01867bce0 | [
"MIT"
] | null | null | null | src/jkw_lc3/USERPROG1.asm | jikaiwen/lc3-sti-and-os | c4c52e9d535cc7ffed654c451e185bc01867bce0 | [
"MIT"
] | null | null | null | .ORIG x3000
AND R0,R0,#0
LEA R0, STRS
TRAP x22
TRAP x0
RTI
HALT
STRS .STRINGZ "user program!\n"
.END | 8.142857 | 31 | 0.631579 |
26be9ee551e98888214e668919ff308f6cd4eefd | 7,056 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_7650_427.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_7650_427.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_7650_427.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 %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1365b, %rsi
lea addresses_normal_ht+0x1053b, %rdi
nop
nop
nop
xor %rdx, %rdx
mov $65, %rcx
rep movsq
nop
nop
nop
nop
cmp %rsi, %rsi
lea addresses_WC_ht+0x3741, %rax
nop
nop
nop
nop
... | 32.971963 | 2,999 | 0.651361 |
e1befca374001f1e7f186ecd9ba59519fd847353 | 1,156 | asm | Assembly | AOC/Meus Exercicios/Aula11/exercicio3.asm | joao-frohlich/BCC | 9ed74eb6d921d1280f48680677a2140c5383368d | [
"Apache-2.0"
] | 10 | 2020-12-08T20:18:15.000Z | 2021-06-07T20:00:07.000Z | AOC/Meus Exercicios/Aula11/exercicio3.asm | joao-frohlich/BCC | 9ed74eb6d921d1280f48680677a2140c5383368d | [
"Apache-2.0"
] | 2 | 2021-06-28T03:42:13.000Z | 2021-06-28T16:53:13.000Z | AOC/Meus Exercicios/Aula11/exercicio3.asm | joao-frohlich/BCC | 9ed74eb6d921d1280f48680677a2140c5383368d | [
"Apache-2.0"
] | 2 | 2021-01-14T19:59:20.000Z | 2021-06-15T11:53:21.000Z | .data
n_text: .asciiz "Insira valor de n: "
ans1_text: .asciiz " possui "
ans2_text: .asciiz " digitos"
.text
# Vinicius Gasparini
.globl main
main:
ori $v0, $zero, 4 # call code para print_str
la $a0, n_text # carregando str para arg da syscall
syscall
li $v0, 5 # call code para read_int
sys... | 20.280702 | 64 | 0.647924 |
eb82f3cc42b3f7771f9da5294c12906fcd09f6cb | 336 | asm | Assembly | oeis/122/A122999.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/122/A122999.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/122/A122999.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A122999: G.f.: 1/(1 - x - 25*x^2).
; Submitted by Jon Maiga
; 1,1,26,51,701,1976,19501,68901,556426,2278951,16189601,73163376,477903401,2306987801,14254572826,71929267851,428293588501,2226525284776,12933864997301,68596997116701,391943622049226
mov $3,1
lpb $0
sub $0,1
mov $2,$3
add $3,$1
mov $1,25
mul $1,$... | 24 | 183 | 0.71131 |
df49a63319d955690327852cf6155f2a4b2fff4d | 329 | asm | Assembly | programs/oeis/003/A003683.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/003/A003683.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/003/A003683.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A003683: 2^(n-1)*(2^n - (-1)^n)/3.
; 0,1,2,12,40,176,672,2752,10880,43776,174592,699392,2795520,11186176,44736512,178962432,715816960,2863333376,11453202432,45813071872,183251763200,733008101376,2932030308352,11728125427712,46912493322240,187649990066176,750599926710272,3002399773949952
mov $1,-2
pow $1,$0
bin $1,2
... | 41.125 | 252 | 0.784195 |
f72a624d372829ba2e5b8de1074acfcf44cb3087 | 39,120 | asm | Assembly | target/cos_117/disasm/iop_overlay1/STXDKI.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/STXDKI.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/STXDKI.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x1800-0x602E f:00014 d: 0 | A = 24622 (0x602E)
0x0002 (0x000004) 0x291A- f:00024 d: 282 | OR[282] = A
0x0003 (0x000006) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0004 (0x000008) 0x291B- f:00024 d: 283 | OR[283] = A
... | 79.836735 | 79 | 0.467536 |
8e3f364816ee50a278092554645cea873297f193 | 202 | asm | Assembly | arch/x86/asm/multiboot.asm | mvdnes/element76 | 87e0206b022bda177dd1ca8fb6e2989429c2c8bf | [
"MIT"
] | 30 | 2015-01-05T00:46:08.000Z | 2021-12-01T12:33:46.000Z | arch/x86/asm/multiboot.asm | mvdnes/element76 | 87e0206b022bda177dd1ca8fb6e2989429c2c8bf | [
"MIT"
] | 5 | 2015-01-10T08:18:13.000Z | 2015-02-09T07:27:41.000Z | arch/x86/asm/multiboot.asm | mvdnes/element76 | 87e0206b022bda177dd1ca8fb6e2989429c2c8bf | [
"MIT"
] | 7 | 2015-01-10T06:18:13.000Z | 2021-03-19T17:07:35.000Z | ;;init.asm
use32
section .multiboot
;multiboot spec
align 4
dd 0x1BADB002 ;magic
dd 0x00 ;flags
dd - (0x1BADB002 + 0x00) ;checksum. m+f+c should be zero
| 20.2 | 60 | 0.564356 |
4f42b5cb94a6e4e70558113b7c95b82e6306c195 | 2,849 | asm | Assembly | src/return.asm | onlymx13/cesium | e82b235e592b12406df0ecee534a049a6c014fc2 | [
"BSD-3-Clause"
] | null | null | null | src/return.asm | onlymx13/cesium | e82b235e592b12406df0ecee534a049a6c014fc2 | [
"BSD-3-Clause"
] | null | null | null | src/return.asm | onlymx13/cesium | e82b235e592b12406df0ecee534a049a6c014fc2 | [
"BSD-3-Clause"
] | null | null | null | ; this program handles the return of execution, and any errors encountered
return_basic_error:
return_asm_error:
call ti.boot.ClearVRAM
ld a,$2d
ld (ti.mpLcdCtrl),a
call ti.DrawStatusBar
call ti.DispErrorScreen
ld hl,1
ld (ti.curRow),hl
ld hl,data_string_quit1
set ti.textInverse,(iy + ti.textFlags)
call ti.P... | 19.513699 | 74 | 0.712882 |
15962ee7fbdb125de9944da5b3ea0ac7713c275a | 4,824 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_773.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_773.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_773.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r9
push %rax
push %rbx
lea addresses_WT_ht+0xc825, %rax
nop
xor $1013, %r11
mov (%rax), %r13d
nop
inc %rbx
lea addresses_D_ht+0x20f5, %r9
clflush (%r9)
nop
nop
nop
nop
nop
xor $28401, %rax
vmovups (%r9), %ymm4
vextracti128 $0, %ymm4, %xmm4
vpextrq $... | 46.384615 | 2,999 | 0.657546 |
bf50f9b943b15468f2ee5a830ad73775d67ed0d2 | 508 | asm | Assembly | programs/oeis/189/A189836.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/189/A189836.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/189/A189836.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A189836: a(n) = n^2 + 11.
; 11,12,15,20,27,36,47,60,75,92,111,132,155,180,207,236,267,300,335,372,411,452,495,540,587,636,687,740,795,852,911,972,1035,1100,1167,1236,1307,1380,1455,1532,1611,1692,1775,1860,1947,2036,2127,2220,2315,2412,2511,2612,2715,2820,2927,3036,3147,3260,3375,3492,3611,3732,3855,3980,4107,4236,43... | 84.666667 | 459 | 0.751969 |
4694ab6e56205ab07245981d0c92a5b162775fe2 | 357 | asm | Assembly | oeis/028/A028085.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/028/A028085.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/028/A028085.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A028085: Expansion of 1/((1-3x)(1-6x)(1-9x)(1-12x)).
; Submitted by Jon Maiga
; 1,30,585,9450,137781,1888110,24862545,318755250,4012058061,49847787990,613622150505,7503229474650,91300979746341,1106997911204670,13386607046238465,161563913916523650
mov $1,$0
mov $0,3
pow $0,$1
seq $1,453 ; Stirling numbers of the seco... | 32.454545 | 168 | 0.747899 |
b2de25fa6b4c3e58b66a3b74f8820f44da5f1b8a | 703 | asm | Assembly | engine/events/poisonstep_pals.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | engine/events/poisonstep_pals.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | engine/events/poisonstep_pals.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | LoadPoisonBGPals:
call .LoadPals
ldh a, [hCGB]
and a
ret nz
ret ; ????
.LoadPals:
ldh a, [hCGB]
and a
jr nz, .cgb
ld a, [wTimeOfDayPal]
maskbits NUM_DAYTIMES
cp DARKNESS_F
ld a, %00000000
jr z, .convert_pals
ld a, %10101010
.convert_pals
call DmgToCgbBGPals
ld c, 4
call DelayFrames
farcall _UpdateTi... | 14.645833 | 49 | 0.674253 |
8dd9a952c94fdd9f544400fa5e662d76374c81e0 | 477 | asm | Assembly | oeis/125/A125091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/125/A125091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/125/A125091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A125091: Triangle read by rows: T(n,k) = (1/6)*k*(k+1)*(k+2)*binomial(n,k) (1 <= k <= n).
; Submitted by Christian Krause
; 1,2,4,3,12,10,4,24,40,20,5,40,100,100,35,6,60,200,300,210,56,7,84,350,700,735,392,84,8,112,560,1400,1960,1568,672,120,9,144,840,2520,4410,4704,3024,1080,165,10,180,1200,4200,8820,11760,10080,540... | 23.85 | 209 | 0.624738 |
10a1b70177aa2551efb332d6cd12cce4858844b8 | 114 | asm | Assembly | libsrc/_DEVELOPMENT/font/fzx/fonts/dkud2/Extra/_ff_dkud2_Extra.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/font/fzx/fonts/dkud2/Extra/_ff_dkud2_Extra.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/font/fzx/fonts/dkud2/Extra/_ff_dkud2_Extra.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION rodata_font_fzx
PUBLIC _ff_dkud2_Extra
_ff_dkud2_Extra:
BINARY "font/fzx/fonts/dkud2/Extra/extra.fzx"
| 12.666667 | 45 | 0.824561 |
2ba0b1d7342f538fe352784c8c7a7e24367ac706 | 294 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sdcc_iy/p_forward_list_remove.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sdcc_iy/p_forward_list_remove.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sdcc_iy/p_forward_list_remove.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *p_forward_list_remove(p_forward_list_t *list, void *item)
SECTION code_adt_p_forward_list
PUBLIC _p_forward_list_remove
EXTERN asm_p_forward_list_remove
_p_forward_list_remove:
pop af
pop hl
pop bc
push bc
push hl
push af
jp asm_p_forward_list_remove
| 14 | 65 | 0.761905 |
c41e26f281572cefaf2a5af1ef9dac3cab1005af | 4,103 | asm | Assembly | 4_arithm_and_logic_operastions_in_proc.asm | reficul0/asm | 1460d9c965004d118f9073337892d899daca18a8 | [
"MIT"
] | null | null | null | 4_arithm_and_logic_operastions_in_proc.asm | reficul0/asm | 1460d9c965004d118f9073337892d899daca18a8 | [
"MIT"
] | null | null | null | 4_arithm_and_logic_operastions_in_proc.asm | reficul0/asm | 1460d9c965004d118f9073337892d899daca18a8 | [
"MIT"
] | null | null | null | masm
model small
; Task #3
; Variant 8:
; 1. C=A+B*2
; 2. Zero all even bits of C
; Task #4
; Variant 8:
; 1. proc for printing result
; 2. proc for numbers enter
; 3. proc for calculations
; use stack
data segment para public 'data'
space_str db ' $'
enter_A_hex_number_msg db 'Enter two digits of A hex ... | 18.399103 | 89 | 0.584207 |
011d3c1441de2d52eb6e62aad6f459ecd2098d5a | 729 | asm | Assembly | src/multicpu_multimem/instructions0.asm | dryvenn/TLM | bf1ce981513ee0df3f38ad96bbf40fbea630f56d | [
"MIT"
] | null | null | null | src/multicpu_multimem/instructions0.asm | dryvenn/TLM | bf1ce981513ee0df3f38ad96bbf40fbea630f56d | [
"MIT"
] | null | null | null | src/multicpu_multimem/instructions0.asm | dryvenn/TLM | bf1ce981513ee0df3f38ad96bbf40fbea630f56d | [
"MIT"
] | 1 | 2021-05-14T21:17:56.000Z | 2021-05-14T21:17:56.000Z | # put a-vals
chr r0 0xa0
chr r1 0xa1
chr r2 0xa2
chr r3 0xa3
chr r4 0xa4
chr r5 0xa5
chr r6 0xa6
chr r7 0xa7
# put them in the same spots at the same time
str r0 0x0
str r1 0x1
str r2 0x2
str r3 0x3
str r4 0x4
str r5 0x5
str r6 0x6
str r7 0x7
# load them back
ldr r0 0x0
ldr r1 0x1
ldr r2 0x2
ldr r3 0x3
ldr r4 0x4
ldr r... | 14.294118 | 45 | 0.769547 |
c2059c66a585e793c83e9b6c81d234eb315f2927 | 7,318 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_985.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_985.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_985.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 %r15
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x197d0, %rsi
lea addresses_normal_ht+0x2f38, %rdi
nop
nop
nop
nop
sub %rbx, %rbx
mov $116, %rcx
rep movsl
nop
nop
nop
nop
nop
add $28306, %rax
lea addresses_D_ht+0x1d28d, %r8
... | 34.037209 | 2,999 | 0.658103 |
733dbbfd1682631f9abe9b116ffa4c47918b45a2 | 7,161 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1332.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1332.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1332.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x2026, %rsi
lea addresses_WC_ht+0x4e36, %rdi
nop
nop
nop
mfence
mov $20, %rcx
rep movsb
nop
nop
nop
nop
nop
sub $19888, %r10
lea addresses_D_ht+0x12a66, %rbp
dec %r14
mov $0x61... | 38.294118 | 2,999 | 0.650049 |
fc1415859f0be367fc21d29161029e04fe27444e | 3,317 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/misc/z80/asm_tshr_scroll_wc_up_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/z80/asm_tshr_scroll_wc_up_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/z80/asm_tshr_scroll_wc_up_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; ===============================================================
; 2017
; ===============================================================
;
; void tshr_scroll_wc_up_pix(struct r_Rect8 *r, uchar rows, uchar pix)
;
; Scroll screen upward by rows pixels and clear vacated area.
;
; =======================================... | 17.457895 | 75 | 0.501357 |
227db4fb13ab3b4b4dcc167a3366e37c578873e9 | 5,391 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1786.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1786.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1786.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x143af, %r10
nop
nop
nop
nop
and %r14, %r14
mov (%r10), %r8
nop
sub %r14, %r14
lea addresses_normal_ht+0x14, %rsi
lea addresses_UC_ht+0xd21a, %rdi
sub $55626, %r14
mov $84, %rc... | 41.469231 | 2,999 | 0.659247 |
8e7af519139ae742ca33148d1751ff395f0461f8 | 666 | asm | Assembly | oeis/266/A266046.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/266/A266046.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/266/A266046.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A266046: Real part of Q^n, where Q is the quaternion 2 + j + k.
; Submitted by Jon Maiga
; 1,2,2,-4,-28,-88,-184,-208,272,2336,7712,16832,21056,-16768,-193408,-673024,-1531648,-2088448,836096,15875072,58483712,138684416,203835392,-16764928,-1290072064,-5059698688,-12498362368,-19635257344,-3550855168,103608123392,435... | 47.571429 | 486 | 0.780781 |
aed2451fe8cc8d83111eb76cb3a495478a211aef | 1,471 | asm | Assembly | programs/oeis/227/A227353.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/227/A227353.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/227/A227353.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A227353: Number of lattice points in the closed region bounded by the graphs of y = 3*x/5, x = n, and y = 0, excluding points on the x-axis.
; 0,1,2,4,7,10,14,18,23,29,35,42,49,57,66,75,85,95,106,118,130,143,156,170,185,200,216,232,249,267,285,304,323,343,364,385,407,429,452,476,500,525,550,576,603,630,658,686,715,74... | 113.153846 | 1,239 | 0.768865 |
2e7b223e7605e217ccce1b240530ce2303f08611 | 276 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_data.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_data.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_data.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *w_vector_data(b_vector_t *v)
SECTION code_clib
SECTION code_adt_w_vector
PUBLIC w_vector_data
EXTERN asm_w_vector_data
defc w_vector_data = asm_w_vector_data
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _w_vector_data
defc _w_vector_data = w_vector_data
ENDIF
| 14.526316 | 38 | 0.836957 |
684d6d400798d88cab307d65678382db82be7d84 | 569 | asm | Assembly | programs/oeis/163/A163105.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/163/A163105.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/163/A163105.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A163105: a(n) = tau(sigma(tau(n))), where tau = number of divisors of n (A000005), and sigma = sum of divisors of n (A000203).
; 1,2,2,3,2,2,2,2,3,2,2,6,2,2,2,4,2,6,2,6,2,2,2,4,3,2,2,6,2,4,2,6,2,2,2,2,2,2,2,4,2,4,2,6,6,2,2,6,3,6,2,6,2,4,2,4,2,2,2,6,2,2,6,4,2,4,2,6,2,4,2,6,2,2,6,6,2,4,2,6,4,2,2,6,2,2,2,4,2,6,2,6,2,2,2... | 81.285714 | 201 | 0.609842 |
22ca776148389a675bf0c92de63add8097989441 | 1,155 | asm | Assembly | src/asm/win64/matgem.asm | Pantarheon/libkoliba | 66c2bb5ad581251bbaa8d226cae07ed6d66398fa | [
"BSD-3-Clause"
] | null | null | null | src/asm/win64/matgem.asm | Pantarheon/libkoliba | 66c2bb5ad581251bbaa8d226cae07ed6d66398fa | [
"BSD-3-Clause"
] | null | null | null | src/asm/win64/matgem.asm | Pantarheon/libkoliba | 66c2bb5ad581251bbaa8d226cae07ed6d66398fa | [
"BSD-3-Clause"
] | null | null | null | ;; matgem.asm
;;
;; Copyright 2021 G. Adam Stanislav
;; All rights reserved
;;
;; nasm -f win64 mulgems.asm
section .text
default rel
EXTERN KOLIBA_MultiplyGeminices, KOLIBA_FixGeminix
GLOBAL KOLIBA_MatrixGeminixProduct
KOLIBA_MatrixGeminixProduct:
; On Entry:
;
; RCX = address of output GEMINIX
; RDX = GEMIN... | 14.620253 | 50 | 0.680519 |
71d0448d2cd4a06848476972e36bbb1617258fb0 | 2,723 | asm | Assembly | iod/con2/curps.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/curps.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/curps.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Set cursor position V2.00 1998 Tony tebby
;
; Pixel or character positioning of cursor: the position required is
; given relative to the origin of the active area of the channel.
;
; Registers:
; Entry Exit
; D1 x position
; D2 y position
; A0 pointer to cdb
;
section con
;
include 'dev8_keys_con'
include '... | 23.474138 | 68 | 0.681234 |
47db9b078f9b3559285e5f88d8aee912ee7f3784 | 430 | asm | Assembly | programs/oeis/100/A100312.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100312.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100312.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100312: Number of 3 X n binary matrices avoiding simultaneously the right angled numbered polyomino patterns (ranpp) (10;0) and (01;1).
; 1,8,32,104,304,832,2176,5504,13568,32768,77824,182272,421888,966656,2195456,4947968,11075584,24641536,54525952,120061952,263192576,574619648,1249902592,2709520384,5855248384,12616... | 39.090909 | 224 | 0.781395 |
b22aa53ae9f82836af9cd04e4091e2210c401d61 | 971 | asm | Assembly | Assembly/8086/para.asm | silence0201/iOS-Reverse | 2a0587e89324d077715c16e636a5fd05dfe30a73 | [
"MIT"
] | 15 | 2019-08-05T01:24:20.000Z | 2022-01-12T08:19:55.000Z | Assembly/8086/para.asm | silence0201/iOS-Reverse | 2a0587e89324d077715c16e636a5fd05dfe30a73 | [
"MIT"
] | null | null | null | Assembly/8086/para.asm | silence0201/iOS-Reverse | 2a0587e89324d077715c16e636a5fd05dfe30a73 | [
"MIT"
] | 9 | 2019-09-24T06:26:58.000Z | 2021-11-22T08:54:00.000Z | assume cs:code, ds:data, ss:stack
; 栈段
stack segment
db 100 dup(0)
stack ends
; 数据段
data segment
db 100 dup(0)
data ends
; 代码段
code segment
start:
; 初始化
mov ax, data
mov ds, ax
mov ax, stack
mov ss, ax
;
push 1122h
push 3344h
call s... | 13.30137 | 34 | 0.449022 |
d088e3901c4f340096eab99d1db0c719e75b97dd | 608 | asm | Assembly | oeis/171/A171496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/171/A171496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/171/A171496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A171496: a(n) = 6*a(n-1) - 8*a(n-2) for n > 1; a(0) = 6, a(1) = 28.
; 6,28,120,496,2016,8128,32640,130816,523776,2096128,8386560,33550336,134209536,536854528,2147450880,8589869056,34359607296,137438691328,549755289600,2199022206976,8796090925056,35184367894528,140737479966720,562949936644096,2251799780130816,90071991... | 67.555556 | 489 | 0.830592 |
469e41cfdb3f9f11319a50abebe026fdf9632fdd | 242 | asm | Assembly | 8085_programming/YT/cube_of_number.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 16 | 2018-11-26T08:39:42.000Z | 2019-05-08T10:09:52.000Z | 8085_programming/YT/cube_of_number.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 8 | 2020-05-04T06:29:26.000Z | 2022-02-12T05:33:16.000Z | 8085_programming/YT/cube_of_number.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 5 | 2020-02-11T16:02:21.000Z | 2021-02-05T07:48:30.000Z | // PROGRAM TO FIND THE CUBE OF A GIVEN NUMBER
LXI H,2060
MOV A,M
MOV D,M
MOV B,M
MOV C,M
DCR B
L1: ADD D
DCR B
JNZ L1
DCR C
JNZ L2
STA 2080
HLT
L2: MOV B,M
JMP L1
# ORG 2060
# DB 04
| 11.52381 | 45 | 0.508264 |
67107b038b908cf10240c5aabfe66590996612a9 | 2,082 | asm | Assembly | programs/oeis/005/A005209.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/005/A005209.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/005/A005209.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A005209: Multilevel sieve: at k-th step, accept k numbers, reject k, accept k, ...
; 1,3,9,25,57,145,337,793,1921,3849,8835,18889,41473,92305,203211,432699,944313,2027529,4077769,8745153,18133305,37898113,80713737,169730259,358760457,750591867,1575313473,3255787851,6751959507,14108682265,29364255033,61173205587,12679... | 90.521739 | 1,792 | 0.883285 |
d1de27c6d09255a7210f3096d1eacd6b5ae4610f | 1,715 | asm | Assembly | programs/oeis/126/A126930.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/126/A126930.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/126/A126930.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A126930: Inverse binomial transform of A005043.
; 1,-1,2,-3,6,-10,20,-35,70,-126,252,-462,924,-1716,3432,-6435,12870,-24310,48620,-92378,184756,-352716,705432,-1352078,2704156,-5200300,10400600,-20058300,40116600,-77558760,155117520,-300540195,601080390,-1166803110,2333606220,-4537567650,9075135300,-17672631900,35345... | 171.5 | 1,604 | 0.888047 |
a90c39e5cdea87a2e9f7b5cc7f8a07694802537e | 3,082 | asm | Assembly | Appl/GeoWrite/Document/documentHead.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/GeoWrite/Document/documentHead.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/GeoWrite/Document/documentHead.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) Berkeley Softworks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GeoWrite
FILE: documentHead.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Tony 3/92 Initial version
DESCRIPT... | 23.348485 | 80 | 0.632057 |
0f41338287e4244ad3f76742d4aed2a7f79baa53 | 1,967 | asm | Assembly | programs/oeis/282/A282453.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/282/A282453.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/282/A282453.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A282453: Decimal representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 475", based on the 5-celled von Neumann neighborhood.
; 1,1,7,4,31,16,127,64,511,256,2047,1024,8191,4096,32767,16384,131071,65536,524287,262144,209715... | 245.875 | 1,641 | 0.897306 |
cd8969262e8867742030fa17775fba6421fbcc26 | 294 | asm | Assembly | 7_kyu/Is_It_Negative_Zero_0.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | 7_kyu/Is_It_Negative_Zero_0.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | 7_kyu/Is_It_Negative_Zero_0.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | SECTION .TEXT
global isNegativeZero
isNegativeZero:
movq rax,xmm0 ; load the float inti rax
cmp rax,[neg_zero] ; simple binary compare
setz al ; return true/false in al
ret
SECTION .DATA
neg_zero dq 0x80000000 ; = -0.0 (MSB is sign bit) | 26.727273 | 54 | 0.615646 |
86077e86be2fde93ac594f2211842ade1c3ca87f | 8,439 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_7229_306.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_7229_306.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_7229_306.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1c708, %rax
nop
nop
nop
and %r10, %r10
mov (%rax), %dx
nop
nop
nop
nop
nop
xor $8883, %rcx
lea addresses_D_ht+0x1d1ee, %rbp
nop
nop
nop
xor %r14, %r14
movups (%rbp... | 30.687273 | 2,999 | 0.653158 |
f65ff2f30ddef503876c127b48af87c673904e6b | 539 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_frexp_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_frexp_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_frexp_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; float frexp(float value, int *exp) __z88dk_callee
SECTION code_fp_math48
PUBLIC cm48_sdcciy_frexp_callee, l0_cm48_sdcciy_frexp_callee
EXTERN cm48_sdcciyp_d2m48, am48_frexp, cm48_sdcciyp_m482d
cm48_sdcciy_frexp_callee:
pop af
pop de
pop hl ; hlde' = float value
exx
... | 15.4 | 60 | 0.641929 |
b0dbd662ad0ddcb8089affefdd18373ae86905ef | 703 | asm | Assembly | oeis/041/A041269.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041269.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041269.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041269: Denominators of continued fraction convergents to sqrt(147).
; Submitted by Jon Maiga
; 1,8,193,1552,37441,301080,7263361,58407968,1409054593,11330844712,273349327681,2198125466160,53028360515521,426425009590328,10287228590683393,82724253735057472,1995669318232062721,16048078799591559240,38714956050842948448... | 39.055556 | 473 | 0.832148 |
d27052de81964b7dd9db4cd5e0a6bc5bf63115a6 | 3,148 | asm | Assembly | Hex2BinAndOct_DISP.asm | CallMeMengMeng/ASSEMBLY-LANGUAGE | 8c884b43906225045e4ee68497d8913394a0d71a | [
"MIT"
] | null | null | null | Hex2BinAndOct_DISP.asm | CallMeMengMeng/ASSEMBLY-LANGUAGE | 8c884b43906225045e4ee68497d8913394a0d71a | [
"MIT"
] | null | null | null | Hex2BinAndOct_DISP.asm | CallMeMengMeng/ASSEMBLY-LANGUAGE | 8c884b43906225045e4ee68497d8913394a0d71a | [
"MIT"
] | null | null | null | ; TRY TO WRITE A PROGRAM WITH A NESTED STRUCTURE OF SUBROUTINES AND DISPLAY THE INTEGERS IN BINARY
; AND OCTAL FORMS.
; + MAIN PROGRAM BANDO:
; - STORE THE INTEGER NUMBERIC VARIABLE VAL1 IN THE STACK AND CALL THE SUBROUTINE PAIRS.
; + SUBROUTINE PAIRS:
; - REMOVE VAL1 FROM THE STACK.
; - CALL THE BINARY DISP... | 22.485714 | 106 | 0.656925 |
ad48863606191a1e466f9f8cae88b16df49a0eb7 | 690 | asm | Assembly | base.asm | cody-code-wy/Victoria-Kernel | 40d5c2514ae93b8bd2732e61ccf9a3d0da76fd95 | [
"BSD-2-Clause"
] | null | null | null | base.asm | cody-code-wy/Victoria-Kernel | 40d5c2514ae93b8bd2732e61ccf9a3d0da76fd95 | [
"BSD-2-Clause"
] | null | null | null | base.asm | cody-code-wy/Victoria-Kernel | 40d5c2514ae93b8bd2732e61ccf9a3d0da76fd95 | [
"BSD-2-Clause"
] | null | null | null | ;;kernel.asm
bits 32 ;nasm directive - 32 bit
section .text
;multiboot spec
align 4
dd 0x1BADB002 ;magic
dd 0x00 ;flags
dd - (0x1BADB002 + 0x00) ;checksum m+f+c should be zero
global start
global inb
global outb
extern kmain
start:
cli ;block interrupts
... | 17.692308 | 59 | 0.55942 |
fa948eca687545dc9e7e4cc6997d26a70288c741 | 748 | asm | Assembly | oeis/028/A028000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/028/A028000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/028/A028000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A028000: Expansion of 1/((1-2x)(1-6x)(1-9x)(1-11x)).
; Submitted by Jon Maiga
; 1,28,513,7808,107309,1384836,17143081,206182696,2429008197,28183193324,323282753729,3676063130064,41519535153565,466480044231892,5219284450672857,58204869911960312,647392469287421813,7185592654453466940,79620150969549450865,88103026063970... | 44 | 498 | 0.804813 |
e202296bd64da3f634f343c567fb8f20218b7683 | 597 | asm | Assembly | learnos_kernel/src/bootcode/header.asm | fatho/learnos | d0159d8a3179b0065ca98307ad754955ab615b23 | [
"MIT"
] | 1 | 2021-01-08T00:21:11.000Z | 2021-01-08T00:21:11.000Z | learnos_kernel/src/bootcode/header.asm | fatho/learnos | d0159d8a3179b0065ca98307ad754955ab615b23 | [
"MIT"
] | null | null | null | learnos_kernel/src/bootcode/header.asm | fatho/learnos | d0159d8a3179b0065ca98307ad754955ab615b23 | [
"MIT"
] | 1 | 2018-12-02T20:30:08.000Z | 2018-12-02T20:30:08.000Z | section .multiboot2
align 4
MB2_MAGIC EQU 0xE85250D6 ; Multiboot2 Magic Value
MB2_ARCHITECTURE EQU 0 ; x86 protected mode
MB2_HEADER_LEN EQU Multiboot2HeaderEnd - Multiboot2Header
MB2_CHECKSUM EQU -(MB2_MAGIC + MB2_ARCHITECTURE + MB2_HEADER_LEN)
MB2_TAG_FLAG_OPTIONAL EQU 0x0001 ; marks an op... | 23.88 | 69 | 0.711893 |
5f144fe1c8844a1e025f1526e509bc830f9361b3 | 6,444 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_957.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_957.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_957.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x11b4, %r9
cmp $34320, %r12
movb (%r9), %al
nop
nop
nop
nop
cmp $52188, %rcx
lea addresses_normal_ht+0x1410c, %rsi
lea addresses_A_ht+0xdac4, %rdi
clflush (%rsi)
nop
nop
nop
n... | 36.822857 | 2,999 | 0.657821 |
45f22ffb78fb986ae3faf68d1a62e1a4acab97e9 | 215 | asm | Assembly | ioctl/IopGetStatus.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | 1 | 2021-11-25T14:01:48.000Z | 2021-11-25T14:01:48.000Z | ioctl/IopGetStatus.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | null | null | null | ioctl/IopGetStatus.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | 2 | 2021-11-05T06:48:43.000Z | 2021-12-06T08:07:38.000Z | ;--------------------------------------------------------
; Category 5 Function 66H Get Printer Status
;--------------------------------------------------------
;
;
;
IOPGETSTATUS PROC NEAR
RET
IOPGETSTATUS ENDP
| 19.545455 | 57 | 0.348837 |
bc3518ef32f63c1a6a9f7b6fce512e235f1baef8 | 46 | asm | Assembly | lib/test/sources/hex.asm | MircoT/js-pdp8 | de125c6e20b0b7884c6c5e022ac57ec9cd9f40b7 | [
"MIT"
] | 12 | 2016-04-12T15:13:40.000Z | 2021-05-14T09:29:12.000Z | lib/test/sources/hex.asm | MircoT/js-pdp8 | de125c6e20b0b7884c6c5e022ac57ec9cd9f40b7 | [
"MIT"
] | 2 | 2019-12-30T14:15:34.000Z | 2019-12-30T14:25:18.000Z | lib/test/sources/hex.asm | MircoT/js-pdp8 | de125c6e20b0b7884c6c5e022ac57ec9cd9f40b7 | [
"MIT"
] | null | null | null | ORG 100
7800
7020
7200
1106
7200
7001
0000
END | 5.111111 | 7 | 0.804348 |
2a79aaebae154dfbc340c2513d2d3104a9cfbe09 | 718 | asm | Assembly | oeis/020/A020878.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020878.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020878.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020878: Number of maximum matchings in the n-Moebius ladder M_n.
; Submitted by Jon Maiga
; 2,3,3,6,7,13,18,31,47,78,123,201,322,523,843,1366,2207,3573,5778,9351,15127,24478,39603,64081,103682,167763,271443,439206,710647,1149853,1860498,3010351,4870847,7881198,12752043,20633241,33385282,54018523,87403803,141422326,2... | 37.789474 | 490 | 0.784123 |
6e5e496bfb5793e7a4eaeb33bdecb0c5287ded5e | 6,843 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1821.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_1821.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_1821.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 %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x16aa6, %rsi
lea addresses_WT_ht+0x3ac2, %rdi
inc %r15
mov $123, %rcx
rep movsq
sub %r8, %r8
lea addresses_WC_ht+0xc5be, %r13
nop
nop
cmp $32564, %r11
mov (%r13), %si
nop
nop
... | 37.80663 | 2,999 | 0.660675 |
b4d5aec767e8e40ebcbbf514c19866eb3f3800cd | 687 | asm | Assembly | oeis/000/A000139.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/000/A000139.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/000/A000139.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A000139: a(n) = 2*(3*n)!/((2*n+1)!*((n+1)!)).
; Submitted by Jamie Morken(s4)
; 2,1,2,6,22,91,408,1938,9614,49335,260130,1402440,7702632,42975796,243035536,1390594458,8038677054,46892282815,275750636070,1633292229030,9737153323590,58392041019795,352044769046880,2132866978427640,12980019040145352,79319075627675556,486... | 40.411765 | 491 | 0.806405 |
ddd18ad3d8f0afc8961f4795d2382ea96249370f | 480 | asm | Assembly | libsrc/_DEVELOPMENT/drivers/terminal/console_01/input/console_01_input_terminal/console_01_input_stdio_msg_flsh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/drivers/terminal/console_01/input/console_01_input_terminal/console_01_input_stdio_msg_flsh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/drivers/terminal/console_01/input/console_01_input_terminal/console_01_input_stdio_msg_flsh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_driver
SECTION code_driver_terminal_input
PUBLIC console_01_input_stdio_msg_flsh
EXTERN l_setmem_hl, l_offset_ix_de
console_01_input_stdio_msg_flsh:
; carry set on error (write buffers could not be flushed)
res 6,(ix+7)
ld hl,16
call l_offset_ix_de ; hl = & FDSTRUCT.pending... | 19.2 | 62 | 0.679167 |
43f35fd38bdc62edcda85a400a9f3baa8998e57b | 598 | asm | Assembly | programs/oeis/052/A052482.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/052/A052482.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/052/A052482.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A052482: a(n) = 2^(n-2)*binomial(n+1,2).
; 3,12,40,120,336,896,2304,5760,14080,33792,79872,186368,430080,983040,2228224,5013504,11206656,24903680,55050240,121110528,265289728,578813952,1258291200,2726297600,5888802816,12683575296,27246198784,58384711680,124822487040,266287972352,566935683072,1204738326528,25555055411... | 39.866667 | 453 | 0.807692 |
0dc3a5b03aa38f574fc731d6cf7a704750c25531 | 5,626 | asm | Assembly | old/tree_asm/tree.asm | onnoeberhard/snowflake | e348cdf9c2b739488737c4c68a792ead375c3028 | [
"MIT"
] | null | null | null | old/tree_asm/tree.asm | onnoeberhard/snowflake | e348cdf9c2b739488737c4c68a792ead375c3028 | [
"MIT"
] | null | null | null | old/tree_asm/tree.asm | onnoeberhard/snowflake | e348cdf9c2b739488737c4c68a792ead375c3028 | [
"MIT"
] | null | null | null | .include "tn13adef.inc"
.equ DT = 0xF
.equ CYCLES = 3
.equ PERIOD = 0xFF
.equ BRIGHT = 0xFF
.equ MIDDLE = 0x80
.equ DARK = 0x00
.equ LEDS = PORTB ; PORTB: LEDs
.equ L0 = PB0 ; PB0: LED 0
.equ L1 = PB1 ; PB1: LED 1
.def temp = r16 ; R16: Temp register
.def time = r17 ; R17: Delay time regis... | 35.1625 | 79 | 0.591184 |
2c3b8e1ddec1b3974607fc37dde648cb6de7cce4 | 2,617 | asm | Assembly | code/Forec/t37.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | 1 | 2021-08-20T03:57:29.000Z | 2021-08-20T03:57:29.000Z | code/Forec/t37.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | code/Forec/t37.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | ;; last edit date: 2016/10/26
;; author: Forec
;; LICENSE
;; Copyright (c) 2015-2017, Forec <forec@bupt.edu.cn>
;; Permission to use, copy, modify, and/or distribute this code for any
;; purpose with or without fee is hereby granted, provided that the above
;; copyright notice and this permission notice appear in all ... | 20.936 | 75 | 0.698128 |
4f6e1ca639cd916082a5823927abdf86f56949ae | 256 | asm | Assembly | programs/oeis/127/A127948.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/127/A127948.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/127/A127948.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A127948: Triangle, A004736 * A127899.
; 1,0,2,-1,1,3,-2,0,2,4,-3,-1,1,3,5,-4,-2,0,2,4,6,-5,-3,-1,1,3,5,7,-6,-4,-2,0,2,4,6,8,-7,-5,-3,-1,1,3,5,7,9,-8,-6,-4,-2,0,2,4,6,8,10
add $0,1
mul $0,2
mov $1,2
mov $2,-1
lpb $0
add $2,$1
sub $0,$2
lpe
mov $1,$0
| 19.692308 | 132 | 0.496094 |
123bc91fb785bb2aa330ce53a8a5fd6ae1ae6c94 | 439 | asm | Assembly | oeis/200/A200978.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/200/A200978.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/200/A200978.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A200978: Number of ways to arrange n books on 3 consecutive shelves leaving none of the shelves empty.
; Submitted by Christian Krause
; 6,72,720,7200,75600,846720,10160640,130636800,1796256000,26345088000,410983372800,6799906713600,118998367488000,2196892938240000,42682491371520000,870722823979008000,186117003625512... | 29.266667 | 210 | 0.790433 |
bc622559482d821cf94a8d94ce8b4894693b1a38 | 2,926 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_48_113.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_48_113.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_48_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 %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x8403, %rsi
clflush (%rsi)
nop
nop
nop
inc %rdx
movb $0x61, (%rsi)
add $37089, %r8
lea addresses_A_ht+0x2429, %rbp
nop
nop
nop
add $15086, %rbx
mov $0x6162636465666768, %rcx
movq %rcx, %... | 19.77027 | 149 | 0.643199 |
9bbd9e5c2a0d7597659b1e6b95f0d4bc276a028c | 230 | asm | Assembly | libsrc/_DEVELOPMENT/string/c/sdcc_iy/strtok_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/strtok_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/strtok_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; char *strtok_callee(char * restrict s1, const char * restrict s2)
SECTION code_clib
SECTION code_string
PUBLIC _strtok_callee
EXTERN asm_strtok
_strtok_callee:
pop af
pop hl
pop de
push af
jp asm_strtok
| 12.105263 | 67 | 0.726087 |
6d510f694795bf375fd5bd77126a9a3f13fbcb6a | 2,116 | asm | Assembly | tb/tprog/asm/test.slt.sltu.slti.sltiu.asm | mshaklunov/mips_onemore | b52b01f4d3bf458285b610aafd700d23e8c7f676 | [
"MIT"
] | null | null | null | tb/tprog/asm/test.slt.sltu.slti.sltiu.asm | mshaklunov/mips_onemore | b52b01f4d3bf458285b610aafd700d23e8c7f676 | [
"MIT"
] | null | null | null | tb/tprog/asm/test.slt.sltu.slti.sltiu.asm | mshaklunov/mips_onemore | b52b01f4d3bf458285b610aafd700d23e8c7f676 | [
"MIT"
] | null | null | null |
#SLT SLTU SLTI SLTIU INSTRUCTIONS
#EACH INPUT BIT GETS 1 AND 0
#1 -A=-B
lui $1 0xFF00
ori $1 0x0000
lui $2 0xFF00
ori $2 0x0000
lui $3 0x0000
ori $3 0x0000
lui $4 0x0000
ori $4 0x0001
lui $7 0xFFFF
ori $7 0x8000
slt $5 $1 $2
bne $5 $3 fail
sltu $6 $1 $2
bne $6 $3 fail
slti $8 $7 -3276... | 13.651613 | 33 | 0.557183 |
54667a31b0772eb339d1ec70fa99849820db5e67 | 6,714 | asm | Assembly | Transynther/x86/_processed/NC/_st_un_sm_/i7-7700_9_0x48.log_4_2690.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_un_sm_/i7-7700_9_0x48.log_4_2690.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_un_sm_/i7-7700_9_0x48.log_4_2690.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 %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x6194, %rax
nop
nop
nop
nop
sub $15624, %rbx
mov $0x6162636465666768, %rdx
movq %rdx, %xmm3
vmovups %ymm3, (%rax)
nop
nop
nop
nop
cmp %rax, %rax
lea addresses_UC_ht+0x11614, %... | 21.314286 | 155 | 0.648943 |
d2344bee133e37bb1039323a5eff14ce2f7eab3c | 754 | asm | Assembly | programs/oeis/184/A184045.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/184/A184045.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/184/A184045.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A184045: 1/9 the number of (n+1) X 7 0..2 arrays with all 2 X 2 subblocks having the same four values.
; 153,159,169,189,225,297,433,705,1233,2289,4369,8529,16785,33297,66193,131985,263313,525969,1050769,2100369,4198545,8394897,16785553,33566865,67125393,134242449,268468369,536920209,1073807505,2147582097,4295098513,... | 107.714286 | 517 | 0.830239 |
2b27337d75d23ead055f6674586e1b47a6acc801 | 6,821 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_10089_602.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_10089_602.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_10089_602.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 %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1299, %rsi
lea addresses_A_ht+0x2f19, %rdi
nop
nop
nop
dec %r14
mov $0, %rcx
rep movsl
nop
xor $46813, %r10
lea addresses_WT_ht+0x14299, %rbx
cmp %r11, %r11
mov (%rbx), %edi... | 35.341969 | 2,999 | 0.658408 |
86048fe0fc4260980a850649664bc5682f69d15b | 621 | asm | Assembly | oeis/106/A106853.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/106/A106853.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/106/A106853.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A106853: Expansion of 1/(1 - x + 4*x^2).
; 1,1,-3,-7,5,33,13,-119,-171,305,989,-231,-4187,-3263,13485,26537,-27403,-133551,-23939,510265,606021,-1435039,-3859123,1881033,17317525,9793393,-59476707,-98650279,139256549,533857665,-23168531,-2158599191,-2065925067,6568471697,14832171965,-11441714823,-70770402683,-2500354... | 47.769231 | 491 | 0.769726 |
7701e40b9c3d58f67022c8278da759c9a5e7d34b | 518 | asm | Assembly | PRG/levels/Plains/3-9End.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Plains/3-9End.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Plains/3-9End.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $B312
; Generic pipe exit sandy sky
.word W309L ; Alternate level layout
.word W309O ; Alternate object layout
.byte LEVEL1_SIZE_02 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_02 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_00 | LEVEL3_VSCROLL_LOCKLOW
.byte LEVEL4_BGBANK_INDEX(1) |... | 39.846154 | 85 | 0.718147 |
4c8ad89f11b210423446ca15eda0b25a091709c0 | 422 | asm | Assembly | programs/oeis/341/A341671.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/341/A341671.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/341/A341671.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A341671: Solutions y of the Diophantine equation 3*(x^2+x+1) = y^2.
; 3,39,543,7563,105339,1467183,20435223,284625939,3964327923,55215964983,769059181839,10711612580763,149193516948843,2077997624703039,28942773228893703,403120827579808803,5614748812888429539,78203362552858204743,1089232326927126436863,151710492144269... | 52.75 | 258 | 0.779621 |
2a4f776d43d39f0f52888450e6412027b7cdafdf | 1,700 | asm | Assembly | code/Forec/t35.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | 1 | 2021-08-20T03:57:29.000Z | 2021-08-20T03:57:29.000Z | code/Forec/t35.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | code/Forec/t35.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | ;; last edit date: 2016/10/25
;; author: Forec
;; LICENSE
;; Copyright (c) 2015-2017, Forec <forec@bupt.edu.cn>
;; Permission to use, copy, modify, and/or distribute this code for any
;; purpose with or without fee is hereby granted, provided that the above
;; copyright notice and this permission notice appear in all ... | 21.794872 | 75 | 0.678235 |
31329eb2383229afbb1c3661b647bf6a1e2de776 | 1,012 | asm | Assembly | oeis/169/A169712.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/169/A169712.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/169/A169712.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A169712: The function W_n(8) (see Borwein et al. reference for definition).
; 1,70,639,2716,7885,18306,36715,66424,111321,175870,265111,384660,540709,740026,989955,1298416,1673905,2125494,2662831,3296140,4036221,4894450,5882779,7013736,8300425,9756526,11396295,13234564,15286741,17568810,20097331,22889440,25962849,293... | 19.09434 | 496 | 0.70751 |
1b1f3b1f3c14ce50ebcf04fb2227905667868579 | 1,845 | asm | Assembly | programs/oeis/288/A288465.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/288/A288465.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/288/A288465.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A288465: a(n) = 2*a(n-1) - a(n-4), where a(0) = 2, a(1) = 4, a(2) = 6, a(3) = 10.
; 2,4,6,10,18,32,58,106,194,356,654,1202,2210,4064,7474,13746,25282,46500,85526,157306,289330,532160,978794,1800282,3311234,6090308,11201822,20603362,37895490,69700672,128199522,235795682,433695874,797691076,1467182630,2698569578,496344... | 141.923077 | 1,479 | 0.869377 |
02727faf33e23f277765d2190efd234b7e05d902 | 530 | asm | Assembly | programs/oeis/080/A080352.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/080/A080352.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/080/A080352.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A080352: Partial sums of A080343.
; 0,0,0,0,1,1,1,2,2,2,2,3,4,4,4,4,5,6,6,6,6,6,7,8,9,9,9,9,9,10,11,12,12,12,12,12,12,13,14,15,16,16,16,16,16,16,17,18,19,20,20,20,20,20,20,20,21,22,23,24,25,25,25,25,25,25,25,26,27,28,29,30,30,30,30,30,30,30,30,31,32
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
sub $2,1
sub $0,$2
sub... | 29.444444 | 215 | 0.626415 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.