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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a7990d9d37c5f117a588644508a064681f21e1bc | 34,526 | asm | Assembly | ioq3/build/release-js-js/missionpack/cgame/cg_playerstate.asm | RawTechnique/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 1 | 2021-12-31T10:26:58.000Z | 2021-12-31T10:26:58.000Z | ioq3/build/release-js-js/missionpack/cgame/cg_playerstate.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 28 | 2019-03-05T20:45:07.000Z | 2019-03-05T20:45:57.000Z | ioq3/build/release-js-js/missionpack/cgame/cg_playerstate.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | null | null | null | export CG_CheckAmmo
code
proc CG_CheckAmmo 20 8
ADDRLP4 8
ADDRGP4 cg+36
INDIRP4
CNSTI4 240
ADDP4
INDIRI4
ASGNI4
ADDRLP4 4
CNSTI4 0
ASGNI4
ADDRLP4 0
CNSTI4 2
ASGNI4
LABELV $73
ADDRLP4 8
INDIRI4
CNSTI4 1
ADDRLP4 0
INDIRI4
LSHI4
BANDI4
CNSTI4 0
NEI4 $77
ADDRGP4 $74
JUMPV
LABELV $77
ADDRLP4 0
INDIRI4
CNSTI4 3
LTI4 $79
ADDR... | 12.518492 | 45 | 0.856166 |
5beb529faf436d35dcb06ee454030ad96f5e9c9f | 134 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fabs.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fabs.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fabs.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC cam32_sccz80_fabs
EXTERN asm_am9511_fabs_fastcall
defc cam32_sccz80_fabs = asm_am9511_fabs_fastcall
| 14.888889 | 49 | 0.88806 |
4a5b026cff5a05c129f0a79fe1c1fcb87953d8e2 | 5,301 | asm | Assembly | cache.asm | FarhadGUL06/Assembly-x86 | 934e98fc2edc68216d48b2b7d0c05b7b79252e71 | [
"MIT"
] | 1 | 2022-03-05T22:01:31.000Z | 2022-03-05T22:01:31.000Z | cache.asm | FarhadGUL06/Assembly-x86 | 934e98fc2edc68216d48b2b7d0c05b7b79252e71 | [
"MIT"
] | null | null | null | cache.asm | FarhadGUL06/Assembly-x86 | 934e98fc2edc68216d48b2b7d0c05b7b79252e71 | [
"MIT"
] | null | null | null | ;; defining constants, you can use these as immediate values in your code
CACHE_LINES EQU 100
CACHE_LINE_SIZE EQU 8
OFFSET_BITS EQU 3
TAG_BITS EQU 29 ; 32 - OFFSET_BITS
section .data
tag dd 0
offset dd 0
increment dd 0
pozitie_edx dd 0
section .text
global load
;; void load(char* reg, char** t... | 29.614525 | 112 | 0.601585 |
b20536a0b62c040a0a939ec6d614ceb55c891ae4 | 7,858 | asm | Assembly | x86/BasicMacros.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 150 | 2016-11-26T05:41:31.000Z | 2022-02-09T20:54:53.000Z | x86/BasicMacros.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 199 | 2016-12-07T22:13:00.000Z | 2022-03-22T15:42:18.000Z | x86/BasicMacros.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 95 | 2016-11-24T22:57:13.000Z | 2022-01-24T19:42:10.000Z |
; convert 64 bit register reg to its 32 bit version
; for >= r8, r8d is the 32 bit version
raxd equ eax
rbxd equ ebx
rcxd equ ecx
rdxd equ edx
rbpd equ ebp
rsid equ esi
rdid equ edi
; lazy way to put an address of a string into a register
macro lstring reg, target, Mes
local m
lea reg, [m]
jmp target... | 16.862661 | 86 | 0.583482 |
6c67d785d99cd284c607e53868a1cbca7a43a46a | 6,460 | asm | Assembly | whitenoise/main.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 5 | 2021-05-15T21:47:38.000Z | 2022-03-27T19:33:15.000Z | whitenoise/main.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 1 | 2021-06-09T10:17:41.000Z | 2021-06-09T15:07:37.000Z | whitenoise/main.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | null | null | null | ; Start of ROM
ROM_Start:
;==============================================================
; INCLUDES
;==============================================================
include "_includes/constants.asm"
include "_includes/variables.asm"
include "_includes/macros.asm"
;===============================================... | 39.151515 | 107 | 0.565635 |
14785c5deca5e2992f62955a99a035472d9ee13e | 2,019 | asm | Assembly | S5/AO/Assembler/math_operations/TrouverMultipleEtDiviseur.asm | Momellouky/S5 | 3357722927dd4a9f16968b10f1477d99afc4acfa | [
"MIT"
] | 1 | 2021-11-25T22:54:49.000Z | 2021-11-25T22:54:49.000Z | S5/AO/Assembler/math_operations/TrouverMultipleEtDiviseur.asm | Momellouky/S5 | 3357722927dd4a9f16968b10f1477d99afc4acfa | [
"MIT"
] | null | null | null | S5/AO/Assembler/math_operations/TrouverMultipleEtDiviseur.asm | Momellouky/S5 | 3357722927dd4a9f16968b10f1477d99afc4acfa | [
"MIT"
] | null | null | null | ; multi-segment executable file template.
data segment
a dw 120
b dw 50
N dw 20
ends
stack segment
dw 128 dup(0)
ends
code segment
start:
; set segment registers:
mov ax, data
mov ds, ax
mov es, ax
; call somme
call diviseur
; call afficher
jmp fin
; ... | 16.825 | 51 | 0.367013 |
b9787e5a18b50c5f194e6f3b3a313b1d5d02f242 | 228 | asm | Assembly | Relatorios/Tarefa 07/Resolucao/codigo/programa12.asm | RafaelAmauri/Arquitetura-de-Computadores-2 | 5f5a0164cf25c037a174a1598a428da815207b07 | [
"MIT"
] | null | null | null | Relatorios/Tarefa 07/Resolucao/codigo/programa12.asm | RafaelAmauri/Arquitetura-de-Computadores-2 | 5f5a0164cf25c037a174a1598a428da815207b07 | [
"MIT"
] | null | null | null | Relatorios/Tarefa 07/Resolucao/codigo/programa12.asm | RafaelAmauri/Arquitetura-de-Computadores-2 | 5f5a0164cf25c037a174a1598a428da815207b07 | [
"MIT"
] | null | null | null | ori $t0, $zero, 0x1001
sll $t0, $t0, 16
sw $t0, 0($t0)
ori $t1, $zero, 0x1001
sll $t1, $t1, 16
ori $t1, $t1, 0x004
sw $t1, 0($t1)
ori $t2, $zero, 0x1001
sll $t2 $t2, 16
ori $t2, $t2, 0x0008
sw $t2, 0($t2)
or $s0, $zero, $t2
| 13.411765 | 22 | 0.561404 |
221f0a5fde06deb95dadcbcc8d88d8aed60ee205 | 744 | asm | Assembly | oeis/244/A244310.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/244/A244310.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/244/A244310.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A244310: a(n) = L(n)^3 - L(n)^2, where L(n) is the n-th Lucas number (A000032).
; Submitted by Jon Maiga
; 4,0,18,48,294,1210,5508,23548,101614,433200,1845738,7840998,33282564,141149320,598366458,2535856048,10745092894,45524786370,192866785668,817050731748,3461224027254,14662350247600,62111682111618,263111844646798,1... | 67.636364 | 500 | 0.802419 |
d02d18e9d65da58171b2a398df2f13f391bdefd4 | 415 | asm | Assembly | programs/oeis/196/A196836.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/196/A196836.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/196/A196836.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A196836: (1^n + 2^n +3^n + 4^n)/2.
; 2,5,15,50,177,650,2445,9350,36177,141170,554325,2186750,8656377,34355690,136617405,544061750,2169039777,8654570210,34553579685,138020346350,551499730377,2204254480730,8811785649165,35231447872550,140878711512177,563373614503250
mov $4,$0
mov $0,4
mov $1,2
mov $3,$4
lpb $0
mov $... | 21.842105 | 229 | 0.701205 |
89850f56d2dc4ce1fc48a89796cc1a1d0dc9ea5d | 454 | asm | Assembly | oeis/214/A214040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/214/A214040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/214/A214040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A214040: a(n)=a(n-1)+floor((a(n-2)+a(n-3))/2), with a(n)=n for n<3.
; Submitted by Jamie Morken(s4.)
; 0,1,2,2,3,5,7,11,17,26,40,61,94,144,221,340,522,802,1233,1895,2912,4476,6879,10573,16250,24976,38387,59000,90681,139374,214214,329241,506035,777762,1195400,1837298,2823879,4340228,6670816,10252869,15758391,24220233
... | 25.222222 | 216 | 0.64978 |
43d1f3c804d295959fd5eb40eb3d8388bc65522e | 695 | asm | Assembly | dv3/msd/load.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/msd/load.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/msd/load.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; DV3 MSDOS Scatter Load V3.00 1993 Tony Tebby
section dv3
xdef msd_ld3
xdef msd_ld4
include 'dev8_keys_hdr'
include 'dev8_dv3_keys'
include 'dev8_keys_err'
;+++
; DV3 MSDOS Scatter Load
;
; d1 c u 0 on first entry
; d2 c s ... | 19.857143 | 70 | 0.536691 |
b842bdfdbab9bf6a4ead7fc4cf4c7b19ee301e83 | 218 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_push_back_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_push_back_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_push_back_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; size_t b_vector_push_back(b_vector_t *v, int c)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC b_vector_push_back_callee
EXTERN b_vector_append_callee
defc b_vector_push_back_callee = b_vector_append_callee
| 18.166667 | 55 | 0.866972 |
d54b44abaaee170bacc8acc37250cf938d574d57 | 1,610 | asm | Assembly | programs/oeis/195/A195046.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/195/A195046.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/195/A195046.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A195046: Concentric 15-gonal numbers.
; 0,1,15,31,60,91,135,181,240,301,375,451,540,631,735,841,960,1081,1215,1351,1500,1651,1815,1981,2160,2341,2535,2731,2940,3151,3375,3601,3840,4081,4335,4591,4860,5131,5415,5701,6000,6301,6615,6931,7260,7591,7935,8281,8640,9001,9375,9751,10140,10531,10935,11341,11760,12181,12615,1... | 161 | 1,510 | 0.820497 |
1595761d4a508b28de1bda6b8f7cd853c45b7340 | 1,133 | asm | Assembly | oeis/061/A061223.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/061/A061223.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/061/A061223.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A061223: a(n) = n^3 + (n + 1)^4 + (n + 2)^5.
; 33,260,1113,3408,8465,18228,35385,63488,107073,171780,264473,393360,568113,799988,1101945,1488768,1977185,2585988,3336153,4250960,5356113,6679860,8253113,10109568,12285825,14821508,17759385,21145488,25029233,29463540,34504953,40213760,46654113,53894148,62006105,71066448,... | 16.42029 | 500 | 0.667255 |
4645015ccd7385e6d6e3a54744e808c2eb22df50 | 1,739 | asm | Assembly | release/src/router/gmp/source/mpn/power/rshift.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | release/src/router/gmp/source/mpn/power/rshift.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 8 | 2019-12-19T19:34:56.000Z | 2022-03-10T10:11:28.000Z | release/src/router/gmp/source/mpn/power/rshift.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl IBM POWER mpn_rshift -- Shift a number right.
dnl Copyright 1992, 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License ... | 35.489796 | 79 | 0.746406 |
bb829c906967fa83b2f3c06fced91cf64adbaa8e | 7,013 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_848.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_0xca.log_21829_848.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_0xca.log_21829_848.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x7b56, %r9
nop
nop
inc %rsi
vmovups (%r9), %ymm7
vextracti128 $1, %ymm7, %xmm7
vpextrq $1, %xmm7, %rbx
nop
nop
nop
sub %rcx, %rcx
lea addresses_WT_ht+0x10a46, %r9
nop
sub $2622... | 37.908108 | 2,999 | 0.658064 |
87816500761e29d9aaab3420521d92db3b66e874 | 514 | asm | Assembly | programs/oeis/047/A047340.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047340.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047340.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047340: Numbers that are congruent to {0, 2, 3, 4} mod 7.
; 0,2,3,4,7,9,10,11,14,16,17,18,21,23,24,25,28,30,31,32,35,37,38,39,42,44,45,46,49,51,52,53,56,58,59,60,63,65,66,67,70,72,73,74,77,79,80,81,84,86,87,88,91,93,94,95,98,100,101,102,105,107,108,109,112,114,115,116,119,121,122,123,126,128,129,130,133,135,136,137,... | 51.4 | 338 | 0.671206 |
8338cbeb54618662ba90cfc060dac90175136492 | 3,556 | asm | Assembly | ee/hxt/mkxi.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/hxt/mkxi.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/hxt/mkxi.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Make executable item V2.00 1990 Tony Tebby QJUMP
section exten
xdef hxt_mkxi
xdef hxt_mkxt
xref gu_achp0
xref gu_achpp
include 'dev8_keys_thg'
include 'dev8_ee_hk_data'
include 'dev8_ee_hk_xhdr'
include 'dev8_ee_hxt_... | 28.448 | 76 | 0.458943 |
f5948cfe4cf9e80fc68c0cf4e0dbc17ef2f3ecb1 | 8,560 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_963.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_963.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_963.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x12a5b, %r9
nop
nop
sub %r8, %r8
mov $0x6162636465666768, %rsi
movq %rsi, %xmm0
movups %xmm0, (%r9)
nop
nop
nop
nop
cmp $10720, %rbx
lea addresses_WT_ht+0x1669b, %r14... | 30.902527 | 2,999 | 0.657477 |
78be630ba9442828e7dc9b2de3dd4d66e0febe01 | 127 | asm | Assembly | src/boot.asm | Kikismine/Operating-System-Template | aff134a64c9df74bc4a2d476992351fcedcebf27 | [
"MIT"
] | 2 | 2022-01-11T17:09:52.000Z | 2022-02-28T15:40:08.000Z | src/boot.asm | Kikismine/Operating-System-Template | aff134a64c9df74bc4a2d476992351fcedcebf27 | [
"MIT"
] | null | null | null | src/boot.asm | Kikismine/Operating-System-Template | aff134a64c9df74bc4a2d476992351fcedcebf27 | [
"MIT"
] | null | null | null | jmp $
; An example for
; typing a single
; word
mov ah, 0x0e
mov al, 'H'
int 0x10
; [BOOT]
times 510-($-$$) db 0
dw 0xaa55
| 9.071429 | 21 | 0.606299 |
a17432ec7ba38921afb23bde758b70a9e95279f8 | 476 | asm | Assembly | programs/oeis/006/A006483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/006/A006483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/006/A006483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A006483: a(n) = Fibonacci(n)*2^n + 1.
; 1,3,5,17,49,161,513,1665,5377,17409,56321,182273,589825,1908737,6176769,19988481,64684033,209321985,677380097,2192048129,7093616641,22955425793,74285318145,240392339457,777925951489,2517421260801,8146546327553,26362777698305,85311740706817,276074592206849,893396147240961,289109... | 26.444444 | 290 | 0.72479 |
fed4947bdf7a041e4d3789761994c0b9aa36f01e | 2,175 | asm | Assembly | programs/oeis/158/A158367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/158/A158367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158367: 529n^2 + 2n.
; 531,2120,4767,8472,13235,19056,25935,33872,42867,52920,64031,76200,89427,103712,119055,135456,152915,171432,191007,211640,233331,256080,279887,304752,330675,357656,385695,414792,444947,476160,508431,541760,576147,611592,648095,685656,724275,763952,804687,846480,889331,933240,978207,1024232,107... | 155.357143 | 2,053 | 0.858391 |
7c0dd1a1033e7e2de53cd66caa224fcfa808ab4d | 543 | asm | Assembly | oeis/222/A222171.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/222/A222171.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/222/A222171.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A222171: Decimal expansion of Pi^2/24.
; Submitted by Christian Krause
; 4,1,1,2,3,3,5,1,6,7,1,2,0,5,6,6,0,9,1,1,8,1,0,3,7,9,1,6,6,1,5,0,6,2,9,7,3,0,4,7,3,7,4,7,5,3,0,1,6,9,9,6,0,9,4,3,3,8,8,9,5,5,7,3,4,2,5,0,1,8,6,7,6,0,0,8,0,0,2,1,8,4,5,8,4,0,7,2,2,5,1,5,4,9,3,9,6,7,6,3
add $0,1
mov $1,1
mov $2,1
mov $3,$0
mul $3,... | 16.96875 | 201 | 0.53407 |
249020eedbfb61c1c2bd4ebb34e58028efa0de36 | 1,034 | asm | Assembly | programs/oeis/219/A219088.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/219/A219088.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/219/A219088.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A219088: Floor((n + 1/2)^5).
; 0,7,97,525,1845,5032,11602,23730,44370,77378,127628,201135,305175,448403,640973,894660,1222981,1641308,2166998,2819506,3620506,4594013,5766503,7167031,8827351,10782039,13068609,15727636,18802876,22341384,26393634,31013641,36259082,42191409,48875979,56382167,64783487,74157714,84587004,96... | 94 | 932 | 0.855899 |
2bacb69671591ed997101bd41ac1f8480fcab0fc | 492 | asm | Assembly | programs/oeis/152/A152947.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/152/A152947.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/152/A152947.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A152947: a(n) = 1 + (n-2)*(n-1)/2.
; 1,1,2,4,7,11,16,22,29,37,46,56,67,79,92,106,121,137,154,172,191,211,232,254,277,301,326,352,379,407,436,466,497,529,562,596,631,667,704,742,781,821,862,904,947,991,1036,1082,1129,1177,1226,1276,1327,1379,1432,1486,1541,1597,1654,1712,1771,1831,1892,1954,2017,2081,2146,2212,2279,23... | 82 | 435 | 0.729675 |
6cb5626197980c9ea4b68a99c2d3bc4a253ce4b9 | 314 | asm | Assembly | unit_tests/static-tests/common/assert.assertshadowram.success.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | 34 | 2016-06-17T16:47:47.000Z | 2021-12-07T08:09:50.000Z | unit_tests/static-tests/common/assert.assertshadowram.success.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | 1 | 2016-09-30T09:22:36.000Z | 2016-09-30T12:28:33.000Z | unit_tests/static-tests/common/assert.assertshadowram.success.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | null | null | null | architecture wdc65816-strict
include "../../../src/common/assert.inc"
constant a = 0x0000
constant b = 0x0420
constant c = 0x1fff
constant d = 0x7e0000
constant e = 0x7e0420
constant f = 0x7e1fff
assertShadowRam(a)
assertShadowRam(b)
assertShadowRam(c)
assertShadowRam(d)
assertShadowRam(e)
assertShadowRam(f)
| 16.526316 | 40 | 0.773885 |
6e4cdbc702ae9b854cacf497a86a1dbf7c2bca9f | 113,197 | asm | Assembly | tmp1/c55x-sim2/foo/Debug/csl_intc.asm | jwestmoreland/eZdsp-DBG-sim | f6eacd75d4f928dec9c751545e9e919d052e4ade | [
"MIT"
] | 1 | 2020-08-27T11:31:13.000Z | 2020-08-27T11:31:13.000Z | tmp1/c55x-sim2/foo/Debug/csl_intc.asm | jwestmoreland/eZdsp-DBG-sim | f6eacd75d4f928dec9c751545e9e919d052e4ade | [
"MIT"
] | null | null | null | tmp1/c55x-sim2/foo/Debug/csl_intc.asm | jwestmoreland/eZdsp-DBG-sim | f6eacd75d4f928dec9c751545e9e919d052e4ade | [
"MIT"
] | null | null | null | ;*******************************************************************************
;* TMS320C55x C/C++ Codegen PC v4.4.1 *
;* Date/Time created: Sat Oct 06 06:37:38 2018 *
;****************************************************************************... | 45.958993 | 134 | 0.606536 |
f4cebdbbc356f0780c2bcefa49c3b279c5d0682f | 20,262 | asm | Assembly | test/os.asm | humbertocsjr/tinyasm | 0162e885a4bb178a6e65fe826dce0763d8eba06c | [
"BSD-2-Clause"
] | 176 | 2019-10-03T17:53:21.000Z | 2022-02-20T04:22:14.000Z | os.asm | hassoon1986/bootOS | bbe9aa1bb82f9119f267ad03ccce857f3c911b24 | [
"BSD-2-Clause"
] | 5 | 2019-10-04T17:47:56.000Z | 2020-05-29T03:04:16.000Z | os.asm | hassoon1986/bootOS | bbe9aa1bb82f9119f267ad03ccce857f3c911b24 | [
"BSD-2-Clause"
] | 14 | 2019-10-03T20:58:04.000Z | 2022-02-22T16:27:29.000Z | ;
; bootOS, an operating system in 512 bytes
;
; by Oscar Toledo G.
; http://nanochess.org/
;
; Creation date: Jul/21/2019. 6pm 10pm
; Revision date: Jul/22/2019. Optimization, corrections and comments.
; Revision date: Jul/31/2019. Added a service... | 31.029096 | 84 | 0.502764 |
e42c2e363f4576381be29647b552afdff5ebc53a | 772 | asm | Assembly | oeis/089/A089465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089465: 3rd hyperbinomial transform of A001858; also the hyperbinomial transform of A089462.
; Submitted by Christian Krause
; 1,4,23,178,1763,21504,313585,5342068,104376201,2304582544,56807530871,1547599725720,46202052688603,1500629138909632,52697989385197137,1990117967149595824,80440669725095395025,346557310136853... | 38.6 | 484 | 0.819948 |
eb1814de3eccf6f1965ddce819e40d3b297e073f | 394 | asm | Assembly | oeis/108/A108681.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/108/A108681.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/108/A108681.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A108681: a(n) = (n+1)*(n+2)^2*(n+3)*(n+4)*(n+5)*(2*n+3)/720.
; Submitted by Jamie Morken(s2)
; 1,15,98,420,1386,3822,9240,20196,40755,77077,138138,236600,389844,621180,961248,1449624,2136645,3085467,4374370,6099324,8376830,11347050,15177240,20065500,26244855,33987681,43610490,55479088,70014120
mov $1,$0
add $0,5
bin... | 26.266667 | 201 | 0.687817 |
78bfc9fa00d2efbe07c7d6ce29f2c3a45aaf44a5 | 706 | asm | Assembly | scripts/pewterpokecenter.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | scripts/pewterpokecenter.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | scripts/pewterpokecenter.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | PewterPokecenterScript:
ld hl, wd492
set 7, [hl]
call Serial_TryEstablishingExternallyClockedConnection
call EnableAutoTextBoxDrawing
ret
PewterPokecenterTextPointers:
dw PewterHealNurseText
dw PewterPokecenterText2
dw PewterJigglypuffText
dw PewterTradeNurseText
dw PewterPokecenterText5
dw PewterPokecenter... | 17.65 | 55 | 0.86119 |
f6025d4caecadef481ae78957d5c52a0dec88a96 | 23,922 | asm | Assembly | AtlasBase/kernel/JulianRuhe/ATL_sJIK48x48x48TN48x48x0_a1_b0.asm | kevleyski/math-atlas | cc36aa7e0362c577739ac507378068882834825e | [
"BSD-3-Clause-Clear"
] | 135 | 2015-01-08T20:35:35.000Z | 2022-03-31T02:26:28.000Z | AtlasBase/kernel/JulianRuhe/ATL_sJIK48x48x48TN48x48x0_a1_b0.asm | kevleyski/math-atlas | cc36aa7e0362c577739ac507378068882834825e | [
"BSD-3-Clause-Clear"
] | 25 | 2015-01-13T15:19:26.000Z | 2021-06-05T20:00:27.000Z | AtlasBase/kernel/JulianRuhe/ATL_sJIK48x48x48TN48x48x0_a1_b0.asm | kevleyski/math-atlas | cc36aa7e0362c577739ac507378068882834825e | [
"BSD-3-Clause-Clear"
] | 34 | 2015-01-11T01:24:51.000Z | 2021-04-19T17:44:02.000Z | ;
; ATL_sJIK48x48x48TN48x48x0_a1_b0.asm
;
; ATLAS "Speed of Light" DGEMM() kernel for AMD Athlon
; Code author: Julian Ruhe (ruheejih@linux.zrz.tu-berlin.de | Julian.Ruhe@t-online.de)
;
; void ATL_sJIK48x48x48TN48x48x0_a1_b0(const int M, const int N, const int K, const float alpha,
; const float *A, const i... | 18.081633 | 97 | 0.590795 |
633cf40e338df9a8763ae057331ef508a5115da6 | 2,923 | asm | Assembly | exe/fixds.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | exe/fixds.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | exe/fixds.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE FIXDS - Copyright (c) SLR Systems 1994
INCLUDE MACROS
if fg_prot
PUBLIC FIXDS_ROUTINE
.DATA
EXTERNDEF FORREF_TEMP_RECORD:BYTE
EXTERNDEF EXETABLE:DWORD
EXTERNDEF MAJOR_MOVE_ROUTINE:DWORD
.CODE PASS2_TEXT
EXTERNDEF CONVERT_SUBBX_TO_EAX:PROC,FORREF_COPY:PROC,MOVE_LDATA_3:PROC,FIXDS_MOVER... | 14.399015 | 89 | 0.614779 |
2a8e1766e3070ea264d0c707a00fa0d8cfccbea3 | 106 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/minusfa.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/minusfa.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/minusfa.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC minusfa
EXTERN cm48_sccz80p_minusfa
defc minusfa = cm48_sccz80p_minusfa
| 11.777778 | 35 | 0.858491 |
36cee13f89165f9f80d61f665b833f1c6d68bbec | 117 | asm | Assembly | Src/Ant32/Tests/ant32/constants/lch-null-super-constant-1.autotest.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Src/Ant32/Tests/ant32/constants/lch-null-super-constant-1.autotest.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Src/Ant32/Tests/ant32/constants/lch-null-super-constant-1.autotest.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | 1 | 2020-07-15T04:09:05.000Z | 2020-07-15T04:09:05.000Z | lcl r5, 0xffff
lch r5, 0x1234
halt
#@expected values
#r5 = 0x1234ffff
#pc = 0x8000000c
#e0 = 0
#e3 = 0
| 10.636364 | 18 | 0.598291 |
927a47f2c1969ef3bb46bc491865e15441637eac | 673 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_vector/z80/asm_w_vector_empty.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/w_vector/z80/asm_w_vector_empty.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/w_vector/z80/asm_w_vector_empty.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; Feb 2014
; ===============================================================
;
; void w_vector_empty(w_vector_t *v)
;
; Return non-zero if the vector is empty.
;
; ===============================================================
SECTION code_clib
SECTI... | 19.794118 | 65 | 0.396731 |
cd533e992a5ffbe6cd2b3f8f27f45fac22a4cddb | 407 | asm | Assembly | programs/oeis/189/A189316.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/189/A189316.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/189/A189316.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A189316: Expansion of 5*(1-x-x^2)/((1+x)*(1-3*x+x^2))
; 5,5,15,35,95,245,645,1685,4415,11555,30255,79205,207365,542885,1421295,3720995,9741695,25504085,66770565,174807605,457652255,1198149155,3136795215,8212236485,21499914245,56287506245,147362604495,385800307235,1010038317215
trn $0,1
seq $0,127546 ; a(n) = F(n)^2 ... | 50.875 | 223 | 0.727273 |
3c9a9cba38f2f700a0017f5c1eb884d64060135d | 46 | asm | Assembly | src/Lib/Sassy/tests/ret16.asm | pnkfelix/larceny | 4671a1f8acbd3f8d4d95e96672eae8b2a33502d3 | [
"MIT"
] | 212 | 2015-01-06T06:39:01.000Z | 2022-03-15T00:34:09.000Z | src/Lib/Sassy/tests/ret16.asm | larcenists/larceny-oldimport | 4bfd2d2571d3f11f9a51e2d5fa5982211fb276cb | [
"MIT"
] | 209 | 2015-01-17T00:18:33.000Z | 2021-11-15T21:52:15.000Z | src/Lib/Sassy/tests/ret16.asm | larcenists/larceny-oldimport | 4bfd2d2571d3f11f9a51e2d5fa5982211fb276cb | [
"MIT"
] | 39 | 2015-02-12T05:49:09.000Z | 2021-08-31T03:35:18.000Z | BITS 16
section .text
foo:
ret
retn 1000
retf
| 6.571429 | 13 | 0.76087 |
92e866702c909bdfcbca6821be071e6201535e2f | 1,630 | asm | Assembly | Data/ships/TestVector.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Data/ships/TestVector.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Data/ships/TestVector.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | TestVector: DB $03, $41, $23
DW TestVectorEdges
DB TestVectorEdgesSize
DB $54,$2A
DB TestVectorVertSize
DB TestVectorEdgesCnt
DB $00,$00
DB ... | 45.277778 | 70 | 0.395706 |
83222a8c1f6509aecaae19120bca5910dc7e0b69 | 1,277 | asm | Assembly | Quartus_Project/Assembly/bubble_sort_com_instrucoes_nao_suportadas.asm | andrempmattos/MIPS_Multicycle | ee4e19bbf2cf216d58974105fce18e47b3ec4875 | [
"MIT"
] | 1 | 2019-09-01T14:03:54.000Z | 2019-09-01T14:03:54.000Z | Quartus_Project/Assembly/bubble_sort_com_instrucoes_nao_suportadas.asm | andrempmattos/MIPS_Multicycle | ee4e19bbf2cf216d58974105fce18e47b3ec4875 | [
"MIT"
] | null | null | null | Quartus_Project/Assembly/bubble_sort_com_instrucoes_nao_suportadas.asm | andrempmattos/MIPS_Multicycle | ee4e19bbf2cf216d58974105fce18e47b3ec4875 | [
"MIT"
] | null | null | null | .data
vec: .word 700, 82, 801, 129, 138, 290, 549, 42, 135, 165, 927, 0, 566, 832, 338, 212, 385, 687, 930, 72, 312, 887, 971,
864, 655,185,845,437,1021,714,14,754,392,598,52,493,997,575,687,1018,104,189,672,730,627,857,66,874,323,331,
65,427,135,935,864,573,609,589,669,829,654,4... | 30.404762 | 124 | 0.442443 |
5825fb4ece8768118e3e0634b1b0d94bc8abc376 | 359 | asm | Assembly | misc/add_sub.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | 3 | 2021-05-04T13:59:36.000Z | 2021-08-23T16:03:13.000Z | misc/add_sub.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | null | null | null | misc/add_sub.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | null | null | null | ; 不产生进位的加法
mov ax, 0x0001
mov bx, 0x0002
add ax, bx
; 产生进位的加法
mov ax, 0xf000
mov bx, 0x1000
add ax, bx
; 不产生借位的减法
mov cx, 0x0003
mov dx, 0x0002
sub cx, dx
; 产生借位的减法
mov cx, 0x0001
mov dx, 0x0002
sub cx, dx
; 当发生进位或者借位的时候, cf 标志位会被置为 1, 否则为 0
; 指令 inc [increase] dec [decrease], 自增, 自减, 不会影响 cf 位
dead_loop: jmp dead_lo... | 14.958333 | 53 | 0.693593 |
1160d828ef9de6034855ef2cb26c6096b0da4519 | 2,397 | asm | Assembly | Borland/CBuilder5/Source/RTL/source/cstrings/memset.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/RTL/source/cstrings/memset.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/RTL/source/cstrings/memset.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | ;[]-----------------------------------------------------------------[]
;| MEMSET.ASM -- sets memory to value |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1991, 2000 by Inprise Corporation... | 19.809917 | 72 | 0.49562 |
048870d65d35a02a488b2dc6413938c413772233 | 21 | asm | Assembly | Test/Assembler/Error.asm | CharlesCarley/HackComputer | 2f29ec7929ef08f295b5be5810f324acc99604e0 | [
"MIT"
] | null | null | null | Test/Assembler/Error.asm | CharlesCarley/HackComputer | 2f29ec7929ef08f295b5be5810f324acc99604e0 | [
"MIT"
] | null | null | null | Test/Assembler/Error.asm | CharlesCarley/HackComputer | 2f29ec7929ef08f295b5be5810f324acc99604e0 | [
"MIT"
] | null | null | null | @$
A=D
D=A
M=D
FooABC | 4.2 | 6 | 0.571429 |
2498a2306766229cdc369199c11da3bd84442359 | 464 | asm | Assembly | programs/oeis/153/A153080.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/153/A153080.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/153/A153080.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A153080: a(n) = 13*n + 2.
; 2,15,28,41,54,67,80,93,106,119,132,145,158,171,184,197,210,223,236,249,262,275,288,301,314,327,340,353,366,379,392,405,418,431,444,457,470,483,496,509,522,535,548,561,574,587,600,613,626,639,652,665,678,691,704,717,730,743,756,769,782,795,808,821,834,847,860,873,886,899,912,925,938,951,964... | 77.333333 | 415 | 0.728448 |
702b9d674137fa1ef5f8e758ff78d3bc8b19ff2d | 328 | asm | Assembly | test/br3174983.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | 3 | 2015-03-21T07:35:15.000Z | 2018-01-12T01:24:02.000Z | 3rdParties/src/nasm/nasm-2.15.02/test/br3174983.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-03-26T19:58:54.000Z | 2020-04-24T08:58:04.000Z | test/br3174983.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | 5 | 2015-03-21T07:35:21.000Z | 2021-01-14T10:54:46.000Z | ;Testname=unoptimized; Arguments=-O0 -fbin -obr3174983.bin; Files=stdout stderr br3174983.bin
;Testname=optimized; Arguments=-Ox -fbin -obr3174983.bin; Files=stdout stderr br3174983.bin
bits 32
vpextrw ecx,xmm0,8 ; c5 f9 c5 c8 08
vpextrw ecx,xmm2,3 ; c5 f9 c5 ca 03
bits 64
vpextrw rcx,xmm0,8 ; c5 f9 c5... | 32.8 | 94 | 0.722561 |
4f0e381e9334cbc2f3240d7d7c9a1d318caf426e | 4,898 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_46_1790.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_46_1790.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_46_1790.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xed6c, %rsi
lea addresses_WC_ht+0x1a36c, %rdi
nop
nop
nop
nop
nop
xor $547, %r9
mov $86, %rcx
rep movsq
cmp %r10, %r10
lea addresses_WT_ht+0x19330, %rsi
lea addresses_WC_ht+0x9da8, %rdi... | 20.408333 | 148 | 0.648224 |
929fa711066cb7ba15e505e23cd5ff32d7cddd8b | 811 | asm | Assembly | programs/oeis/181/A181679.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/181/A181679.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/181/A181679.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A181679: a(n) = 121*n^2 + 2*n.
; 123,488,1095,1944,3035,4368,5943,7760,9819,12120,14663,17448,20475,23744,27255,31008,35003,39240,43719,48440,53403,58608,64055,69744,75675,81848,88263,94920,101819,108960,116343,123968,131835,139944,148295,156888,165723,174800,184119,193680,203483,213528,223815,234344,245115,256128,26... | 73.727273 | 672 | 0.799014 |
8323f9d4ebb3281e845ca78f7e82aec7685652e7 | 6,888 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_17067_30.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_17067_30.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_17067_30.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x11ee6, %rsi
lea addresses_A_ht+0x12ba6, %rdi
nop
nop
nop
nop
and $65449, %rax
mov $100, %rcx
rep movsl
nop
nop
nop
sub %rbp, %rbp
lea addresses_WC_ht+0x163a6, %r8
nop
nop
nop... | 32.186916 | 2,999 | 0.656504 |
78a02b28d4f8cd6a0cd4c3117c2de38b2e5339b1 | 4,955 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_1416.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_1416.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_1416.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x373e, %rsi
lea addresses_UC_ht+0x10846, %rdi
clflush (%rdi)
nop
nop
nop
nop
cmp $7889, %rax
mov $56, %rcx
rep movsw
nop
nop
nop
nop
inc %rbp
lea addresses_WC_ht+0x17be, %rsi
lea addre... | 42.715517 | 2,999 | 0.662563 |
8d52b558a5fbe0173b6caa615a4e328b497f8b3e | 6,105 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_21829_2910.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_21829_2910.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_21829_2910.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 %r9
push %rax
push %rbp
push %rdi
push %rsi
lea addresses_UC_ht+0x5390, %r9
add %rbp, %rbp
movw $0x6162, (%r9)
nop
nop
nop
add %r12, %r12
lea addresses_A_ht+0xa54, %rsi
nop
nop
nop
nop
and $26786, %r14
movups (%rsi), %xmm0
vpextrq $1, %xmm0, %rax
and... | 35.494186 | 2,999 | 0.655037 |
02739d96990d0bbe3708c755d9f4ee5195e3f430 | 425 | asm | Assembly | libmikeos/src.io/io_read_memory32.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | libmikeos/src.io/io_read_memory32.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | libmikeos/src.io/io_read_memory32.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null |
; @@@ unsigned long io_read_memory32(unsigned long *offset, unsigned short segment);
; for far pointer capable system, this function shold be :
; unsigned long io_read_memory32(unsigned long *offset_and_segment);
section .text
use16
global _io_read_memory32
_io_read_memory32:
mov bx, sp
push es
les bx, [... | 17.708333 | 84 | 0.722353 |
98bf7890d8b578ee0d5a2c896e4d7c3fa36bccf3 | 51,443 | asm | Assembly | bmj.asm | redcode-labs/BMJ | 158e86e42fdfa39c711461bcfd0542e20ec14593 | [
"MIT"
] | 63 | 2022-02-20T14:12:00.000Z | 2022-03-29T09:54:58.000Z | bmj.asm | redcode-labs/BMJ | 158e86e42fdfa39c711461bcfd0542e20ec14593 | [
"MIT"
] | null | null | null | bmj.asm | redcode-labs/BMJ | 158e86e42fdfa39c711461bcfd0542e20ec14593 | [
"MIT"
] | 4 | 2022-02-20T18:43:25.000Z | 2022-02-24T21:53:32.000Z |
; ▀█████████▄ ▄▄▄▄███▄▄▄▄ ▄
; ███ 00 ███ ▄ █ █▀▀▀███▀▀▀█ █ ▄ █ █
; ███ ███ █ █ █fff███ █0x90 █ █
; ▄███▄▄90▄██ █ █ █ ███ █ █ █ █ █
; ▀▀███▀▀▀██▄ █ █ ███ █ █ █0x
; ███0xc0██▄ █ █ █ ███ █ █ █ █... | 22.612308 | 189 | 0.563439 |
2a03762dea6e2b78b37e7c8c4fa3f212b02ee066 | 7,338 | asm | Assembly | src/res/music/song_title.asm | gbcompo21/shock-lobster | 28e7fb19c671b9086c07eabfb96dff4945e5ceac | [
"Zlib"
] | 7 | 2021-11-20T12:41:42.000Z | 2021-12-07T21:16:58.000Z | src/res/music/song_title.asm | gbcompo21/shock-lobster | 28e7fb19c671b9086c07eabfb96dff4945e5ceac | [
"Zlib"
] | 1 | 2021-11-22T05:59:40.000Z | 2021-11-22T05:59:40.000Z | src/res/music/song_title.asm | gbcompo21/shock-lobster | 28e7fb19c671b9086c07eabfb96dff4945e5ceac | [
"Zlib"
] | 1 | 2021-10-02T17:49:19.000Z | 2021-10-02T17:49:19.000Z | include "include/hUGE.inc"
SECTION "Song Title", ROMX
song_title::
db 11
dw order_cnt
dw order1, order2, order3, order4
dw duty_instruments, wave_instruments, noise_instruments
dw routines
dw waves
order_cnt: db 12
order1: dw P0c,P0c,P0c,P0c,P0c,P0c
order2: dw P41,P51,P0c,P0c,P0c,P0c
order3: dw P42,P2... | 15.848812 | 66 | 0.57359 |
e3b9025d1329a1a64a19ea8770928cc47dc00fb2 | 597 | asm | Assembly | programs/oeis/335/A335860.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/335/A335860.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/335/A335860.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A335860: Partial sums of A064097.
; 0,1,3,5,8,11,15,18,22,26,31,35,40,45,50,54,59,64,70,75,81,87,94,99,105,111,117,123,130,136,143,148,155,161,168,174,181,188,195,201,208,215,223,230,237,245,254,260,268,275,282,289,297,304,312,319,327,335
mov $41,$0
mov $43,$0
lpb $43
clr $0,41
mov $0,$41
sub $43,1
sub $0,$4... | 22.111111 | 204 | 0.61139 |
324c4af646e0e95f3320b9895281e06b85f8872f | 5,792 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_534.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_534.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_534.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %r9
push %rbx
push %rcx
lea addresses_WT_ht+0x97d9, %r14
xor %r9, %r9
movw $0x6162, (%r14)
nop
cmp $27990, %r11
lea addresses_A_ht+0x15a19, %r9
nop
nop
nop
cmp %r8, %r8
movw $0x6162, (%r9)
and $8215, %r9
lea addresses_WC_ht+0x18fd9... | 37.61039 | 2,999 | 0.651761 |
f3d85de6818ab5eb0df5a1e8a545a3f4a95977ff | 499 | asm | Assembly | test-ok-NAS-105.asm | acastrauss/compiler_project | 540e96493350d5cb34a7259a74bb1ecb1f3a3a2b | [
"MIT"
] | null | null | null | test-ok-NAS-105.asm | acastrauss/compiler_project | 540e96493350d5cb34a7259a74bb1ecb1f3a3a2b | [
"MIT"
] | null | null | null | test-ok-NAS-105.asm | acastrauss/compiler_project | 540e96493350d5cb34a7259a74bb1ecb1f3a3a2b | [
"MIT"
] | null | null | null |
f:
PUSH %14
MOV %15,%14
@f_body:
ADDU 16(%14),24(%14),%0
MOV %0,12(%14)
MOV 8(%14),%13
JMP @f_exit
@f_exit:
MOV %14,%15
POP %14
RET
main:
PUSH %14
MOV %15,%14
SUBS %15,$4,%15
SUBS %15,$4,%15
SUBS %15,$4,%15
@main_body:
MOV $1,-8(%14)
MOV $2,-12(%14)
PUSH $7
PUSH $65
PUSH ... | 13.131579 | 25 | 0.507014 |
404bf56ba9e0fc417cc0db22a241ac473a51087e | 228,174 | asm | Assembly | src/sound/song041restored.asm | MusicTheorist/Mother2GbaTranslation | 70de3975a3284c4002a33e8ef8c20e4c2b039037 | [
"MIT"
] | 1 | 2021-04-18T04:26:52.000Z | 2021-04-18T04:26:52.000Z | src/sound/song041restored.asm | MusicTheorist/Mother2GbaTranslation | 70de3975a3284c4002a33e8ef8c20e4c2b039037 | [
"MIT"
] | null | null | null | src/sound/song041restored.asm | MusicTheorist/Mother2GbaTranslation | 70de3975a3284c4002a33e8ef8c20e4c2b039037 | [
"MIT"
] | null | null | null | song041restored_pri equ 0
song041restored_rev equ 0
song041restored_mvl equ 127
song041restored_key equ 0
song041restored_tbs equ 1
song041restored_exg equ 0
song041restored_cmp equ 1
.align 4
;**************** Track 1 (Midi-Chn.1) ****************;
@song041restored_1:
.byte TEMPO , 60
.byte KEYSH , song... | 18.673705 | 56 | 0.50291 |
aeaa381a23b8435b037b49f271955fe09f62cada | 499 | asm | Assembly | oeis/177/A177018.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/177/A177018.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/177/A177018.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A177018: a(n) is the smallest integer >= a(n-1) such that a(n) + A067076(n) + n-1 is an odd prime.
; 3,3,3,4,4,5,5,6,8,8,10,11,11,12,14,16,16,18,19,19,21,22,24,27,28,28,29,29,30,36,37,39,39,43,43,45,47,48,50,52,52,56,56,57,57,62,67,68,68,69,71,71,75,77,79,81,81,83,84,84,88,94,95,95,96,102,104,108,108,109,111,114,116,... | 71.285714 | 326 | 0.669339 |
582b093f104322d63a05ab15e5e31157af670d06 | 785 | asm | Assembly | nand2tetris/personal/flip.asm | raventid/coursera_learning | 115a03f08d30d8ba49f02c9692c289cbfb242358 | [
"MIT"
] | 1 | 2019-11-28T09:26:00.000Z | 2019-11-28T09:26:00.000Z | nand2tetris/personal/flip.asm | raventid/coursera_learning | 115a03f08d30d8ba49f02c9692c289cbfb242358 | [
"MIT"
] | null | null | null | nand2tetris/personal/flip.asm | raventid/coursera_learning | 115a03f08d30d8ba49f02c9692c289cbfb242358 | [
"MIT"
] | null | null | null | // Program: Flip.asm
// flips the values of
// RAM[0] and RAM[1]
// temp = R1
// R1 = R0
// R0 = temp
// Whitespace instruction are ignored!!! This can lead to NOP slide if you are not accurate.
@R1
D=M // We are at R1 make: D = Ram[R1]
@temp // asm go and find some available register, where I can store my informati... | 23.088235 | 92 | 0.653503 |
a1cbf9da4858d4d51f72896b9c4c999f15c38c1f | 595 | asm | Assembly | screen/screen.asm | Luzzle/LuzOS | 0ac8efdc46278dff4ab0399f16cd0d086cf83c8f | [
"MIT"
] | null | null | null | screen/screen.asm | Luzzle/LuzOS | 0ac8efdc46278dff4ab0399f16cd0d086cf83c8f | [
"MIT"
] | null | null | null | screen/screen.asm | Luzzle/LuzOS | 0ac8efdc46278dff4ab0399f16cd0d086cf83c8f | [
"MIT"
] | null | null | null | ;
; VIDEO MODES FOR REFERENCE:
;
; 00h - 45 x 25 (16 Colors)
; 02h - 80 x 25 (16 Colors)
; 05h - 45 x 25 (8 Colors)
;
%include "screen/colors.asm"
init_screen:
mov ax, 0002h ; clear the a reg
int 10h
; ah = 00: set video mode
; al = 02: video mode 02h (shown above)
mov ah, 0Bh
mov bl,... | 17.5 | 70 | 0.569748 |
54c7c71bab5fce1895475387f586229a04b3588b | 6,632 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1639.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_1639.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_1639.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rax
push %rbp
push %rdx
push %rsi
lea addresses_A_ht+0x3cab, %r9
nop
sub %rax, %rax
movl $0x61626364, (%r9)
add $57575, %r15
lea addresses_WC_ht+0x1ed2b, %r15
nop
inc %rsi
mov (%r15), %r14w
and %rbp, %rbp
lea addresses_UC_ht+0x19b6b, %rbp
n... | 41.192547 | 2,999 | 0.652141 |
a97d36e23d17f2ea1f1ba93fae502eca2c9a1ca9 | 607 | asm | Assembly | oeis/002/A002700.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/002/A002700.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/002/A002700.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A002700: Coefficients of Chebyshev polynomials: n*(2*n+1) * 4^(n-1).
; 3,40,336,2304,14080,79872,430080,2228224,11206656,55050240,265289728,1258291200,5888802816,27246198784,124822487040,566935683072,2555505541120,11441792876544,50921132261376,225399883694080,992858999881728,4354066045992960,19017153114013696,8275364... | 101.166667 | 478 | 0.85832 |
8b8fb7265a45a4ad527d2db77562ed0aee7fc1ca | 649 | asm | Assembly | src/bin/cpu-visualizer/asm/add-with-carry.asm | gregtatum/cpu-6502-rs | 054ad0441c71b11c1e4f50dfb21a48d2d09595b6 | [
"MIT"
] | null | null | null | src/bin/cpu-visualizer/asm/add-with-carry.asm | gregtatum/cpu-6502-rs | 054ad0441c71b11c1e4f50dfb21a48d2d09595b6 | [
"MIT"
] | null | null | null | src/bin/cpu-visualizer/asm/add-with-carry.asm | gregtatum/cpu-6502-rs | 054ad0441c71b11c1e4f50dfb21a48d2d09595b6 | [
"MIT"
] | null | null | null | sec ; Set the carry flag
lda #$11 ; Load A with a value
adc #$22 ; This should add all three values
; = 0x01 + 0x11 + 0x22 = 0x34
clc ; Clear the carry bit
adc #$01 ; Add to the A register
inx ; Increase the value of X in the register
sta $00,x ;
adc #$01 ; Add to the A regis... | 20.935484 | 52 | 0.508475 |
82bb91984e1a6c4cf1b70b6fca337aa7e2fad38a | 425 | asm | Assembly | programs/oeis/115/A115295.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/115/A115295.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/115/A115295.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A115295: Partial sums of squares of A115291(n).
; 1,17,66,130,194,258,322,386,450,514,578,642,706,770,834,898,962,1026,1090,1154,1218,1282,1346,1410,1474,1538,1602,1666,1730,1794,1858,1922,1986,2050,2114,2178,2242,2306,2370,2434,2498,2562,2626,2690,2754,2818
mov $2,$0
trn $0,1
mul $0,8
mov $1,$0
add $0,1
sub $1,3
mo... | 19.318182 | 210 | 0.670588 |
dd48aafd5231a549d0ad9103fd83937e1c7604ae | 826 | asm | Assembly | sk/sfx/3F.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | sk/sfx/3F.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | sk/sfx/3F.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound_3F_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_3F_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM5, Sound_3E_3F_40_41_FM5, $F6, $0A
Sound_3F_Voices:
; Voice $00
; $05
; $11, $02, $23, $31, $0B, $0C, $0E, $1C, $0A, $00, $04, $00
; $08, $06, $09, $0B, $FF, $0F, ... | 29.5 | 62 | 0.615012 |
6e98d95895783882585391d67788819b7918d6f3 | 2,674 | asm | Assembly | asm/script/story/episode_11/script.asm | h3rmit-git/F-Zero-Climax-GBA-Translation | 233901558ce721b75d643872bfa89cdebef8cd0a | [
"MIT",
"Unlicense"
] | 6 | 2019-05-15T09:08:51.000Z | 2021-11-01T18:40:10.000Z | asm/script/story/episode_11/script.asm | h3rmit-git/F-Zero-Climax-GBA-Translation | 233901558ce721b75d643872bfa89cdebef8cd0a | [
"MIT",
"Unlicense"
] | 2 | 2019-05-21T11:34:55.000Z | 2019-06-11T09:53:02.000Z | asm/script/story/episode_11/script.asm | h3rmit-git/F-Zero-Climax-GBA-Translation | 233901558ce721b75d643872bfa89cdebef8cd0a | [
"MIT",
"Unlicense"
] | 4 | 2017-03-04T07:07:05.000Z | 2021-11-15T15:28:38.000Z | ; F-Zero Climax Translation by Normmatt
.align 4
StoryEpisode11PointerList:
.word Episode11_Line1
.word Episode11_Line2
.word Episode11_Line3
.word Episode11_Line4
.word Episode11_Line5
.word Episode11_Line6
.word Episode11_Line7
.word Episode11_Line8
.word Episode11_Line9
.word Episode11_Line10
.word Epis... | 21.739837 | 46 | 0.782723 |
233f287175ba851cd4f6b77898534e7b376c80ba | 646 | asm | Assembly | 05. Project/Traffic Control.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | 05. Project/Traffic Control.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | 05. Project/Traffic Control.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | ; Traffic Controller
;-------------------
;
; PortA = Left Traffic Light
; PortB = Top Traffic Light
; PortC = Bottom Traffic Light
; b0 = Red Light
; b1 = Yellow Light
; b2 = Green Light
; Data
SW 2000h
RedClr = 001b
YellowClr = 010b
GreenClr = 100b
; Initialization
A
1000h
mov al, 80h
out 26h, al
case1:
mov... | 12.188679 | 30 | 0.599071 |
0f9ba7903657f7f5056b8e16af45de459fc85e12 | 9,460 | asm | Assembly | Library/SpecUI/CommonUI/CMain/cmainUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/SpecUI/CommonUI/CMain/cmainUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/SpecUI/CommonUI/CMain/cmainUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: CommonUI/CMain (common code for specific ui's)
FILE: cmainUtils.asm
ROUTINES:
Name Description
---- -----------
GLB OpenDispatchPassiveBut... | 25.917808 | 81 | 0.622516 |
8c0322a361d647cde05f9751535bfaa6b7fb7f7a | 1,583 | asm | Assembly | programs/oeis/072/A072835.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/072/A072835.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/072/A072835.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A072835: Exponents occurring in expansion of F_9(q^2).
; 0,8,14,18,20,26,32,36,38,44,50,54,56,62,68,72,74,80,86,90,92,98,104,108,110,116,122,126,128,134,140,144,146,152,158,162,164,170,176,180,182,188,194,198,200,206,212,216,218,224,230,234,236,242,248,252,254,260,266,270,272,278,284,288,290,296,302,306,308,314,320,3... | 35.177778 | 1,005 | 0.626658 |
9b280cd62ae62013eb91d5b1a6a82d81e43d52af | 2,592 | asm | Assembly | programs/oeis/267/A267783.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/267/A267783.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/267/A267783.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A267783: Number of n X 3 0..1 arrays with every repeated value in every row greater than or equal to, and in every column greater than, the previous repeated value.
; 8,64,216,729,1728,4096,8000,15625,27000,46656,74088,117649,175616,262144,373248,531441,729000,1000000,1331000,1771561,2299968,2985984,3796416,4826809,6... | 216 | 2,349 | 0.889275 |
734e35f45a7281e9bd87df62626295cb5642ec6c | 6,061 | asm | Assembly | i4k_OGLShader/exe/intro.asm | Polyrhythm/demo | b604db4f1f5eabcdfecc6b6f4183f8e90e36c65c | [
"BSD-3-Clause"
] | null | null | null | i4k_OGLShader/exe/intro.asm | Polyrhythm/demo | b604db4f1f5eabcdfecc6b6f4183f8e90e36c65c | [
"BSD-3-Clause"
] | null | null | null | i4k_OGLShader/exe/intro.asm | Polyrhythm/demo | b604db4f1f5eabcdfecc6b6f4183f8e90e36c65c | [
"BSD-3-Clause"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.10.25019.0
TITLE C:\Users\polyr\Development\cpp\4k\i4k_OGLShader\src\intro.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC ??_C@_0JF@OJAMNHDM@?6?$CDversion?5430?6?6layout?$CIlocation?5?$DN... | 28.725118 | 93 | 0.599406 |
e33b665ae50096938f2cc517266161c317d12996 | 1,039 | asm | Assembly | programs/oeis/296/A296020.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/296/A296020.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/296/A296020.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A296020: Number of primes of the form 4*k+3 <= 4*n+3.
; 1,2,3,3,4,5,5,6,6,6,7,8,8,8,9,9,10,11,11,12,13,13,13,13,13,14,15,15,15,15,15,16,17,17,18,18,18,19,19,19,20,21,21,21,22,22,22,23,23,24,24,24,25,25,25,26,27,27,27,28,28,28,29,29,29,30,30,31,31,31,32,32,32,32,32,32,33,34,34,34,34,34,35,35,35,35,36,36,36,37,37,38,38... | 49.47619 | 735 | 0.628489 |
add03777a99bc4b966c1a474de2513d286608885 | 426 | asm | Assembly | memory_map/proc/hex_f.asm | ilya101010/asm_studies | 8014446d021b0f3d50f091fd88cbf3ea726fc160 | [
"WTFPL"
] | 1 | 2019-09-17T01:06:02.000Z | 2019-09-17T01:06:02.000Z | ref/src/proc/hex_f.asm | ilya101010/asm_studies | 8014446d021b0f3d50f091fd88cbf3ea726fc160 | [
"WTFPL"
] | null | null | null | ref/src/proc/hex_f.asm | ilya101010/asm_studies | 8014446d021b0f3d50f091fd88cbf3ea726fc160 | [
"WTFPL"
] | null | null | null | public _hex_f
; yet another itoa
; abcdefgh - format idea (8 hex digits)
; hex_f(int n, char* s) // hex
; eax - n, edi - destination
_hex_f:
add edi, 7
std
mbp
mov ecx, 8
.lp:
mov edx, eax
and eax, 0xF
mov al, [.symbt+eax]
stosb
mov eax, edx
shr eax, 4
loop .lp
cld
ret
.symbt: db '0123456789ABCDEF'... | 13.741935 | 39 | 0.643192 |
40aa94c2a6f8d5157671a1237062ab0085b3b7ac | 163 | asm | Assembly | tests/mod.asm | mantal/AVM | 0eb0eb177c01bd670d3b2a1a55f5633427560f23 | [
"Apache-2.0"
] | null | null | null | tests/mod.asm | mantal/AVM | 0eb0eb177c01bd670d3b2a1a55f5633427560f23 | [
"Apache-2.0"
] | null | null | null | tests/mod.asm | mantal/AVM | 0eb0eb177c01bd670d3b2a1a55f5633427560f23 | [
"Apache-2.0"
] | null | null | null | push int32(2)
push int32(3)
mod
assert int32(1)
pop
push int8(5)
push int32(10)
mod
assert int32(0)
pop
push int16(3)
push int8(1)
mod
assert int32(1)
pop
exit
| 8.15 | 15 | 0.717791 |
cdfcaa3fca98e41a7086bf58510307e881ef9efc | 306 | asm | Assembly | programs/oeis/198/A198693.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/198/A198693.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/198/A198693.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A198693: 3*4^n-1
; 2,11,47,191,767,3071,12287,49151,196607,786431,3145727,12582911,50331647,201326591,805306367,3221225471,12884901887,51539607551,206158430207,824633720831,3298534883327,13194139533311,52776558133247,211106232532991,844424930131967,3377699720527871
mov $1,4
pow $1,$0
mul $1,3
sub $1,1
| 38.25 | 248 | 0.823529 |
a1d4c41f27d335ec19166c9b1448ca6ca8ed1c7e | 74,590 | asm | Assembly | src/x86/filmgrain16_avx2.asm | feiwei9696/dav1d | 87f9a81cd770e49394a45deca7a3df41243de00b | [
"BSD-2-Clause"
] | null | null | null | src/x86/filmgrain16_avx2.asm | feiwei9696/dav1d | 87f9a81cd770e49394a45deca7a3df41243de00b | [
"BSD-2-Clause"
] | null | null | null | src/x86/filmgrain16_avx2.asm | feiwei9696/dav1d | 87f9a81cd770e49394a45deca7a3df41243de00b | [
"BSD-2-Clause"
] | null | null | null | ; Copyright © 2021-2022, VideoLAN and dav1d authors
; Copyright © 2021-2022, Two Orioles, LLC
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the ... | 33.165851 | 92 | 0.477383 |
7e27efdb78700f48712ba07991c2a643ab1ac447 | 8,094 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_345.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_345.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_345.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 %r14
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x11ffb, %r12
nop
nop
xor %rsi, %rsi
movw $0x6162, (%r12)
nop
nop
nop
sub %rax, %rax
lea addresses_normal_ht+0x987b, %r13
nop
nop
sub %r11, %r11
mov $0x6162636465666768, %rcx
m... | 32.637097 | 2,999 | 0.652582 |
55963a544236359cdbaad1bc1f2f44aa70b6b06e | 616 | asm | Assembly | if_cmp.asm | gokernel2017/asm | ed3f6a802da5e385fac2cd4aa06b2841c03a5941 | [
"MIT"
] | 1 | 2020-09-27T13:30:20.000Z | 2020-09-27T13:30:20.000Z | if_cmp.asm | gokernel2017/asm | ed3f6a802da5e385fac2cd4aa06b2841c03a5941 | [
"MIT"
] | null | null | null | if_cmp.asm | gokernel2017/asm | ed3f6a802da5e385fac2cd4aa06b2841c03a5941 | [
"MIT"
] | 1 | 2022-02-28T07:42:46.000Z | 2022-02-28T07:42:46.000Z | //-------------------------------------------------------------------
//
// OPCODE ( if / cmp ) Example:
//
// FILE:
// if_cmp.asm
//
//-------------------------------------------------------------------
//
long a
long b
mov $200, a
mov $100, b
if a > b {
hello
}
//--------... | 15.794872 | 70 | 0.227273 |
70aac4815c51f3730a3fa2cd3abc91dfd864958d | 6,894 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_875.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_0xca.log_21829_875.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_0xca.log_21829_875.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15bf0, %rsi
lea addresses_A_ht+0x8470, %rdi
clflush (%rsi)
nop
nop
nop
nop
add %r15, %r15
mov $100, %rcx
rep movsw
nop
add $10140, %r10
lea addresses_D_ht+0xa670, %rdi
add $3... | 36.86631 | 2,999 | 0.654627 |
02f206f944a0bd677b47914bd8956cb11a07a0d1 | 25,161 | asm | Assembly | Library/Kernel/VMem/vmemChain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Kernel/VMem/vmemChain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Kernel/VMem/vmemChain.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: Kernel VM Manager -- High-level interface routines
FILE: vmemHigh.asm
AUTHOR: Tony Requist
ROUTINES:
Name Description
---- -----------
... | 21.143697 | 82 | 0.585827 |
e3df9e24d71524a199f7569584059a967a28c5a8 | 3,967 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_178.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_178.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_178.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 %rbp
push %rdi
lea addresses_UC_ht+0x1113b, %r12
nop
nop
nop
and $12564, %rbp
mov (%r12), %edi
add $8101, %r14
pop %rdi
pop %rbp
pop %r14
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r8
push %rax
push %rbx
push %rcx
// Faul... | 70.839286 | 2,999 | 0.661709 |
02f8d3619d510bc7dc4647218478b571c7557e60 | 406 | asm | Assembly | programs/oeis/218/A218985.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/218/A218985.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/218/A218985.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A218985: Power ceiling sequence of 2+sqrt(6).
; 5,23,103,459,2043,9091,40451,179987,800851,3563379,15855219,70547635,313900979,1396699187,6214598707,27651793203,123036370227,547449067315,2435869009715,10838374173491,48225234713395,214577687200563,954761218229043,4248200247317299
lpb $0
sub $0,1
add $1,4
add $2... | 25.375 | 233 | 0.738916 |
ad8e4c6dc45598bad788b242bb278b341105b629 | 7,467 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_123.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_123.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_123.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1d159, %rdx
xor %rax, %rax
mov (%rdx), %r9d
nop
nop
inc %rbp
lea addresses_normal_ht+0x1c5d1, %r14
nop
nop
nop
nop
nop
inc %r10
and $0xffffffffffffffc0, %r1... | 33.78733 | 2,999 | 0.657292 |
bc5158d5e2fbd04142175a8f30a81b1985d91a17 | 5,667 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_50_1960.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_50_1960.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_50_1960.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 %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x12c3c, %rsi
lea addresses_A_ht+0x11204, %rdi
clflush (%rsi)
nop
and $58640, %r9
mov $69, %rcx
rep movsb
nop
nop
nop
nop
add %rbp, %rbp
lea addresses_D_ht+0x1cd72, %rsi
lea add... | 20.834559 | 152 | 0.653256 |
61150de426616653ef4c4f67918c15bfd18f3b90 | 2,680 | asm | Assembly | src/masks.asm | NotImplementedLife/rubik | e0bf62e069682273f8679f9297decd66079aa9c3 | [
"MIT"
] | 4 | 2021-06-12T06:07:57.000Z | 2022-01-31T04:39:08.000Z | src/masks.asm | NotImplementedLife/rubik | e0bf62e069682273f8679f9297decd66079aa9c3 | [
"MIT"
] | null | null | null | src/masks.asm | NotImplementedLife/rubik | e0bf62e069682273f8679f9297decd66079aa9c3 | [
"MIT"
] | null | null | null | SECTION "Tile Masks Vars", WRAMX[$D000], ALIGN[8]
PaintTmp::
DS $B00
SECTION "Tile Masks Logic", ROM0
;-Func---------------------------------------------------------
ProcessPaintData:
;----------------------------------------------ProcessPaintData
; Arguments :
;--------------------------------------------------... | 16.144578 | 64 | 0.457836 |
d3f546e619081cc9d1a0d5e64998e128d2e04d86 | 147 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm/ger_msge0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm/ger_msge0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm/ger_msge0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ger_msge0.asm
Type: file
Size: 67083
Last-Modified: '2016-05-13T04:23:03Z'
SHA-1: 5E88C55C11BBA1203C073C038E8DA2CAAAA3301C
Description: null
| 21 | 47 | 0.816327 |
f5640f2fd6ba88ec56fc2db41e19761feb32f358 | 559 | asm | Assembly | data/wildPokemon/route23.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/wildPokemon/route23.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/wildPokemon/route23.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | Route23Mons:
db $0A
IF DEF(_RED)
db 36,ARBOK
db 41,NIDORINO
ENDC
IF DEF(_GREEN)
db 36,SANDSLASH
db 41,NIDORINO
ENDC
IF DEF(_RED)
db 36,SANDSLASH
db 41,NIDORINA
ENDC
db 42,PRIMEAPE
db 38,FEAROW
db 43,FEAROW
IF DEF(_RED)
db 41,ARBOK
db 44,NIDORINA
ENDC
IF DEF(_RED)
db 36,SANDSLASH
db 41,NIDORINA
ENDC
IF DEF(_R... | 12.704545 | 16 | 0.733453 |
3cb2ba37b06b277cdb71baee80c0a231a90e9438 | 174 | asm | Assembly | arquivos_teste_moodle/fat_mod_B.asm | LSantos06/MacroAssembler | 06a14c9d2fe1eb22378bb6f2ead506a91c5b14eb | [
"MIT"
] | null | null | null | arquivos_teste_moodle/fat_mod_B.asm | LSantos06/MacroAssembler | 06a14c9d2fe1eb22378bb6f2ead506a91c5b14eb | [
"MIT"
] | null | null | null | arquivos_teste_moodle/fat_mod_B.asm | LSantos06/MacroAssembler | 06a14c9d2fe1eb22378bb6f2ead506a91c5b14eb | [
"MIT"
] | null | null | null | MOD_B: BEGIN
FAT: EXTERN
N: EXTERN
PUBLIC MOD_B
SECTION TEXT
STORE AUX ;0
MULT N ;2
STORE N ;4
LOAD AUX ;6
JMP FAT ;8
SECTION DATA
AUX: SPACE ;10
END
| 12.428571 | 16 | 0.626437 |
a181e93cedfb0e21f6e34ab784adbd603698057f | 2,403 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_10_2261.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_10_2261.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_10_2261.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x3e33, %rsi
lea addresses_WC_ht+0x3633, %rdi
nop
nop
inc %r13
mov $22, %rcx
rep movsw
nop
nop
nop
add $3964, %rbp
lea addresses_D_ht+0x1e4b3, %rsi
lea addresses_normal_ht+0x1c89b, %rdi
dec %r13
mov $26, %... | 19.071429 | 151 | 0.646692 |
074ba40a9eefedc0fef7de036837cdb12a51d37e | 618 | asm | Assembly | oeis/084/A084851.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/084/A084851.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/084/A084851.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A084851: Binomial transform of binomial(n+2,2).
; 1,4,13,38,104,272,688,1696,4096,9728,22784,52736,120832,274432,618496,1384448,3080192,6815744,15007744,32899072,71827456,156237824,338690048,731906048,1577058304,3388997632,7264534528,15535702016,33151778816,70598524928,150055419904,318364450816,674309865472,142592914... | 56.181818 | 500 | 0.847896 |
f5afa525ff8be2f5378e423c1a4d81eedd0ce76d | 317 | asm | Assembly | hello-world/hello-world.asm | miltonolaf/snippets.asm | 00811b8709bde5e98b80f288bdb2ebddd7890d8b | [
"MIT"
] | 3 | 2018-09-20T01:44:22.000Z | 2018-09-21T17:02:46.000Z | hello-world/hello-world.asm | miltonolaf/snippets.asm | 00811b8709bde5e98b80f288bdb2ebddd7890d8b | [
"MIT"
] | null | null | null | hello-world/hello-world.asm | miltonolaf/snippets.asm | 00811b8709bde5e98b80f288bdb2ebddd7890d8b | [
"MIT"
] | null | null | null | lsit p = 16f84a ;procesador utilizad
include <p16f84a.inc>
constante equ b'00001111'
ORG 0 ;comienza desde la direccion de memoria 0
init bsf STATUS, PR0 ;acceder al banco 1
clrf TRISB ;configura el puerto B
bcf STATUS, RP0 ;acceder al banco 0
hello bcf PORT, 0 ;escribir en el pin 0 del puerto B
goto hello
| 24.384615 | 52 | 0.750789 |
273f83d476aaf0c791d7b2bfa6286d5f459d3dbc | 1,514 | asm | Assembly | mips/file-io-with-macros-example.asm | brenns10/yams | 21b2edc3c1825f6b5264570b9791adf7dad60b4b | [
"BSD-3-Clause"
] | 17 | 2015-05-01T18:34:35.000Z | 2021-04-28T10:05:54.000Z | mips/file-io-with-macros-example.asm | brenns10/yams | 21b2edc3c1825f6b5264570b9791adf7dad60b4b | [
"BSD-3-Clause"
] | 4 | 2015-05-01T18:47:36.000Z | 2016-04-20T13:08:26.000Z | mips/file-io-with-macros-example.asm | brenns10/yams | 21b2edc3c1825f6b5264570b9791adf7dad60b4b | [
"BSD-3-Clause"
] | 3 | 2016-04-19T16:01:45.000Z | 2021-07-04T00:33:55.000Z | .include "file-io-macros.asm"
.include "util-macros.asm"
.eqv MAX_LEN 16384
.data
# Output filename
write_out_name: .asciiz "macro_output.txt~"
write_out_data: .asciiz "HTTP/1.1 200 OK\r\nContent-Type: text/html;\n"
write_out_data_end:
read_in_name: .asciiz "Makefile"
buff: .byte 0:MAX_LEN
newline: .asciiz "\n"
... | 23.292308 | 71 | 0.717305 |
0bc2e702c2d820a3c22df8aadcbdb3bbcbc81591 | 2,269 | asm | Assembly | constants/tileset_constants.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2022-02-17T11:11:03.000Z | 2022-02-21T03:41:01.000Z | constants/tileset_constants.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | constants/tileset_constants.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | ; Tilesets indexes (see data/tilesets.asm)
const_def 1
const TILESET_SINNOH_1 ; 01 WEST SINNOH 1 (TWINLEAF, SANDGEM, JUBILIFE)
const TILESET_SINNOH_2 ; 02 WEST SINNOH 2 (OREBURGH, CANALAVE)
const TILESET_SINNOH_3 ; 03 WEST SINNOH 3 (FLOAROMA, ETERNA)
const TILESET_PLAYERS_ROOM ... | 43.634615 | 84 | 0.686646 |
ae5f96f990cc0adb3c81450ec9df3bc80d603bc1 | 404 | asm | Assembly | programs/oeis/022/A022423.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/022/A022423.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022423.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A022423: Kim-sums: "Kimberling sums" K_n + K_12.
; 11,31,34,36,39,42,44,47,49,52,55,57,60,63,65,68,70,73,76,78,81,83,86,89,91,94,97,99,102,104,107,110,112,115,118,120,123,125,128,131,133,136,138,141,144,146,149,152,154,157,159,162,165,167,170,172,175,178,180
cal $0,22415 ; Kim-sums: "Kimberling sums" K_n + K_4.
sub ... | 28.857143 | 209 | 0.660891 |
23d7d8008ba8590dff6cf9bb89c5719a81baf18f | 1,447 | asm | Assembly | Assembly/textbox/casino_slotMachine.asm | WildGenie/Ninokuni | 019b4b7f069b311d0146d634f0af4c3096be7dd9 | [
"Apache-2.0"
] | 14 | 2015-01-15T19:08:06.000Z | 2021-09-27T17:27:22.000Z | Assembly/textbox/casino_slotMachine.asm | WildGenie/Ninokuni | 019b4b7f069b311d0146d634f0af4c3096be7dd9 | [
"Apache-2.0"
] | 5 | 2015-01-13T21:19:45.000Z | 2015-04-12T15:51:18.000Z | Assembly/textbox/casino_slotMachine.asm | WildGenie/Ninokuni | 019b4b7f069b311d0146d634f0af4c3096be7dd9 | [
"Apache-2.0"
] | 7 | 2015-02-02T20:14:00.000Z | 2017-05-14T07:58:12.000Z | ;;----------------------------------------------------------------------------;;
;; Align the position of the numbers in slot machines of casino.
;; Copyright 2015 Benito Palacios (aka pleonex)
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance wi... | 35.292683 | 80 | 0.579129 |
0446b767ebee13dd51e1511bf236f670b3c2d46f | 122 | asm | Assembly | Practicas/Practica_02/codigoFuente/prueba.asm | CodeRevenge/Proyecto-seminario-traductores-i | a5c6a500a6be8d5a1b24b4ecacd73e6f67a34041 | [
"MIT"
] | null | null | null | Practicas/Practica_02/codigoFuente/prueba.asm | CodeRevenge/Proyecto-seminario-traductores-i | a5c6a500a6be8d5a1b24b4ecacd73e6f67a34041 | [
"MIT"
] | null | null | null | Practicas/Practica_02/codigoFuente/prueba.asm | CodeRevenge/Proyecto-seminario-traductores-i | a5c6a500a6be8d5a1b24b4ecacd73e6f67a34041 | [
"MIT"
] | null | null | null | a ABA 1
ADDD 3
TAG ANDB 40, 15
ABA
lopp ADCA 16
ANDCC 2015
ASLA
ASLB $14
ASR %1000
BGND
BGE #14
BCS @9
BEQ %1001 | 9.384615 | 15 | 0.655738 |
0f31d64a570aba96d9666be94f764e442edd6608 | 340 | asm | Assembly | PWMo/OCR.asm | aryan-gupta/Quadrino | ffd7993e55cc95b37c44b1a517a25cfc3a065ba0 | [
"MIT"
] | null | null | null | PWMo/OCR.asm | aryan-gupta/Quadrino | ffd7993e55cc95b37c44b1a517a25cfc3a065ba0 | [
"MIT"
] | null | null | null | PWMo/OCR.asm | aryan-gupta/Quadrino | ffd7993e55cc95b37c44b1a517a25cfc3a065ba0 | [
"MIT"
] | 1 | 2018-08-06T09:08:20.000Z | 2018-08-06T09:08:20.000Z | ; asm volatile (
push r24
in r24, __SREG__
push r24
push r25
in r25, PORTD
lds r24, %0
and r24, r25
out PORTD, r24
in r24, TIMSK1
andi r24, 0xFB ; 0b11111011
out TIMSK1, r24
pop r25
pop r24
out __SREG__, r24
pop r24
reti
; : // Outputs
; : "m" (escBDown) // Inputs
; : r24, r25 // Clobber list
; )... | 10.967742 | 28 | 0.623529 |
44fd6416d74cb8cc8b33eeac9eb7684f2c0596e3 | 978 | asm | Assembly | text/maps/pallet_town.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | text/maps/pallet_town.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | text/maps/pallet_town.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | _OakAppearsText::
text "OAK: Hey! Wait!"
line "Don't go out!@@"
_OakWalksUpText::
text "OAK: That was"
line "close!"
para "Wild #MON live"
line "in tall grass!"
done
_OakWhewText::
text "OAK: Whew..."
done
_OakGrassText::
text "OAK: A #MON can"
line "appear anytime in"
cont "tall grass."
para "You nee... | 14.382353 | 27 | 0.662577 |
53d4dc21fcb929dc8f744b5237f8656e98e3f876 | 464 | asm | Assembly | programs/oeis/335/A335402.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/335/A335402.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/335/A335402.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A335402: Numbers m such that the only normal integer partition of m whose run-lengths are a palindrome is (1)^m.
; 0,1,2,4,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269
... | 30.933333 | 204 | 0.685345 |
e3d475d4e68acad4d80f028bcc26f36e47b49c58 | 2,728 | asm | Assembly | dasm/defs.asm | ceharris/sbz80 | b5b6cbc8fb631e0703b15b0701d66e527bbf9ef7 | [
"Apache-2.0"
] | null | null | null | dasm/defs.asm | ceharris/sbz80 | b5b6cbc8fb631e0703b15b0701d66e527bbf9ef7 | [
"Apache-2.0"
] | null | null | null | dasm/defs.asm | ceharris/sbz80 | b5b6cbc8fb631e0703b15b0701d66e527bbf9ef7 | [
"Apache-2.0"
] | null | null | null | ; Symbol index values for opcodes
op_ADC equ 0
op_ADD equ 1
op_AND equ 2
op_BIT equ 3
op_CALL equ 4
op_CCF equ 5
op_CP equ 6
op_CPD equ 7
op_CPDR equ 8
op_CPI equ 9
op_CPIR equ 10
op_CPL equ 11
op_DAA equ 12
op_DEC equ 13
op_DI equ 14
op_DJNZ equ 15
op_EI equ 16
op_EX equ 17
op_EXX equ 18
op_HALT eq... | 18.557823 | 77 | 0.76063 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.