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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b553569543e3f253979943a3c05db295bb1ac6b0 | 1,274 | asm | Assembly | week_08/FunctionCalls/SimpleFunction/SimpleFunction.asm | DaviNakamuraCardoso/nand2tetris | f88e6e62b66b3ecd9cedefa66e9d5842f0f191c7 | [
"MIT"
] | null | null | null | week_08/FunctionCalls/SimpleFunction/SimpleFunction.asm | DaviNakamuraCardoso/nand2tetris | f88e6e62b66b3ecd9cedefa66e9d5842f0f191c7 | [
"MIT"
] | null | null | null | week_08/FunctionCalls/SimpleFunction/SimpleFunction.asm | DaviNakamuraCardoso/nand2tetris | f88e6e62b66b3ecd9cedefa66e9d5842f0f191c7 | [
"MIT"
] | null | null | null | // // This file is part of www.nand2tetris.org
// // and the book "The Elements of Computing Systems"
// // by Nisan and Schocken, MIT Press.
// // File name: projects/08/FunctionCalls/SimpleFunction/SimpleFunction.vm
//
// // Performs a simple calculation and returns the result.
//
// function SimpleFu... | 6.533333 | 76 | 0.590267 |
0a9f4d0bba668a6bdbbf892d8962bfd07f4a8c67 | 247 | asm | Assembly | malban/Release/VRelease/Release.History/VRelease_2017_04_14/Song/track_1B_04.asm | mikepea/vectrex-playground | 0de7d2d6db0914d915f4334402f747ab3bcdc7e6 | [
"0BSD"
] | 5 | 2018-01-14T10:03:50.000Z | 2020-01-17T13:53:49.000Z | malban/Release/VRelease/Release.History/VRelease_2017_04_23/Song/track_1B_04.asm | mikepea/vectrex-playground | 0de7d2d6db0914d915f4334402f747ab3bcdc7e6 | [
"0BSD"
] | null | null | null | malban/Release/VRelease/Release.History/VRelease_2017_04_23/Song/track_1B_04.asm | mikepea/vectrex-playground | 0de7d2d6db0914d915f4334402f747ab3bcdc7e6 | [
"0BSD"
] | null | null | null | dw $0020
track_1B_04:
db $F7, $77, $86, $3C, $7B, $D8, $E0, $60, $3B, $5D
db $D8, $E9, $EF, $63, $81, $8F, $51, $E6, $BB, $B1
db $E4, $F1, $3C, $77, $BB, $BB, $1C, $27, $8E, $B1
db $E6, $BB, $B1, $D0, $E7, $3C, $72, $BB, $B8, $9C
db $27, $80 | 35.285714 | 52 | 0.449393 |
e2e69458d450cda3adf5497f59279e2f6c25ae0b | 442 | asm | Assembly | programs/oeis/030/A030065.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/030/A030065.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/030/A030065.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A030065: a(4n)=n, a(4n+2)=a(4n)+a(4n+4), a(2n+1)=a(2n)+a(2n+2).
; 0,1,1,2,1,4,3,5,2,7,5,8,3,10,7,11,4,13,9,14,5,16,11,17,6,19,13,20,7,22,15,23,8,25,17,26,9,28,19,29,10,31,21,32,11,34,23,35,12,37,25,38,13,40,27,41,14,43,29,44,15,46,31,47,16,49,33,50,17,52,35,53,18,55,37,56,19,58
lpb $0
mov $2,$0
seq $2,14682 ; Th... | 36.833333 | 214 | 0.58371 |
7fbbbfc45ac638d2be0bea28b4b17029aeea0ce3 | 6,874 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_19511_1436.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_19511_1436.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_19511_1436.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 %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x3fc1, %rsi
lea addresses_UC_ht+0x14a1, %rdi
nop
nop
nop
nop
inc %r10
mov $23, %rcx
rep movsw
nop
and $63610, %rax
lea addresses_WT_ht+0x13fc1, %rdx
nop
nop
nop
nop
nop
xor %r14, %r14
m... | 35.61658 | 2,999 | 0.656532 |
427d2a7f3ead6f9d1441370cba9a15769f451496 | 2,836 | asm | Assembly | engine/pokemon/experience.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | engine/pokemon/experience.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | engine/pokemon/experience.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | ; calculates the level a mon should be based on its current exp
CalcLevelFromExperience::
ld a, [wLoadedMonSpecies]
ld [wd0b5], a
call GetMonHeader
ld d, $1 ; init level to 1
.loop
inc d ; increment level
call CalcExperience
push hl
ld hl, wLoadedMonExp + 2 ; current exp
; compare exp needed for level d with cu... | 18.906667 | 104 | 0.669958 |
553e28ed3cfc95cbe56f6da70662ef76c32d41d2 | 1,863 | asm | Assembly | Altair101/asm/programs/opInSerial2_0to9.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 2 | 2021-12-12T23:27:10.000Z | 2022-02-17T14:01:21.000Z | Altair101/asm/programs/opInSerial2_0to9.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | null | null | null | Altair101/asm/programs/opInSerial2_0to9.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 4 | 2021-08-29T19:55:49.000Z | 2022-02-15T08:30:15.000Z | ; ------------------------------------------
; Get and process a serial received data byte.
;
; ------------------------------------------
prompt:
mvi a,'\... | 43.325581 | 82 | 0.253892 |
9624a4939886e191ae5bae841d3f9515aefd7632 | 712 | nasm | Assembly | modules/libc/posix/1j.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/libc/posix/1j.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/libc/posix/1j.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | ;-------------------------------------------------------------------------------
; posix1j.nasm - POSIX advanced realtime extensions (1003.1j).
;-------------------------------------------------------------------------------
module libc.posix1j
%include "time.ah"
%include "thread.ah"
exportproc _clock_nanosleep
sec... | 22.967742 | 80 | 0.5 |
c8030532e5372a9a5529b4996c4e2b1909be49fd | 406 | asm | Assembly | oeis/092/A092342.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/092/A092342.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/092/A092342.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A092342: a(n) = sigma_3(3n+1).
; 1,73,344,1134,2198,4681,6860,11988,15751,25112,29792,44226,50654,73710,79508,109512,117993,160454,167832,219510,226982,299593,300764,390096,389018,500780,493040,620298,619164,779220,756112,934416,912674,1149823,1092728
mul $0,3
add $0,1
mov $2,$0
lpb $0
mov $3,$2
dif $3,$0
cmp ... | 21.368421 | 220 | 0.67734 |
d3ec0c11869874cc10ea18d0423a8a67dff98c62 | 1,127 | asm | Assembly | programs/oeis/020/A020711.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/020/A020711.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/020/A020711.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A020711: Pisot sequences E(5,7), P(5,7).
; 5,7,10,14,20,29,42,61,89,130,190,278,407,596,873,1279,1874,2746,4024,5897,8642,12665,18561,27202,39866,58426,85627,125492,183917,269543,395034,578950,848492,1243525,1822474,2670965,3914489,5736962,8407926,12322414,18059375,26467300,38789713,56849087,83316386,122106098,178955... | 187.833333 | 1,035 | 0.879326 |
12e3ac32e5689d05d3b2ded495299971e1a18914 | 660 | asm | Assembly | oeis/102/A102486.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/102/A102486.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/102/A102486.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A102486: a(n) = 4*a(n-1) - 5*a(n-2).
; Submitted by Jon Maiga
; 2,6,14,26,34,6,-146,-614,-1726,-3834,-6706,-7654,2914,49926,185134,490906,1037954,1697286,1599374,-2088934,-16352606,-54965754,-138099986,-277571174,-419784766,-291283194,933791054,5191580186,16097365474,38431560966,73239416494,100799861146,37002362114,-... | 44 | 497 | 0.772727 |
d2c95328185ee1f59da21aa93b614fef58fd2362 | 1,120 | asm | Assembly | programs/oeis/121/A121381.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/121/A121381.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/121/A121381.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A121381: a(n) = Ceiling(n*Pi).
; 0,4,7,10,13,16,19,22,26,29,32,35,38,41,44,48,51,54,57,60,63,66,70,73,76,79,82,85,88,92,95,98,101,104,107,110,114,117,120,123,126,129,132,136,139,142,145,148,151,154,158,161,164,167,170,173,176,180,183,186,189,192,195,198,202,205,208,211,214,217,220,224,227,230,233,236,239,242,246,249,... | 124.444444 | 966 | 0.722321 |
d80a53df6a9cd716fb2b7d2a053453ccb567a0a8 | 307 | asm | Assembly | programs/oeis/332/A332420.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/332/A332420.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/332/A332420.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A332420: Number of Maclaurin polynomials of sin x having exactly n positive zeros.
; 3,4,5,4,4,4,4,5,4,4,5,4,4,4,4,5,4,4,5,4,4,4,4,5,4,4,5,4,4,4,4,5
mul $0,5
mov $2,$0
div $2,2
lpb $2
add $2,7
add $3,7
mov $4,$3
lpb $4
gcd $2,8
sub $4,$4
lpe
add $1,7
sub $2,1
lpe
div $1,7
add $1,3
| 15.35 | 84 | 0.566775 |
60dd16b117e875a03532a567fcbe8998db2e4332 | 5,853 | asm | Assembly | Tests/IO/destructor.e.asm | ShawSumma/Evie | 900b1f68613c15bac48aa9d614a64c972af86b15 | [
"MIT"
] | null | null | null | Tests/IO/destructor.e.asm | ShawSumma/Evie | 900b1f68613c15bac48aa9d614a64c972af86b15 | [
"MIT"
] | null | null | null | Tests/IO/destructor.e.asm | ShawSumma/Evie | 900b1f68613c15bac48aa9d614a64c972af86b15 | [
"MIT"
] | null | null | null | .intel_syntax noprefix
.global _Z10Start_Testv
.global _Z4mainv
.section .text #.text
_Z4mainv:
push rsi #rsi
push rdi #rdi
push rbx #rbx
sub rsp, 16 #.STACK, 16
mov ecx, 8 #REG_8_Parameter1999, 8
call _V17internal_allocatex_rPh
mov rcx, rax #internal_allocate_TMP_1724654753648, RetREG_0
add qword ptr [rcx + 0 ]... | 32.698324 | 78 | 0.778746 |
0261549ea23a72c0cd9a458d656da032e035ad75 | 332 | asm | Assembly | programs/oeis/138/A138453.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/138/A138453.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/138/A138453.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A138453: a(n) = ((n-th prime)^6-(n-th prime)^4))/2.
; 24,324,7500,57624,878460,2399124,12027024,23457780,73878024,297058020,443290080,1281926124,2373639240,3158972124,5387167824,11078235324,21084208140,25753264260,45219115524,64037436120,75652914024
seq $0,40 ; The prime numbers.
pow $0,2
add $1,$0
bin $0,2
mul $1,$... | 33.2 | 197 | 0.75 |
77f8a598417bc3bbcc0358a4224cc18c7956d4d4 | 660 | asm | Assembly | libsrc/graphics/gray/zx81/g_clg.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/graphics/gray/zx81/g_clg.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/graphics/gray/zx81/g_clg.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; ZX 81 pseudo-Gray Library Functions
;
; Written by Stefano Bodrato - Oct 2007
;
; $Id: g_clg.asm,v 1.1 2007/10/25 14:53:04 stefano Exp $
;
;
;Usage: g_clg(GrayLevel)
XLIB g_clg
XREF base_graphics
XREF graybit1
XREF graybit2
.g_clg
pop hl
pop bc
ld a,c ;GrayLe... | 11.37931 | 57 | 0.54697 |
61d9caa7c012c0d48d301303e0fa0c5a84538cc8 | 180 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/asinh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/asinh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/asinh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math32
PUBLIC asinh
EXTERN cm32_sccz80_asinh
defc asinh = cm32_sccz80_asinh
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _asinh
defc _asinh = asinh
ENDIF
| 12 | 31 | 0.8 |
5f16680b465a40b984f202445cc0bd74c143f7d5 | 439 | asm | Assembly | Notes/Protect/chapter6/movsx.asm | Richyeoh/Assembly | 703117d42aa3ee89bab2088b136caeb9e23a2d30 | [
"Apache-2.0"
] | 11 | 2019-01-25T07:39:17.000Z | 2019-05-24T11:41:06.000Z | Notes/Protect/chapter6/movsx.asm | Richyeohx/Assembly | 703117d42aa3ee89bab2088b136caeb9e23a2d30 | [
"Apache-2.0"
] | null | null | null | Notes/Protect/chapter6/movsx.asm | Richyeohx/Assembly | 703117d42aa3ee89bab2088b136caeb9e23a2d30 | [
"Apache-2.0"
] | 1 | 2019-01-24T04:45:17.000Z | 2019-01-24T04:45:17.000Z | ;movsb一次移动一个字节
;movsw一次移动一个字
;初次之外还需要设置移动的方向Direction Flag,cld清除方向标志,std设置方向标志,cld设置方向标志为0,std设置方向标志为1
;DF标志为0时f传送方向为正,DF标志位为1时方向为负,除此之外方向为正h时SI,DI加1或者加2,方向为反时SI,DI减1或者减2
;因为movsb,movsw只执行一次,如果需要重复N次,只需要在CX中指明次数,然后使用rep(repeat)指令 即可
jmp near start
data1: db 'a',0x07,'b',0x07,'c',0x07,'d',0x07
data2: db 0,0,0,0,0
star... | 23.105263 | 73 | 0.790433 |
5837187d1445d97e16bd5e6bea2a8de696e912c1 | 20,147 | asm | Assembly | engine/sound.asm | richard42/dynosprite | 0b83f640a63656087653266baa2ec2499a39538d | [
"BSD-2-Clause"
] | 10 | 2015-04-16T20:48:06.000Z | 2021-09-07T02:08:30.000Z | engine/sound.asm | jamieleecho/space-bandits | b0f45c4d6e8a2bbf8d1653b7b3c10059fa9ff13d | [
"BSD-2-Clause"
] | 1 | 2016-12-04T23:18:42.000Z | 2016-12-05T01:17:49.000Z | engine/sound.asm | jamieleecho/space-bandits | b0f45c4d6e8a2bbf8d1653b7b3c10059fa9ff13d | [
"BSD-2-Clause"
] | 8 | 2015-01-04T17:05:42.000Z | 2021-01-31T01:46:13.000Z | *********************************************************************************
* DynoSprite - sound.asm
* Copyright (c) 2013-2014, Richard Goedeken
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are m... | 48.314149 | 131 | 0.301137 |
f5cbb889d9bc3ae86ddeec0f85b893de20da0885 | 1,961 | asm | Assembly | Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0x48.log_26_2705.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0x48.log_26_2705.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0x48.log_26_2705.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1109e, %rsi
lea addresses_UC_ht+0x5f15, %rdi
nop
nop
nop
add $28676, %rbp
mov $22, %rcx
rep movsq
nop
nop
nop
sub %r14, %r14
lea addresses_WT_ht+0x39d2, %r12
nop
nop
nop
add $10005, %r... | 18.327103 | 148 | 0.648139 |
3da48662f9feda74d60a5c369383dd390281f34b | 693 | asm | Assembly | oeis/314/A314884.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/314/A314884.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/314/A314884.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A314884: Coordination sequence Gal.6.150.6 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 Christian Krause
; 1,5,9,14,19,23,27,31,35,40,45,49,54,59,63,68,73,77,81,85,89,94,99,103,108,113,117,122,127,131,135,139,143,14... | 21.65625 | 177 | 0.606061 |
98f83d50c9b3c93b79415a28800a7b19acb7fc96 | 8,263 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1667.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_0xca_notsx.log_21829_1667.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_0xca_notsx.log_21829_1667.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1a52, %rsi
lea addresses_D_ht+0x13b86, %rdi
xor $34767, %r14
mov $112, %rcx
rep movsl
nop
nop
nop
nop
dec %rbp
lea addresses_UC_ht+0x1d5e2, %r12
nop
nop
nop
cmp %rdx, %rdx
m... | 32.277344 | 2,999 | 0.659688 |
5409d733e5a8f255cddf4185489c85dba1888ada | 2,411 | asm | Assembly | scripts/victoryroad1.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | scripts/victoryroad1.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | scripts/victoryroad1.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | VictoryRoad1Script:
ld hl, wCurrentMapScriptFlags
bit 5, [hl]
res 5, [hl]
call nz, .next
call EnableAutoTextBoxDrawing
ld hl, VictoryRoad1TrainerHeader0
ld de, VictoryRoad1ScriptPointers
ld a, [wVictoryRoad1CurScript]
call ExecuteCurMapScriptInTable
ld [wVictoryRoad1CurScript], a
ret
.next
CheckEvent EVENT_... | 23.182692 | 55 | 0.840315 |
4fda6a3c1117d345f2e4163974b49a37f73a6a6a | 2,766 | asm | Assembly | src/Main.asm | larsve/pic-intervalltorkare | c9d9385982619e917f5c499583e0e5388ec90208 | [
"Unlicense"
] | null | null | null | src/Main.asm | larsve/pic-intervalltorkare | c9d9385982619e917f5c499583e0e5388ec90208 | [
"Unlicense"
] | null | null | null | src/Main.asm | larsve/pic-intervalltorkare | c9d9385982619e917f5c499583e0e5388ec90208 | [
"Unlicense"
] | null | null | null | ;**********************************************************************
; Description:
; Program main. Define what parts should be used and in what order
; they are initialized and called.
;
;**********************************************************************
; Notes:
;
;
;************************************... | 28.22449 | 136 | 0.527838 |
064164fe9fe1b272d069aea9955fe4cd44f62071 | 414 | asm | Assembly | oeis/037/A037587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037587: Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 3,1.
; Submitted by Jamie Morken(s3)
; 3,25,203,1625,13003,104025,832203,6657625,53261003,426088025,3408704203,27269633625,218157069003,1745256552025,13962052416203,111696419329625,893571354637003,7148570837096025
ad... | 27.6 | 176 | 0.7657 |
61bc2eb4b2aa33f690c87ae66d7059ffc4d20829 | 1,770 | asm | Assembly | engine/engine/audio/noise_mono/index.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | engine/engine/audio/noise_mono/index.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | 2 | 2021-04-17T09:31:24.000Z | 2021-04-17T09:31:53.000Z | engine/engine/audio/noise_mono/index.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | .equ AUDIO_NOISE_MONO_REGISTER_BYTES = 5
.equ AUDIO_NOISE_MONO_REGISTER_COUNTER = 0
.equ AUDIO_NOISE_MONO_REGISTER_RATE = 1
.equ AUDIO_NOISE_MONO_REGISTER_AMPLITUDE = 2
.equ AUDIO_NOISE_MONO_REGISTER_BITS_LOW = 3
.equ AUDIO_NOISE_MONO_REGISTER_BITS_HIGH = 4
; - A r* to clobber.
; - The SRAM address of the register.
.... | 29.016393 | 89 | 0.760452 |
7e3acee177a11033607a2047364ce0a6cf8dcf58 | 284 | asm | Assembly | data/mapHeaders/NameRatersHouse.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/NameRatersHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/NameRatersHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | NameRatersHouse_h:
db HOUSE ; tileset
db NAME_RATERS_HOUSE_HEIGHT, NAME_RATERS_HOUSE_WIDTH ; dimensions (y, x)
dw NameRatersHouse_Blocks ; blocks
dw NameRatersHouse_TextPointers ; texts
dw NameRatersHouse_Script ; scripts
db 0 ; connections
dw NameRatersHouse_Object ; objects
| 31.555556 | 73 | 0.820423 |
2d68982a35546a8d1b29dc648e0900e65fdd3d7f | 4,149 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_6_289.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_6_289.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_6_289.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xcf35, %rsi
lea addresses_WC_ht+0x146d0, %rdi
nop
nop
xor %rdx, %rdx
mov $111, %rcx
rep movsw
nop
xor $55915, %r12
lea addresses_WC_ht+0xeb7d, %rsi
clflush (%rsi)
nop
xor %r13, %r1... | 20.849246 | 152 | 0.649795 |
6682cb4034a5a8a7b2a709bd35aaffb076dbf007 | 364 | asm | Assembly | oeis/139/A139159.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/139/A139159.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/139/A139159.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A139159: a(n) = prime(n)! + 1.
; Submitted by Jamie Morken(s1)
; 3,7,121,5041,39916801,6227020801,355687428096001,121645100408832001,25852016738884976640001,8841761993739701954543616000001,8222838654177922817725562880000001
seq $0,6005 ; The odd prime numbers together with 1.
mov $2,$0
lpb $0
sub $0,2
add $1,$0
... | 24.266667 | 160 | 0.739011 |
2b81f824c258a4f2021e88a3d2d350d4b7db531e | 44,960 | asm | Assembly | target/cos_117/disasm/iop_overlay1/TRDCK.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/TRDCK.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/TRDCK.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291E- f:00024 d: 286 | OR[286] = A
0x0002 (0x000004) 0x211E- f:00020 d: 286 | A = OR[286]
0x0003 (0x000006) 0x863E- f:00103 d: 62 | P = P + 62 (0x0041), A # 0
... | 79.857904 | 79 | 0.471197 |
44dd6905fb94d437cd79d611890429361c483ef4 | 32,771 | asm | Assembly | Tests/valid.asm | 13xforever/x86-assembly-textmate-bundle | f1bb62f77b776d87d0fd85b0276d4237ff72c43c | [
"MIT"
] | 69 | 2015-04-16T18:01:22.000Z | 2022-02-15T07:54:26.000Z | Tests/valid.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 17 | 2016-09-20T08:49:09.000Z | 2021-02-19T15:01:04.000Z | Tests/valid.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 19 | 2016-05-31T07:11:14.000Z | 2021-07-19T10:17:12.000Z | ;Intel® 64 and IA-32 Architectures Software Developer’s Manual. Vol 1 (2015-01)
;5.1 GENERAL-PURPOSE INSTRUCTIONS
;5.1.1 Data Transfer Instructions
mov|cmove|cmovz|cmovne|cmovnz|cmova|cmovnbe|cmovae|cmovnb|cmovb|cmovnae
cmovbe|cmovna|cmovg|cmovnle|cmovge|cmovnl|cmovl|cmovnge|cmovle|cmovng
cmovc|cmovnc|cmovo|cmo... | 46.286723 | 173 | 0.817247 |
4411818778975470cb4374954161ef0377abcd8e | 815 | asm | Assembly | programs/oeis/056/A056051.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/056/A056051.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/056/A056051.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A056051: a(n) = (n-2)! - 1 (mod n).
; 0,0,1,0,-1,0,-1,-1,-1,0,-1,0,-1,-1,-1,0,-1,0,-1,-1,-1,0,-1,-1,-1,-1,-1,0,-1,0,-1,-1,-1,-1,-1,0,-1,-1,-1,0,-1,0,-1,-1,-1,0,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,0,-1,0,-1,-1,-1,-1,-1,0,-1,-1,-1,0,-1,0,-1,-1,-1,-1,-1,0,-1,-1,-1,0,-1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,0,-1,0,-1... | 81.5 | 696 | 0.377914 |
bca1926247bc6e40f9c05b667ea72a01136a6c54 | 5,636 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_1022.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_1022.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_1022.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
lea addresses_WC_ht+0xe7a, %r11
clflush (%r11)
nop
nop
nop
nop
nop
and %rdx, %rdx
movups (%r11), %xmm6
vpextrq $1, %xmm6, %rbp
nop
nop
nop
nop
nop
cmp %rdi, %rdi
lea addresses_UC_ht+0x189ee, %rcx
nop
nop
n... | 37.078947 | 2,999 | 0.66022 |
8cdd37bda4e2f9d21cc3737a2080850fa8a94fc8 | 7,828 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1689.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1689.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1689.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 %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x18f71, %rcx
nop
nop
sub %rsi, %rsi
mov (%rcx), %r10d
nop
nop
nop
lfence
lea addresses_normal_ht+0x7ccd, %rcx
nop
nop
xor $4357, %rdi
mov $0x6162636465666768, %rbx
movq %rb... | 35.103139 | 2,999 | 0.661216 |
d8cb0b57688fb845ecab6719c821289f381364c5 | 8,750 | nasm | Assembly | modules/libc/string/string.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/libc/string/string.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/libc/string/string.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | ;-------------------------------------------------------------------------------
; string.nasm - string library.
;-------------------------------------------------------------------------------
module libc.string
; Exports
exportproc _memchr, _memcmp, _memcpy, _memmove, _memset
exportproc _strcat, _strcmp, _strcpy, ... | 16.143911 | 80 | 0.5144 |
090b2fb3e3dce80e114390910e13bfa205657b07 | 486 | asm | Assembly | nasm-8086-assembly-course/0x04-create-lib/create-lib.asm | ailtonbsj/buffer-overflow-studies | 326a26f26a52f5ac055b85fc6879123c91124d23 | [
"MIT"
] | null | null | null | nasm-8086-assembly-course/0x04-create-lib/create-lib.asm | ailtonbsj/buffer-overflow-studies | 326a26f26a52f5ac055b85fc6879123c91124d23 | [
"MIT"
] | null | null | null | nasm-8086-assembly-course/0x04-create-lib/create-lib.asm | ailtonbsj/buffer-overflow-studies | 326a26f26a52f5ac055b85fc6879123c91124d23 | [
"MIT"
] | null | null | null | %include 'libe.inc'
section .text
global _start
_start:
; LEA = Load Effective Address
lea esi, [buffer] ; pointer to begin do buffer
add esi, 0x09 ; move pointer to end of buffer
mov byte[esi], LF ; add \n to buffer
dec esi ; decrement index o buffer
; Convert 2 do '2' (int to string)
m... | 20.25 | 50 | 0.635802 |
8db573f7a65df96e551be863607181f918f8caca | 1,280 | asm | Assembly | programs/oeis/209/A209722.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/209/A209722.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/209/A209722.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A209722: 1/4 the number of (n+1) X 4 0..2 arrays with every 2 X 2 subblock having distinct clockwise edge differences.
; 4,5,6,8,10,14,18,26,34,50,66,98,130,194,258,386,514,770,1026,1538,2050,3074,4098,6146,8194,12290,16386,24578,32770,49154,65538,98306,131074,196610,262146,393218,524290,786434,1048578,1572866,209715... | 67.368421 | 1,015 | 0.838281 |
a886a80b84ecf00940d744a571c82e387c6f08d5 | 504 | asm | Assembly | programs/oeis/110/A110555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/110/A110555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/110/A110555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A110555: Triangle of partial sums of alternating binomial coefficients: T(n,k) = Sum_{k=0..n} binomial(n,k)*(-1)^k.
; 1,1,0,1,-1,0,1,-2,1,0,1,-3,3,-1,0,1,-4,6,-4,1,0,1,-5,10,-10,5,-1,0,1,-6,15,-20,15,-6,1,0,1,-7,21,-35,35,-21,7,-1,0,1,-8,28,-56,70,-56,28,-8,1,0,1,-9,36,-84,126,-126,84,-36,9,-1,0,1,-10,45,-120,210,-25... | 42 | 307 | 0.56746 |
23e592c8295a6403b2c6419f5b86e9baeeb887bd | 206 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_size_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_size_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_size_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *w_vector_size_fastcall(w_vector_t *v)
SECTION code_adt_w_vector
PUBLIC _w_vector_size_fastcall
defc _w_vector_size_fastcall = asm_w_vector_size
INCLUDE "adt/w_vector/z80/asm_w_vector_size.asm"
| 18.727273 | 48 | 0.849515 |
125c58017a403d58f45affea11ad76be38621b8e | 216 | asm | Assembly | FACTORIAL_SHORT.asm | sekharkaredla/8085 | bca7395498d013c0a337f696aad49ead34f8cbdd | [
"MIT"
] | 1 | 2019-07-31T04:41:42.000Z | 2019-07-31T04:41:42.000Z | FACTORIAL_SHORT.asm | sekharkaredla/8085 | bca7395498d013c0a337f696aad49ead34f8cbdd | [
"MIT"
] | null | null | null | FACTORIAL_SHORT.asm | sekharkaredla/8085 | bca7395498d013c0a337f696aad49ead34f8cbdd | [
"MIT"
] | 1 | 2022-01-11T07:50:34.000Z | 2022-01-11T07:50:34.000Z | LXI H,4000
MOV C,M
DCR C
MOV A,M
ZONE: CALL TEST
DCR C
JNZ ZONE
// MOV A,D
STA 5000
RST 1
TEST: MOV D,A
MVI A,00
MOV B,C
TYPE: ADD D
DCR B
JNZ TYPE
RET
| 10.285714 | 18 | 0.476852 |
c72685d740c72ea28b3b74f38abb5f8dbe928ce6 | 278 | asm | Assembly | programs/oeis/177/A177057.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/177/A177057.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/177/A177057.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A177057: Decimal expansion of 7/6.
; 1,1,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6
div $0,2
pow $1,$0
gcd $1,6
| 39.714286 | 211 | 0.528777 |
a707c41c3d381f42d141d1129a9ead99f1d86536 | 2,127 | asm | Assembly | assembly_code/chp7_03.asm | Nabeegh-Ahmed/BelalHashmi-Assembly-Exercise-Solutions | a990de801ea136395904bd40b6ba162f3e1fa966 | [
"MIT"
] | 104 | 2018-08-25T00:01:41.000Z | 2022-01-26T14:07:32.000Z | assembly_code/chp7_03.asm | Nabeegh-Ahmed/BelalHashmi-Assembly-Exercise-Solutions | a990de801ea136395904bd40b6ba162f3e1fa966 | [
"MIT"
] | 5 | 2021-01-14T14:04:39.000Z | 2021-06-14T10:48:35.000Z | assembly_code/chp7_03.asm | Nabeegh-Ahmed/BelalHashmi-Assembly-Exercise-Solutions | a990de801ea136395904bd40b6ba162f3e1fa966 | [
"MIT"
] | 29 | 2018-09-19T19:26:34.000Z | 2021-04-29T21:01:26.000Z | ;Write a subroutine to copy a given area on the screen at the center of the screen without using a temporary array.
;The routine will be passed top, left, bottom, and right in that order through the stack.
;The parameters passed will always be within range the height will be odd and the width will be even so that it c... | 15.085106 | 136 | 0.544429 |
cdf02dbad3b10fca2b89d2bd6dd60b2196bd2926 | 4,237 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_10173_1549.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_0xca.log_10173_1549.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_0xca.log_10173_1549.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r15
push %rax
push %rbp
push %rbx
push %rdi
// Store
lea addresses_US+0x11b8e, %rdi
nop
nop
cmp %r13, %r13
mov $0x5152535455565758, %rbx
movq %rbx, %xmm6
movups %xmm6, (%rdi)
nop
nop
nop
nop
nop
cmp %rb... | 59.676056 | 2,999 | 0.660137 |
0669ebedb17c8d0d793c32482568cc63f5752a1b | 145 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sample1/Mobjrot.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sample1/Mobjrot.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sample1/Mobjrot.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: Mobjrot.asm
Type: file
Size: 13062
Last-Modified: '1992-09-24T02:23:51Z'
SHA-1: 49D7C80E1D88EDC2B4719524D57FEC239F63DC83
Description: null
| 20.714286 | 47 | 0.813793 |
ca21009a67c022ff84a1c636386511f625ea1ed6 | 9,499 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_21829_3065.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_21829_3065.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_21829_3065.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 %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x734f, %rdi
nop
nop
nop
nop
nop
sub %r12, %r12
movb $0x61, (%rdi)
nop
nop
add $24315, %rsi
lea addresses_normal_ht+0x18447, %rbx
nop
nop
and $6166, %rbp
movb $0x61, (%rbx)
nop... | 30.060127 | 2,999 | 0.653542 |
c7507d0b24f57453cc7212f7e422a38ef91fd1b2 | 5,739 | asm | Assembly | Library/Config/Pref/prefText.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Config/Pref/prefText.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Config/Pref/prefText.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: prefText.asm
AUTHOR: Chris Boyke
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- ----... | 20.066434 | 71 | 0.531974 |
e159695b77790df44ed5d0fa8f2a3de5f632c89c | 353 | asm | Assembly | programs/oeis/183/A183857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/183/A183857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/183/A183857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A183857: a(n) = n - 1 + ceiling((2/3)*n^2); complement of A183874.
; 1,4,8,14,21,29,39,50,62,76,91,107,125,144,164,186,209,233,259,286,314,344,375,407,441,476,512,550,589,629,671,714,758,804,851,899,949,1000,1052,1106,1161,1217,1275,1334,1394,1456,1519,1583,1649,1716,1784,1854,1925,1997,2071
mul $0,4
add $0,7
pow $0... | 35.3 | 225 | 0.685552 |
aea9f97cc06eae7fa3002f65c24e39b9b046a3ca | 213 | asm | Assembly | ffight/lcs/1p/1C.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | ffight/lcs/1p/1C.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | ffight/lcs/1p/1C.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00A2A6 move.w (A0,D0.w), ($1c,A4)
00A2AC add.l D0, ($5c,A4) [1p+1C]
00A2C6 dbra D0, $a2c0
copyright zengfr site:http://github.com/zengfr/romhack
| 26.625 | 54 | 0.685446 |
a3fc1d82d0fe858fd41c5105b90b627a51a44be9 | 573 | asm | Assembly | iod/nul/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/nul/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/nul/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; NUL device initialisation V2.01 1989 Tony Tebby QJUMP
section nul
xdef nul_init
xref.l nul_vers
xref iou_idset
xref iou_idlk
include 'dev8_keys_iod'
include 'dev8_iod_nul_data'
include 'dev8_mac_vec'
;+++
; NUL driver initialisation
;---
nul_init
lea nul_link,a3
jsr iou_idset ; setup pipe l... | 14.325 | 64 | 0.710297 |
80514b8477313728892f5968d56b369f43d5f9c5 | 251 | asm | Assembly | liteboot.asm | goshhhy/liteboot | 8a62ebdccc6cbaff73ce8f310bc6e72da5f27b19 | [
"MIT"
] | null | null | null | liteboot.asm | goshhhy/liteboot | 8a62ebdccc6cbaff73ce8f310bc6e72da5f27b19 | [
"MIT"
] | null | null | null | liteboot.asm | goshhhy/liteboot | 8a62ebdccc6cbaff73ce8f310bc6e72da5f27b19 | [
"MIT"
] | null | null | null | format binary
use16
org $1000
; print string
mov al,0
mov ah,0x13
mov dx,0
mov bh,0
mov bl,0x0f
mov cx,25
mov bp,pstring
int 0x10
haltloop:
cli
hlt
jmp haltloop
pstring: db "liteboot has been loaded!" | 12.55 | 39 | 0.605578 |
98f942c66770a5af9838f9e229936c6302953a4e | 815 | asm | Assembly | programs/oeis/080/A080463.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/080/A080463.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/080/A080463.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A080463: Sum of the two numbers formed by alternate digits of n.
; 0,1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,11,3,4,5,6,7,8,9,10,11,12,4,5,6,7,8,9,10,11,12,13,5,6,7,8,9,10,11,12,13,14,6,7,8,9,10,11,12,13,14,15,7,8,9,10,11,12,13,14,15,16,8,9,10,11,12,13,14,15,16,17,9,10,11,12,13,14,15,16,17,18,10,11,... | 90.555556 | 696 | 0.641718 |
4f98f19d4c5517dc0bf0abd12e033d348717d815 | 973 | asm | Assembly | programs/oeis/071/A071584.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/071/A071584.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/071/A071584.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A071584: Powers of 7 written backwards.
; 1,7,94,343,1042,70861,946711,345328,1084675,70635304,942574282,3476237791,10278214831,70401098869,948270322876,3499051657474,10696503923233,702789315036232,9440197953148261,34137358159889311,10021679266229797,700482380468545855,9408892858401289093,34361908004374786372,1044146... | 121.625 | 828 | 0.906475 |
f0d58e49da550b16b34190a4a591bcedb8610963 | 690 | asm | Assembly | oeis/051/A051426.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/051/A051426.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/051/A051426.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A051426: Least common multiple of {2, 4, 6, ..., 2n}.
; Submitted by Jon Maiga
; 2,4,12,24,120,120,840,1680,5040,5040,55440,55440,720720,720720,720720,1441440,24504480,24504480,465585120,465585120,465585120,465585120,10708457760,10708457760,53542288800,53542288800,160626866400,160626866400,4658179125600,4658179125600... | 40.588235 | 487 | 0.798551 |
42f027df12504838a7cf8e14e33692ad0410677c | 7,475 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_1264.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_1264.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_1264.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 %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x2142, %rsi
lea addresses_WC_ht+0x1a542, %rdi
nop
nop
nop
nop
nop
add %rbx, %rbx
mov $65, %rcx
rep movsb
nop
nop
nop
dec %rbp
lea addresses_normal_ht+0x9622, %rsi
lea addresse... | 35.42654 | 2,999 | 0.652308 |
55b58df56a551c78ddb37919b7812da5441fe067 | 2,782 | asm | Assembly | scripts/generated/de/customcmdscript.asm | shaigem/melee-asm-lab | 61dbc0aaa99264b5fdd34841f1ae71241759d93f | [
"MIT"
] | null | null | null | scripts/generated/de/customcmdscript.asm | shaigem/melee-asm-lab | 61dbc0aaa99264b5fdd34841f1ae71241759d93f | [
"MIT"
] | null | null | null | scripts/generated/de/customcmdscript.asm | shaigem/melee-asm-lab | 61dbc0aaa99264b5fdd34841f1ae71241759d93f | [
"MIT"
] | null | null | null | .include "punkpc.s"
punkpc ppc
# sushie's Custom Subaction Commands Loader v1.0.0
# authors: @["sushie"]
# description:
gecko 2147955480
lwz r12, 0(r3)
bl JumpCustomCmdEvent
cmpwi r28, 0
beq OriginalExit_80073318
ba r12, 2147955500
JumpCustomCmdEvent:
cmpwi r28, 59
beq CustomCmd_HitboxExtensionAdvanced
cmpwi r28, 60
b... | 20.15942 | 50 | 0.794393 |
ed7389a2d15a46fbcc0e71752630ac92d04d829d | 1,739 | asm | Assembly | programs/oeis/244/A244806.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/244/A244806.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/244/A244806.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A244806: The 180 degree spoke (or ray) of a hexagonal spiral of Ulam.
; 1,18,59,124,213,326,463,624,809,1018,1251,1508,1789,2094,2423,2776,3153,3554,3979,4428,4901,5398,5919,6464,7033,7626,8243,8884,9549,10238,10951,11688,12449,13234,14043,14876,15733,16614,17519,18448,19401,20378,21379,22404,23453,24526,25623,26744,... | 193.222222 | 1,617 | 0.830937 |
cf49c90040c5562594a204b80113e2257ffb4dc9 | 303 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_scalbn.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_scalbn.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_scalbn.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; double scalbn(double x, int n)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sccz80_scalbn
EXTERN am48_scalbn, cm48_sccz80p_dload
cm48_sccz80_scalbn:
pop af
pop hl
push hl
push af
exx
ld hl,4
add hl,sp
call cm48_sccz80p_dload
jp am48_scalbn
| 11.222222 | 38 | 0.689769 |
078a4a73d83edd738544e222e9c8691d683f01de | 534 | asm | Assembly | oeis/088/A088420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/088/A088420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/088/A088420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A088420: Number of primes in arithmetic progression starting with 3 and with d = 2n.
; Submitted by Christian Krause
; 3,3,1,3,3,1,3,2,1,3,1,1,2,3,1,1,3,1,3,3,1,2,1,1,3,1,1,2,2,1,1,3,1,3,2,1,1,2,1,3,1,1,2,1,1,1,3,1,3,2,1,3,2,1,3,1,1,1,1,1,1,3,1,2,1,1,3,2,1,1,1,1,2,2,1,1,3,1,1,2,1,3,1,1,2,1,1,2,3,1,1,1,1,3,3,1,2,2,1,1... | 29.666667 | 201 | 0.589888 |
60ef98a2959f5b9aa2fd8add161bea498016dc29 | 954 | asm | Assembly | programs/oeis/083/A083558.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/083/A083558.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/083/A083558.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A083558: p(p^2-p+1) as p runs through the primes.
; 6,21,105,301,1221,2041,4641,6517,11661,23577,28861,49321,67281,77701,101661,146121,201957,223321,296341,352941,383761,486877,564981,697137,903361,1020201,1082221,1213701,1283257,1430241,2032381,2231061,2552721,2666437,3285897,3420301,3845401,4304341,4629741,5147961,... | 86.727273 | 810 | 0.833333 |
00e7a3abadca209fa0baf477bad3419a8f2c88a7 | 406 | asm | Assembly | programs/oeis/038/A038718.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/038/A038718.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/038/A038718.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A038718: Number of permutations P of {1,2,...,n} such that P(1)=1 and |P^-1(i+1)-P^-1(i)| equals 1 or 2 for i=1,2,...,n-1.
; 1,1,2,4,6,9,14,21,31,46,68,100,147,216,317,465,682,1000,1466,2149,3150,4617,6767,9918,14536,21304,31223,45760,67065,98289,144050,211116,309406,453457,664574,973981,1427439,2092014,3065996,44934... | 67.666667 | 205 | 0.667488 |
edd3cdf84a08f174e66b14b0ad07d2c4505baf32 | 831 | asm | Assembly | programs/oeis/032/A032929.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/032/A032929.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/032/A032929.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A032929: Numbers whose set of base 8 digits is {1,2}.
; 1,2,9,10,17,18,73,74,81,82,137,138,145,146,585,586,593,594,649,650,657,658,1097,1098,1105,1106,1161,1162,1169,1170,4681,4682,4689,4690,4745,4746,4753,4754,5193,5194,5201,5202,5257,5258,5265,5266,8777,8778,8785,8786,8841,8842,8849,8850,9289,9290,9297,9298,9353,93... | 28.655172 | 504 | 0.672684 |
e70501a7b90f2548e5712ca62a41b46478fe0222 | 3,130 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_10_331.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_10_331.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_10_331.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 %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x86e, %rsi
lea addresses_D_ht+0x226e, %rdi
inc %r9
mov $56, %rcx
rep movsq
nop
nop
nop
cmp $46686, %rdx
lea addresses_WC_ht+0x28ee, %rsi
lea addresses_WT_ht+0x1dee6, %rdi
and %r9, %r9
m... | 20.592105 | 152 | 0.657827 |
44f1dd0229cdb728f982f0470489564275682cf4 | 628 | asm | Assembly | oeis/060/A060925.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/060/A060925.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/060/A060925.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A060925: a(n) = 2*a(n-1) + 3*a(n-2), a(0) = 1, a(1) = 4.
; 1,4,11,34,101,304,911,2734,8201,24604,73811,221434,664301,1992904,5978711,17936134,53808401,161425204,484275611,1452826834,4358480501,13075441504,39226324511,117678973534,353036920601,1059110761804,3177332285411,9531996856234,28595990568701,85787971706104,257... | 57.090909 | 501 | 0.821656 |
4ff931fb3376f885e388f297d96707e3b23ff133 | 496 | asm | Assembly | Dark soft/Tinba/source/-RootKit/IsHidden.asm | ExaByt3s/hack_scripts | cc801b36ea25f3b5a82d2900f53f5036e7abd8ad | [
"WTFPL"
] | 3 | 2021-01-22T19:32:23.000Z | 2022-01-03T01:06:44.000Z | Dark soft/Tinba/source/-RootKit/IsHidden.asm | a04512/hack_scripts | cc801b36ea25f3b5a82d2900f53f5036e7abd8ad | [
"WTFPL"
] | null | null | null | Dark soft/Tinba/source/-RootKit/IsHidden.asm | a04512/hack_scripts | cc801b36ea25f3b5a82d2900f53f5036e7abd8ad | [
"WTFPL"
] | 1 | 2021-12-10T13:18:16.000Z | 2021-12-10T13:18:16.000Z |
.code
;; -------------------------------------------------------------------------------- ;;
IsHiddenFile proc
cmp byte ptr [ebx], "A"
je @hide
cmp byte ptr [ebx], "~"
je @hide
;; Not hide
xor ebx, ebx
ret
@hide:
ret
IsHiddenFile endp
;; ------------------------------------------------... | 14.171429 | 87 | 0.377016 |
fecffc56b81e6ab74a3c1dd0c0444d75e0f9c6f1 | 827 | asm | Assembly | programs/oeis/158/A158382.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/158/A158382.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/158/A158382.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A158382: a(n) = 625*n^2 + 2*n.
; 627,2504,5631,10008,15635,22512,30639,40016,50643,62520,75647,90024,105651,122528,140655,160032,180659,202536,225663,250040,275667,302544,330671,360048,390675,422552,455679,490056,525683,562560,600687,640064,680691,722568,765695,810072,855699,902576,950703,1000080,1050707,1102584,1155... | 118.142857 | 746 | 0.831923 |
c502f445cf6b902605b60572c92cbf5a17d1b78f | 7,046 | asm | Assembly | mstr.asm | traidna/MUMPS-TI99-4A | b19c5819999a6f204a20f0496a153ba23ee8edf4 | [
"CC0-1.0"
] | null | null | null | mstr.asm | traidna/MUMPS-TI99-4A | b19c5819999a6f204a20f0496a153ba23ee8edf4 | [
"CC0-1.0"
] | null | null | null | mstr.asm | traidna/MUMPS-TI99-4A | b19c5819999a6f204a20f0496a153ba23ee8edf4 | [
"CC0-1.0"
] | null | null | null | ; mstr.asm
; routines for parsing out string values from
; mumps code, variables etc
;
getmstr ;
;mov r11,*r10+
push r11
;getleftval: ; get left side of expression
bl @getvalue ; left side
gmops clr r3
movb *r9,r3
getop ci r3,SPACE ; if space done
jeq exitgm
ci r3,NULL ; if null done
je... | 23.486667 | 70 | 0.647034 |
6f34cba90111603c9d4394c7f8afea86b0ed4a08 | 589 | asm | Assembly | programs/oeis/031/A031912.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/031/A031912.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/031/A031912.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A031912: a(n) = prime(8*n - 6).
; 3,29,61,101,139,181,229,271,317,373,421,463,521,577,619,673,733,787,839,887,953,1013,1061,1109,1181,1231,1291,1361,1429,1481,1531,1583,1627,1699,1759,1831,1889,1973,2017,2083,2137,2213,2273,2339,2383,2441,2531,2593,2663,2707,2753,2819,2887,2957,3023,3089,3181,3251,3313,3361,3449,3511... | 73.625 | 476 | 0.750424 |
e27aa6b5205bfde5d99083a4a3ead6fe7353489d | 603 | asm | Assembly | oeis/031/A031340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/031/A031340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/031/A031340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A031340: a(n) = prime(7*n).
; Submitted by Simon Strandgaard
; 17,43,73,107,149,181,227,263,307,349,389,433,467,521,571,613,653,701,751,809,853,887,947,997,1039,1091,1129,1193,1237,1291,1327,1423,1453,1493,1553,1601,1637,1699,1753,1811,1873,1931,1993,2029,2087,2137,2207,2267,2309,2357,2399,2459,2539,2593,2659,2693,27... | 67 | 474 | 0.746269 |
9d0d7e8f1785fde369bb784df18c1d51727a5bb4 | 387 | asm | Assembly | programs/oeis/201/A201208.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/201/A201208.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/201/A201208.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A201208: One 1, two 2's, three 1's, four 2's, five 1's, ...
; 1,2,2,1,1,1,2,2,2,2,1,1,1,1,1,2,2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2
lpb $0
sub $0,1
add $2,2
mov $3,$2
mo... | 25.8 | 211 | 0.496124 |
5eeaa4edb5f28b1be8b49d5f41b654132f1401c5 | 201 | asm | Assembly | libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_5.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_5.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_5.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; BeepFX sound effect by shiru
; http://shiru.untergrund.net
SECTION rodata_clib
SECTION rodata_sound_bit
PUBLIC _bfx_5
_bfx_5:
; Drop_1
defb 1 ;tone
defw 50,100,200,65531,128
defb 0
| 11.823529 | 30 | 0.721393 |
c5e06879f40474eece948271bf82a19645643d4d | 1,246 | asm | Assembly | programs/oeis/188/A188149.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/188/A188149.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/188/A188149.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A188149: Number of 4-step self-avoiding walks on an n X n square summed over all starting positions.
; 0,8,80,232,456,752,1120,1560,2072,2656,3312,4040,4840,5712,6656,7672,8760,9920,11152,12456,13832,15280,16800,18392,20056,21792,23600,25480,27432,29456,31552,33720,35960,38272,40656,43112,45640,48240,50912,53656,5647... | 19.169231 | 272 | 0.484751 |
c632ed2d54d9c9163a4b88b42e0d71d43f7a2495 | 1,680 | asm | Assembly | test.asm | nolzaj93/AssemblyReactionGame | cd90ae4a385d2c490e5d452c50e79ea628e25f13 | [
"MIT"
] | null | null | null | test.asm | nolzaj93/AssemblyReactionGame | cd90ae4a385d2c490e5d452c50e79ea628e25f13 | [
"MIT"
] | null | null | null | test.asm | nolzaj93/AssemblyReactionGame | cd90ae4a385d2c490e5d452c50e79ea628e25f13 | [
"MIT"
] | 2 | 2019-12-07T18:59:58.000Z | 2019-12-07T21:45:53.000Z | /*
* TestHardware.asm
*
* Created: 9/15/2014 11:20:28 AM
* Author: fgonzalez
*/
// All Data Direcetion registers are set as input by default.
// LED <-0 => on
// LED <-1 => off
// SWITCH pressed => 1
// SWITCH up => 0
// The XMEGA-A3BU-XPlained board has the following:
// PORT D(4) LED (red)
// PORT R(0) L... | 25.074627 | 102 | 0.601786 |
185c76f7e7324f1808e3adf888475410ab966300 | 418 | asm | Assembly | programs/oeis/163/A163377.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/163/A163377.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/163/A163377.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A163377: a(n) = tau(phi(tau(n))).
; 1,1,1,2,1,2,1,2,2,2,1,2,1,2,2,3,1,2,1,2,2,2,1,3,2,2,2,2,1,3,1,2,2,2,2,4,1,2,2,3,1,3,1,2,2,2,1,3,2,2,2,2,1,3,2,3,2,2,1,3,1,2,2,4,2,3,1,2,2,3,1,3,1,2,2,2,2,3,1,3,3,2,1,3,2,2,2,3,1,3,2,2,2,2,2,3,1,2,2,4
seq $0,163109 ; a(n) = phi(tau(n)).
seq $0,73642 ; Replace 2^k in the binary repr... | 59.714286 | 201 | 0.511962 |
d6e2816fd1cb3d8168946ecd6ebf9b1154620528 | 371 | asm | Assembly | libsrc/stdio/__scanf_parse_number.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/stdio/__scanf_parse_number.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/stdio/__scanf_parse_number.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | MODULE __scanf_parse_number
SECTION code_clib
PUBLIC __scanf_parse_number
EXTERN __scanf_ungetchar
EXTERN __scanf_get_number
EXTERN scanf_loop
; Entry:
; a = first character of number
; hl = format string
; ix = scanf frame
__scanf_parse_number:
call __scanf_ungetchar
... | 21.823529 | 32 | 0.700809 |
76d4faccd6dd0ab73d94f16522da4a7f8e022ef2 | 242 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_scroll_up_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_scroll_up_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_scroll_up_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void zx_scroll_up_callee(uchar rows, uchar attr)
SECTION code_clib
SECTION code_arch
PUBLIC zx_scroll_up_callee
EXTERN asm0_zx_scroll_up
zx_scroll_up_callee:
pop af
pop hl
pop de
push af
ld d,0
jp asm0_zx_scroll_up
| 12.1 | 50 | 0.760331 |
491af8c32d4ae90529caededcd0e4b490f49c4fc | 129,526 | asm | Assembly | main.asm | cppchriscpp/waddles-the-duck | 05127094ffea6dbb3bc822fb8c0be2a7800e5060 | [
"MIT"
] | null | null | null | main.asm | cppchriscpp/waddles-the-duck | 05127094ffea6dbb3bc822fb8c0be2a7800e5060 | [
"MIT"
] | null | null | null | main.asm | cppchriscpp/waddles-the-duck | 05127094ffea6dbb3bc822fb8c0be2a7800e5060 | [
"MIT"
] | null | null | null | .feature c_comments
.linecont +
.include "lib/nes_constants.asm"
.include "lib/project_constants.asm"
.include "lib/nes_macros.asm"
.include "lib/tile_definitions.asm"
.segment "INESHDR"
.byte "NES", $1A ; iNES header identifier
.byte 4 ; 4x 16KB PRG code.
.byte 0 ; 0x 8KB CHR data (chr ram)
.byte $21 ... | 20.767356 | 269 | 0.730062 |
9783a44be5b066102222d825e6f85174b2446776 | 218 | asm | Assembly | oeis/072/A072641.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/072/A072641.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/072/A072641.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A072641: Binary widths of the terms of A072638.
; Submitted by Jon Maiga
; 0,1,2,4,7,12,22,42,83,164,326
mov $3,1
lpb $0
sub $0,1
add $1,1
div $2,10
add $1,$2
add $3,1
mul $3,2
add $2,$3
lpe
mov $0,$1
| 13.625 | 49 | 0.591743 |
c90bae8e6c7dfb374f8f1734ca57956c4c319364 | 2,752 | asm | Assembly | source/commands/goto.asm | paulscottrobson/Atomic-Basic-2 | 8ee2d894ff06137a7ac0616862be4476dec04f9e | [
"MIT"
] | null | null | null | source/commands/goto.asm | paulscottrobson/Atomic-Basic-2 | 8ee2d894ff06137a7ac0616862be4476dec04f9e | [
"MIT"
] | null | null | null | source/commands/goto.asm | paulscottrobson/Atomic-Basic-2 | 8ee2d894ff06137a7ac0616862be4476dec04f9e | [
"MIT"
] | 1 | 2021-10-21T22:53:41.000Z | 2021-10-21T22:53:41.000Z | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : dountil.asm
; Purpose : Do..Until commands
; Date : 29th July 2019
; Author : Paul Robson (paul@robsons.org.uk)
;... | 28.666667 | 93 | 0.376817 |
b609906aac3c0e988aeadc2bfa03306306888413 | 327 | asm | Assembly | oeis/021/A021590.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021590.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021590.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021590: Decimal expansion of 1/586.
; Submitted by Jon Maiga
; 0,0,1,7,0,6,4,8,4,6,4,1,6,3,8,2,2,5,2,5,5,9,7,2,6,9,6,2,4,5,7,3,3,7,8,8,3,9,5,9,0,4,4,3,6,8,6,0,0,6,8,2,5,9,3,8,5,6,6,5,5,2,9,0,1,0,2,3,8,9,0,7,8,4,9,8,2,9,3,5,1,5,3,5,8,3,6,1,7,7,4,7,4,4,0,2,7,3,0,3
add $0,1
mov $2,10
pow $2,$0
div $2,586
mov $0,$2
mod... | 29.727273 | 201 | 0.556575 |
db06d97a998ea2cdba9e433bea60d9f23f6e2dee | 435 | asm | Assembly | programs/oeis/250/A250658.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/250/A250658.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/250/A250658.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A250658: Number of (4+1) X (n+1) 0..1 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing min(x(i,j),x(i-1,j)) in the j direction.
; 79,142,221,316,427,554,697,856,1031,1222,1429,1652,1891,2146,2417,2704,3007,3326,3661,4012,4379,4762,5161,5576,6007,6454,6917,7396,7891,8402,8929,9472,10031,1... | 43.5 | 212 | 0.717241 |
51016dd701504df418ce30b62872ff4724bfa057 | 13,232 | asm | Assembly | parser.asm | costarc/msx_parms_parser | 7693dd9a30fabfab9fbaf04afcb9207cda0ddaae | [
"CC0-1.0"
] | 8 | 2020-08-06T17:43:22.000Z | 2020-09-17T22:36:59.000Z | parser.asm | costarc/msx_parms_parser | 7693dd9a30fabfab9fbaf04afcb9207cda0ddaae | [
"CC0-1.0"
] | null | null | null | parser.asm | costarc/msx_parms_parser | 7693dd9a30fabfab9fbaf04afcb9207cda0ddaae | [
"CC0-1.0"
] | null | null | null | ;|===========================================================================|
;| |
;| MSX Command Line Parser for MSX-DOS 32K EEPROM |
;| |
;| V... | 30.700696 | 100 | 0.499244 |
4a60c38ff1ff64af95283930de8c0f0e9ddaca21 | 22,831 | asm | Assembly | work/ff3_commands.asm | ypyp-pprn-mnmn/ff3_hack | f6b8590de1bd47ff617e56e2813c25305846c002 | [
"MIT"
] | 4 | 2018-03-29T15:33:26.000Z | 2022-03-09T13:35:31.000Z | work/ff3_commands.asm | take-the-bath/ff3_hack | f6b8590de1bd47ff617e56e2813c25305846c002 | [
"MIT"
] | 45 | 2017-11-17T23:46:35.000Z | 2021-09-27T11:35:47.000Z | work/ff3_commands.asm | take-the-bath/ff3_hack | f6b8590de1bd47ff617e56e2813c25305846c002 | [
"MIT"
] | null | null | null | ;; encoding: utf-8
; ff3_commands.asm
;
; description:
; replaces command handlers
;
; version:
; 0.9 (2018-12-17)
;
; note:
; 'ff3_executeAction.asm' and 'ff3_command_window.asm' must be included before this file
;==============================================================================================... | 19.414116 | 104 | 0.577811 |
28521e087d73b5c21a7d6f4c055aaab8d3655d19 | 425 | asm | Assembly | programs/oeis/303/A303536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/303/A303536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/303/A303536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A303536: Number of terms in greedy partition of n into binary palindromes.
; 0,1,2,1,2,1,2,1,2,1,2,3,2,3,2,1,2,1,2,3,2,1,2,3,2,3,2,1,2,3,2,1,2,1,2,3,2,3,2,3,2,3,2,3,4,1,2,3,2,3,2,1,2,3,2,3,2,3,2,3,2,3,4,1,2,1,2,3,2,3,2,3,2,1,2,3,2,3,2,3,2,3,2,3,4,1,2,3,2,3,2,3,2,1,2,3,2,3,2,1
lpb $0
mov $2,$0
seq $2,206913 ; Gre... | 38.636364 | 201 | 0.6 |
1ee9cceeef41f570960abc59e0f931294b4eada1 | 323 | asm | Assembly | programs/oeis/242/A242120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/242/A242120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/242/A242120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A242120: Primes modulo 20.
; 2,3,5,7,11,13,17,19,3,9,11,17,1,3,7,13,19,1,7,11,13,19,3,9,17,1,3,7,9,13,7,11,17,19,9,11,17,3,7,13,19,1,11,13,17,19,11,3,7,9,13,19,1,11,17,3,9,11,17,1,3,13,7,11,13,17,11,17,7,9,13,19,7,13,19,3,9,17,1,9,19,1,11,13,19,3,9,17,1,3,7,19,7,11,19,3,9,1,3,1
seq $0,40 ; The prime numbers.
mod $0,... | 53.833333 | 251 | 0.613003 |
5e0aa1b5b58cef4e779671abe293446965175b31 | 16,567 | asm | Assembly | PHILIPS.1.asm | huibert7/G.A.P.E.-Global-Applesoft-Program-Editor- | e53df68264b5863b0b3f7cefd0c1a5da1a1c611b | [
"Apache-2.0"
] | null | null | null | PHILIPS.1.asm | huibert7/G.A.P.E.-Global-Applesoft-Program-Editor- | e53df68264b5863b0b3f7cefd0c1a5da1a1c611b | [
"Apache-2.0"
] | null | null | null | PHILIPS.1.asm | huibert7/G.A.P.E.-Global-Applesoft-Program-Editor- | e53df68264b5863b0b3f7cefd0c1a5da1a1c611b | [
"Apache-2.0"
] | null | null | null | ;
****************************
* *
* GLOBAL *
* APPLESOFT PROGRAM EDITOR *
* *
* DEVELOPPED BY *
* *
* HUIBERT AALBERS *
* *
****************************
;
;-------------------------... | 21.404393 | 63 | 0.505101 |
4b263aa73e5c94a8f1013b07c8f98a55e677fea7 | 409 | asm | Assembly | src/util/oli/qdos/prlin.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/qdos/prlin.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/qdos/prlin.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | ; print string and linefeed to channel 1993 O.Fink
;
include win1_mac_oli
include win1_keys_qdos_io
section utility
xdef ut_prlin
;+++
; print a string to a given channel (timeout = -1)
;
; Entry Exit
; a0 channel id preserved
; a1 ptr to string preserved
;
; errors: IOSS
; cc: set
;---
ut_prlin su... | 14.607143 | 57 | 0.684597 |
9c7a34b5758aeb35f0bf62c0ed9a4f86ca504c48 | 397 | asm | Assembly | TRAIN/MUL_DIV/assembler.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | TRAIN/MUL_DIV/assembler.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | TRAIN/MUL_DIV/assembler.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | .586
.model flat
.code
_muldiv proc
push ebp
mov ebp,esp
push esi
push edi
push ebx
mov eax, dword ptr[ebp+8] ; primo val
mov ebx, dword ptr[ebp+12] ; secondo val
mov esi, 0d
mov edi, 0d
cdq
idiv ebx
mov dword ptr[ebp + 20], eax ; salvo eax
mov eax, dword ptr[ebp+8]
imul ebx
mov dword ptr[ebp+16], eax ; salvo e... | 10.447368 | 40 | 0.700252 |
a7e503d51d9b132674f69d5f3ab5e489ba92a1f1 | 546 | asm | Assembly | oeis/017/A017059.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017059.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017059.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017059: a(n) = (7*n + 6)^7.
; 279936,62748517,1280000000,10460353203,52523350144,194754273881,587068342272,1522435234375,3521614606208,7446353252589,14645194571776,27136050989627,47829690000000,80798284478113,131593177923584,207616015289871,318547390056832,476837158203125,698260569735168,1002544368429379,14140670104... | 78 | 486 | 0.880952 |
95b1f2d94356237eb92111e9852654609c8c078f | 1,573 | asm | Assembly | programs/oeis/003/A003946.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/003/A003946.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/003/A003946.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A003946: Expansion of (1+x)/(1-3*x).
; 1,4,12,36,108,324,972,2916,8748,26244,78732,236196,708588,2125764,6377292,19131876,57395628,172186884,516560652,1549681956,4649045868,13947137604,41841412812,125524238436,376572715308,1129718145924,3389154437772,10167463313316,30502389939948,91507169819844,274521509459532,823564... | 174.777778 | 1,485 | 0.92562 |
f87e6c966bdc12ab4690360775dbf62785e6cf9c | 1,666 | asm | Assembly | core/c64/GameShell.asm | puzzud/puzl6502 | c38fa015d0d25f2c29f79fa41de10f8cc8c39693 | [
"MIT"
] | null | null | null | core/c64/GameShell.asm | puzzud/puzl6502 | c38fa015d0d25f2c29f79fa41de10f8cc8c39693 | [
"MIT"
] | null | null | null | core/c64/GameShell.asm | puzzud/puzl6502 | c38fa015d0d25f2c29f79fa41de10f8cc8c39693 | [
"MIT"
] | null | null | null | ; GameShell.asm
; Commodore 64
!src "puzl/core/c64/c64.asm"
!set ramCounter = AfterProgramAndData
;==================================================================
*=$0801
!zone MainStart
;this creates a basic start
;SYS 2064
!byte $0c,$08,$0a,$00,$9e,$20,$32,$30,$36,$34,$00,$00,$00,$00,$00
;===========... | 17.175258 | 96 | 0.563625 |
3888568eac3e34cd323a5cfa6a2330140bf01fa1 | 9,500 | asm | Assembly | RTC/AsmDebug/rtcsig.asm | Threetwosevensixseven/CSpectPlugins | fde1601aa153276cab3855cca9014bde9bca552f | [
"Apache-2.0"
] | 4 | 2020-01-13T12:54:11.000Z | 2020-10-10T14:04:13.000Z | RTC/AsmDebug/rtcsig.asm | Threetwosevensixseven/CSpectPlugins | fde1601aa153276cab3855cca9014bde9bca552f | [
"Apache-2.0"
] | null | null | null | RTC/AsmDebug/rtcsig.asm | Threetwosevensixseven/CSpectPlugins | fde1601aa153276cab3855cca9014bde9bca552f | [
"Apache-2.0"
] | 1 | 2020-04-19T18:45:36.000Z | 2020-04-19T18:45:36.000Z | ;
; TBBlue / ZX Spectrum Next project
; Copyright (c) 2010-2018
;
; RTC SIG - Victor Trucco and Tim Gilberts
;
; All rights reserved
;
; Redistribution and use in source and synthezised forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; Redistributions of source cod... | 22.041763 | 128 | 0.568526 |
4626057a849317c717ca78d15820e34843f16734 | 344 | asm | Assembly | libsrc/_DEVELOPMENT/compress/zx7/c/sccz80/sms_dzx7_standard_vram_unsafe.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/compress/zx7/c/sccz80/sms_dzx7_standard_vram_unsafe.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/compress/zx7/c/sccz80/sms_dzx7_standard_vram_unsafe.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; unsigned int sms_dzx7_standard_vram_unsafe(void *src, unsigned int dst)
SECTION code_clib
SECTION code_compress_zx7
PUBLIC sms_dzx7_standard_vram_unsafe
EXTERN asm_sms_dzx7_standard_vram_unsafe
sms_dzx7_standard_vram_unsafe:
pop af
pop de
pop hl
push hl
push de
push af
jp asm_sms_dz... | 15.636364 | 73 | 0.790698 |
e2f7cc94904ee4a161ba37c35a2bc80e695933b1 | 7,164 | asm | Assembly | P6/data_P6_2/cal_R_same_test29.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/cal_R_same_test29.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/cal_R_same_test29.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | lui $1,10305
ori $1,$1,10297
lui $2,21684
ori $2,$2,30417
lui $3,39873
ori $3,$3,56211
lui $4,49762
ori $4,$4,61732
lui $5,1258
ori $5,$5,7289
lui $6,35252
ori $6,$6,5551
mthi $1
mtlo $2
sec0:
nop
nop
nop
or $1,$6,$6
sec1:
nop
nop
or $6,$1,$2
or $3,$6,$6
sec2:
nop
nop
addiu $6,$4,-5274
or $5,$6,$6
sec3:
no... | 11.19375 | 19 | 0.514657 |
7bfb15ab05c7d48b59399043e283bba2161ae6c1 | 496 | asm | Assembly | oeis/193/A193900.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/193/A193900.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/193/A193900.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A193900: Mirror of the triangle A193899.
; Submitted by Simon Strandgaard
; 1,2,1,10,5,2,42,21,10,4,170,85,42,20,8,682,341,170,84,40,16,2730,1365,682,340,168,80,32,10922,5461,2730,1364,680,336,160,64,43690,21845,10922,5460,2728,1360,672,320,128,174762,87381,43690,21844,10920
seq $0,130328 ; Triangle of differences b... | 55.111111 | 201 | 0.752016 |
7426e7363da0437300b498aa5dbc6f1716fd07df | 197 | asm | Assembly | win7_boomer/AMD64/driver.asm | carlosgprado/hypervisor | 384c5c5d290d29e91456fa1af60dff8e9b71b935 | [
"MIT"
] | 1 | 2022-02-22T17:36:30.000Z | 2022-02-22T17:36:30.000Z | win7_boomer/AMD64/driver.asm | carlosgprado/hypervisor | 384c5c5d290d29e91456fa1af60dff8e9b71b935 | [
"MIT"
] | null | null | null | win7_boomer/AMD64/driver.asm | carlosgprado/hypervisor | 384c5c5d290d29e91456fa1af60dff8e9b71b935 | [
"MIT"
] | null | null | null | .code _text
enableVMXOperation PROC PUBLIC
PUSH RAX
XOR RAX, RAX
MOV RAX, CR4
OR RAX, 2000h ; Set the 14th bit
MOV CR4, RAX
POP RAX
RET
enableVMXOperation ENDP
END
| 13.133333 | 38 | 0.649746 |
30197e683a8ed922efb178e37b4e90309fedc378 | 1,773 | asm | Assembly | source/main/imath/int32math.asm | paulscottrobson/6502-basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 3 | 2021-09-30T19:34:11.000Z | 2021-10-31T06:55:50.000Z | source/main/imath/int32math.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | null | null | null | source/main/imath/int32math.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 1 | 2021-12-07T21:58:44.000Z | 2021-12-07T21:58:44.000Z | ; *****************************************************************************
; *****************************************************************************
;
; Name: int32math.asm
; Author: Paul Robson (paul@robsons.org.uk)
; Date: 21st February 2021
; Reviewed: 7th March 2021
; Purpose: Simple 32 bit arit... | 22.730769 | 98 | 0.274676 |
65f451a4232f4ff34fbfc531fd164dcc5c762a48 | 276 | asm | Assembly | programs/oeis/021/A021059.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/021/A021059.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/021/A021059.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A021059: Decimal expansion of 1/55.
; 0,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8
sub $0,1
mod $0,2
mov $1,8
pow $1,$0
| 34.5 | 199 | 0.532609 |
08405a6b9237e42fbb87b0ff16580bb5a681ad8f | 1,092 | asm | Assembly | verify/lxp32/src/firmware/test010.asm | roneissu/bonfire-cpu | a2e3d84f719936bd8e8272b9cfe33c342684c841 | [
"MIT"
] | 38 | 2016-06-14T01:58:10.000Z | 2022-02-01T02:58:08.000Z | verify/lxp32/src/firmware/test010.asm | roneissu/bonfire-cpu | a2e3d84f719936bd8e8272b9cfe33c342684c841 | [
"MIT"
] | 2 | 2016-09-30T19:12:49.000Z | 2017-03-06T15:15:27.000Z | verify/lxp32/src/firmware/test010.asm | roneissu/bonfire-cpu | a2e3d84f719936bd8e8272b9cfe33c342684c841 | [
"MIT"
] | 5 | 2018-01-20T20:53:43.000Z | 2021-06-16T10:14:46.000Z | /*
* This test verifies interrupt handling using a simple timer model
*/
lc r100, 0x10000000 // test result output pointer
lc r101, halt
lc r102, failure
lc r103, 0x20000000 // timer: number of pulses (0xFFFFFFFF - infinite)
lc r104, 0x20000004 // timer: delay between pulses (in cycles)
lc iv0, timer_handler... | 19.854545 | 75 | 0.693223 |
2f14fc344562dcb470f5cd0e612d6390367b694f | 1,590 | asm | Assembly | coverage/IN_CTS/0576-COVERAGE-branch-probability-info-928/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | null | null | null | coverage/IN_CTS/0576-COVERAGE-branch-probability-info-928/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 47 | 2021-03-11T07:42:51.000Z | 2022-03-14T06:30:14.000Z | coverage/IN_CTS/0576-COVERAGE-branch-probability-info-928/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 4 | 2021-03-09T13:37:19.000Z | 2022-02-25T07:32:11.000Z | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 25
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %20
OpExecutionMode %4 OriginUp... | 32.44898 | 54 | 0.492453 |
22ce14217f8d7e2af2d52de5a8dac03469fec529 | 846 | asm | Assembly | programs/oeis/157/A157130.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157130.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157130.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A157130: Partial sums of A128201.
; 1,4,8,13,20,29,40,53,68,84,101,120,141,164,189,216,245,276,309,344,380,417,456,497,540,585,632,681,732,785,840,897,956,1017,1080,1144,1209,1276,1345,1416,1489,1564,1641,1720,1801,1884,1969,2056,2145,2236,2329
mov $14,$0
mov $16,$0
add $16,1
lpb $16
clr $0,14
mov $0,$14
sub $... | 16.588235 | 210 | 0.509456 |
16cc96c8ef1d8a9dcebf7129939a06c4c76eddaa | 390 | asm | Assembly | programs/oeis/077/A077880.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/077/A077880.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/077/A077880.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A077880: Expansion of (1-x)^(-1)/(1-2*x^2+x^3).
; 1,1,3,2,6,2,11,-1,21,-12,44,-44,101,-131,247,-362,626,-970,1615,-2565,4201,-6744,10968,-17688,28681,-46343,75051,-121366,196446,-317782,514259,-832009,1346301,-2178276,3524612,-5702852,9227501,-14930315,24157855,-39088130,63246026,-102334114
mov $1,$0
seq $1,119282 ;... | 48.75 | 243 | 0.705128 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.