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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e7b6827e8470666697cdc642e18b9c6eb18cc572 | 404 | a51 | Assembly | Lab_4/Task_1.a51 | DeeptimaanB/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | null | null | null | Lab_4/Task_1.a51 | DeeptimaanB/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | null | null | null | Lab_4/Task_1.a51 | DeeptimaanB/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | 1 | 2021-09-19T12:10:50.000Z | 2021-09-19T12:10:50.000Z | ;Write an assembly language program to perform logical operations AND, OR, XOR on two eight bit numbers stored in internal
;RAM locations 21h, 22h and store their result in the memory location 30h, 31h, 32h respectively.
ORG 000H
MOV A,21H
MOV R0,A
MOV A,22H
ANL A,R0
MOV 30H,A
MOV A,21H
MOV R1,A
MOV A,22H
ORL A,R1
... | 17.565217 | 123 | 0.752475 |
a147e88fc57eff2d4b9e23ba95118934308fbfd7 | 4,145 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_244_470.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_244_470.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_244_470.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1dc4, %rsi
lea addresses_D_ht+0x13e58, %rdi
nop
nop
nop
nop
add %r11, %r11
mov $102, %rcx
rep movsb
nop
and %rbx, %rbx
lea addresses_D_ht+0x1cbd8, %rdx
nop
nop
nop
nop
nop
cmp... | 23.418079 | 731 | 0.650181 |
7707e44409e8f88be64eab72832a7c737c906cc7 | 427 | asm | Assembly | oeis/023/A023571.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/023/A023571.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/023/A023571.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A023571: Least odd prime divisor of p(n)-3, or 1 if p(n)-3 is a power of 2.
; Submitted by Stefano Spezia
; 1,1,1,1,1,5,7,1,5,13,7,17,19,5,11,5,7,29,1,17,5,19,5,43,47,7,5,13,53,5,31,1,67,17,73,37,7,5,41,5,11,89,47,5,97,7,13,5,7,113,5,59,7,31,127,5,7,67,137,139,5,5,19,7,5,157,41,167,43,173,5,89,7,5,47,5
seq $0,52147 ... | 53.375 | 197 | 0.637002 |
bc2f4d54268e76b7b57ff68f24507dc8016a1c36 | 991 | asm | Assembly | programs/oeis/047/A047201.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/047/A047201.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047201.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047201: Numbers not divisible by 5.
; 1,2,3,4,6,7,8,9,11,12,13,14,16,17,18,19,21,22,23,24,26,27,28,29,31,32,33,34,36,37,38,39,41,42,43,44,46,47,48,49,51,52,53,54,56,57,58,59,61,62,63,64,66,67,68,69,71,72,73,74,76,77,78,79,81,82,83,84,86,87,88,89,91,92,93,94,96,97,98,99,101,102,103,104,106,107,108,109,111,112,113,114... | 123.875 | 913 | 0.717457 |
5f889195862346736f8d63576486c944ae91134f | 643 | asm | Assembly | oeis/004/A004551.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/004/A004551.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/004/A004551.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A004551: Expansion of sqrt(3) in base 6.
; Submitted by Christian Krause
; 1,4,2,2,0,4,2,3,2,1,2,5,4,5,4,5,3,4,2,0,4,1,2,1,3,4,1,2,4,1,3,3,3,0,1,4,3,3,1,1,4,0,2,1,1,0,0,1,5,2,0,4,0,4,1,1,0,0,1,1,1,5,1,4,1,2,1,1,0,5,4,3,1,3,3,1,0,4,2,4,1,0,1,0,1,1,2,2,4,2,0,1,1,3,4,2,4,3,4,0
mov $1,1
mov $2,1
mov $3,$0
add $3,2
mov $... | 16.075 | 201 | 0.511664 |
ea9bb87c15669af335aac4e40856aec75e52e75a | 3,450 | asm | Assembly | ugbc/src/hw/6502/cpu_convert_string_into_16bit.asm | Samuel-DEVULDER/ugbasic | 61971d500d2290512fbdd3d7e487806bc34f617d | [
"Apache-2.0"
] | null | null | null | ugbc/src/hw/6502/cpu_convert_string_into_16bit.asm | Samuel-DEVULDER/ugbasic | 61971d500d2290512fbdd3d7e487806bc34f617d | [
"Apache-2.0"
] | 3 | 2021-11-27T14:19:16.000Z | 2021-12-21T14:44:50.000Z | ugbc/src/hw/6502/cpu_convert_string_into_16bit.asm | Samuel-DEVULDER/ugbasic | 61971d500d2290512fbdd3d7e487806bc34f617d | [
"Apache-2.0"
] | null | null | null | ; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021 Marco Spedaletti (asimov@mclink.it)
; *
; * Licensed un... | 38.333333 | 80 | 0.594203 |
13f5c4deb7d72ab9564f333a0ab39a3cbd8b05d3 | 1,838 | asm | Assembly | programs/oeis/171/A171663.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/171/A171663.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/171/A171663.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A171663: Expansion of (1 + 4*x - 6*x^2 - 16*x^3 + 20*x^4)/((1-x)*(1-2*x)*(1+2*x)*(1-2*x^2)).
; 1,5,5,13,25,41,113,145,481,545,1985,2113,8065,8321,32513,33025,130561,131585,523265,525313,2095105,2099201,8384513,8392705,33546241,33562625,134201345,134234113,536838145,536903681,2147418113,2147549185,8589803521,859006566... | 131.285714 | 1,652 | 0.893362 |
8cc06f3e05de27b7f8f5d44a167b66c82549f090 | 117 | asm | Assembly | libsrc/nc100/kmreadkbd.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/nc100/kmreadkbd.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/nc100/kmreadkbd.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | PUBLIC kmreadkbd
.kmreadkbd
call 0xB806
jr c, kmread_1
ld bc, 0xffff
kmread_1:
ld h, b
ld l, c
ret
| 8.357143 | 18 | 0.632479 |
e5b0616c25413125dfa000857d4b60916cfd5a37 | 7,756 | asm | Assembly | PIC/mikroC/Projects/PIC18F4550/I2C.asm | UdayanSinha/Code_Blocks | 43c010dcfb587942b6e6f8ba72b93862042afa1d | [
"MIT"
] | 3 | 2016-10-30T05:54:44.000Z | 2021-05-17T20:24:42.000Z | PIC/mikroC/Projects/PIC18F4550/I2C.asm | UdayanSinha/Code_Blocks | 43c010dcfb587942b6e6f8ba72b93862042afa1d | [
"MIT"
] | null | null | null | PIC/mikroC/Projects/PIC18F4550/I2C.asm | UdayanSinha/Code_Blocks | 43c010dcfb587942b6e6f8ba72b93862042afa1d | [
"MIT"
] | 1 | 2018-10-04T08:20:25.000Z | 2018-10-04T08:20:25.000Z |
_main:
;I2C.c,8 :: void main(void)
;I2C.c,10 :: error=Soft_UART_Init(&PORTD, 0, 1, 9600, 0); //setup software UART for 9600bps comm
MOVLW PORTD+0
MOVWF FARG_Soft_UART_Init_port+0
MOVLW hi_addr(PORTD+0)
MOVWF FARG_Soft_UART_Init_port+1
CLRF FARG_Soft_UART_Init_rx... | 29.490494 | 104 | 0.536875 |
b5f4c58db0d355e7088d288393c39d91a54d938a | 6,609 | asm | Assembly | non_regression/comm_sparc.out.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | 1 | 2021-02-28T21:31:18.000Z | 2021-02-28T21:31:18.000Z | non_regression/comm_sparc.out.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | non_regression/comm_sparc.out.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | .text
.globl y
.type y, #function
y:
save %sp, -96, %sp
st %i0, [%fp+68]
sethi %hi(_impure_ptr), %g1
bset %lo(_impure_ptr), %g1
ld [%g0+%g1]0, %g1
ld [%g1+8], %g1
ld [%g1+8], %g2
inc -0x1, %g2
st %g2, [%g1+8]
ld [%g1+8], %g1
cmp %g1, 0
bge .L400012CC
nop
.L400011D0:
sethi %hi(_impure_pt... | 18.991379 | 76 | 0.59888 |
16d4f08480dc4fe83d5c98ab2757feb273dceada | 1,564 | asm | Assembly | oxylib/oxysound.asm | oxypomme/oxylib8086 | 3c8777e7d6ea871bb364df075a098b6d32b63271 | [
"MIT"
] | 2 | 2020-03-22T11:22:53.000Z | 2021-12-15T14:55:35.000Z | oxylib/oxysound.asm | oxypomme/oxylib8086 | 3c8777e7d6ea871bb364df075a098b6d32b63271 | [
"MIT"
] | null | null | null | oxylib/oxysound.asm | oxypomme/oxylib8086 | 3c8777e7d6ea871bb364df075a098b6d32b63271 | [
"MIT"
] | 1 | 2020-03-10T14:38:52.000Z | 2020-03-10T14:38:52.000Z | DSEG SEGMENT
; Define few notes
_C_ EQU 9121
_D_ EQU 8126
_E_ EQU 7239
_F_ EQU 6833
_G_ EQU 6087
_A_ EQU 5423
_B_ EQU 4831
DSEG ENDS
; PLAYSOUND
; play a sound
;
; frequency : frequency of the sound
; duration : duration of t... | 28.436364 | 78 | 0.485294 |
62f36717fc389000396f084105a3916a089048ce | 1,264 | asm | Assembly | libsrc/target/bit90/input/in_LookupKey.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/bit90/input/in_LookupKey.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/bit90/input/in_LookupKey.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; uint in_LookupKey(uchar c)
SECTION code_clib
PUBLIC in_LookupKey
PUBLIC _in_LookupKey
EXTERN in_keytranstbl
; Given the ascii code of a character, returns the scan row and mask
; corresponding to the key that needs to be pressed to generate the
; character.
;
; The scan row returned will have bit 7 set and bit 6 ... | 17.081081 | 70 | 0.681171 |
57a3f20b2d99c73a5573fba3d0a9449d4fccaf2c | 485 | asm | Assembly | programs/oeis/085/A085624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/085/A085624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/085/A085624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A085624: Sum of the entries in the character table of the dihedral group D_{2n} of order 2n.
; 2,4,5,8,8,10,11,14,14,16,17,20,20,22,23,26,26,28,29,32,32,34,35,38,38,40,41,44,44,46,47,50,50,52,53,56,56,58,59,62,62,64,65,68,68,70,71,74,74,76,77,80,80,82,83,86,86,88,89,92,92,94,95,98,98,100,101,104,104,106,107,110,110,1... | 48.5 | 331 | 0.684536 |
4d43bde7497a9839cb9fca45784b042a1230ecd7 | 111 | asm | Assembly | tests/symbol_label_nested/15.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/symbol_label_nested/15.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/symbol_label_nested/15.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #ruledef test
{
ld {x} => 0x55 @ x`8
}
global1:
.local1:
..local2 ; error: expected
ld global1.local1 | 11.1 | 26 | 0.603604 |
deec767f4883ddb17b033a41f4ff9467ba6f92f5 | 431 | asm | Assembly | oeis/120/A120506.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/120/A120506.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/120/A120506.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A120506: Generalized meta-Fibonacci sequence a(n) with parameters s=3 and k=3.
; Submitted by Christian Krause
; 1,1,1,1,2,3,3,3,3,3,4,5,6,6,7,8,9,9,9,9,9,9,10,11,12,12,13,14,15,15,16,17,18,18,18,19,20,21,21,22,23,24,24,25,26,27,27,27,27,27,27,27,28,29,30,30,31,32,33,33
mov $6,$0
add $0,1
mov $2,$0
lpb $0
lpb $0,$... | 21.55 | 159 | 0.587007 |
71c802621c16b73e1e2165031765cedee9b18820 | 8,938 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_un_4k_sm_/i7-7700_9_0x48.log_21829_2420.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_un_4k_sm_/i7-7700_9_0x48.log_21829_2420.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_un_4k_sm_/i7-7700_9_0x48.log_21829_2420.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x3485, %rsi
lea addresses_A_ht+0x13245, %rdi
clflush (%rsi)
nop
and %r13, %r13
mov $45, %rcx
rep movsq
nop
nop
nop
nop
nop
inc %r14
lea addresses_D_ht+0x19885, %rsi
lea addre... | 29.694352 | 2,999 | 0.654844 |
9cfd9fb5350d41321727790b95ae77b132ec95c1 | 309 | asm | Assembly | libsrc/math/daimath32/c/sccz80/fp_return.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/daimath32/c/sccz80/fp_return.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/daimath32/c/sccz80/fp_return.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_dai32
PUBLIC ___dai32_return
EXTERN ___dai32_fpac
; Return the value that's in the FP registers
___dai32_return:
ld hl,(___dai32_fpac+0)
ld a,h
ld h,l
ld l,a
ex de,hl
ld hl,(___dai32_fpac+2)
ld a,h
ld h,l
ld l,a
ret
| 16.263158 | 45 | 0.579288 |
7465815c6f7d03e7c270d67da36688e08825f93f | 7,571 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_21829_988.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_21829_988.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_21829_988.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 %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x19605, %r14
nop
nop
add $17668, %rcx
mov $0x6162636465666768, %r8
movq %r8, %xmm6
movups %xmm6, (%r14)
nop
nop
and %r10, %r10
lea addresses_WC_ht+0x1ab0d, %rsi
clflush (%rsi)... | 34.257919 | 2,999 | 0.651565 |
07929f2e6ab924e6b5c84c2c2f35c966dabd94c4 | 815 | asm | Assembly | AOC/Meus Exercicios/Aula10/exercicio2.asm | joao-frohlich/BCC | 9ed74eb6d921d1280f48680677a2140c5383368d | [
"Apache-2.0"
] | 10 | 2020-12-08T20:18:15.000Z | 2021-06-07T20:00:07.000Z | AOC/Meus Exercicios/Aula10/exercicio2.asm | joao-frohlich/BCC | 9ed74eb6d921d1280f48680677a2140c5383368d | [
"Apache-2.0"
] | 2 | 2021-06-28T03:42:13.000Z | 2021-06-28T16:53:13.000Z | AOC/Meus Exercicios/Aula10/exercicio2.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: "
par: .asciiz "Eh par\n"
impar: .asciiz "Eh impar\n"
.text
# Vinicius Gasparini
.globl main
main:
li $t0, 2
paridade:
li $v0, 4 # call code para print_str
la $a0, n_text # carregando str para arg da syscall
syscall
li $v0, 5 # call code para rea... | 20.375 | 53 | 0.644172 |
b4270763e86766e7910e3afba9d899425885baa2 | 1,755 | asm | Assembly | programs/oeis/017/A017370.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017370.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017370.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017370: a(n) = (10*n + 8)^6.
; 262144,34012224,481890304,3010936384,12230590464,38068692544,98867482624,225199600704,464404086784,885842380864,1586874322944,2699554153024,4398046511104,6906762437184,10509215371264,15557597153344,22483074023424,31806802621504,44151665987584,60254729561664,80980417183744,1073344070938... | 250.714286 | 1,693 | 0.924217 |
1a82a7425850a558ecb91c63dc40cf890f8ca63b | 3,007 | asm | Assembly | src/boot/enabling_a20.asm | DrDeano/DeanOS | 845223d085a2c5efc2a77f0a491a58b8a297637d | [
"MIT"
] | 6 | 2018-10-06T02:34:55.000Z | 2022-01-06T22:22:27.000Z | src/boot/enabling_a20.asm | DrDeano/DeanOS | 845223d085a2c5efc2a77f0a491a58b8a297637d | [
"MIT"
] | null | null | null | src/boot/enabling_a20.asm | DrDeano/DeanOS | 845223d085a2c5efc2a77f0a491a58b8a297637d | [
"MIT"
] | 1 | 2021-06-25T17:27:55.000Z | 2021-06-25T17:27:55.000Z | ; Purpose: To check the status of the a20 line in a completely self-contained state-preserving way.
; The function can be modified as necessary by removing pushes at the beginning and their
; respective pop's at the end if complete self-containment is not required.
;
; Returns: 0 in AX if the a20 line is disabled (... | 18.677019 | 104 | 0.693382 |
d6c308f34b980dfb7b32c902910bbede6e988ce3 | 3,176 | asm | Assembly | src/shaders/post_processing/gen5_6/Common/readSampler16x1.asm | martin-kokos/intel-vaapi-driver | 3ed3f6a783fdfff3fa1b567888518dcbda7eb2a3 | [
"MIT"
] | 192 | 2018-01-26T11:51:55.000Z | 2022-03-25T20:04:19.000Z | src/shaders/post_processing/gen5_6/Common/readSampler16x1.asm | martin-kokos/intel-vaapi-driver | 3ed3f6a783fdfff3fa1b567888518dcbda7eb2a3 | [
"MIT"
] | 256 | 2017-01-23T02:10:27.000Z | 2018-01-23T10:00:05.000Z | src/shaders/post_processing/gen5_6/Common/readSampler16x1.asm | martin-kokos/intel-vaapi-driver | 3ed3f6a783fdfff3fa1b567888518dcbda7eb2a3 | [
"MIT"
] | 64 | 2018-01-30T19:51:53.000Z | 2021-11-24T01:26:14.000Z | /*
* All Video Processing kernels
* Copyright © <2010>, Intel Corporation.
*
* 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 ri... | 36.930233 | 135 | 0.664043 |
7be4d16ed0781e12ded3f776915dba4be96c895b | 441 | asm | Assembly | oeis/065/A065365.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/065/A065365.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/065/A065365.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A065365: Replace 3^k with 2^k in balanced ternary expansion of n.
; Submitted by Jamie Morken(s3)
; 1,1,2,3,1,2,3,3,4,5,5,6,7,1,2,3,3,4,5,5,6,7,5,6,7,7,8,9,9,10,11,9,10,11,11,12,13,13,14,15,1,2,3,3,4,5,5,6,7,5,6,7,7,8,9,9,10,11,9,10,11,11,12,13,13,14,15,9,10,11,11,12,13,13,14,15,13,14,15,15,16,17,17,18,19
mov $2,1
l... | 24.5 | 208 | 0.587302 |
c8ec4e1c17e430083e18ef3f51624f7f41c9d2dd | 599 | asm | Assembly | oeis/341/A341042.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/341/A341042.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/341/A341042.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A341042: Multiplicative projection of odd part of n.
; Submitted by Christian Krause
; 1,1,3,1,5,3,7,1,6,5,11,3,13,7,15,1,17,6,19,5,21,11,23,3,10,13,9,7,29,15,31,1,33,17,35,6,37,19,39,5,41,21,43,11,30,23,47,3,14,10,51,13,53,9,55,7,57,29,59,15,61,31,42,1,65,33,67,17,69,35,71,6,73,37,30
add $0,1
mov $1,1
mov $2,1
lpb ... | 18.151515 | 200 | 0.540902 |
8dc87db7e93be7a102ad96adab4cbe9eb39003b4 | 423 | asm | Assembly | programs/oeis/343/A343265.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/343/A343265.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/343/A343265.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A343265: a(n) is the number of ways n can be reached starting from 0 and using only two operations: adding one or, once n > 1, squaring.
; 1,1,1,1,2,2,2,2,2,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,7,7,7,7,7,7,7,7,7,7,7,9,9,9,9,9,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,13,13,... | 32.538462 | 195 | 0.607565 |
3a13872a7f4da365f613ebc1fa11962c71c93409 | 2,391 | asm | Assembly | kernel/asm/port.asm | madd-games/glidix | 1510d9c3f159bee9d4aa942e715aedc78b7f827c | [
"BSD-2-Clause"
] | 98 | 2015-08-05T22:20:19.000Z | 2022-03-11T08:49:24.000Z | kernel/asm/port.asm | madd-games/glidix | 1510d9c3f159bee9d4aa942e715aedc78b7f827c | [
"BSD-2-Clause"
] | 5 | 2016-02-23T12:49:24.000Z | 2019-10-11T18:09:47.000Z | kernel/asm/port.asm | madd-games/glidix | 1510d9c3f159bee9d4aa942e715aedc78b7f827c | [
"BSD-2-Clause"
] | 11 | 2015-12-02T05:01:28.000Z | 2021-06-25T16:54:18.000Z | ; Glidix kernel
;
; Copyright (c) 2014-2017, Madd Games.
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; * Redistributions of source code must retain the above copyright notice, this
; lis... | 18.251908 | 80 | 0.717691 |
051481fefa79713b9c0ef7bc8dbecfcdf485052d | 676 | asm | Assembly | oeis/023/A023887.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/023/A023887.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/023/A023887.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A023887: a(n) = sigma_n(n): sum of n-th powers of divisors of n.
; 1,5,28,273,3126,47450,823544,16843009,387440173,10009766650,285311670612,8918294543346,302875106592254,11112685048647250,437893920912786408,18447025552981295105,827240261886336764178,39346558271492178925595,1978419655660313589123980,104857700000096466... | 37.555556 | 464 | 0.810651 |
737a8384d5f3ef0bc39bfc87033fcce3da1a6926 | 6,429 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xa0_notsx.log_3713_394.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xa0_notsx.log_3713_394.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xa0_notsx.log_3713_394.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 %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x72da, %r10
clflush (%r10)
nop
nop
xor $14258, %r13
movw $0x6162, (%r10)
nop
cmp $58902, %rdi
lea addresses_WC_ht+0x4a9a, %r14
nop
add $26013, %rdx
mov (%r14), %rax
... | 36.528409 | 2,999 | 0.655623 |
24f941fa5f12d7d0ca7800d2178fb592327231d8 | 16,640 | asm | Assembly | target/cos_117/disasm/iop_overlay1/ICONSL.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/ICONSL.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/ICONSL.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x2118- f:00020 d: 280 | A = OR[280]
0x0001 (0x000002) 0x1E00-0x0001 f:00017 d: 0 | A = A - 1 (0x0001)
0x0003 (0x000006) 0x84A1- f:00102 d: 161 | P = P + 161 (0x00A4), A = 0
0x0004 (0x000008) 0x211A- f:00020 d: 282 | A = OR[282]
... | 79.617225 | 79 | 0.45643 |
cb11b7af80de916388e1145a67c710ac8fc9e4e5 | 718 | asm | Assembly | asm_labs/src/3.asm | yerseg/mephi_projects | 503321a4726dcd18714ac35d459ed6f41281346b | [
"MIT"
] | null | null | null | asm_labs/src/3.asm | yerseg/mephi_projects | 503321a4726dcd18714ac35d459ed6f41281346b | [
"MIT"
] | null | null | null | asm_labs/src/3.asm | yerseg/mephi_projects | 503321a4726dcd18714ac35d459ed6f41281346b | [
"MIT"
] | null | null | null | .586
.model flat, stdcall
.stack 100h
.data
m db 4
n db 3
K db ?
matr db 0, 1, 2,
6, 7, 9,
12,13,15,
18,19,21
.code
main:
lea eax, m
lea ebx, n
xor ecx, ecx
xor edx, edx
mov cl, [eax]
mov dl, [ebx]
cmp cl, dl
js @
jns @1
@:
mov cl, [eax]
lea ebx, K
mov [ebx], cl
jmp elem
@1:
... | 9.573333 | 21 | 0.56546 |
8b93ffcdb9ebda19a4de785971a7b283df92bbb9 | 29,231 | asm | Assembly | MSVC/14.24.28314/crt/src/x64/memcpy.asm | 825126369/UCRT | 8853304fdc2a5c216658d08b6dbbe716aa2a7b1f | [
"MIT"
] | 2 | 2021-01-27T10:19:30.000Z | 2021-02-09T06:24:30.000Z | MSVC/14.24.28314/crt/src/x64/memcpy.asm | 825126369/UCRT | 8853304fdc2a5c216658d08b6dbbe716aa2a7b1f | [
"MIT"
] | null | null | null | MSVC/14.24.28314/crt/src/x64/memcpy.asm | 825126369/UCRT | 8853304fdc2a5c216658d08b6dbbe716aa2a7b1f | [
"MIT"
] | 1 | 2021-01-27T10:19:36.000Z | 2021-01-27T10:19:36.000Z | page ,132
title memcpy - Copy source memory bytes to destination
;***
;memcpy.asm - contains memcpy and memmove routines
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;Purpose:
; memcpy() copies a source memory buffer to a destination buffer.
; Overlapping buffer... | 42.79795 | 103 | 0.572953 |
89441edf899da58f7c1599b8b561b913339702f1 | 185 | asm | Assembly | oeis/202/A202169.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/202/A202169.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/202/A202169.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A202169: Size of maximal independent set in graph S_3(n).
; Submitted by Jamie Morken(s2)
; 1,3,4,6,7,10,12,15,19,22
add $0,1
pow $0,2
mov $1,2
mod $1,$0
add $0,4
div $0,5
add $0,$1
| 15.416667 | 59 | 0.643243 |
2de88b5c0fda4584da33dc3ee42e4f1d4922031e | 7,711 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_61.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_61.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_61.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 %r13
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x18fc8, %rcx
nop
nop
nop
nop
xor $12390, %r10
movb (%rcx), %dl
nop
nop
nop
nop
nop
add $27986, %rbx
lea addresses_WT_ht+0x173c8, %r12
nop
dec %r13
vmovups (%r12), %y... | 34.424107 | 2,999 | 0.660874 |
d1831cd8af0630d82d222d127c232e8f065fc999 | 563 | asm | Assembly | oeis/310/A310518.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/310/A310518.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/310/A310518.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A310518: Coordination sequence Gal.3.21.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Jamie Morken(s2.)
; 1,4,10,16,22,26,30,36,42,48,52,56,62,68,74,78,82,88,94,100,104,108,114,120,126,130,134,140,146,152,156,160,1... | 25.590909 | 180 | 0.667851 |
2c120029e4ca3ed148e2352781af6ccf0e396f5d | 295 | asm | Assembly | mc-sema/validator/x86_64/tests/CMPXCHG32rm.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86_64/tests/CMPXCHG32rm.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86_64/tests/CMPXCHG32rm.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; CMPXCHG32rm
;TEST_BEGIN_RECORDING
lea rdi, [rsp-0x10]
mov DWORD [rdi], 0xabcd4321
mov eax, 0xabcd4321
cmpxchg [rdi], ecx
mov edx, [rdi]
mov rdi, 0x0
;TEST_END_RECORDING
| 18.4375 | 31 | 0.694915 |
07fe44b4461cf24c34c5509734237dca24302037 | 8,047 | asm | Assembly | projects/project2_lc3_symbol_table_python/lab10.asm | pegurnee/2015-01-341 | f7de0e905196083c2ce8068f258e7db6fa80fa28 | [
"MIT"
] | null | null | null | projects/project2_lc3_symbol_table_python/lab10.asm | pegurnee/2015-01-341 | f7de0e905196083c2ce8068f258e7db6fa80fa28 | [
"MIT"
] | null | null | null | projects/project2_lc3_symbol_table_python/lab10.asm | pegurnee/2015-01-341 | f7de0e905196083c2ce8068f258e7db6fa80fa28 | [
"MIT"
] | null | null | null | ; Lab 10 - Assembly Language Rotation with Input/Output and number validation
; @author Eddie Gurnee
; @version 11/26/2013
.orig x3000
;R0 = used to read in characters from the CONSOLE with GETC and to print from the address with PUTS
;R7 = used with the RET aspect of subroutines
START LD R3, ORIGINAL ;load data a... | 26.126623 | 106 | 0.624332 |
586535c0c023702bc5b4770fd80cf48210e2e473 | 317 | asm | Assembly | programs/oeis/082/A082412.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/082/A082412.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/082/A082412.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A082412: a(n) = (2*8^n + 2^n)/3.
; 1,6,44,344,2736,21856,174784,1398144,11184896,89478656,715828224,5726623744,45812985856,366503878656,2932031012864,23456248070144,187649984495616,1501199875833856,12009599006408704
mov $1,1
mov $2,1
lpb $0,1
mul $2,2
mul $1,2
mul $2,2
add $1,$2
sub $0,1
mul $2,2
lpe
| 22.642857 | 182 | 0.709779 |
52a8743a8bcb628229c4e4e5bb0c22e91361fb0b | 767 | asm | Assembly | oeis/077/A077122.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/077/A077122.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/077/A077122.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A077122: Let M_n be the n X n matrix M_(i,j) = 2^i-2^j then the characteristic polynomial of M_n = x^n-a(n)*x^(n-2).
; Submitted by Jon Maiga
; 0,4,56,460,2976,16884,88392,438940,2101232,9794884,44755608,201359340,894850368,3937184404,17180131304,74446624060,320691939984,1374391631844,5864066209080,24922271951500,105... | 42.611111 | 495 | 0.804433 |
165499d067d19c7b5a3f9e94591746b65df055db | 494 | asm | Assembly | programs/oeis/198/A198266.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/198/A198266.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/198/A198266.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A198266: Ceiling(n*sqrt(11)).
; 0,4,7,10,14,17,20,24,27,30,34,37,40,44,47,50,54,57,60,64,67,70,73,77,80,83,87,90,93,97,100,103,107,110,113,117,120,123,127,130,133,136,140,143,146,150,153,156,160,163,166,170,173,176,180,183,186,190,193,196,199,203,206,209,213,216,219,223,226,229,233,236,239,243,246,249,253,256,259,263... | 35.285714 | 368 | 0.680162 |
1583e09a25a811702460091f9b77eff213c2f356 | 610 | asm | Assembly | src/arraylist/ArrayListPop.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | 2 | 2019-08-03T17:09:30.000Z | 2021-04-01T22:17:09.000Z | src/arraylist/ArrayListPop.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | null | null | null | src/arraylist/ArrayListPop.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | 1 | 2019-08-04T21:26:32.000Z | 2019-08-04T21:26:32.000Z | ;;;
; Removes the last item of the list and returns its value.
; The allocated space for the list will not be shrinked.
; If the list is empty the value 0 will be returned
;
; params:
; list - A pointer to the list
;
; returns: (QWORD) The last added value in the list
;;;
proc ArrayListPop, list:QWORD
... | 21.785714 | 59 | 0.580328 |
202dfa0b91f50999cb3c5550049c3b6ade64e1b0 | 4,753 | asm | Assembly | SumScores.asm | patkub/mips | e13dc3bdfb9dea1ef0cfafea0be11ee792d6651e | [
"MIT"
] | null | null | null | SumScores.asm | patkub/mips | e13dc3bdfb9dea1ef0cfafea0be11ee792d6651e | [
"MIT"
] | null | null | null | SumScores.asm | patkub/mips | e13dc3bdfb9dea1ef0cfafea0be11ee792d6651e | [
"MIT"
] | null | null | null | # Sum Scores - Patrick Kubiak - 9/28/2015
# Keeps track of a sum of scores.
.data # items stored in data segment
.align 0 # no automatic alignment
sentinel:
.space 4 # declare 4 bytes of storage to hold integer sentinel
sum:
.space 4 # declar... | 37.132813 | 106 | 0.460551 |
5d74aec7bd3c7d956686da3b45875f92636193ad | 6,351 | asm | Assembly | include/wireless_common.asm | kevintraynor/intel-ipsec-mb | 5d5dc8686a2d748453115efc236e7cf56f1ba3fc | [
"BSD-3-Clause"
] | null | null | null | include/wireless_common.asm | kevintraynor/intel-ipsec-mb | 5d5dc8686a2d748453115efc236e7cf56f1ba3fc | [
"BSD-3-Clause"
] | null | null | null | include/wireless_common.asm | kevintraynor/intel-ipsec-mb | 5d5dc8686a2d748453115efc236e7cf56f1ba3fc | [
"BSD-3-Clause"
] | null | null | null | ;;
;; Copyright (c) 2019, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and the ... | 33.078125 | 81 | 0.556605 |
18864d3677a60678122b27a9a25c9dece3bc3d80 | 4,970 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1953.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_1953.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_1953.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1af31, %rsi
lea addresses_UC_ht+0x328d, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
cmp $50529, %rbp
mov $107, %rcx
rep movsq
nop
and $61893, %rbx
lea addresses_WC_ht+0x6b81, %r15
nop
nop... | 48.252427 | 2,999 | 0.664185 |
fd56c4a403ef5de0dcaf1428a23efe238351b6ab | 1,965 | asm | Assembly | exercises/exercise2/c05_mbr_edited.asm | Dark15/assembly | b1b2048b8c8b01a59aa5463f92a4be243d9aa035 | [
"MIT"
] | 1 | 2021-11-30T10:12:43.000Z | 2021-11-30T10:12:43.000Z | exercises/exercise2/c05_mbr_edited.asm | Dark15/assembly | b1b2048b8c8b01a59aa5463f92a4be243d9aa035 | [
"MIT"
] | null | null | null | exercises/exercise2/c05_mbr_edited.asm | Dark15/assembly | b1b2048b8c8b01a59aa5463f92a4be243d9aa035 | [
"MIT"
] | null | null | null | ;代码清单5-1
;文件名:c05_mbr.asm
;文件说明:硬盘主引导扇区代码
;创建日期:2011-3-31 21:15
mov ax,0xb800 ;指向文本模式的显示缓冲区
mov es,ax
;以下显示字符串"Label offset:"
mov byte [es:0x00],'L'
mov byte [es:0x01],0x07
mov byte [es:0x02],'a'
mov byte [es:0x03],0x07
mov byte [es:0x04],'b'
mov byte [es:0x05],0x07
mov byte [es:0x06],'e'
mov byte [e... | 18.194444 | 43 | 0.648855 |
1217fe2c14fe7aeb8a97f456022778854f3a474f | 6,001 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_247.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_247.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_247.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1a7cb, %r13
add $3678, %r9
vmovups (%r13), %ymm3
vextracti128 $0, %ymm3, %xmm3
vpextrq $0, %xmm3, %rax
nop
nop
nop
nop
xor %rdx, %rdx
lea addresses_WC_ht+0x18c6b, %r... | 42.560284 | 2,999 | 0.660723 |
686eecce3d96d20c26a88530dc4170d2c5739390 | 764 | asm | Assembly | Sys/Reset.asm | arhneu/gruniozerca | 42e94aa976af2230b43876f8c7aebd34a70a9149 | [
"Unlicense"
] | 23 | 2017-02-08T17:59:27.000Z | 2022-03-21T17:09:57.000Z | Sys/Reset.asm | arhneu/gruniozerca | 42e94aa976af2230b43876f8c7aebd34a70a9149 | [
"Unlicense"
] | 1 | 2018-03-30T07:30:16.000Z | 2018-03-30T11:50:48.000Z | Sys/Reset.asm | arhneu/gruniozerca | 42e94aa976af2230b43876f8c7aebd34a70a9149 | [
"Unlicense"
] | 6 | 2017-02-10T05:04:34.000Z | 2021-04-11T11:23:03.000Z | reset:
sei
cld
lda #$40
sta $4017
ldx #$FF
txs
inx
stx $2000
stx $2001
stx $4010
stx addr
stx addr+1
@wait1:
bit $2002
bpl @wait1
@wait2:
bit $2002
bpl @wait2
@wait3:
bit $2002
bpl @wait3
ldx #0
@seeresetflg:
inx
cpx #8
beq @norm
lda resetflag,x
cmp... | 10.465753 | 35 | 0.573298 |
daa15fa9327d932a8a98eacb951f2c96a449d73d | 44,496 | asm | Assembly | src/isa/avx/masm/log.asm | jepler/aocl-libm-ose | 4033e022da428125747e118ccd6fdd9cee21c470 | [
"BSD-3-Clause"
] | 66 | 2020-11-04T17:06:10.000Z | 2022-03-10T08:03:12.000Z | src/isa/avx/masm/log.asm | HollowMan6/aocl-libm-ose | 4033e022da428125747e118ccd6fdd9cee21c470 | [
"BSD-3-Clause"
] | 8 | 2021-04-18T18:37:53.000Z | 2022-03-11T12:49:31.000Z | src/isa/avx/masm/log.asm | HollowMan6/aocl-libm-ose | 4033e022da428125747e118ccd6fdd9cee21c470 | [
"BSD-3-Clause"
] | 8 | 2020-11-09T03:45:01.000Z | 2021-11-08T02:25:31.000Z | ;
; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification,
; are permitted provided that the following conditions are met:
; 1. Redistributions of source code must retain the above copyright notice,
; this list... | 37.64467 | 86 | 0.485999 |
51fd900a093cdfc5451c44619b9667a3dbd2fe0d | 665 | asm | Assembly | oeis/015/A015547.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/015/A015547.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/015/A015547.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A015547: Expansion of x/(1 - 5*x - 11*x^2).
; Submitted by Jamie Morken(s4)
; 0,1,5,36,235,1571,10440,69481,462245,3075516,20462275,136142051,905795280,6026538961,40096442885,266774142996,1774931586715,11809173506531,78570114986520,522751483504441,3478028682373925,23140409730418476,153960364158205555,1024346327825631... | 44.333333 | 485 | 0.82406 |
491bf24bede0d42ceda2c60c9543113cee0fceb5 | 708 | asm | Assembly | programs/oeis/285/A285900.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/285/A285900.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/285/A285900.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A285900: Sum of all parts of all partitions of all positive integers <= n into consecutive parts.
; 1,3,9,13,23,35,49,57,84,104,126,150,176,204,264,280,314,368,406,446,530,574,620,668,743,795,903,959,1017,1137,1199,1231,1363,1431,1571,1679,1753,1829,1985,2065,2147,2315,2401,2489,2759,2851,2945,3041,3188,3338,3542,364... | 59 | 478 | 0.75 |
662c67191df7f85abebcb140c394779a11ccb214 | 1,066 | asm | Assembly | test/zerinho.asm | yurirocha15/sbTradutor | 5e1ab96537fa446c7f0f995c3e90ced7147e9b22 | [
"Apache-2.0"
] | null | null | null | test/zerinho.asm | yurirocha15/sbTradutor | 5e1ab96537fa446c7f0f995c3e90ced7147e9b22 | [
"Apache-2.0"
] | null | null | null | test/zerinho.asm | yurirocha15/sbTradutor | 5e1ab96537fa446c7f0f995c3e90ced7147e9b22 | [
"Apache-2.0"
] | null | null | null | section text
; le a entrada
input a
input b
input c
; if (a != b && a != c) goto a_wins;
load a
sub b
jmpz check_b
load a
sub c
jmpz check_b
jmp a_wins
; else if (b != a && b != c) goto b_wins;
check_b: load zero ; instrucao inutil
load b
sub a
jmpz check_c
load b
sub c
jmpz check_c
jmp b_wins
... | 16.151515 | 96 | 0.680113 |
24f7b2b60051d910572aa8beed1f66d50d3ecfd6 | 605 | asm | Assembly | oeis/005/A005319.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005319.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005319.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005319: a(n) = 6*a(n-1) - a(n-2).
; 0,4,24,140,816,4756,27720,161564,941664,5488420,31988856,186444716,1086679440,6333631924,36915112104,215157040700,1254027132096,7309005751876,42600007379160,248291038523084,1447146223759344,8434586304032980,49160371600438536,286527643298598236,1670005488191150880,97335052858483070... | 46.538462 | 477 | 0.826446 |
40e726bb1f4f3ca298c82351a905ee3df6595906 | 429 | asm | Assembly | libsrc/target/tvc/stdio/getk.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/tvc/stdio/getk.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/tvc/stdio/getk.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Videoton TV Computer C stub
; Sandor Vass - 2019
; Based on the source of
; Enterprise 64/128 C Library
;
; getk() Read key status
;
; Stefano Bodrato - 2011
;
;
SECTION code_clib
PUBLIC getk
PUBLIC _getk
EXTERN fgetc_cons
INCLUDE "target/tvc/def/tvc.def"
.getk
._getk
rst ... | 13.83871 | 36 | 0.58042 |
f6b736ef04dfc6914d989f690cd34f1537d4a15c | 728 | asm | Assembly | oeis/277/A277586.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/277/A277586.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/277/A277586.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A277586: Numerator of Sum_{k=0..n} (2^k * (k!)^2)/(2k + 1)!.
; Submitted by Christian Krause
; 1,4,22,32,488,5408,70544,23552,1202048,22846976,22850816,40431616,2628156416,1576923136,228655904768,416962576384,2362792902656,7088385949696,262270410489856,52454094798848,2150618140770304,92476585387491328,462382939977023... | 36.4 | 481 | 0.791209 |
7e3762ac0e80cf29c28e0a44c24581bc050283c6 | 5,130 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_11709_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-8650U_0xd2_notsx.log_11709_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-8650U_0xd2_notsx.log_11709_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 %r13
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x16351, %rsi
lea addresses_D_ht+0x1255f, %rdi
nop
nop
cmp $12603, %r8
mov $74, %rcx
rep movsq
nop
cmp %rdx, %rdx
lea addresses_UC_ht+0x3063, %rbx
nop
nop
nop
nop
nop
add $46355, %rcx
mov... | 44.224138 | 2,999 | 0.659454 |
81f5c1586f13a6a36778734d38dcaedb9061402c | 126,306 | asm | Assembly | httpd.asm | danilocapkob/xv6plus | 9c4b22809094b9c9739201dee316ec2cdbd1a100 | [
"Xnet",
"X11"
] | 1 | 2020-07-14T11:28:42.000Z | 2020-07-14T11:28:42.000Z | httpd.asm | danilocapkob/xv6plus | 9c4b22809094b9c9739201dee316ec2cdbd1a100 | [
"Xnet",
"X11"
] | null | null | null | httpd.asm | danilocapkob/xv6plus | 9c4b22809094b9c9739201dee316ec2cdbd1a100 | [
"Xnet",
"X11"
] | null | null | null |
_httpd: file format elf32-i386-freebsd
Disassembly of section .text:
00000000 <strncmp>:
#define FCACHE_SIZE 1024
int
strncmp(char *s1, char *s2, int len)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 14 sub $0x14,%esp
int ... | 42.441532 | 104 | 0.431516 |
34fb11786ab86b4fc5c2ce652312e86a89f06f0e | 806 | asm | Assembly | programs/oeis/014/A014309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014309: a(n) = (n+2)*(n+1)*(n^2 + 7*n - 12)/24.
; -1,3,15,40,84,154,258,405,605,869,1209,1638,2170,2820,3604,4539,5643,6935,8435,10164,12144,14398,16950,19825,23049,26649,30653,35090,39990,45384,51304,57783,64855,72555,80919,89984,99788,110370,121770,134029,147189,161293,176385,192510,209714,228044,247548,268275,290... | 100.75 | 662 | 0.790323 |
2bd2cca3a6ae054f4b4dbfee9d7fc2ec98a7dfe3 | 2,490 | asm | Assembly | rom_mon.asm | moonheart08/SERAIS | 0ddba850fcb315cbbb809c2870d6ebeb18605704 | [
"CC-BY-4.0"
] | 1 | 2021-04-06T12:55:51.000Z | 2021-04-06T12:55:51.000Z | rom_mon.asm | moonheart08/SERAIS | 0ddba850fcb315cbbb809c2870d6ebeb18605704 | [
"CC-BY-4.0"
] | 7 | 2021-03-31T14:18:35.000Z | 2021-04-07T01:16:35.000Z | rom_mon.asm | moonheart08/SERAIS | 0ddba850fcb315cbbb809c2870d6ebeb18605704 | [
"CC-BY-4.0"
] | null | null | null | ;;; Sample ROM Monitor.
%org 0
_start:
; TODO
; SAMPLE IMPLEMENTATION of getc/putc. Assumes a magical, non-blocking serial port exists in machine mode CSRs FFFD, FFFE, and FFFF.
; Assumes bit 0 of FFFF indicates a byte is ready to read, and bit 1 of FFFF indicates a byte can be queued ... | 45.272727 | 131 | 0.393976 |
081bf1ad2af1feb2d35793c6ea43b43a1cbebb6d | 4,360 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1808.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_1808.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_1808.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 %rbx
push %rdx
push %rsi
lea addresses_WT_ht+0x19ad7, %rbx
nop
nop
nop
nop
and $16916, %rdx
mov $0x6162636465666768, %r8
movq %r8, %xmm6
and $0xffffffffffffffc0, %rbx
vmovaps %ymm6, (%rbx)
nop
nop
nop
sub %r11, %r11
lea addresses_UC_ht+0x152df, %rsi
n... | 58.133333 | 2,999 | 0.662844 |
26204f5994b7a99bab7ca55d941d5d1ca29ddb82 | 897 | asm | Assembly | IMU/VTK-6.2.0/Rendering/VolumeOpenGL/vtkVolumeTextureMapper3D_FourDependentNoShadeFP.asm | timkrentz/SunTracker | 9a189cc38f45e5fbc4e4c700d7295a871d022795 | [
"MIT"
] | 4 | 2019-05-30T01:52:12.000Z | 2021-09-29T21:12:13.000Z | IMU/VTK-6.2.0/Rendering/VolumeOpenGL/vtkVolumeTextureMapper3D_FourDependentNoShadeFP.asm | timkrentz/SunTracker | 9a189cc38f45e5fbc4e4c700d7295a871d022795 | [
"MIT"
] | null | null | null | IMU/VTK-6.2.0/Rendering/VolumeOpenGL/vtkVolumeTextureMapper3D_FourDependentNoShadeFP.asm | timkrentz/SunTracker | 9a189cc38f45e5fbc4e4c700d7295a871d022795 | [
"MIT"
] | 2 | 2019-08-30T23:36:13.000Z | 2019-11-08T16:52:01.000Z | !!ARBfp1.0
# This is the fragment program for four
# component dependent data with no shading
# We need some temporary variables
TEMP temp1, temp2;
TEMP finalColor, finalOpacity;
# We are going to use the first
# texture coordinate
ATTRIB tex0 = fragment.texcoord[0];
# This is our output color
OUTPUT ... | 23.605263 | 43 | 0.698997 |
13b7da866826949324a58b22c316e1e56c77da2f | 519 | asm | Assembly | programs/oeis/079/A079946.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/079/A079946.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/079/A079946.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A079946: Binary expansion of n has form 11**...*0.
; 6,12,14,24,26,28,30,48,50,52,54,56,58,60,62,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,254,384,386,388,390,392,394,396,398... | 39.923077 | 383 | 0.691715 |
663f7281c87fdd155cbd98a84874c61d81b05ae7 | 442 | asm | Assembly | programs/oeis/008/A008854.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/008/A008854.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/008/A008854.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A008854: Numbers that are congruent to {0, 1, 4} mod 5.
; 0,1,4,5,6,9,10,11,14,15,16,19,20,21,24,25,26,29,30,31,34,35,36,39,40,41,44,45,46,49,50,51,54,55,56,59,60,61,64,65,66,69,70,71,74,75,76,79,80,81,84,85,86,89,90,91,94,95,96,99,100,101,104,105,106,109,110,111,114,115,116,119,120,121,124,125,126,129,130,131,134,13... | 49.111111 | 335 | 0.674208 |
4adc9c00fa972850dc56f040c88839564a1da1d2 | 8,213 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_165.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_165.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_165.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x9254, %r12
nop
and $25244, %r15
mov $0x6162636465666768, %r9
movq %r9, (%r12)
inc %rbx
lea addresses_D_ht+0xd906, %rsi
lea addresses_A_ht+0x146fc, %rdi
nop
nop
nop
nop
nop
cmp... | 32.852 | 2,999 | 0.659564 |
835d73cb69049504975a4940428e3ad6a8e3386a | 46,778 | asm | Assembly | 45/runtime/rt/nhstutil.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/rt/nhstutil.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/rt/nhstutil.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | TITLE NHSTUTIL - String space utilities
;***
; NHSTUTIL - String space utilities
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
;
;******************************************************************************
INCLUDE switch.inc
INCLUDE rmacros.inc
USESEG _DATA
USESEG _BSS
USESEG NH_TEXT
USESEG C... | 27.500294 | 105 | 0.724978 |
4353fc99785b19af7d24c5b575863964b58df63d | 2,195 | asm | Assembly | StartPicture/_code/GlobalCode/demopart_fli.asm | kosmonautdnb/TheLandsOfZador | 66c9e8ab92f617838afe793a6c9ddaaf7273aadc | [
"MIT"
] | null | null | null | StartPicture/_code/GlobalCode/demopart_fli.asm | kosmonautdnb/TheLandsOfZador | 66c9e8ab92f617838afe793a6c9ddaaf7273aadc | [
"MIT"
] | null | null | null | StartPicture/_code/GlobalCode/demopart_fli.asm | kosmonautdnb/TheLandsOfZador | 66c9e8ab92f617838afe793a6c9ddaaf7273aadc | [
"MIT"
] | null | null | null | processor 6502
include "fw_interface.asm"
include "macros.asm"
include "standard.asm"
include "persistent.asm"
ORG $1800
;--------------------------------------------------------------------
; Hauptprogramm (Init)
;--------------------------------------------------------------------
MAINPRG
jsr fadeOver
... | 14.536424 | 69 | 0.616856 |
fa103a686e843a354310d69edeafda2e89c4a4c0 | 828 | asm | Assembly | oeis/018/A018919.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/018/A018919.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/018/A018919.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A018919: Define the generalized Pisot sequence T(a(0),a(1)) by: a(n+2) is the greatest integer such that a(n+2)/a(n+1) < a(n+1)/a(n). This is T(3,9).
; Submitted by Jon Maiga
; 3,9,26,75,216,622,1791,5157,14849,42756,123111,354484,1020696,2938977,8462447,24366645,70160958,202020427,581694636,1674922950,4822748423,138... | 43.578947 | 501 | 0.774155 |
6a6e8b4a56bb3914570abea25bf0c44ef549abe7 | 795 | asm | Assembly | oeis/202/A202329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/202/A202329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/202/A202329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A202329: Number of (n+1)X(n+1) binary arrays with consecutive windows of two bits considered as a binary number nondecreasing in every row and column
; Submitted by Jon Maiga
; 16,48,162,576,2102,7790,29174,110112,418134,1595622,6113746,23505358,90633802,350351642,1357278302,5268292832,20483876822,79765662902,3110383... | 41.842105 | 484 | 0.823899 |
3db63ba4880027a9020b45061b4f51cdd178bc11 | 477 | asm | Assembly | oeis/033/A033160.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/033/A033160.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/033/A033160.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A033160: Begins with (2, 4); avoids 3-term arithmetic progressions.
; Submitted by Jamie Morken(s1)
; 2,4,5,7,11,13,14,16,29,31,32,34,38,40,41,43,83,85,86,88,92,94,95,97,110,112,113,115,119,121,122,124,245,247,248,250,254,256,257,259,272,274,275,277,281,283,284,286,326,328,329,331,335,337,338,340,353,355,356,358,362
... | 34.071429 | 217 | 0.696017 |
d238195826058f67dab089547e81a0facf7c78df | 750 | asm | Assembly | oeis/138/A138643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/138/A138643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/138/A138643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A138643: Nonnegative integers k such that 19*k-3 is prime.
; Submitted by Christian Krause
; 4,8,14,26,34,38,40,50,56,64,68,70,88,94,104,106,110,118,130,134,140,158,160,190,200,206,218,220,224,236,238,256,260,266,278,284,286,290,298,308,328,334,346,356,370,374,386,388,398,404,416,424,430,434,454,458,460,476,496,500,5... | 30 | 385 | 0.676 |
86b5e729ef2f90949d0707c97992960e56fbdaf1 | 799 | asm | Assembly | vdc_font_vertical_fade.asm | wiebow/examples.128 | 36ef89da8e076e3728efd92443d2c2112cd19b94 | [
"MIT"
] | 3 | 2018-04-04T18:36:18.000Z | 2022-03-20T12:30:45.000Z | vdc_font_vertical_fade.asm | wiebow/examples.128 | 36ef89da8e076e3728efd92443d2c2112cd19b94 | [
"MIT"
] | null | null | null | vdc_font_vertical_fade.asm | wiebow/examples.128 | 36ef89da8e076e3728efd92443d2c2112cd19b94 | [
"MIT"
] | 2 | 2021-03-24T15:42:46.000Z | 2022-03-20T12:30:46.000Z |
// kick assembler, c128 tests
#import "c128system.asm"
#import "c128macros.asm"
:BasicUpstart128(MAIN) // I like to use : to indicate a macro call.
MAIN:
:SetBankConfiguration(15) // set bank 15
:Go80()
:SetVDCUpdateAddress($0000)
ldy #0 // loop counter
lda #0
sta $fb
ldx #31 // internal data... | 12.887097 | 69 | 0.617021 |
54402b2c671d0378c55cba688babe94eb96caa28 | 614 | asm | Assembly | oeis/056/A056672.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/056/A056672.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/056/A056672.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A056672: Number of unitary and squarefree divisors of n! Also, number of divisors of the special squarefree part of n!, A055773(n).
; Submitted by Christian Krause
; 1,2,4,2,4,2,4,4,4,2,4,4,8,4,4,4,8,8,16,16,16,8,16,16,16,8,8,8,16,16,32,32,32,16,16,16,32,16,16,16,32,32,64,64,64,32,64,64,64,64,64,64,128,128,128,128,12... | 87.714286 | 342 | 0.697068 |
eaf3d27be718fead75a8952df76a8fb735f89357 | 433 | asm | Assembly | oeis/120/A120508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/120/A120508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/120/A120508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A120508: Generalized meta-Fibonacci sequence a(n) with parameters s=1 and k=4.
; Submitted by Jon Maiga
; 1,1,2,3,4,4,4,5,6,7,8,8,9,10,11,12,12,13,14,15,16,16,16,16,17,18,19,20,20,21,22,23,24,24,25,26,27,28,28,29,30,31,32,32,32,33,34,35,36,36,37,38,39,40,40,41,42,43,44,44
mov $6,$0
add $0,1
mov $2,$0
lpb $0
lpb $0... | 21.65 | 168 | 0.588915 |
23ac848969850c266f7f6ab837cea8d6225ec4a1 | 554 | asm | Assembly | oeis/156/A156037.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/156/A156037.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/156/A156037.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A156037: Largest nonprime < n-th prime.
; Submitted by Christian Krause
; 1,1,4,6,10,12,16,18,22,28,30,36,40,42,46,52,58,60,66,70,72,78,82,88,96,100,102,106,108,112,126,130,136,138,148,150,156,162,166,172,178,180,190,192,196,198,210,222,226,228,232,238,240,250,256,262,268,270,276,280,282,292,306,310,312,316,330,336,3... | 79.142857 | 372 | 0.732852 |
d16bab50c76d8737869722351e6db0623b33b6a9 | 150 | asm | Assembly | s0504_.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | 1 | 2018-07-23T10:30:22.000Z | 2018-07-23T10:30:22.000Z | s0504_.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | null | null | null | s0504_.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | null | null | null | assume cs:code
code segment
mov ax,2000h
mov ds,ax
mov al,ds:[0]
mov bl,ds:[1]
mov cl,ds:[2]
mov dl,ds:[3]
mov ax,4c00h
int 21h
code ends
end | 11.538462 | 14 | 0.66 |
dd56d86eca21a17771704dc1a526b9fe21e241c6 | 17,546 | asm | Assembly | Dark soft/Carberp Botnet/source - absource/pro/all source/bootkit.old/BKGen/i386/vbr32.asm | ExaByt3s/hack_scripts | cc801b36ea25f3b5a82d2900f53f5036e7abd8ad | [
"WTFPL"
] | 3 | 2021-01-22T19:32:23.000Z | 2022-01-03T01:06:44.000Z | Dark soft/Carberp Botnet/source - absource/pro/all source/bootkit.old/BKGen/i386/vbr32.asm | a04512/hack_scripts | cc801b36ea25f3b5a82d2900f53f5036e7abd8ad | [
"WTFPL"
] | null | null | null | Dark soft/Carberp Botnet/source - absource/pro/all source/bootkit.old/BKGen/i386/vbr32.asm | a04512/hack_scripts | cc801b36ea25f3b5a82d2900f53f5036e7abd8ad | [
"WTFPL"
] | 1 | 2021-12-10T13:18:16.000Z | 2021-12-10T13:18:16.000Z | ;//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
;// BK driver loader project. Version 2.
;//
;// module: vbr32.asm
;// description:
;// BK Volume Boot Record. 32-bit functions.
.686p
.model flat, stdcall
include <windows.inc>
incl... | 20.863258 | 126 | 0.651089 |
2a989813dd3d6dd19eb19ca376e3b07b72d6ea4e | 1,021 | asm | Assembly | libsrc/stdio/mc1000/generic_console_ioctl.asm | rdacomp/z88dk | 6299bee73a7a3c3290b2a874f781a369dba2d898 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/mc1000/generic_console_ioctl.asm | rdacomp/z88dk | 6299bee73a7a3c3290b2a874f781a369dba2d898 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/mc1000/generic_console_ioctl.asm | rdacomp/z88dk | 6299bee73a7a3c3290b2a874f781a369dba2d898 | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z |
MODULE generic_console_ioctl
PUBLIC generic_console_ioctl
SECTION code_clib
INCLUDE "ioctl.def"
EXTERN generic_console_cls
EXTERN generic_console_font32
EXTERN generic_console_udg32
EXTERN __mc1000_mode
EXTERN __console_h
; a = ioctl
; de = arg
generic_console_ioctl:
ex de,hl
ld c,(hl) ;bc = where we po... | 16.467742 | 73 | 0.728697 |
839511e709e8f0b635a8d31af3fc83f6636c79e4 | 831 | asm | Assembly | score.asm | chriswyatt/znake | 4a5a95107b4658b5eb77fa207758bee0bc6ea9e7 | [
"Apache-2.0"
] | 8 | 2016-11-11T22:01:17.000Z | 2021-05-03T02:23:21.000Z | score.asm | chriswyatt/znake | 4a5a95107b4658b5eb77fa207758bee0bc6ea9e7 | [
"Apache-2.0"
] | null | null | null | score.asm | chriswyatt/znake | 4a5a95107b4658b5eb77fa207758bee0bc6ea9e7 | [
"Apache-2.0"
] | 1 | 2020-11-28T10:47:33.000Z | 2020-11-28T10:47:33.000Z | gen_score_str:
; Converts a BCD encoded score (word) to a fixed length, ASCII encoded score
; (double word)
; Modifies registers a, f, b, d, e
; de register pair must be set to the destination memory address (double word)
; hl register pair must be set to the memory address of the score
; (word, encoded as BCD, lit... | 15.679245 | 78 | 0.574007 |
060efab676db31db274b8a12b918a712d1de48bf | 381 | asm | Assembly | data/wildPokemon/route2.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/wildPokemon/route2.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/wildPokemon/route2.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | Route2Mons:
db $19
db 3,RATTATA
db 3,PIDGEY
db 4,PIDGEY
db 4,RATTATA
db 5,PIDGEY
if DEF(_RED)
db 3,WEEDLE
ENDC
if DEF(_GREEN)
db 3,CATERPIE
ENDC
if DEF(_BLUE)
db 3,WEEDLE
ENDC
db 2,RATTATA
db 5,RATTATA
if DEF(_RED)
db 4,WEEDLE
db 5,WEEDLE
ENDC
if DEF(_GREEN)
db 4,CATERPIE
db 5,CATERPIE
E... | 11.90625 | 15 | 0.671916 |
27a6152e23fc21a32bee3d1abc6c8946495f3e4c | 7,420 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_st_zr_un_xt_/i7-7700_9_0x48.log_21829_926.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_xt_/i7-7700_9_0x48.log_21829_926.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_xt_/i7-7700_9_0x48.log_21829_926.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1220e, %rsi
lea addresses_D_ht+0x1bb21, %rdi
nop
nop
nop
nop
xor %r8, %r8
mov $90, %rcx
rep movsw
nop
sub %rsi, %rsi
lea addresses_WC_ht+0xc577, %rsi
lea addresses_UC_ht+0x2617, %rdi
no... | 34.672897 | 2,999 | 0.645418 |
45f8c4a5f97ca89448d24a1dd87bc660052918cb | 3,758 | asm | Assembly | dv3/qlsd/rsect.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/qlsd/rsect.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/qlsd/rsect.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; DV3 QLSD SDHC Card Read Sector 1.01 2016-2018 W. Lenerz & Marcel Kilgus
;
; 1.01 Added multiblock read
; 2018-06-12 1.02 Added hd_rscard_api (MK)
section dv3
xdef hd_rdirect ; direct read sector
xdef hd_rsint ; internal read sector
xdef hd_rscard ; read card sector
xdef hd_rscard_api ; read ca... | 26.842857 | 95 | 0.705428 |
4fa81586567188ef0edfcae0c07f0a94110840ed | 6,752 | asm | Assembly | interrupt.asm | lacerto/pic-interrupt | e507035a2025b61a333a4344d774b14b6f2dea6a | [
"WTFPL"
] | null | null | null | interrupt.asm | lacerto/pic-interrupt | e507035a2025b61a333a4344d774b14b6f2dea6a | [
"WTFPL"
] | null | null | null | interrupt.asm | lacerto/pic-interrupt | e507035a2025b61a333a4344d774b14b6f2dea6a | [
"WTFPL"
] | null | null | null | ; Copyright (C) 2016 Lacerto <ladislaus@zoho.com>
; This program is free software. It comes without any warranty, to
; the extent permitted by applicable law. You can redistribute it
; and/or modify it under the terms of the Do What The Fuck You Want
; To Public License, Version 2, as published by Sam Hocevar. See
... | 35.350785 | 122 | 0.491262 |
3405ab6145ad81f176634647616487be0d35e716 | 257 | asm | Assembly | entrada_teste.asm | Globson/Montador-ASSEMBLY_MIPS-TP-OC | 81e9d6887fa2474da2035307990ba2ae1dc7bf97 | [
"MIT"
] | null | null | null | entrada_teste.asm | Globson/Montador-ASSEMBLY_MIPS-TP-OC | 81e9d6887fa2474da2035307990ba2ae1dc7bf97 | [
"MIT"
] | null | null | null | entrada_teste.asm | Globson/Montador-ASSEMBLY_MIPS-TP-OC | 81e9d6887fa2474da2035307990ba2ae1dc7bf97 | [
"MIT"
] | null | null | null | add $s2, $s0, $s1
sub $s2, $s0, $s1
and $t1, $s6, $s2
or $t2, $s2, $s1
nor $s2, $s0, $s1
addi $t3, $t2, -243
andi $t2, $t1, 16
ori $t2, $t1, 16
sll $t1, $s2, 2
srl $t3, $s3, 5
sw $t4, 32($s1)
lw $s1, 34($t1)
move $s1, $s2
bne $s4, $s5, 43
beq $s1, $t3, -83
| 16.0625 | 19 | 0.513619 |
2b0dcc1eb7d23238e574684faaff10efe2121084 | 685 | asm | Assembly | oeis/097/A097788.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/097/A097788.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/097/A097788.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A097788: a(n)=4a(n-1)+C(n+3,3),n>0, a(0)=1.
; 1,8,42,188,787,3204,12900,51720,207045,828400,3313886,13255908,53024087,212096908,848388312,3393554064,13574217225,54296870040,217187481490,868749927500,3474999711771,13899998849108,55599995398732,222399981597528,889599926393037,3558399705575424,14233598822305350,56934395... | 57.083333 | 498 | 0.829197 |
c73df22f9adc40fc8e59492de354360bc0e3c953 | 1,345 | asm | Assembly | programs/oeis/095/A095931.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/095/A095931.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/095/A095931.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A095931: Number of walks of length 2n between two nodes at distance 4 in the cycle graph C_10.
; 1,7,36,165,715,3004,12393,50559,204820,826045,3321891,13333932,53457121,214146295,857417220,3431847189,13733091643,54947296924,219828275865,879415437615,3517929664756,14072420067757,56291516582931,225170873858700,90069608... | 168.125 | 1,147 | 0.901859 |
eaa980905a7530dc0ab5de524bd60c27bb8d6a46 | 213 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/mul2.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/mul2.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/mul2.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math16
PUBLIC f16_mul2
EXTERN asm_f16_mul2
defc f16_mul2 = asm_f16_mul2
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _f16_mul2
EXTERN cm16_sdcc_mul2
defc _f16_mul2 = cm16_sdcc_mul2
ENDIF
| 13.3125 | 31 | 0.821596 |
c04e4e448a912cabd2eaa2b54277be264e571343 | 673 | asm | Assembly | Working Disassembly/Levels/AIZ/Misc Object Data/Map - Cork Floor.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/Levels/AIZ/Misc Object Data/Map - Cork Floor.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/AIZ/Misc Object Data/Map - Cork Floor.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_229B60: dc.w Frame_229B64-Map_229B60
dc.w Frame_229B8A-Map_229B60
Frame_229B64: dc.w 6
dc.b $D0, $C, 0,$34,$FF,$F0
dc.b $D8, $D, 0,$1C,$FF,$F0
dc.b $E8, $D, 8,$24,$FF,$F0
dc.b $F8, $D, 8,$24,$FF,$F0
dc.b 8, $D, 8,$24,$FF,$F0
dc.b $18, $D, 0,$2C,$FF,$F0
Frame_229B8A: dc.w $C
dc.b $D0, 4, 0,... | 29.26087 | 40 | 0.46211 |
a85f8a384b4a624cf5fd1ff6cae093e1b185dd2e | 682 | a51 | Assembly | a51test/(28)ADD_A_Rn.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(28)ADD_A_Rn.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(28)ADD_A_Rn.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | mov 0,#0
mov 1,#1
mov 2,#2
mov 3,#3
mov 4,#4
mov 5,#5
mov 6,#6
mov 7,#7
mov 8,#8
mov 9,#9
mov 10,#10
mov 11,#11
mov 12,#12
mov 13,#13
mov 14,#14
mov 15,#15
mov 16,#16
mov 17,#17
mov 18,#18
mov 19,#19
mov 20,#20
mov 21,#21
mov 22,#22
mov 23,#23
mov 24,#24
mov 25,#25
mov 26,#26
mov 27,#27
mov 28,#28
mov 29,#29
mov 30,#30... | 9.605634 | 14 | 0.645161 |
0d5e1f7958c3e319b0b5bcd52c69779264a8de49 | 740 | asm | Assembly | oeis/231/A231947.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/231/A231947.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/231/A231947.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A231947: Expansion of q^(-1/3) * a(q)^2 * c(q) / 3 in powers of q where a(), c() are cubic AGM theta functions.
; Submitted by Christian Krause
; 1,13,50,72,170,205,362,360,601,650,962,864,1370,1224,1850,1584,2451,2210,2880,2520,3722,3277,4490,3600,5330,4706,6242,5040,6912,6120,8500,6624,9410,7813,10610,8424,11882,10... | 105.714286 | 501 | 0.739189 |
ed80d35d93d6ca92273b90c9452087ccf84ea797 | 1,575 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_read.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_read.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_read.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_am9511
PUBLIC cam32_sdcc_readr
PUBLIC cam32_sdcc_ireadr
PUBLIC cam32_sdcc_read1
EXTERN cam32_sdcc_load
EXTERN cam32_sdcc_iload
.cam32_sdcc_readr
; sdcc float primitive
; Read right sdcc float from the stack
;
; Convert from sdcc_float calling to d32_float.
;
... | 23.161765 | 71 | 0.613333 |
0b91816a077c85342b0b832f8495c52aa545b835 | 78 | asm | Assembly | test/mostsecs.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 2,219 | 2018-03-26T02:57:34.000Z | 2022-03-31T00:27:59.000Z | test/mostsecs.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 250 | 2018-02-02T23:16:57.000Z | 2022-03-21T06:09:53.000Z | test/mostsecs.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 473 | 2019-03-24T16:34:23.000Z | 2022-03-31T02:01:05.000Z | ; More than 65,279 data sections
%assign NSECS 131072
%include "manysecs.asm"
| 19.5 | 32 | 0.769231 |
d2c3470ef2f12c81d7cd0d100f8ce4d651769e0a | 422 | asm | Assembly | code/10/4.asm | GeekHades1/AssemblyCode | 4078d97d8e31093ff7b54b72869f77e340b98391 | [
"BSD-2-Clause"
] | 1 | 2018-07-11T12:35:45.000Z | 2018-07-11T12:35:45.000Z | code/10/4.asm | GeekHades1/AssemblyCode | 4078d97d8e31093ff7b54b72869f77e340b98391 | [
"BSD-2-Clause"
] | null | null | null | code/10/4.asm | GeekHades1/AssemblyCode | 4078d97d8e31093ff7b54b72869f77e340b98391 | [
"BSD-2-Clause"
] | null | null | null | ; 10.10 设计子程序 计算N的三次方
assume cs:code
data segment
dw 1, 2, 3, 4, 5, 6, 7, 8
arr dd 8 dup (0)
data ends
code segment
start: mov ax, data
mov ds, ax
mov si, 0
mov di, offset arr
mov cx, 8
s: mov bx, [si]
call cube
mov [di], ax
mov [di+2], dx
add si, 2
add di, 4
loop s
... | 12.411765 | 27 | 0.537915 |
ebf4f5ed73d5220797fc89bd796fd6812a1d1211 | 222 | asm | Assembly | 3.expr/generated-asm/370.global_reg.asm | takenobu-hs/haskell-ghc-cmm-examples | 20938925f242648598b33db1a6a33f9f9562788c | [
"BSD-3-Clause"
] | 1 | 2021-07-05T00:21:19.000Z | 2021-07-05T00:21:19.000Z | 3.expr/generated-asm/370.global_reg.asm | takenobu-hs/haskell-ghc-cmm-examples | 20938925f242648598b33db1a6a33f9f9562788c | [
"BSD-3-Clause"
] | null | null | null | 3.expr/generated-asm/370.global_reg.asm | takenobu-hs/haskell-ghc-cmm-examples | 20938925f242648598b33db1a6a33f9f9562788c | [
"BSD-3-Clause"
] | null | null | null |
==================== Asm code ====================
.section .text
.align 8
.globl func1
.type func1, @function
func1:
_c1:
addq $16,%r12
addq $8,%rbp
movq %r12,%rbx
addq %rbp,%rbx
jmp *(%rbp)
.size func1, .-func1
| 13.058824 | 50 | 0.522523 |
9b9088c16b44428810ef1f241d195c09b1d8c0c0 | 3,048 | asm | Assembly | src/core/screen_codes.asm | endstation/golf | 5784b06e5b025c7c52b9b6ebcba2c62592730804 | [
"BSD-2-Clause"
] | 1 | 2022-02-13T16:09:18.000Z | 2022-02-13T16:09:18.000Z | src/core/screen_codes.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | null | null | null | src/core/screen_codes.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | 1 | 2022-02-12T23:40:10.000Z | 2022-02-12T23:40:10.000Z | ; Top-hole Golf
; Copyright 2020-2021 Matthew Clarke
; *****************
; *** CONSTANTS ***
; *****************
SCR_CODE_AT = 0
SCR_CODE_A = 1
SCR_CODE_B = 2
SCR_CODE_C = 3
SCR_CODE_D = 4
SCR_CODE_E = 5
SCR_CODE_F = 6
SCR_CODE_G = 7
SCR_CODE_H = 8
SCR_COD... | 27.214286 | 52 | 0.320538 |
58d3ecf4335759bf66826269b3152982aacd2878 | 862 | asm | Assembly | oeis/300/A300159.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/300/A300159.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/300/A300159.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A300159: Number of ways of converting one set of lists containing n elements to another set of lists containing n elements by removing the last element from one of the lists and either appending it to an existing list or treating it as a new list.
; Submitted by Jon Maiga
; 0,0,4,30,240,2140,21300,235074,2853760,3781... | 86.2 | 471 | 0.831787 |
7cd7ef87353589ead6d0864606da3d65ac690e9c | 181 | asm | Assembly | programs/nop_test.asm | blurpy/8-bit-computer-emulator | cc5fbdaccbe36c7be42b636d91837726f4e5b97c | [
"MIT"
] | 12 | 2021-03-28T13:31:18.000Z | 2022-03-23T04:17:32.000Z | programs/nop_test.asm | blurpy/8-bit-computer-emulator | cc5fbdaccbe36c7be42b636d91837726f4e5b97c | [
"MIT"
] | 1 | 2021-05-22T17:35:16.000Z | 2021-05-22T17:35:16.000Z | programs/nop_test.asm | blurpy/8-bit-computer-emulator | cc5fbdaccbe36c7be42b636d91837726f4e5b97c | [
"MIT"
] | null | null | null | LDI 10 ; Put the value 10 in the A-register
NOP ; Wait
NOP ; Wait
NOP ; Wait
OUT ; Output the value of the A-register
HLT ; Halt the computer
| 25.857143 | 47 | 0.563536 |
6b82484a7e943bd9c5f3e598150c8e874d0d48b3 | 804 | asm | Assembly | programs/oeis/085/A085002.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/085/A085002.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/085/A085002.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A085002: a(n) = floor(phi*n) - 2*floor(phi*n/2) where phi is the golden ratio.
; 1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0... | 32.16 | 501 | 0.517413 |
be143786dd1dc8cc6fe1765ddc606c4c99ad073c | 309 | asm | Assembly | unittests/ASM/OpSize/66_50.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 628 | 2020-03-06T14:01:32.000Z | 2022-03-31T06:35:14.000Z | unittests/ASM/OpSize/66_50.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 576 | 2020-03-06T08:25:12.000Z | 2022-03-30T04:05:29.000Z | unittests/ASM/OpSize/66_50.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 38 | 2020-03-07T06:10:00.000Z | 2022-03-29T09:27:36.000Z | %ifdef CONFIG
{
"RegData": {
"RAX": "0x2",
"XMM0": ["0x0", "0x8000000000000000"]
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rdx, 0xe0000000
mov rax, 0x0
mov [rdx + 8 * 0], rax
mov rax, 0x8000000000000000
mov [rdx + 8 * 1], rax
movapd xmm0, [rdx]
movmskpd rax, xmm0
hlt
| 12.875 | 41 | 0.595469 |
6e2b19f56a76ec2c5dd992b959e3aad62465ca83 | 15,083 | asm | Assembly | src/bak/demo4.asm | vbguyny/c64kernel | 0c9c63e822aca3b9e834025da8992c825d38e733 | [
"Unlicense"
] | 2 | 2020-10-10T21:48:25.000Z | 2021-04-20T03:00:10.000Z | src/bak/demo4.asm | vbguyny/c64kernel | 0c9c63e822aca3b9e834025da8992c825d38e733 | [
"Unlicense"
] | 1 | 2021-07-25T15:17:04.000Z | 2021-07-27T14:49:14.000Z | src/demo4.asm | vbguyny/c64kernel | 0c9c63e822aca3b9e834025da8992c825d38e733 | [
"Unlicense"
] | null | null | null | incasm "kernel.hdr"
;incasm "kernel.asm"
main
@loop
jsr console.clear$
lda #color.white$
sta console.setcharactercolor.color$
jsr console.setcharactercolor$
lda #<title
sta console.writestr.straddress$
lda #>title
sta console.writestr.straddress$+1
... | 22.957382 | 87 | 0.587217 |
e3975fd226237d63583147a20342bebe6019e8b7 | 1,085 | asm | Assembly | programs/oeis/273/A273849.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/273/A273849.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/273/A273849.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A273849: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 969", based on the 5-celled von Neumann neighborhood.
; 1,5,26,71,147,268,437,662,951,1312,1753,2282,2907,3636,4477,5438,6527,7752,9121,10642,12323,14172,16197,18406,20807,2340... | 90.416667 | 635 | 0.795392 |
8cf3c1a4f75495c5d094e2f4ca7a0522b607cd06 | 290 | asm | Assembly | programs/oeis/094/A094042.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/094/A094042.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/094/A094042.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A094042: Beatty sequence for e^Pi - Pi^e - i^i.
; 1,3,5,7,9,11,13,15,17,18,20,22,24,26,28,30,32,34,36,37,39,41,43,45,47,49,51,53,55,56,58,60,62,64,66,68,70,72,74,75,77,79,81,83,85,87,89,91,93,94,96,98,100,102,104,106,108,110,112,113,115,117,119,121,123,125
mul $0,19
add $0,18
div $0,10
| 41.428571 | 208 | 0.658621 |
7484c2f972bd5063d8b35a9b5af162c5306157f5 | 2,079 | asm | Assembly | monitor/uart_library.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 53 | 2016-04-12T07:22:49.000Z | 2022-03-25T09:24:48.000Z | monitor/uart_library.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 196 | 2020-06-05T04:59:50.000Z | 2021-03-13T21:27:11.000Z | monitor/uart_library.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 15 | 2017-07-31T11:26:56.000Z | 2022-02-22T14:22:46.000Z | ;
;;=======================================================================================
;; The collection of UART related functions starts here.
;;=======================================================================================
;
;
;****************************************************************************... | 49.5 | 92 | 0.410293 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.