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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5be85f2dc7e6862b98be782745fb9c784c0a1f09 | 562 | asm | Assembly | oeis/177/A177003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/177/A177003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/177/A177003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A177003: Decimal expansion of (7+sqrt(93))/6.
; Submitted by Christian Krause
; 2,7,7,3,9,4,1,7,9,3,4,9,8,8,2,5,8,3,2,6,2,6,6,7,1,8,4,1,2,3,8,7,7,7,1,9,7,3,1,7,8,1,7,2,8,2,1,7,7,2,0,8,7,3,4,5,5,0,0,2,9,4,8,1,2,8,8,5,4,7,7,3,6,4,4,4,7,7,4,9,5,3,8,1,6,6,7,5,7,8,4,8,8,2,2,6,8,0,9,8
mov $2,1
mov $3,$0
mul $3,3
mov $5,1
... | 17.030303 | 201 | 0.533808 |
204f3dba64c19049104e54e38db79e56721989fa | 1,533 | asm | Assembly | programs/oeis/192/A192965.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/192/A192965.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/192/A192965.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A192965: Coefficient of x in the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments.
; 0,1,1,4,11,27,58,115,215,386,673,1149,1932,3213,5301,8696,14207,23143,37622,61071,99035,160486,259941,420889,681336,1102777,1784713,2888140,4673555,7562451,12236818,19800139,32037887,51839018,83877961,135718101,21... | 139.363636 | 1,263 | 0.875408 |
baa6d38282502ab0a23acb5217082cb744c8848e | 4,253 | asm | Assembly | Program.asm | winggar/BrainFudge | c2e0d0397a0dbc9531c79c56073d05b79c08dfe8 | [
"MIT"
] | null | null | null | Program.asm | winggar/BrainFudge | c2e0d0397a0dbc9531c79c56073d05b79c08dfe8 | [
"MIT"
] | null | null | null | Program.asm | winggar/BrainFudge | c2e0d0397a0dbc9531c79c56073d05b79c08dfe8 | [
"MIT"
] | null | null | null | segment .data
enter_code_str db "Enter BrainFudge code: (press enter twice to run)",10,0
nl db 10,0
d_fmt db "%d ",0
c_fmt db "%c",0
start_curly db "{ ",0
end_curly db "}",10,0
segment .bss
buffer resb 1024
current resq 1 ; the stack wasn't working ok
left_anchor resq 1 ; ^
segment .text
gl... | 21.92268 | 77 | 0.590407 |
84f2b844c3bed70b7b10834fd5ea748c064cda5d | 825 | asm | Assembly | programs/oeis/076/A076139.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/076/A076139.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/076/A076139.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A076139: Triangular numbers that are one-third of another triangular number: T(m) such that 3*T(m)=T(k) for some k.
; 0,1,15,210,2926,40755,567645,7906276,110120220,1533776805,21362755051,297544793910,4144264359690,57722156241751,803965923024825,11197800766105800,155965244802456376,2172315626468283465,302564535257535... | 117.857143 | 621 | 0.865455 |
e921ce7ba9c048c72f3d561611c386d5df7fe208 | 406 | asm | Assembly | project/lib.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | 1 | 2020-05-07T14:20:09.000Z | 2020-05-07T14:20:09.000Z | project/lib.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | null | null | null | project/lib.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | null | null | null | extern read,itoa,atoi,write
%macro fgets 2
push %2;length
push %1;buffer
call read
%endmacro
%macro i2a 2
push %1
push %2
call itoa
%endmacro
%macro a2i 2 ;stores res in eax
push %1
push %2
call atoi
%endmacro
%macro puts 1
pushad
xor ecx,ecx
mov esi,%1
%%_get_length:
inc ecx
lodsb
cmp al,0
jn... | 11.6 | 31 | 0.694581 |
6c968cd70dfac863d53f648c31d7bdfe5fd25947 | 364 | asm | Assembly | oeis/021/A021898.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021898.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021898.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021898: Decimal expansion of 1/894.
; Submitted by Jamie Morken(m2)
; 0,0,1,1,1,8,5,6,8,2,3,2,6,6,2,1,9,2,3,9,3,7,3,6,0,1,7,8,9,7,0,9,1,7,2,2,5,9,5,0,7,8,2,9,9,7,7,6,2,8,6,3,5,3,4,6,7,5,6,1,5,2,1,2,5,2,7,9,6,4,2,0,5,8,1,6,5,5,4,8,0,9,8,4,3,4,0,0,4,4,7,4,2,7,2,9,3,0,6
seq $0,83811 ; Numbers n such that 2n+1 is the d... | 45.5 | 199 | 0.593407 |
bc65bbcc02d6e59e7bbc0945a407fc45796fd05c | 158 | asm | Assembly | src/intel/tools/tests/gen9/rnde.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen9/rnde.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen9/rnde.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | rnde(8) g7<1>F g5<8,8,1>F { align1 1Q };
rnde(16) g11<1>F g7<8,8,1>F { align1 1H };
| 52.666667 | 78 | 0.303797 |
53704dbc09f1ce7e6036e1bd0d888bba303ceb00 | 2,366 | asm | Assembly | Ficha 6 - Tratamento de sequencias/5.asm | FEUP-MIEIC/MPCP | 63c9eed1a48c704a2034e04824e91fbc79538b3e | [
"MIT"
] | null | null | null | Ficha 6 - Tratamento de sequencias/5.asm | FEUP-MIEIC/MPCP | 63c9eed1a48c704a2034e04824e91fbc79538b3e | [
"MIT"
] | null | null | null | Ficha 6 - Tratamento de sequencias/5.asm | FEUP-MIEIC/MPCP | 63c9eed1a48c704a2034e04824e91fbc79538b3e | [
"MIT"
] | null | null | null | include mpcp.inc
.data
msg BYTE "123456789", 0
output_error BYTE "The arguments are invalid!", 13,10,0
output BYTE "The string was shrinked with sucess! Result:", 13, 10, 0
.code
; proto
SHRINK_RIGTH PROTO C string:ptr byte, len:dword, n:dword
SHRINK_LEFT PROTO C string:ptr byte, len:dword, n:dword
TRIM... | 17.397059 | 71 | 0.631868 |
9d340e945ecfcd7505c67aa37333dbe8f22c904d | 1,108 | asm | Assembly | libsrc/_DEVELOPMENT/l/z80/ascii/txt_to_num/fast/l_fast_htou.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/z80/ascii/txt_to_num/fast/l_fast_htou.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/z80/ascii/txt_to_num/fast/l_fast_htou.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_l
PUBLIC l_fast_htou
EXTERN l_char2num
l_fast_htou:
; ascii hex string to unsigned integer
; whitespace is not skipped, leading 0x not consumed
; char consumption stops on overflow
;
; enter : de = char *buffer
;
; exit : de = & next char to interpret in buffer
... | 11.787234 | 88 | 0.550542 |
3b7051c4eda8f334421c875a36ec65ba15c6f7f1 | 266 | asm | Assembly | libsrc/math/genmath/c/sccz80/minusfa.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/genmath/c/sccz80/minusfa.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/genmath/c/sccz80/minusfa.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; Small C+ Math Library - Support routine
; Negate a floating point number
SECTION code_fp
PUBLIC minusfa
EXTERN fa
.minusfa LD HL,fa+4
LD A,(HL)
XOR $80
LD (HL),A
RET
| 15.647059 | 47 | 0.466165 |
bd8b9673a1528413cd32106ae15b48bfd8b17dc2 | 638 | asm | Assembly | oeis/057/A057773.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/057/A057773.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/057/A057773.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A057773: Sum_{i=1..n} nu_2 ( prime(i) - 1), where prime(i) is the i-th prime and nu_2(m) = exponent of highest power of 2 dividing m.
; 0,1,3,4,5,7,11,12,13,15,16,18,21,22,23,25,26,28,29,30,33,34,35,38,43,45,46,47,49,53,54,55,58,59,61,62,64,65,66,68,69,71,72,78,80,81,82,83,84,86,89,90,94,95,103,104,106,107,109,112,11... | 45.571429 | 341 | 0.661442 |
79488f3fa54aa687fecfa57578f9b09253760060 | 60 | asm | Assembly | gfx/pokemon/poochyena/anim_idle.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | gfx/pokemon/poochyena/anim_idle.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | gfx/pokemon/poochyena/anim_idle.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | setrepeat 2
frame 5, 06
frame 0, 06
dorepeat 1
endanim
| 10 | 12 | 0.7 |
35cd92ec64c644a31ffd19a0a9bf6d5e6653c744 | 5,871 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1781.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1781.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1781.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x5de4, %rsi
lea addresses_UC_ht+0x1b9e4, %rdi
nop
nop
nop
nop
xor $7377, %r12
mov $127, %rcx
rep movsb
nop
nop
nop
nop
nop
sub $62052, %rax
lea addresses_UC_ht+0x17fe4, %rsi
lea addresse... | 37.877419 | 2,999 | 0.656958 |
476a1997fa2b5f397cdb7ce4123308c36baecae7 | 6,537 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_244.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_244.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_244.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 %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xb32c, %r11
nop
nop
nop
sub $9224, %r12
mov (%r11), %r8d
add $640, %r8
lea addresses_A_ht+0x103cc, %rsi
lea addresses_WC_ht+0x173cc, %rdi
clflush (%rsi)
nop
inc %r15
mov $... | 38.910714 | 2,999 | 0.65963 |
633b630f59bdf13ea0c4d6b2331de9a7bfe26ce8 | 769 | asm | Assembly | oeis/045/A045440.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/045/A045440.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/045/A045440.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A045440: Primes congruent to {0, 1, 4, 5} mod 7.
; Submitted by Jon Maiga
; 5,7,11,19,29,43,47,53,61,67,71,89,103,109,113,127,131,137,151,173,179,193,197,211,229,239,257,263,271,277,281,313,337,347,379,383,389,397,421,431,439,449,463,467,487,491,509,523,547,557,571,593,599,607,613,617,631,641,659,673,677,683,691,701,... | 29.576923 | 403 | 0.664499 |
d972cb681560b5e0d68a3f8db0b56bc01898aaa6 | 1,892 | asm | Assembly | src/test/ref/index-sizeof-reuse-2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/index-sizeof-reuse-2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/index-sizeof-reuse-2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test that the multiplication of a idx*sizeof(element) is reused inside loops
// Commodore 64 PRG executable file
.file [name="index-sizeof-reuse-2.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data ... | 18.92 | 79 | 0.56871 |
260a469a5d6fe5bc5838e0d4ac35cf32482b4376 | 334 | asm | Assembly | programs/oeis/035/A035187.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/035/A035187.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/035/A035187.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A035187: Sum over divisors d of n of Kronecker symbol (5|d).
; 1,0,0,1,1,0,0,0,1,0,2,0,0,0,0,1,0,0,2,1,0,0,0,0,1,0,0,0,2,0,2,0,0,0,0,1,0,0,0,0,2,0,0,2,1,0,0,0,1,0,0,0,0,0,2,0,0,0,2,0,2,0,0,1,0,0,0,0,0,0,2,0,0,0,0,2,0,0,2,1,1,0,0,0,0,0,0,0,2,0,0,0,0,0,2,0,0,0,2,1
seq $0,1157 ; sigma_2(n): sum of squares of divisors o... | 55.666667 | 201 | 0.571856 |
2df0e14a104efb04bcf8177bd90387a5f1452bab | 316 | asm | Assembly | programs/command.asm | CH-Electronics/chos | 4a5ac8b704242c60e4462a3ead7faf9ccc71229f | [
"BSD-3-Clause"
] | null | null | null | programs/command.asm | CH-Electronics/chos | 4a5ac8b704242c60e4462a3ead7faf9ccc71229f | [
"BSD-3-Clause"
] | null | null | null | programs/command.asm | CH-Electronics/chos | 4a5ac8b704242c60e4462a3ead7faf9ccc71229f | [
"BSD-3-Clause"
] | null | null | null | ; ------------------------------------------------------------------
; CHOS CLI Starter
; ------------------------------------------------------------------
BITS 16
%INCLUDE "mikedev.inc"
ORG 32768
start:
mov si, startText
call os_print_string
call get_cmd
ret
startText db 'Starting CLI...', 13, 10, 0
| 17.555556 | 68 | 0.392405 |
7c0579a821a5e0b644520fa00a07e74891090f5d | 442 | asm | Assembly | programs/oeis/109/A109804.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/109/A109804.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/109/A109804.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A109804: Cumulative sum of initial digits of (n base 6).
; 0,1,3,6,10,15,16,17,18,19,20,21,23,25,27,29,31,33,36,39,42,45,48,51,55,59,63,67,71,75,80,85,90,95,100,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131
mov $2,$0
mov $5,$0
lpb $5,1
mov $0,$2
sub $... | 22.1 | 211 | 0.604072 |
7c28ce582daa035fb66d1aa94bbb5c194ecb645c | 4,204 | asm | Assembly | c/crt0ram.asm | davidknoll/80c188-bios | 97f75250fd02e0994d5e24081a81f059e14e1760 | [
"MIT"
] | 2 | 2019-10-21T17:39:26.000Z | 2021-05-09T05:14:23.000Z | c/crt0ram.asm | davidknoll/80c188-bios | 97f75250fd02e0994d5e24081a81f059e14e1760 | [
"MIT"
] | null | null | null | c/crt0ram.asm | davidknoll/80c188-bios | 97f75250fd02e0994d5e24081a81f059e14e1760 | [
"MIT"
] | null | null | null | ; Minimal startup code for Borland C++ on David's new 80C188
; This is based on C:\BC5\LIB\STARTUP\C0.ASM from Borland C++.
; Not everything is implemented. In particular, stdio won't work
; because we're using Borland's 16-bit DOS libc without DOS.
; Treatment of constructors/destructors and atexits is not impleme... | 22.361702 | 80 | 0.674596 |
9b3f546a5f098a50e5f19bb33ba5d17474d0ad72 | 76,150 | asm | Assembly | patches/vwf_dialogues/vwf_dialogues.asm | RPGHacker/SMW-Workspace | dbbc37a650b71800c5113b28f115aa6ffc59fa7f | [
"MIT"
] | 9 | 2017-11-03T17:37:24.000Z | 2021-10-16T23:01:24.000Z | patches/vwf_dialogues/vwf_dialogues.asm | RPGHacker/SMW-Workspace | dbbc37a650b71800c5113b28f115aa6ffc59fa7f | [
"MIT"
] | 17 | 2017-11-03T17:37:16.000Z | 2021-11-02T14:42:12.000Z | patches/vwf_dialogues/vwf_dialogues.asm | RPGHacker/SMW-Workspace | dbbc37a650b71800c5113b28f115aa6ffc59fa7f | [
"MIT"
] | 3 | 2018-01-14T21:49:55.000Z | 2019-06-27T10:41:27.000Z | @asar 1.90
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;VWF Dialogues Patch by RPG Hacker;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
incsrc vwfconfig.cfg
incsrc ../shared/shared.asm
print ""
print "VWF Dialogues Patch - (c) 2010-2021 RPG Hacker"
print ""
math round off
pushtable
cleartable
namespace vwf_dialogues_
;;;... | 14.990157 | 230 | 0.695443 |
35decf9f82343c6c308097dd0706f7046e1f4095 | 917 | asm | Assembly | _build/dispatcher/jmp_ippsAdd_BN_0b25fd83.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsAdd_BN_0b25fd83.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsAdd_BN_0b25fd83.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsAdd_BN:function
extern n8_ippsAdd_BN:function
extern y8_ippsAdd_BN:function
extern e9_ippsAdd_BN:function
extern l9_ippsAdd_BN:function
extern n0_ippsAdd_BN:function
extern k0_ippsAdd_BN:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment .data
align 8
dq .Lin_ippsAdd_BN
.... | 23.512821 | 68 | 0.760087 |
62ce598cb529079167964416c92404072d030d02 | 844 | asm | Assembly | oeis/164/A164463.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/164/A164463.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/164/A164463.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A164463: Number of binary strings of length n with no substrings equal to 0001 0100 or 0110
; Submitted by Christian Krause
; 13,20,31,50,82,134,217,350,565,914,1480,2396,3877,6272,10147,16418,26566,42986,69553,112538,182089,294626,476716,771344,1248061,2019404,3267463,5286866,8554330,13841198,22395529,36236726,58632... | 32.461538 | 496 | 0.757109 |
636ec066c6eda9e9fd0e10872392ddd53f5f44da | 6,854 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_205.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_205.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_205.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 %r12
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x14029, %r9
nop
sub %r12, %r12
movw $0x6162, (%r9)
nop
nop
sub %r14, %r14
lea addresses_WC_ht+0xea9, %r11
inc %r15
mov $0x6162636465666768, %r8
movq %r8, %x... | 35.697917 | 2,999 | 0.653633 |
44c72261e579e6f9644d55e82316796071559edc | 1,769 | asm | Assembly | programs/oeis/104/A104721.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/104/A104721.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/104/A104721.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A104721: Expansion of (1+x)^2/(1-4*x^2).
; 1,2,5,8,20,32,80,128,320,512,1280,2048,5120,8192,20480,32768,81920,131072,327680,524288,1310720,2097152,5242880,8388608,20971520,33554432,83886080,134217728,335544320,536870912,1342177280,2147483648,5368709120,8589934592,21474836480,34359738368,85899345920,137438953472,34359... | 136.076923 | 1,641 | 0.910119 |
2afbcc7cdd5b7b7fb7136eb076db4737639ed891 | 407 | asm | Assembly | oeis/302/A302393.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/302/A302393.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/302/A302393.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A302393: Number of even parts in the partitions of 3n into 3 parts.
; Submitted by Jamie Morken(s1)
; 0,5,8,18,24,41,50,72,84,113,128,162,180,221,242,288,312,365,392,450,480,545,578,648,684,761,800,882,924,1013,1058,1152,1200,1301,1352,1458,1512,1625,1682,1800,1860,1985,2048,2178,2244,2381,2450,2592,2664,2813
mul $0... | 27.133333 | 210 | 0.702703 |
9a770247669e653127a03fbc3ac97e3c4e984d8e | 8,015 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48_notsx.log_21829_393.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48_notsx.log_21829_393.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48_notsx.log_21829_393.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 %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x3903, %rbp
nop
nop
and $61749, %r15
mov $0x6162636465666768, %rdx
movq %rdx, (%rbp)
and $26314, %r11
lea addresses_normal_ht+0x18d43, %rbp
nop
nop
dec %r11
movb $0x61, (%... | 31.065891 | 2,999 | 0.653774 |
496310488fd44c36a11c9cd107b15c5f0b5a773f | 9,213 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_870.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_870.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_870.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 %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x42d, %rsi
lea addresses_A_ht+0x8b2d, %rdi
clflush (%rsi)
nop
nop
nop
xor $55151, %rbx
mov $118, %rcx
rep movsl
nop
nop
add %r13, %r13
lea addresses_WC_ht+0x198ed, %rbp
nop
n... | 30.206557 | 2,999 | 0.652339 |
1d5cfb1008fa166d8e5b635182eccfbbd9577dfd | 6,110 | asm | Assembly | home/vcopy.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | home/vcopy.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | home/vcopy.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | ; this function seems to be used only once
; it store the address of a row and column of the VRAM background map in hl
; INPUT: h - row, l - column, b - high byte of background tile map address in VRAM
GetRowColAddressBgMap::
xor a
srl h
rr a
srl h
rr a
srl h
rr a
or l
ld l,a
ld a,b
or h
ld h,a
ret
; clea... | 17.457143 | 89 | 0.691653 |
87cecfe66356e61b356c32c05b25a2d3c3b45ac5 | 592 | asm | Assembly | oeis/158/A158770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158770: a(n) = 1521*n^2 - 39.
; 1482,6045,13650,24297,37986,54717,74490,97305,123162,152061,184002,218985,257010,298077,342186,389337,439530,492765,549042,608361,670722,736125,804570,876057,950586,1028157,1108770,1192425,1279122,1368861,1461642,1557465,1656330,1758237,1863186,1971177,2082210,2196285,2313402,2433561,... | 59.2 | 494 | 0.810811 |
1175198f1f24ac2b61c8354902d7062bb74bf2df | 769 | asm | Assembly | oeis/172/A172244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/172/A172244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/172/A172244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A172244: Integers (up to a sign) that are not representable in the form 2x^2 + xy + 3y^2 + z^3 - z for integer x,y,z.
; Submitted by Jon Maiga
; 1,599,14951,9314449,232488049,144839681351,3615189146999,2252257035693601,56216191003346401,35022596760195814199,874161766486847388551,544601377368787875100849,1359321541265... | 40.473684 | 479 | 0.811443 |
e7d5b422823bfa07cf689348b942161911703994 | 462 | asm | Assembly | lab4/branch_3_equal/branch3equal.asm | samdsk/lab_arch2 | 45ac71c5647b2a7985f2391686f22ebab685ba67 | [
"MIT"
] | null | null | null | lab4/branch_3_equal/branch3equal.asm | samdsk/lab_arch2 | 45ac71c5647b2a7985f2391686f22ebab685ba67 | [
"MIT"
] | null | null | null | lab4/branch_3_equal/branch3equal.asm | samdsk/lab_arch2 | 45ac71c5647b2a7985f2391686f22ebab685ba67 | [
"MIT"
] | null | null | null | #Input: tre valori interi, due indirizzi del segmento testo
#Output: nessuno
#$a0, $a1, $a2 <- 3 interi
#$s3 primo addr stack secondo addr
.data
.text
.globl branch3equal
branch3equal:
add $t0 $0 $0
add $v0 $0 $0
bne $a0 $a1 second
addi $t0 $t0 1
second: bne $a0 $a2 third
addi $t0 $t0 1
third: b... | 13.588235 | 59 | 0.601732 |
458be9fe41705f4668fb5fcf8f9c6012869cc8cc | 330 | asm | Assembly | example/6_initacc.asm | ndf-zz/fv1build | 4257fa41fd86090594f964a7997309dcbe461b4b | [
"CC0-1.0"
] | 3 | 2019-10-21T05:34:46.000Z | 2020-08-26T12:08:37.000Z | example/6_initacc.asm | ndf-zz/fv1build | 4257fa41fd86090594f964a7997309dcbe461b4b | [
"CC0-1.0"
] | 1 | 2020-06-20T23:50:38.000Z | 2020-06-21T04:31:36.000Z | example/6_initacc.asm | ndf-zz/fv1build | 4257fa41fd86090594f964a7997309dcbe461b4b | [
"CC0-1.0"
] | 1 | 2019-11-26T09:48:08.000Z | 2019-11-26T09:48:08.000Z | ; FV-1 Testing Bank A
;
; Check behaviour of FV-1 against documentation
;
; Program 6 : ACC Init Val
;
; note: also copies ADCL into delay for use with program 7
;
; Expected output: 0.0
mem delay 1
skp RUN,output
wrax REG1,0.0 ; store ACC init value
output: ldax REG1
wrax DACL,0.0
ldax ADCL
wra delay,1.0
wrax... | 15.714286 | 58 | 0.706061 |
f56d291fded91c28ba2d167423286ccec7336323 | 10,414 | asm | Assembly | sound/musicasm/MVZ1.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | 7 | 2019-12-05T00:35:57.000Z | 2022-02-27T20:00:33.000Z | sound/musicasm/MVZ1.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | null | null | null | sound/musicasm/MVZ1.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | null | null | null | MVZ1_Header:
sHeaderInit ; Z80 offset is $A52A
sHeaderPatch MVZ1_Patches
sHeaderCh $06, $03
sHeaderTempo $01, $39
sHeaderDAC MVZ1_DAC
sHeaderFM MVZ1_FM1, $00, $0F
sHeaderFM MVZ1_FM2, $00, $0C
sHeaderFM MVZ1_FM3, $00, $0E
sHeaderFM MVZ1_FM4, $00, $0F
sHeaderFM MVZ1_FM5, $00, $1A
sHeaderPSG MVZ1_PSG1, $E8... | 32.54375 | 63 | 0.57778 |
a8dc9be1d9c5ed9af817b2a5706fca574ad4854f | 2,486 | asm | Assembly | programs/oeis/157/A157288.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157288.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157288.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A157288: a(n) = 10368*n^2 - 288*n + 1.
; 10081,40897,92449,164737,257761,371521,506017,661249,837217,1033921,1251361,1489537,1748449,2028097,2328481,2649601,2991457,3354049,3737377,4141441,4566241,5011777,5478049,5965057,6472801,7001281,7550497,8120449,8711137,9322561,9954721,10607617,11281249,11975617,12690721,13426... | 207.166667 | 2,360 | 0.876911 |
cafdf6879fc6ce0620304b276557b31d8ac5a6c9 | 2,695 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_1_2633.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_1_2633.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_1_2633.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xa2b1, %rsi
lea addresses_WT_ht+0xa9a4, %rdi
nop
nop
nop
sub %r8, %r8
mov $38, %rcx
rep movsb
cmp %rbp, %rbp
pop %rsi
pop %rdi
pop %rcx
pop %rbp
pop %r8
ret
.global s_faulty_load
s_faulty_load:
pu... | 17.847682 | 151 | 0.637848 |
8bf16988a6fed950534af063fefbb94187a4b590 | 310 | asm | Assembly | programs/oeis/021/A021469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021469: Decimal expansion of 1/465.
; 0,0,2,1,5,0,5,3,7,6,3,4,4,0,8,6,0,2,1,5,0,5,3,7,6,3,4,4,0,8,6,0,2,1,5,0,5,3,7,6,3,4,4,0,8,6,0,2,1,5,0,5,3,7,6,3,4,4,0,8,6,0,2,1,5,0,5,3,7,6,3,4,4,0,8,6,0,2,1,5,0,5,3,7,6,3,4,4,0,8,6,0,2,1,5,0,5,3,7
add $0,1
mov $1,10
pow $1,$0
mul $1,4
div $1,1860
mod $1,10
mov $0,$1
| 28.181818 | 199 | 0.541935 |
4c4aa25c3c6d76e3649eded85777e5c15bfb7027 | 7,285 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_1541.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_1541.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_1541.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x586c, %r13
nop
nop
nop
nop
add $54946, %rcx
movb (%r13), %dl
nop
nop
xor %r9, %r9
lea addresses_A_ht+0x1c5d4, %r11
nop
dec %r9
movl $0x61626364, (%r11)
nop
nop
nop
... | 35.364078 | 2,999 | 0.658476 |
63fbb0d39575e67b16080654c75fa0a4434ce94f | 1,099 | asm | Assembly | nasm-8086-assembly-course/0x02-input/input.asm | ailtonbsj/buffer-overflow-studies | 326a26f26a52f5ac055b85fc6879123c91124d23 | [
"MIT"
] | null | null | null | nasm-8086-assembly-course/0x02-input/input.asm | ailtonbsj/buffer-overflow-studies | 326a26f26a52f5ac055b85fc6879123c91124d23 | [
"MIT"
] | null | null | null | nasm-8086-assembly-course/0x02-input/input.asm | ailtonbsj/buffer-overflow-studies | 326a26f26a52f5ac055b85fc6879123c91124d23 | [
"MIT"
] | null | null | null | segment .data
LF equ 0x0a ; Line feed
CR equ 0x0d ; Carriage return
NULL equ 0x00 ; NULL \0 character
SYS_CALL equ 0x80 ; OS interrupt vector
; On EAX
SYS_EXIT equ 0x01 ; Finish program code
SYS_READ equ 0x03 ; Read data code
SYS_WRITE equ 0x04 ; Write data cod... | 20.735849 | 47 | 0.626934 |
9b5e71c91ad9129807ddc941c959ee851b3e13b9 | 385 | asm | Assembly | Lab Assessment Submission/Lab 1/ASSESMENT 2.asm | FahimuzzamanShaurav/CSE331L-Section-10-Fall20-NSU | b4ddb5eae3a8823205f1b1074b472ca85e2d4343 | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab 1/ASSESMENT 2.asm | FahimuzzamanShaurav/CSE331L-Section-10-Fall20-NSU | b4ddb5eae3a8823205f1b1074b472ca85e2d4343 | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab 1/ASSESMENT 2.asm | FahimuzzamanShaurav/CSE331L-Section-10-Fall20-NSU | b4ddb5eae3a8823205f1b1074b472ca85e2d4343 | [
"MIT"
] | null | null | null |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h ;#INCLUDE<STDIO.H>
;INT MAIN (){
MOV AX, 02 ; INT A=2;
MOV BX, 03
; INT B=3;
ADD AX, BX ; INT C = A+B;
... | 21.388889 | 68 | 0.462338 |
b8fc568449605f5ab6bc2803b35b04c6a7c57692 | 3,313 | asm | Assembly | kernel/src/arch/x86_64/boot/entryother.asm | Hoblovski/RustOS | 5a0ce1e464b065adf18866ca47ccdb1b33cf4b4b | [
"MIT"
] | null | null | null | kernel/src/arch/x86_64/boot/entryother.asm | Hoblovski/RustOS | 5a0ce1e464b065adf18866ca47ccdb1b33cf4b4b | [
"MIT"
] | null | null | null | kernel/src/arch/x86_64/boot/entryother.asm | Hoblovski/RustOS | 5a0ce1e464b065adf18866ca47ccdb1b33cf4b4b | [
"MIT"
] | null | null | null | ; xv6 x86_64 entryother.S
; Each non-boot CPU ("AP") is started up in response to a STARTUP
; IPI from the boot CPU. Section B.4.2 of the Multi-Processor
; Specification says that the AP will start in real mode with CS:IP
; set to XY00:0000, where XY is an 8-bit value sent with the
; STARTUP. Thus this code must star... | 23.496454 | 86 | 0.586176 |
88a0fab30619ac4a181f871dbde5b0460aaef96d | 10,800 | asm | Assembly | Driver/Sound/WinNT/pcCode.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Sound/WinNT/pcCode.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Sound/WinNT/pcCode.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 Sound System
MODULE: Standard Sound Driver
FILE: pcCode.asm
AUTHOR: Todd Stumpf, Aug 18, 1992
ROUTINES:
Name Description
---- -----------
SPCInit... | 22.546973 | 79 | 0.512315 |
9853788881fcfec6f785efff5fa5a99ceb71696c | 433 | asm | Assembly | Labs/Lab3_Baby-steps/examples/ex1.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | 2 | 2019-11-18T15:56:21.000Z | 2020-01-18T01:22:37.000Z | Labs/Lab3_Baby-steps/examples/ex1.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | null | null | null | Labs/Lab3_Baby-steps/examples/ex1.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | null | null | null | %include "io.inc"
section .text
global CMAIN
CMAIN:
mov eax, 7 ; incarca in registrul eax valoarea 7
mov ebx, 8 ; incarca in registrul ebx valoarea 8
add eax, ebx ; aduna valoarea ce se afla in registrul eax
; cu valoarea ce se afla in registrul ebx si
... | 36.083333 | 68 | 0.602771 |
92f112cb7471936b1d7763f32ae646fae1a139f6 | 2,904 | asm | Assembly | Reference_Files/ProgramFormat.asm | smbraden/CS12-AVR | cccdc37cd2e43c01461121b9390fd907799146b6 | [
"MIT"
] | null | null | null | Reference_Files/ProgramFormat.asm | smbraden/CS12-AVR | cccdc37cd2e43c01461121b9390fd907799146b6 | [
"MIT"
] | null | null | null | Reference_Files/ProgramFormat.asm | smbraden/CS12-AVR | cccdc37cd2e43c01461121b9390fd907799146b6 | [
"MIT"
] | null | null | null | ;
; ********************************************
; * [Add Project title here] *
; * [Add more info on software version here] *
; * (C)20xx by [Add Copyright Info here] *
; ********************************************
;
; Included header file for target AVR type
.NOLIST
.INCLUDE "tn13def.inc" ; Header for ATTINY13
.LIST... | 26.162162 | 60 | 0.413567 |
dc2825f092ba5fa4a877992955ee6be1f701afe5 | 1,367 | asm | Assembly | libsrc/input/laser500/in_KeyPressed.asm | bahmanrafatjoo/z88dk | 001b7eab7fa2e94ee7210ff483c789e15e8d6a40 | [
"ClArtistic"
] | null | null | null | libsrc/input/laser500/in_KeyPressed.asm | bahmanrafatjoo/z88dk | 001b7eab7fa2e94ee7210ff483c789e15e8d6a40 | [
"ClArtistic"
] | null | null | null | libsrc/input/laser500/in_KeyPressed.asm | bahmanrafatjoo/z88dk | 001b7eab7fa2e94ee7210ff483c789e15e8d6a40 | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z | ; uint in_KeyPressed(uint scancode)
SECTION code_clib
PUBLIC in_KeyPressed
PUBLIC _in_KeyPressed
EXTERN l_push_di
EXTERN l_pop_ei
; Determines if a key is pressed using the scan code
; returned by in_LookupKey.
; enter : l = scan row
; h = key mask
; exit : carry = key is pressed & HL = 1
; no carry... | 14.389474 | 57 | 0.677396 |
a3e0022025b25bd202cb2db005aac0b728ce6635 | 375 | asm | Assembly | oeis/133/A133645.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/133/A133645.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/133/A133645.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A133645: Integers arising in A133677.
; Submitted by Christian Krause
; 2,5,15,77,187,345,551,1107,1457,1855,2301,3337,4565,5251,6767,7597,8475,11397,12467,14751,18537,19895,21301,24257,25807,34277,36115,38001,41917,43947,46025,48151,52547,57135,64377,66887,80157,82955,85801
seq $0,45309 ; Primes congruent to {0, 2}... | 34.090909 | 205 | 0.744 |
776ee33474747f6e04156478247837279c3feea7 | 29,378 | asm | Assembly | examples/F38x/All_timers/All_timers.asm | FSXAC/ELEC291P2 | 06e570e2205cbd0a87f7864da14cae3bd6c60243 | [
"Unlicense"
] | null | null | null | examples/F38x/All_timers/All_timers.asm | FSXAC/ELEC291P2 | 06e570e2205cbd0a87f7864da14cae3bd6c60243 | [
"Unlicense"
] | null | null | null | examples/F38x/All_timers/All_timers.asm | FSXAC/ELEC291P2 | 06e570e2205cbd0a87f7864da14cae3bd6c60243 | [
"Unlicense"
] | 1 | 2018-03-14T03:01:14.000Z | 2018-03-14T03:01:14.000Z | ;--------------------------------------------------------
; File Created by C51
; Version 1.0.0 #1069 (Apr 23 2015) (MSVC)
; This file was generated Sun Feb 26 19:39:14 2017
;--------------------------------------------------------
$name All_timers
$optc51 --model-small
R_DSEG segment data
R_CSEG segment code
... | 28.467054 | 107 | 0.561611 |
d823ca22704f18eadf68dd4cb50e9ae8b0a26e8d | 4,770 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_1180.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_21829_1180.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_21829_1180.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r8
push %r9
push %rbp
push %rdx
push %rsi
// Store
mov $0xe66, %rsi
clflush (%rsi)
nop
nop
inc %r9
movb $0x51, (%rsi)
nop
nop
nop
nop
nop
dec %rdx
// Store
lea addresses_WC+0x11aa2, %r13
clflush (%r13)... | 45 | 2,999 | 0.656184 |
23d49dfabe2689a06266dbf0d77f0131f669c873 | 3,993 | asm | Assembly | coverage/IN_CTS/0479-COVERAGE-nir-loop-analyze-929/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | null | null | null | coverage/IN_CTS/0479-COVERAGE-nir-loop-analyze-929/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/0479-COVERAGE-nir-loop-analyze-929/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: 73
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %13
OpExecutionMode %4 OriginUp... | 33.554622 | 59 | 0.472577 |
63a6ac71fd792e5b8e38b82fe5cb7fdefdfc4e38 | 132 | asm | Assembly | data/radio/pnp_hidden_places.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | data/radio/pnp_hidden_places.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | data/radio/pnp_hidden_places.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | ; Places and People will not describe these maps.
PnP_HiddenPlaces:
map_id PALLET_TOWN
map_id ROUTE_22
map_id PEWTER_CITY
.End
| 14.666667 | 49 | 0.80303 |
53a0294559ef896c88eb8eb197f5cb0a4e8d096e | 2,652 | asm | Assembly | 1-source-files/main-sources/elite-disc.asm | markmoxon/disc-elite-beebasm | 31e05c330a7cdc60d8aef7664f9425381940dcae | [
"Unlicense"
] | 14 | 2021-01-28T19:27:28.000Z | 2022-01-07T16:36:02.000Z | 1-source-files/main-sources/elite-disc.asm | markmoxon/disc-elite-beebasm | 31e05c330a7cdc60d8aef7664f9425381940dcae | [
"Unlicense"
] | null | null | null | 1-source-files/main-sources/elite-disc.asm | markmoxon/disc-elite-beebasm | 31e05c330a7cdc60d8aef7664f9425381940dcae | [
"Unlicense"
] | null | null | null | \ ******************************************************************************
\
\ DISC ELITE DISC IMAGE SCRIPT
\
\ Elite was written by Ian Bell and David Braben and is copyright Acornsoft 1984
\
\ The code on this site has been disassembled from the version released on Ian
\ Bell's personal website at http://www.el... | 45.724138 | 80 | 0.661388 |
07f16030b11ac775249b7cd2865ce36cce89c99f | 300 | asm | Assembly | Mips/Studies/pseudoBranch.asm | otavreis/-Computer-Architecture-and-Organization | 317c7077b1b08a50985767d8114af5be580cc764 | [
"MIT"
] | 1 | 2020-09-03T00:16:24.000Z | 2020-09-03T00:16:24.000Z | Mips/Studies/pseudoBranch.asm | otavreis/-Computer-Architecture-and-Organization | 317c7077b1b08a50985767d8114af5be580cc764 | [
"MIT"
] | null | null | null | Mips/Studies/pseudoBranch.asm | otavreis/-Computer-Architecture-and-Organization | 317c7077b1b08a50985767d8114af5be580cc764 | [
"MIT"
] | null | null | null | .data
message: .asciiz "Hi, how are you?"
.text
main:
addi $s0, $zero, 10
#addi $s1, $zero, 14
bgtz $s0, displayHi
#blt $s0, $s1, displayHi # Sudo instruction
# End of main
li $v0, 10
syscall
displayHi:
li $v0, 4
la $a0, message
syscall | 14.285714 | 48 | 0.533333 |
f0cf8ee8ac27fad871be8347d3244aaaa803f2d4 | 6,912 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_72.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_72.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_72.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 %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x11123, %rsi
lea addresses_WT_ht+0x16867, %rdi
clflush (%rsi)
nop
xor %r9, %r9
mov $35, %rcx
rep movsl
nop
nop
nop
add %r14, %r14
lea addresses_WC_ht+0x1d767, %rsi
nop
add... | 38.614525 | 2,999 | 0.661024 |
6c9ccd7eca1c2df694ebf3cb092e1a01049fce25 | 19,094 | asm | Assembly | segaconsoles/_includes/data/sine.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 5 | 2021-05-15T21:47:38.000Z | 2022-03-27T19:33:15.000Z | segaconsoles/_includes/data/sine.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 1 | 2021-06-09T10:17:41.000Z | 2021-06-09T15:07:37.000Z | segaconsoles/_includes/data/sine.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | null | null | null | sine:
dc.w $0
dc.w $0
dc.w $0
dc.w $0
dc.w $0
dc.w $0
dc.w $0
dc.w $0
dc.w $0
dc.w $0
dc.w $0
dc.w $0
dc.w $0
dc.w $1
dc.w $1
dc.w $1
dc.w $1
dc.w $1
dc.w $1
dc.w $1
dc.w $1
dc.w $1
dc.w $2
dc.w $2
dc.w $2
dc.w $2
dc.w $2
dc.w $2
dc.w $2
dc.w $3
dc.w $3
dc.w $3
dc.w $3
dc.w $3
dc.w $4... | 10.584257 | 10 | 0.527967 |
45efe2e2182af8062f32adac579ecf739da3fe36 | 460 | asm | Assembly | oeis/255/A255165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/255/A255165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/255/A255165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A255165: a(n) = Sum_{k=2..n} floor(log(n)/log(k)), n >= 1.
; 0,1,2,4,5,6,7,9,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,30,31,33,34,35,36,37,39,40,41,42,44,45,46,47,48,49,50,51,52,53,54,55,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,95,96,97,98,99,100,101,10... | 57.5 | 308 | 0.613043 |
73e1c1684173306e7ce0b13edf23e7636fa346b9 | 5,621 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_849_911.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_849_911.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_849_911.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 %rbp
push %rbx
push %rcx
push %rsi
lea addresses_normal_ht+0x14744, %rbx
clflush (%rbx)
nop
nop
and $61158, %rsi
mov (%rbx), %rbp
lfence
pop %rsi
pop %rcx
pop %rbx
pop %rbp
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %r14
push %r15
p... | 35.352201 | 2,546 | 0.650952 |
9f60fe52d50d83077c4d295de1dc0b38987dc509 | 37,378 | asm | Assembly | Library/Spreadsheet/UI/uiDefineName.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spreadsheet/UI/uiDefineName.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spreadsheet/UI/uiDefineName.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT @-----------------------------------------------------------------------
Copyright (c) Geoworks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: uiDefineName.asm
AUTHOR: Cheng, 7/92
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
... | 22.73601 | 84 | 0.634972 |
fb1dccf668185af88627cc14c0f2b2062bce233e | 23,879 | asm | Assembly | Library/GrObj/Body/bodyUI.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/GrObj/Body/bodyUI.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/GrObj/Body/bodyUI.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: The GrObj
FILE: bodyUI.asm
AUTHOR: Chris Boyke
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
... | 23.410784 | 145 | 0.661083 |
3711cfd26363746cc03f3086f79101514ffd8988 | 2,767 | asm | Assembly | test/Parser/ParserTest.asm | leonardo-ono/asm4mo | 454209ba7ad99aabecb471e32f8baa86672a5ce9 | [
"BSD-3-Clause"
] | 10 | 2015-08-19T15:58:49.000Z | 2021-09-05T20:58:17.000Z | test/Parser/ParserTest.asm | leonardo-ono/asm4mo | 454209ba7ad99aabecb471e32f8baa86672a5ce9 | [
"BSD-3-Clause"
] | null | null | null | test/Parser/ParserTest.asm | leonardo-ono/asm4mo | 454209ba7ad99aabecb471e32f8baa86672a5ce9 | [
"BSD-3-Clause"
] | null | null | null | ;===============================================================================
; class ParserTest
;===============================================================================
bits 16
org 32768
start:
; ----------------------------------------------------------------------
parser_setFileName:
mov si, fileNam... | 26.352381 | 80 | 0.541019 |
1b11ef058c544d30115ab6e86d259c8f68aace73 | 599 | asm | Assembly | 4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter9_2/AsmTest/inst_rom.asm | ladike/912_project | 5178c1c93ac6ca30ffc72dd689f5c6932704b4ab | [
"MIT"
] | 640 | 2019-03-30T11:32:43.000Z | 2022-03-31T14:05:18.000Z | 4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter9_2/AsmTest/inst_rom.asm | ladike/912_project | 5178c1c93ac6ca30ffc72dd689f5c6932704b4ab | [
"MIT"
] | 6 | 2019-07-22T01:57:24.000Z | 2022-01-20T15:03:16.000Z | 4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter9_2/AsmTest/inst_rom.asm | ladike/912_project | 5178c1c93ac6ca30ffc72dd689f5c6932704b4ab | [
"MIT"
] | 212 | 2019-04-10T02:31:50.000Z | 2022-03-30T02:32:47.000Z |
inst_rom.om: file format elf32-tradbigmips
Disassembly of section .text:
00000000 <_start>:
0: 34011234 li at,0x1234
4: ac010000 sw at,0(zero)
8: 34015678 li at,0x5678
c: e0010000 sc at,0(zero)
10: 8c010000 lw at,0(zero)
14: 00000000 nop
18: 34010000 li at,0x0
1c: c0010000 ll at,0(zer... | 21.392857 | 46 | 0.66778 |
0d1dfd250a8e29ea74835556c40b8e4be3706976 | 2,625 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_64_1785.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_64_1785.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_64_1785.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x530d, %rbx
nop
nop
nop
sub %rax, %rax
movl $0x61626364, (%rbx)
nop
nop
nop
dec %r12
lea addresses_WC_ht+0x112fe, %rsi
lea addresses_UC_ht+0x1a30d, %rdi
nop
nop
nop
nop
xor $5032, %rax... | 20.038168 | 191 | 0.647619 |
5d0e7677c82f104ba327495116c8076b5d394f03 | 7,806 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_551.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_551.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_551.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 %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x142d2, %rsi
lea addresses_A_ht+0x7722, %rdi
nop
cmp %r8, %r8
mov $37, %rcx
rep movsq
nop
nop
nop
nop
nop
xor %r12, %r12
lea addresses_WC_ht+0xf962, %r8
nop
nop
nop
cmp $1... | 33.646552 | 2,999 | 0.657699 |
c06ecba2e82a4a9b523638aa4951e0ded43070d8 | 555 | asm | Assembly | oeis/017/A017188.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017188.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017188.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017188: a(n) = (9*n + 2)^4.
; 16,14641,160000,707281,2085136,4879681,9834496,17850625,29986576,47458321,71639296,104060401,146410000,200533921,268435456,352275361,454371856,577200625,723394816,895745041,1097199376,1330863361,1600000000,1908029761,2258530576,2655237841,3102044416,3603000625,4162314256,4784350561,5473... | 79.285714 | 495 | 0.854054 |
e39d6a14b49845f388e74f12eaeffdecbd146877 | 723 | asm | Assembly | oeis/100/A100048.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/100/A100048.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/100/A100048.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A100048: A Chebyshev transform of the Pell numbers.
; Submitted by Christian Krause
; 0,1,2,2,4,9,16,29,56,106,198,373,704,1325,2494,4698,8848,16661,31376,59089,111276,209554,394634,743177,1399552,2635641,4963450,9347186,17602652,33149377,62427024,117562789,221394656,416931194,785166286,1478627901,2784557248,52438879... | 40.166667 | 501 | 0.792531 |
2c132a0c4f0e2550ee36a98f617daca6d29f66ae | 503 | asm | Assembly | programs/oeis/073/A073333.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/073/A073333.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/073/A073333.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A073333: Decimal expansion of 1/(e-1) = Sum(k >= 1, exp(-k)).
; 5,8,1,9,7,6,7,0,6,8,6,9,3,2,6,4,2,4,3,8,5,0,0,2,0,0,5,1,0,9,0,1,1,5,5,8,5,4,6,8,6,9,3,0,1,0,7,5,3,9,6,1,3,6,2,6,6,7,8,7,0,5,9,6,4,8,0,4,3,8,1,7,3,9,1,6,6,9,7,4,3,2,8,7,2,0,4,7,0,9,4,0,4,8,7,5,0,5,7,6
add $0,1
mov $2,1
mov $3,$0
mul $3,5
lpb $3
mul $2,... | 18.62963 | 201 | 0.499006 |
3cac1c6df7203de088ebdcb50b9a91258e509938 | 6,214 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_21829_191.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_21829_191.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_21829_191.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xf418, %rax
nop
nop
nop
nop
nop
and %rbx, %rbx
movups (%rax), %xmm3
vpextrq $1, %xmm3, %r9
nop
nop
nop
add %r8, %r8
lea addresses_D_ht+0x17298, %r10
cmp %r1... | 37.660606 | 2,999 | 0.653846 |
be213f36130473534131848ba904d834e71cd5df | 314 | asm | Assembly | programs/oeis/152/A152892.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/152/A152892.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/152/A152892.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A152892: Periodic sequence [0,3,1,0,1] of period 5.
; 0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1,0,3,1,0,1
mov $1,$0
pow $0,2
add $1,2
mul $1,$0
mod $1,5
| 34.888889 | 211 | 0.531847 |
caed7403e4e514d26684356b65368f7c6e10dff5 | 10,403 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.c-623.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.c-623.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.c-623.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | name Virus
title Disassembly listing of the VHP-648 virus
.radix 16
code segment
assume cs:code,ds:code
org 100
environ equ 2C
start:
jmp virus
. . .
virus:
push cx ;Save CX
mov dx,offse... | 32.509375 | 75 | 0.467077 |
d415731149bf2d7e989e0c4df28cfa01716429c8 | 430 | asm | Assembly | programs/oeis/182/A182771.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/182/A182771.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/182/A182771.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A182771: Beatty sequence for (6+sqrt(3))/3.
; 2,5,7,10,12,15,18,20,23,25,28,30,33,36,38,41,43,46,48,51,54,56,59,61,64,67,69,72,74,77,79,82,85,87,90,92,95,97,100,103,105,108,110,113,115,118,121,123,126,128,131,134,136,139,141,144,146,149
mov $2,$0
seq $0,186539 ; Adjusted joint rank sequence of (f(i)) and (g(j)) with... | 53.75 | 192 | 0.655814 |
e05f2e405c6f26ffe5c75c340a6733230074a27f | 1,085 | asm | Assembly | Bitwise operator programming exercises and solutions in C/11- C program to flip all bits of a binary number/project.asm | MahmoudFawzy01/C-solutions-Code4win- | 491d86770895ec4c31a69c7e3d47a88dedc4427a | [
"Apache-2.0"
] | null | null | null | Bitwise operator programming exercises and solutions in C/11- C program to flip all bits of a binary number/project.asm | MahmoudFawzy01/C-solutions-Code4win- | 491d86770895ec4c31a69c7e3d47a88dedc4427a | [
"Apache-2.0"
] | null | null | null | Bitwise operator programming exercises and solutions in C/11- C program to flip all bits of a binary number/project.asm | MahmoudFawzy01/C-solutions-Code4win- | 491d86770895ec4c31a69c7e3d47a88dedc4427a | [
"Apache-2.0"
] | null | null | null | .file "project.c"
.def __main; .scl 2; .type 32; .endef
.section .rdata,"dr"
.LC0:
.ascii "\12Enter any number: \0"
.LC1:
.ascii "%d\0"
.align 8
.LC2:
.ascii "Number after bits are flipped: %d (in decimal).\12\0"
.text
.globl main
.def main; .scl 2; .type 32; .endef
.seh_proc main
main:
pushq %rbp
.seh_pus... | 18.706897 | 72 | 0.614747 |
6c9356c1f7ad04d2cff42747150e11a8744ff533 | 87 | asm | Assembly | gfx/pokemon/nuzleaf/anim_idle.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | gfx/pokemon/nuzleaf/anim_idle.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | gfx/pokemon/nuzleaf/anim_idle.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | frame 3, 08
frame 4, 08
frame 3, 08
frame 4, 08
frame 0, 06
frame 4, 06
endanim
| 10.875 | 12 | 0.632184 |
a1766d78a1e7d77384914919259a15c2ad038326 | 366 | asm | Assembly | oeis/083/A083363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/083/A083363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/083/A083363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A083363: Diagonal of table A083362.
; Submitted by Jamie Morken(s2)
; 1,7,11,30,38,69,81,124,140,195,215,282,306,385,413,504,536,639,675,790,830,957,1001,1140,1188,1339,1391,1554,1610,1785,1845,2032,2096,2295,2363,2574,2646,2869,2945,3180,3260,3507,3591,3850,3938,4209,4301,4584
mov $1,$0
add $0,1
add $1,$0
div $0,2
... | 26.142857 | 210 | 0.70765 |
c35edf91d32b8d4635da0c7956a636062e2f45ad | 913 | asm | Assembly | SLIDE_Keys01.asm | XlogicX/CactusCon2017 | d4cc716169dc8c6c2956c57079eb64342d5432bf | [
"BSD-2-Clause"
] | 2 | 2018-12-23T17:19:34.000Z | 2019-08-23T16:15:57.000Z | SLIDE_Keys01.asm | XlogicX/CactusCon2017 | d4cc716169dc8c6c2956c57079eb64342d5432bf | [
"BSD-2-Clause"
] | null | null | null | SLIDE_Keys01.asm | XlogicX/CactusCon2017 | d4cc716169dc8c6c2956c57079eb64342d5432bf | [
"BSD-2-Clause"
] | null | null | null | %include 'textmode.h'
call draw_border
mov di, 160 * 2 + 8 ;where to place cursor
mov si, line01 ;fetch the text
mov ah, 0x0A ;color
call slide_line
mov di, 160 * 4 + 16 ;where to place cursor
mov si, line02 ;fetch the text
mov ah, 0x0E
call slide_line
mov di, 160 * 6 + 16 ;where to place cursor
mov si... | 20.288889 | 59 | 0.69989 |
7736efcc5666f99fd565ea1f6c377c8c50d77b40 | 2,737 | asm | Assembly | src/win32/855.asm | amindlost/wdosx | 1e256d22c1547e7b1f1ccd23e400f5b81b8bd013 | [
"Unlicense"
] | 7 | 2022-01-20T08:27:54.000Z | 2022-03-17T10:15:31.000Z | src/win32/855.asm | amindlost/wdosx | 1e256d22c1547e7b1f1ccd23e400f5b81b8bd013 | [
"Unlicense"
] | null | null | null | src/win32/855.asm | amindlost/wdosx | 1e256d22c1547e7b1f1ccd23e400f5b81b8bd013 | [
"Unlicense"
] | null | null | null | ; ############################################################################
; ## WDOSX DOS Extender Copyright (c) 1996, 1999, Michael Tippach ##
; ## ##
; ## Released under the terms of the WDOSX license agreement. ##
; ##... | 9.603509 | 82 | 0.580928 |
2b614df1392ee8a4748faba939695f4706d0accc | 4,285 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_1290.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_1290.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_1290.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %r9
push %rsi
lea addresses_D_ht+0xe8b3, %r13
nop
nop
nop
nop
nop
cmp $14785, %r9
mov (%r13), %r12w
nop
nop
nop
sub %r15, %r15
lea addresses_UC_ht+0x160b3, %r11
nop
nop
nop
cmp %r13, %r13
movups (%r11), %xmm3
vpextrq $0, %xmm3, %r... | 55.649351 | 2,999 | 0.66091 |
db0c2e838fbdf58309c254b9542368994baea135 | 696 | asm | Assembly | oeis/249/A249312.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/249/A249312.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/249/A249312.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A249312: Expansion of x*(1+11*x-10*x^3)/(1-12*x^2+10*x^4).
; Submitted by Jamie Morken(s3)
; 1,11,12,122,134,1354,1488,15028,16516,166796,183312,1851272,2034584,20547304,22581888,228054928,250636816,2531186096,2781822912,28093683872,30875506784,311812345504,342687852288,3460811307328,3803499159616,38411612232896,4221... | 38.666667 | 481 | 0.804598 |
c039c1534fd48140430a404534aa37003642b8c8 | 1,193 | asm | Assembly | fixp.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | 17 | 2018-06-17T19:12:27.000Z | 2021-05-31T16:20:44.000Z | fixp.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | null | null | null | fixp.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | 4 | 2018-10-14T16:08:26.000Z | 2021-06-21T23:31:59.000Z | ; Convert floating point between -1.0 and +1.0 to signed integer between -127 and 127
; WARNING!!! Bounds not checked, does wreak havoc for out of bounds input.
; Input: DE = floating point number in the -1.0 .. +1.0 range
; Output: A = signed integer
; Pollutes: F,AF',BC,DE,HL
FFIX: LD BC,F7F
CALL FMUL
LD A,H
ADD A... | 14.9125 | 85 | 0.643755 |
73d99b65cc9539cebb2193cc3194074c190f2a92 | 383 | asm | Assembly | programs/oeis/282/A282622.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/282/A282622.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/282/A282622.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A282622: Number of digits of the representation of n in the alternating sexagesimal-decimal number system.
; 1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
mul $0,2... | 31.916667 | 201 | 0.590078 |
24d359be2ece71716d5d7662b9aef36d3145bc94 | 665 | asm | Assembly | Linux/equalsTenOrNot/equalsTenOrNot.asm | shikhar-scs/Assembly-with-MacOS | 6690d5da758d614fd5af452f86ad5153fb7466f0 | [
"Apache-2.0"
] | 19 | 2018-04-20T04:41:23.000Z | 2021-11-14T15:58:24.000Z | Linux/equalsTenOrNot/equalsTenOrNot.asm | shikhar-scs/Assembly-with-MacOS | 6690d5da758d614fd5af452f86ad5153fb7466f0 | [
"Apache-2.0"
] | 1 | 2018-04-20T02:01:17.000Z | 2018-04-20T11:47:22.000Z | Linux/equalsTenOrNot/equalsTenOrNot.asm | shikhar-scs/Assembly-with-MacOS | 6690d5da758d614fd5af452f86ad5153fb7466f0 | [
"Apache-2.0"
] | 7 | 2018-04-19T20:05:30.000Z | 2020-06-24T03:12:40.000Z | data SEGMENT
NUM1 DB ?
NUM2 DB ?
msg1 DB 10,13,'Input number : $'
equal DB 10,13,'Equal to 10 : $ '
greater DB 10,13,'Greater than 10 : $'
smaller DB 10,13,'Smaller than 10 : $'
data ENDS
code SEGMENT
assume CS:code,DS:data
start:
MOV AX,data
MOV DS,AX
LEA DX,msg1
MOV AH,9
INT 21H
MOV AH,1
INT 2... | 12.090909 | 38 | 0.596992 |
bec8fd2140f9635809d475243f205facd7a5f492 | 3,498 | asm | Assembly | 8088/xtce/runtests.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 92 | 2015-04-10T17:45:11.000Z | 2022-03-30T17:58:51.000Z | 8088/xtce/runtests.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 2 | 2017-11-05T07:21:35.000Z | 2018-11-04T23:36:13.000Z | 8088/xtce/runtests.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 18 | 2015-04-11T20:32:44.000Z | 2021-11-06T05:19:57.000Z | %include "../defaults_bin.asm"
ITERS EQU 8
mov al,TIMER0 | BOTH | MODE2 | BINARY
out 0x43,al
xor al,al
out 0x40,al
out 0x40,al
cli
mov ax,0
mov ds,ax
mov ax,cs
mov word[0x20],interrupt8
mov [0x22],ax
mov ds,ax
mov es,ax
mov ss,ax
mov sp,0
mov si,experimentData
nextExperiment:
... | 15.477876 | 99 | 0.682676 |
6329df019e73b7be17d9a15a323bc7c58573b4e4 | 35 | asm | Assembly | VirtualMachine/Win32/UnitTests/Conditionals/test2_Boolean.asm | ObjectPascalInterpreter/BookPart_3 | 95150d4d02f7e13e5b1ebb58c249073a384f2a0a | [
"Apache-2.0"
] | 8 | 2021-11-07T22:45:25.000Z | 2022-03-12T21:38:53.000Z | VirtualMachine/Win32/UnitTests/Conditionals/test2_Boolean.asm | Irwin1985/BookPart_2 | 4e8c2e47cd09b77c6e5bd3455ddfe7492adf26bf | [
"Apache-2.0"
] | 4 | 2021-09-23T02:13:55.000Z | 2021-12-07T06:08:17.000Z | VirtualMachine/Win32/UnitTests/Conditionals/test2_Boolean.asm | Irwin1985/BookPart_2 | 4e8c2e47cd09b77c6e5bd3455ddfe7492adf26bf | [
"Apache-2.0"
] | 4 | 2021-11-24T17:24:56.000Z | 2021-12-21T04:56:58.000Z | # Test 2
pushb false
halt
| 7 | 15 | 0.542857 |
6bfcf6bf899d258ca424510efacddf0f16a507cc | 2,117 | asm | Assembly | leddriver8bit.asm | brainsmoke/softpwmpdk | a893ed1e32ee5ad0b4101964e21a021cca0027c7 | [
"MIT"
] | 1 | 2021-11-08T17:12:45.000Z | 2021-11-08T17:12:45.000Z | leddriver8bit.asm | brainsmoke/softpwmpdk | a893ed1e32ee5ad0b4101964e21a021cca0027c7 | [
"MIT"
] | null | null | null | leddriver8bit.asm | brainsmoke/softpwmpdk | a893ed1e32ee5ad0b4101964e21a021cca0027c7 | [
"MIT"
] | 1 | 2022-03-25T17:50:53.000Z | 2022-03-25T17:50:53.000Z |
.module softpwmpdk
.include "pdk.asm"
.include "settings.asm"
.include "uart.asm"
.include "softpwm8.asm"
.area DATA (ABS)
.org 0x00
bufstart:
buf1: .ds 1
buf2: .ds 1
buf3: .ds 1
buf_: .ds (BUFSIZE - 3)
bufend:
val1: .ds 1
val2: .ds 1
val3: .ds 1... | 18.734513 | 102 | 0.550779 |
a327595c4d13d0aab2e1238a88bc30323131679b | 480 | asm | Assembly | oeis/044/A044806.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/044/A044806.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/044/A044806.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A044806: Numbers k such that the digit string 9,3 occurs in the base-10 representation of k but not of k+1.
; Submitted by Christian Krause
; 93,193,293,393,493,593,693,793,893,939,993,1093,1193,1293,1393,1493,1593,1693,1793,1893,1939,1993,2093,2193,2293,2393,2493,2593,2693,2793,2893,2939,2993,3093,3193,3293,3393,349... | 43.636364 | 184 | 0.745833 |
2ef5c90f7b284f2e23b7451795ed80d9a5872241 | 21,350 | asm | Assembly | assembler/tests/t_6812/t_6812.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | 1 | 2022-01-17T16:06:15.000Z | 2022-01-17T16:06:15.000Z | assembler/tests/t_6812/t_6812.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_6812/t_6812.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | cpu 68hc12
page 0
aba
abx
aby
adca #45
adca $45
adca $1234
adca >$45
adca ,y
adca 5,x
adca -5,sp
adca *,pc
adca *+10,pc
adca *+17,pc
adca a,y
adca b,sp
adca d,pc
adca 55,y
adca -55,sp
adca <... | 15.595325 | 46 | 0.346511 |
ea7d7d22e81d52e0e08017c8021446da3fb3a3ea | 567 | asm | Assembly | oeis/248/A248619.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/248/A248619.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/248/A248619.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A248619: a(n) = (n*(n+1))^4.
; 0,16,1296,20736,160000,810000,3111696,9834496,26873856,65610000,146410000,303595776,592240896,1097199376,1944810000,3317760000,5473632256,8767700496,13680577296,20851360000,31116960000,45558341136,65554433296,92844527616,129600000000,178506250000,242855782416,326653399296,434734510336,5... | 70.875 | 496 | 0.853616 |
0f5a708ae2bc892e7380c43654bedf7342475188 | 272 | asm | Assembly | classes/4/SumArray/SumArray01.asm | UFSCar-CS/computer-architecture-and-organization-2012-2 | b7f1862b92ecfeb464c57cc2234d9813aeebe068 | [
"MIT"
] | null | null | null | classes/4/SumArray/SumArray01.asm | UFSCar-CS/computer-architecture-and-organization-2012-2 | b7f1862b92ecfeb464c57cc2234d9813aeebe068 | [
"MIT"
] | null | null | null | classes/4/SumArray/SumArray01.asm | UFSCar-CS/computer-architecture-and-organization-2012-2 | b7f1862b92ecfeb464c57cc2234d9813aeebe068 | [
"MIT"
] | null | null | null | TITLE Summing a array
; Author: @LucasDavid
;
; Revision:
INCLUDE Irvine32.inc
.data
vetor1 DWORD 10, 20, 30
.code
main PROC
mov eax, 0
mov esi, 0
LP:
add eax, vetor1[esi]
add esi, type vetor1
cmp esi, 3 *type vetor1
jne LP
exit
main ENDP
END main | 10.461538 | 25 | 0.665441 |
7829d4d5853f95361fd4d4fb167556e0d79161e8 | 5,867 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1787.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1787.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1787.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x13c52, %rsi
lea addresses_A_ht+0xff62, %rdi
nop
nop
nop
and $15897, %r15
mov $114, %rcx
rep movsq
nop
nop
nop
nop
and $40333, %r13
lea addresses_WT_ht+0x1d002, %rax
nop
nop
x... | 41.609929 | 2,999 | 0.66269 |
fac3eba88668ce997ba043ab17c5b0ffb15980db | 364 | asm | Assembly | 00_PiscaLed/PiscaLed/main.asm | amandarwagner/atmel-studio | 314396f73783c864bf50cccc16cdd5ba093fc775 | [
"MIT"
] | 2 | 2021-04-07T12:47:56.000Z | 2021-04-09T01:44:59.000Z | 00_PiscaLed/PiscaLed/main.asm | amandarwagner/atmel-studio | 314396f73783c864bf50cccc16cdd5ba093fc775 | [
"MIT"
] | null | null | null | 00_PiscaLed/PiscaLed/main.asm | amandarwagner/atmel-studio | 314396f73783c864bf50cccc16cdd5ba093fc775 | [
"MIT"
] | null | null | null | ;
; PiscaLed.asm
;
; Created: 21/03/2021 13:57:17
; Author : Amanda
;
; Replace with your application code
start:
ldi R16, 0xFF
out DDRB, R16;
loop:
sbi PORTB, 5
rcall delay_05
cbi PORTB, 5
rcall delay_05
rjmp loop
delay_05:
ldi R16,8
loop1:
ldi R24, low(3037)
ldi R25, high(3037)
delay_loop:
adiw R24, 1... | 12.133333 | 36 | 0.692308 |
cada87870de3b09b6d7a91a4aa90beea89c1699c | 247 | asm | Assembly | programs/oeis/113/A113975.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/113/A113975.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/113/A113975.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A113975: Devil's Farey: coefficient expansion of a quadratic over quadratic that has 123 roots and a Farey p[1/2]=1 ( correction).
; 2,5,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
mul $0,3
mov $1,$0
trn $0,4
sub $1,$0
add $1,2
| 27.444444 | 132 | 0.639676 |
1b5f3147cf72675e8b2894be0699a5615c74b0e6 | 332 | asm | Assembly | Working Disassembly/Levels/FBZ/Misc Object Data/Map - DEZ Player Launcher.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/FBZ/Misc Object Data/Map - DEZ Player Launcher.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/FBZ/Misc Object Data/Map - DEZ Player Launcher.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | dc.w word_3BA8E-Map_FBZDEZPlayerLauncher
dc.w word_3BA9C-Map_FBZDEZPlayerLauncher
word_3BA8E: dc.w 2 ; DATA XREF: ROM:0003BA8Ao
dc.b $F0, 0, 0, 0, $FF, $F8
dc.b $F8, $C, 0, 1, $FF, $F0
word_3BA9C: dc.w 2 ; DATA XREF: ROM:0003BA8Ao
dc.b $F0, 4, 0, 0, $FF, $F0
dc.b $F8, $C, 0, ... | 36.888889 | 48 | 0.572289 |
5564192a5247bf2ca802d9c4902d9ca8ec0b2066 | 692 | asm | Assembly | programs/oeis/033/A033042.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/033/A033042.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/033/A033042.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A033042: Sums of distinct powers of 5.
; 0,1,5,6,25,26,30,31,125,126,130,131,150,151,155,156,625,626,630,631,650,651,655,656,750,751,755,756,775,776,780,781,3125,3126,3130,3131,3150,3151,3155,3156,3250,3251,3255,3256,3275,3276,3280,3281,3750,3751,3755,3756,3775,3776,3780,3781,3875,3876,3880,3881,3900,3901,3905,3906,1... | 98.857143 | 493 | 0.780347 |
6057618b67fbb8332d532758c29f437bcd15cf47 | 874 | asm | Assembly | code/S01E06/asm/libs.asm | fcatrin/bitabit | 2f5dca6fde7a5413ff9e3d1119fb74a82735dd01 | [
"MIT"
] | 2 | 2020-07-25T21:02:47.000Z | 2021-03-25T03:21:47.000Z | code/S01E06/asm/libs.asm | fcatrin/bitabit | 2f5dca6fde7a5413ff9e3d1119fb74a82735dd01 | [
"MIT"
] | null | null | null | code/S01E06/asm/libs.asm | fcatrin/bitabit | 2f5dca6fde7a5413ff9e3d1119fb74a82735dd01 | [
"MIT"
] | null | null | null | RANDOM = 53770
.proc wait_key
wait lda 764
cmp #255
beq wait
lda #255
sta 764
rts
.endp
.proc copy_bytes
ldy #0
copy lda (src), y
sta (dst), y
iny
cpy size
bne copy
rts
.en... | 15.890909 | 24 | 0.3627 |
26e45c5d6782938a339eaae7ff423593abaa4797 | 305 | asm | Assembly | libsrc/z80_crt0s/crt0/l_com.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/z80_crt0s/crt0/l_com.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/z80_crt0s/crt0/l_com.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ; Z88 Small C+ Run time Library
; Moved functions over to proper libdefs
; To make startup code smaller and neater!
;
; 6/9/98 djm
XLIB l_com
; HL = ~HL
.l_com
ld a,h
cpl
ld h,a
ld a,l
cpl
ld l,a
ret
| 15.25 | 48 | 0.455738 |
d3f3a0c5e6b9e138eb46e535685514d58d735a98 | 643 | asm | Assembly | oeis/052/A052008.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052008.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052008.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052008: a(n) = 'n with digits sorted in ascending order' + 'n with digits sorted in descending order'.
; Submitted by Simon Strandgaard
; 0,2,4,6,8,10,12,14,16,18,11,22,33,44,55,66,77,88,99,110,22,33,44,55,66,77,88,99,110,121,33,44,55,66,77,88,99,110,121,132,44,55,66,77,88,99,110,121,132,143,55,66,77,88,99,110,121,1... | 71.444444 | 341 | 0.709176 |
a6cfe190fa0581601ebb1746609577ed3fcd8dc2 | 45,201 | asm | Assembly | zombie_test.asm | Tookerton21/Xv6_OS | ed9ab1648952b2f62e60db2ca8e6aa42e69bd340 | [
"Xnet",
"X11"
] | null | null | null | zombie_test.asm | Tookerton21/Xv6_OS | ed9ab1648952b2f62e60db2ca8e6aa42e69bd340 | [
"Xnet",
"X11"
] | null | null | null | zombie_test.asm | Tookerton21/Xv6_OS | ed9ab1648952b2f62e60db2ca8e6aa42e69bd340 | [
"Xnet",
"X11"
] | null | null | null |
_zombie_test: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "user.h"
#define TPS 1000
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 ... | 34.269143 | 72 | 0.424946 |
a28ca2a1053eb1a025d41391e5c5688985648e62 | 1,926 | asm | Assembly | no menu/Goonies II/g2trn.asm | patois/NESTrainers | c48b2c350d0dc6738ed89112f5cc7cd4849df45f | [
"Beerware"
] | 5 | 2018-01-18T22:31:05.000Z | 2021-11-10T09:44:24.000Z | no menu/Goonies II/g2trn.asm | patois/NESTrainers | c48b2c350d0dc6738ed89112f5cc7cd4849df45f | [
"Beerware"
] | null | null | null | no menu/Goonies II/g2trn.asm | patois/NESTrainers | c48b2c350d0dc6738ed89112f5cc7cd4849df45f | [
"Beerware"
] | 1 | 2019-11-19T12:46:37.000Z | 2019-11-19T12:46:37.000Z | ; goonies 2 trainer for the NES
;
; this is a very simple trainer. my second one written for the
; NES. it doesn't have a graphical interface/menu. in order to
; activate the trainer hold the start button on joy 1 on bootup.
processor 6502
seg code
org $7000
; this is th... | 14.930233 | 64 | 0.626168 |
a53972e0765bd170a921de4fa7c90c192f04175f | 616 | asm | Assembly | loaders_patches_etc/$FADE0.asm | alexanderbazhenoff/zx-spectrum-various | 80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e | [
"MIT"
] | null | null | null | loaders_patches_etc/$FADE0.asm | alexanderbazhenoff/zx-spectrum-various | 80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e | [
"MIT"
] | null | null | null | loaders_patches_etc/$FADE0.asm | alexanderbazhenoff/zx-spectrum-various | 80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e | [
"MIT"
] | null | null | null | LD HL,#FF00
LD B,L
FAD_LP LD D,L
LD A,D
AND 1+2+4
OR A
JR Z,NODINK
DEC D
NODINK LD A,D
AND 8+16+32
OR A
JR Z,NODPAP
LD A,D
SUB 8
LD D,A
NODPAP LD (HL),D
INC L
DJNZ FAD_LP
EI
LD B,8... | 16.210526 | 20 | 0.376623 |
1fa345bf9147c8fe15254371e5e3ccd4648425b2 | 5,138 | asm | Assembly | src/fx/3dshape.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 8 | 2016-12-26T19:33:13.000Z | 2021-02-19T21:01:07.000Z | src/fx/3dshape.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 9 | 2016-11-25T00:58:44.000Z | 2017-06-26T15:22:10.000Z | src/fx/3dshape.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | null | null | null |
.start_fx_3dshape
; hacked mode7 version of Nick Jamesons 3d renderer
EFFECT_3DSHAPE_ORG = *
;ORG &90
; logic vars
.space SKIP 1
.p SKIP 1
.f SKIP 1
.flicker SKIP 1
.pause SKIP 1
;.culling SKIP 1 ; culling = 0=disabled, 255=enabled
.cullingdb SKIP 1 ; culling key debounce
.opt_filled SKIP 1
.opt_filled_db SKI... | 18.615942 | 107 | 0.64636 |
7184d7267842272321bb088e6f9621639ab89988 | 543 | asm | Assembly | programs/oeis/124/A124302.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/124/A124302.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/124/A124302.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A124302: Number of set partitions with at most 3 blocks; number of Dyck paths of height at most 4; dimension of space of symmetric polynomials in 3 noncommuting variables.
; 1,1,2,5,14,41,122,365,1094,3281,9842,29525,88574,265721,797162,2391485,7174454,21523361,64570082,193710245,581130734,1743392201,5230176602,15690... | 67.875 | 330 | 0.832413 |
254ba8edaa4419baf7d6d41ff379310bd639483f | 590 | asm | Assembly | libsrc/oz/ozscreen/oztogglelight.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/oz/ozscreen/oztogglelight.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/oz/ozscreen/oztogglelight.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by Alexander R. Pruss
; by Stefano Bodrato - Oct. 2003
;
;
; display backlight control functions
;
;
; void oztogglelight(void)
;
;
;
; ------
; $Id: oztogglelight.asm,v 1.3 2016-06-28 14:48:17 dom Exp $
;
SECTION code_clib
PUBLIC oztogglelight
... | 15.128205 | 60 | 0.6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.