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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bfd7a3366c4a9ea4acac37bdeb1880f7e2e4b66c | 715 | asm | Assembly | Quiz2/Quiz2/Quiz2.asm | ConstantinCezB/Computer-Architecture-assembly | 24ddc05c96d2be019c77e914a3b1146352b4088e | [
"Apache-2.0"
] | null | null | null | Quiz2/Quiz2/Quiz2.asm | ConstantinCezB/Computer-Architecture-assembly | 24ddc05c96d2be019c77e914a3b1146352b4088e | [
"Apache-2.0"
] | null | null | null | Quiz2/Quiz2/Quiz2.asm | ConstantinCezB/Computer-Architecture-assembly | 24ddc05c96d2be019c77e914a3b1146352b4088e | [
"Apache-2.0"
] | null | null | null | ; AddTwo.asm - adds two 32-bit integers.
; Chapter 3 example
include Irvine32.inc
.data
aVar BYTE 10
bVar BYTE 2
cVar BYTE 5
rVar BYTE ?
aVar1 WORD 10
bVar1 WORD 2
cVar1 WORD 5
rVar1 DWORD ?
.code
main proc
;lab 54
MOV eax, 0
MOV ebx, 0
MOV ecx, 0
MOV edx, 0
MOV al, aVar
MOV bl, bVar
MOV cl, cVar
... | 9.794521 | 40 | 0.654545 |
49bb7242e1ad43ddbf3c6154fb15ac49255e9e64 | 7,925 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_179.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_179.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_179.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 %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xa224, %r13
nop
inc %rbx
mov $0x6162636465666768, %r10
movq %r10, %xmm6
movups %xmm6, (%r13)
and %rbp, %rbp
lea addresses_WC_ht+0xa7cb, %rsi
lea addresses_UC_ht+0x9a4, %rdi
no... | 34.159483 | 2,999 | 0.660189 |
d6d113a2dbe93c2e1c7e78d2a7bdbeca2aec251e | 754 | asm | Assembly | oeis/095/A095127.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/095/A095127.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/095/A095127.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A095127: a(n+3) = 2*a(n+2) + 3*a(n+1) - a(n); with a(1) = 1, a(2) = 4, a(3) = 10.
; Submitted by Jon Maiga
; 1,4,10,31,88,259,751,2191,6376,18574,54085,157516,458713,1335889,3890401,11329756,32994826,96088519,279831760,814934251,2373275263,6911521519,20127934576,58617158446,170706599101,497136738964,1447776116785,421... | 37.7 | 489 | 0.755968 |
c2dd8a8096ef5231f45720815bb84338c8babc4b | 312 | asm | Assembly | oeis/021/A021789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021789: Decimal expansion of 1/785.
; Submitted by Jon Maiga
; 0,0,1,2,7,3,8,8,5,3,5,0,3,1,8,4,7,1,3,3,7,5,7,9,6,1,7,8,3,4,3,9,4,9,0,4,4,5,8,5,9,8,7,2,6,1,1,4,6,4,9,6,8,1,5,2,8,6,6,2,4,2,0,3,8,2,1,6,5,6,0,5,0,9,5,5,4,1,4,0,1,2,7,3,8,8,5,3,5,0,3,1,8,4,7,1,3,3,7
seq $0,199686 ; 6*10^n+1.
div $0,471
mod $0,10
| 39 | 199 | 0.560897 |
577f2c0770ffc5edbdf9cd47c031b4ac2f2b9125 | 204 | asm | Assembly | libsrc/target/gl/games/bit_close_ei.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/gl/games/bit_close_ei.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/gl/games/bit_close_ei.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION code_clib
PUBLIC bit_close_ei
PUBLIC _bit_close_ei
EXTERN __bit_irqstatus
.bit_close_ei
._bit_close_ei
push hl
ld hl,(__bit_irqstatus)
ex (sp),hl
pop af
ret po
ei
ret
| 12 | 27 | 0.710784 |
4da6f4c569ea47ff5fe8e99d643b03ea7ed6fe07 | 144 | asm | Assembly | CrossRoads/challenges/uploads/Reverse Engineering/challenges_6a520aed526810862a3adab70ce69f36/moar_assm.asm | Bamgm14/CrossRoadsCTF | a49840f94dc90874282ccb49a8be27b51aa1f097 | [
"MIT"
] | null | null | null | CrossRoads/challenges/uploads/Reverse Engineering/challenges_6a520aed526810862a3adab70ce69f36/moar_assm.asm | Bamgm14/CrossRoadsCTF | a49840f94dc90874282ccb49a8be27b51aa1f097 | [
"MIT"
] | null | null | null | CrossRoads/challenges/uploads/Reverse Engineering/challenges_6a520aed526810862a3adab70ce69f36/moar_assm.asm | Bamgm14/CrossRoadsCTF | a49840f94dc90874282ccb49a8be27b51aa1f097 | [
"MIT"
] | 1 | 2021-11-27T05:43:23.000Z | 2021-11-27T05:43:23.000Z |
push ebp
mov ebp, esp
sub esp, 60
mov [esp-16], 3
mov [esp-4], 16
push 10
push 14
call someFuncThatTakesTwoArgs
sub esp, 8
push 100
| 6.26087 | 29 | 0.666667 |
a5fedc7d60f988faaecfe09a94cb0384b73e7820 | 60 | asm | Assembly | gfx/pokemon/houndoom/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/houndoom/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/houndoom/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | setrepeat 2
frame 0, 12
frame 5, 12
dorepeat 1
endanim
| 10 | 12 | 0.7 |
17323280755721f6679226c86b9bf007d3d97f5a | 725 | asm | Assembly | programs/oeis/303/A303536.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/303/A303536.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/303/A303536.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A303536: Number of terms in greedy partition of n into binary palindromes.
; 0,1,2,1,2,1,2,1,2,1,2,3,2,3,2,1,2,1,2,3,2,1,2,3,2,3,2,1,2,3,2,1,2,1,2,3,2,3,2,3,2,3,2,3,4,1,2,3,2,3,2,1,2,3,2,3,2,3,2,3,2,3,4,1,2,1,2,3,2,3,2,3,2,1,2,3,2,3,2,3,2,3,2,3,4,1,2,3,2,3,2,3,2,1,2,3,2,3,2,1,2,3,2,3,2,3,2,1,2,3,2,3,2,3,2,3,2,3,4,1,2... | 72.5 | 501 | 0.562759 |
e8c4f049ded7ba27d20f6a1effb7ae8f5eec2375 | 595 | asm | Assembly | oeis/153/A153511.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/153/A153511.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/153/A153511.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A153511: a(n) = 4 * A051189(n).
; 4,32,512,12288,393216,15728640,754974720,42278584320,2705829396480,194819716546560,15585577323724800,1371530804487782400,131666957230827110400,13693363552006019481600,1533656717824674181939200,184038806138960901832704000,23556967185786995434586112000,3203747537267031379103711232000,4... | 45.769231 | 477 | 0.862185 |
48bb4494a69a60ba20803c6bbd3466232002ba3f | 623 | asm | Assembly | oeis/153/A153039.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/153/A153039.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/153/A153039.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A153039: Numbers n such that 2*n-7 is composite.
; Submitted by Jamie Morken
; 8,11,14,16,17,20,21,23,26,28,29,31,32,35,36,38,41,42,44,46,47,49,50,51,53,56,59,61,62,63,64,65,66,68,70,71,74,75,76,77,80,81,83,84,86,88,89,91,92,95,96,97,98,101,104,105,106,107,108,110,111,112,113,114,116,119,121,122,125,126,127,128,130,1... | 25.958333 | 347 | 0.632424 |
f476c17f37e2d57356cf02fb42dbc8e0c7af326a | 9,067 | asm | Assembly | exe/rflush.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | exe/rflush.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | exe/rflush.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE RFLUSH - Copyright (c) SLR Systems 1994
INCLUDE MACROS
INCLUDE SEGMENTS
INCLUDE IO_STRUC
INCLUDE SECTS
PUBLIC COM_FLUSH_SEGMOD,EXE_FLUSH_SEGMOD,EXE_FLUSH_SEGMENT,FLUSH_EAX_TO_FINAL,EXE_OUT_FLUSH_EXE
.DATA
EXTERNDEF TEMP_RECORD:BYTE
EXTERNDEF EXETABLE:DWORD,_EXE_DEVICE:DWORD,CURN_TIME_DD:D... | 14.888342 | 111 | 0.725598 |
6c74750ce14a3afb698b6408d23303c571b7931b | 819 | asm | Assembly | Etapa 01/Aula 07 - Controle de Fluxo/codes/a07e02.asm | bellorini/unioeste | 8c3d1f1e26dc3680160820c7219954b6076c9d5e | [
"MIT"
] | 6 | 2021-11-03T20:19:10.000Z | 2022-02-23T17:57:58.000Z | Etapa 01/Aula 07 - Controle de Fluxo/codes/a07e02.asm | bellorini/unioeste | 8c3d1f1e26dc3680160820c7219954b6076c9d5e | [
"MIT"
] | null | null | null | Etapa 01/Aula 07 - Controle de Fluxo/codes/a07e02.asm | bellorini/unioeste | 8c3d1f1e26dc3680160820c7219954b6076c9d5e | [
"MIT"
] | 5 | 2022-02-02T15:48:45.000Z | 2022-02-22T18:17:52.000Z | ; Aula 07 - Controle de Fluxo de Execucao
; arquivo: a07e02.asm
; objetivo: laco de repeticao finito
; nasm -f elf64 a07e02.asm ; ld a07e02.o -o a07e02.x
section .data
; usado para transformar em caractere
passo : db 0, 10
section .text
global _start
_start:
; var de controle e estado inicial
mov... | 21 | 52 | 0.614164 |
f2342fcce7b1a940f153139b94d02976b011ccb2 | 203 | asm | Assembly | MS12-042/sysret-source/junk/trigger.asm | shellfarmer/windows-kernel-exploits | 51dc70277fdf41b072ee3ac77df5646f77b02643 | [
"MIT"
] | 6,550 | 2017-04-27T13:33:41.000Z | 2022-03-31T14:27:13.000Z | MS12-042/sysret-source/junk/trigger.asm | shellfarmer/windows-kernel-exploits | 51dc70277fdf41b072ee3ac77df5646f77b02643 | [
"MIT"
] | 13 | 2017-08-13T05:40:56.000Z | 2021-09-30T13:24:21.000Z | MS12-042/sysret-source/junk/trigger.asm | shellfarmer/windows-kernel-exploits | 51dc70277fdf41b072ee3ac77df5646f77b02643 | [
"MIT"
] | 2,586 | 2017-04-25T06:57:32.000Z | 2022-03-31T02:10:35.000Z | EXTERN OrginalUmsSchedulerAddress :QWORD
.CODE
SetNonCanonicalAddress PROC FRAME
mov r11, 8000000000000000h
jmp [OrginalUmsSchedulerAddress]
.ENDPROLOG
ret
SetNonCanonicalAddress ENDP
END
| 18.454545 | 41 | 0.812808 |
d64636697f970e0c379374141a12221cf0ebe70c | 842 | asm | Assembly | programs/oeis/081/A081138.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/081/A081138.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/081/A081138.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A081138: 8th binomial transform of (0,0,1,0,0,0, ...).
; 0,0,1,24,384,5120,61440,688128,7340032,75497472,754974720,7381975040,70866960384,670014898176,6253472382976,57724360458240,527765581332480,4785074604081152,43065671436730368,385057768140177408,3422735716801576960,30264189495929733120,266324867564181651456,23335... | 93.555556 | 735 | 0.897862 |
1cbdfab1f76dd6b146d7c0c8a832a204feb6c092 | 944 | asm | Assembly | programs/oeis/032/A032085.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/032/A032085.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/032/A032085.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A032085: Number of reversible strings with n beads of 2 colors. If more than 1 bead, not palindromic.
; 2,1,2,6,12,28,56,120,240,496,992,2016,4032,8128,16256,32640,65280,130816,261632,523776,1047552,2096128,4192256,8386560,16773120,33550336,67100672,134209536,268419072,536854528,1073709056,2147450880,4294901760,85898... | 29.5 | 513 | 0.743644 |
33ddbc9bf87d87feca39063b45991c3930b5bb66 | 422 | asm | Assembly | programs/oeis/267/A267884.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/267/A267884.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/267/A267884.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A267884: Total number of OFF (white) cells after n iterations of the "Rule 233" elementary cellular automaton starting with a single ON (black) cell.
; 0,3,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,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,... | 38.363636 | 201 | 0.599526 |
ef379215f2baf9b399ca397a17e5dc1cd0509856 | 604 | asm | Assembly | oeis/061/A061101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/061/A061101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/061/A061101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A061101: Squares with digital root 7.
; 16,25,169,196,484,529,961,1024,1600,1681,2401,2500,3364,3481,4489,4624,5776,5929,7225,7396,8836,9025,10609,10816,12544,12769,14641,14884,16900,17161,19321,19600,21904,22201,24649,24964,27556,27889,30625,30976,33856,34225,37249,37636,40804,41209,44521,44944,48400,48841,52441,529... | 100.666667 | 495 | 0.791391 |
fc652d1c066a64575ed27c56104e1009d69f5d3f | 4,580 | asm | Assembly | src/eeprom.asm | staskevich/MIDICPU | a34d8f932a754de6b30c04571228d4c12ab71f78 | [
"CC-BY-4.0"
] | 14 | 2017-07-12T21:54:06.000Z | 2021-07-26T14:28:08.000Z | src/eeprom.asm | staskevich/MIDICPU | a34d8f932a754de6b30c04571228d4c12ab71f78 | [
"CC-BY-4.0"
] | null | null | null | src/eeprom.asm | staskevich/MIDICPU | a34d8f932a754de6b30c04571228d4c12ab71f78 | [
"CC-BY-4.0"
] | 4 | 2017-12-17T12:30:34.000Z | 2020-05-20T03:55:35.000Z | ; MIDI CPU
; copyright John Staskevich, 2017
; john@codeandcopper.com
;
; This work is licensed under a Creative Commons Attribution 4.0 International License.
; http://creativecommons.org/licenses/by/4.0/
;
; eeprom.asm
;
; Default values stored in EEPROM.
;
list p=16f887
#include <p16f887.inc>
; =... | 15.016393 | 88 | 0.564629 |
e941d65184dc2c935a35402d93b1156b5f79fe22 | 542 | asm | Assembly | oeis/193/A193553.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/193/A193553.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/193/A193553.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A193553: Sum of divisors of 4*n.
; Submitted by Jamie Morken(w2)
; 7,15,28,31,42,60,56,63,91,90,84,124,98,120,168,127,126,195,140,186,224,180,168,252,217,210,280,248,210,360,224,255,336,270,336,403,266,300,392,378,294,480,308,372,546,360,336,508,399,465,504,434,378,600,504,504,560,450,420,744,434,480,728,511,588,720,... | 60.222222 | 391 | 0.699262 |
71b29c45a581ed325dd6b528a0e2cee850f5d581 | 1,115 | asm | Assembly | libsrc/cpc/cpmfirmware.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/cpc/cpmfirmware.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/cpc/cpmfirmware.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; Amstrad CPC Specific libraries
;
; Stefano Bodrato - May 2008
;
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
; This function is linked only in the CP/M extension version
; it calls the ROM functions as the base cpc firmware interposer
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - ... | 22.755102 | 69 | 0.444843 |
62a6bbfc869c3ae0bb646e3f25003cdbc0738c6a | 581 | asm | Assembly | MySource/class1.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null | MySource/class1.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null | MySource/class1.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null | .model small
.stack
.data
.code
main proc
mov ah, 01h ;singel int or charecter / digit
int 21h ; input al regester *** fixt code for input
mov bl,al
mov ah, 01h
int 21h ; input in al resister
mov cl, al ;2nd input
int 21h
... | 15.289474 | 57 | 0.478485 |
ab191992f306170874f7feb2c83248e42e90d823 | 7,109 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_538.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_0xca_notsx.log_21829_538.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_0xca_notsx.log_21829_538.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x107a6, %r14
nop
nop
nop
nop
nop
xor $45802, %rdx
mov (%r14), %cx
nop
nop
and %r10, %r10
lea addresses_WT_ht+0xc5a, %rcx
nop
add $61369, %rdi
movw $0x6162, (%rcx)
nop
dec %r1... | 35.545 | 2,999 | 0.656351 |
afceb3d4adcc10feb25919a151113e4d55ac63c3 | 38,545 | asm | Assembly | fiat-amd64/15755_eval10of50_ratio06439_seed1785685356_mul_p448_solinas.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 491 | 2015-11-25T23:44:39.000Z | 2022-03-29T17:31:21.000Z | fiat-amd64/15755_eval10of50_ratio06439_seed1785685356_mul_p448_solinas.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 755 | 2016-02-02T14:03:05.000Z | 2022-03-31T16:47:23.000Z | fiat-amd64/15755_eval10of50_ratio06439_seed1785685356_mul_p448_solinas.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 117 | 2015-10-25T16:28:15.000Z | 2022-02-08T23:01:09.000Z | SECTION .text
GLOBAL mul_p448_solinas
mul_p448_solinas:
sub rsp, 0x4a0
mov rax, rdx; preserving value of arg2 into a new reg
mov rdx, [ rdx + 0x18 ]; saving arg2[3] in rdx.
mulx r10, r11, [ rsi + 0x0 ]; x190, x189<- arg1[0] * arg2[3]
mov rdx, [ rsi + 0x8 ]; arg1[1] to rdx
mulx rcx, r8, [ rax + 0x10 ]; x176, x175<- arg... | 36.192488 | 135 | 0.630198 |
29131319ef95f18a7f97cfba9103e361cef4d17d | 128 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_fpclassify.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_fpclassify.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_fpclassify.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC asm_fpclassify
EXTERN am48_fpclassify
defc asm_fpclassify = am48_fpclassify
| 12.8 | 37 | 0.867188 |
dbea7a79f15c84285080c88471d533e781d49dd4 | 3,551 | asm | Assembly | encode.asm | xwanderer/fde64 | f2828bbaa4926839f7d8f0b7e32fc86694235121 | [
"BSD-2-Clause"
] | 38 | 2017-01-24T14:15:30.000Z | 2022-03-05T15:10:31.000Z | encode.asm | PowerOlive/fde64 | f2828bbaa4926839f7d8f0b7e32fc86694235121 | [
"BSD-2-Clause"
] | 1 | 2017-08-23T13:44:14.000Z | 2017-10-18T23:12:43.000Z | encode.asm | PowerOlive/fde64 | f2828bbaa4926839f7d8f0b7e32fc86694235121 | [
"BSD-2-Clause"
] | 11 | 2019-03-10T16:00:32.000Z | 2021-02-02T15:01:49.000Z | use64
include 'common.inc'
; encoding routine
encode:
virtual at rsi
.in fde64s
end virtual
push rsi rdi
; prepare stuff
mov rdi,rcx
mov r8,rcx
mov rsi,rdx
; write prefixes
mov cl,[.in.prefix]
test cl,PRE_SEG
je .no_seg
mov al,[.in.prefix.seg]
stosb
.no_seg:
test... | 14.920168 | 29 | 0.609687 |
cf0e4ec430e4ba38bf0c9631364c710221441f20 | 744 | asm | Assembly | tests/miaf/invalid-no-hdlr-in-meta.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | 3 | 2020-01-02T17:30:16.000Z | 2021-09-27T18:32:18.000Z | tests/miaf/invalid-no-hdlr-in-meta.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | 34 | 2020-01-22T01:41:22.000Z | 2021-12-09T13:20:33.000Z | tests/miaf/invalid-no-hdlr-in-meta.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | 2 | 2020-11-05T01:41:08.000Z | 2021-11-19T13:12:35.000Z | %define BE(a) ( ((((a)>>24)&0xFF) << 0) + ((((a)>>16)&0xFF) << 8) + ((((a)>>8)&0xFF) << 16) + ((((a)>>0)&0xFF) << 24) )
ftyp_start:
dd BE(ftyp_end - ftyp_start)
db "ftyp"
db "isom"
dd BE(0x00)
db "mif1", "miaf"
ftyp_end:
meta_start:
dd BE(meta_end - meta_start)
db "meta"
dd BE(0)
dinf_start:
dd BE(dinf_end - dinf... | 13.777778 | 120 | 0.653226 |
a7a2a8955181703d0b45d3df9a73c2e194c08a45 | 544 | asm | Assembly | Laboratorio/Relatorio_08/mips4.asm | 0Augusto/hello-world | 9fd2c7b00a6c3cbe696f7eff8db4e89a8d7b4ae2 | [
"Apache-2.0"
] | 1 | 2022-03-03T17:22:30.000Z | 2022-03-03T17:22:30.000Z | Laboratorio/Relatorio_08/mips4.asm | 0Augusto/hello-world | 9fd2c7b00a6c3cbe696f7eff8db4e89a8d7b4ae2 | [
"Apache-2.0"
] | null | null | null | Laboratorio/Relatorio_08/mips4.asm | 0Augusto/hello-world | 9fd2c7b00a6c3cbe696f7eff8db4e89a8d7b4ae2 | [
"Apache-2.0"
] | null | null | null | # x mapeado em $s1
.text
.globl teste
teste:
addi $8, $zero, 0x1001
sll $8, $8, 16 # valor do adress para acessar a memória armazenado em $t0
lw $16, 0($8) # load de x1 para $s0
lw $17, 4($8) # load de x2 para $s1
lw $18, 8($8) # load de x3 para $s2
lw $19, 12($8) # load de x4 para $s3
nop # sll $zero, $zero, 0
add... | 19.428571 | 73 | 0.571691 |
4818dfac26a5b10da5185a94c32a312d2a380836 | 370 | asm | Assembly | oeis/181/A181923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/181/A181923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/181/A181923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A181923: Nonprimes (A018252) mod 2.
; Submitted by Jamie Morken(m3a)
; 1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,0,0,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,0,1,0,1,0,0,1,0,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0
add $0,2
seq $0,122825 ; a(n) = n + number of ... | 41.111111 | 201 | 0.564865 |
646b62fd2ba9affc1c8c06527ef96b58560b4583 | 548 | asm | Assembly | oeis/017/A017107.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017107.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017107.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017107: a(n) = (8*n+3)^7.
; 2187,19487171,893871739,10460353203,64339296875,271818611107,897410677851,2488651484819,6060711605323,13348388671875,27136050989627,51676101935731,93206534790699,160578147647843,266001988046875,425927596977747,662062621900811,1002544368429379,1483273860320763,2149422977421875,305712524121... | 78.285714 | 490 | 0.885036 |
c6ee3b2c2f277dd9394eb31dd709c1a5e4a53d4e | 3,094 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2_640.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2_640.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2_640.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x29c7, %r15
nop
nop
nop
nop
nop
inc %rax
movw $0x6162, (%r15)
nop
nop
nop
nop
cmp $51704, %rbp
lea addresses_UC_ht+0x14273, %rsi
lea addresses_WC_ht+0x18e73, %rdi
nop
nop
nop
n... | 17.579545 | 148 | 0.639625 |
953cdcab8872329a90ff483dcfdc518a4a6dde6d | 362 | asm | Assembly | oeis/295/A295150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/295/A295150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/295/A295150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A295150: Numbers that have exactly two representations as a sum of five nonnegative squares.
; 4,5,8,9,10,11,12,14,23,24
add $0,1
mov $2,$0
lpb $0
sub $2,1
cmp $3,$2
cmp $3,0
mov $4,$2
sub $2,5
mul $3,$0
lpb $4
sub $0,1
add $1,$3
mod $4,2
lpe
lpb $4
div $0,4
pow $0,3
trn $4,... | 13.407407 | 94 | 0.549724 |
5d4a780c823358d4cfb7d6b9f7862e7f7e03a68e | 503 | asm | Assembly | string_movs.asm | tor4z/nasm_training | 0d7be19c9ff66ca7972e6270388a385c85829814 | [
"Unlicense"
] | null | null | null | string_movs.asm | tor4z/nasm_training | 0d7be19c9ff66ca7972e6270388a385c85829814 | [
"Unlicense"
] | null | null | null | string_movs.asm | tor4z/nasm_training | 0d7be19c9ff66ca7972e6270388a385c85829814 | [
"Unlicense"
] | null | null | null | global _start
section .data
msg db 'Hello world!', 0 ;string end with '\0'
msgLen equ $ - msg
section .bss
res resb 20
section .text
_start:
mov ecx, msgLen ; rep times
mov esi, msg ; movs pointing to source DS:ESI
mov edi, res ; movs pointing to destination ES:EDI
cld ; Clean direction flag
rep movsb ;... | 15.242424 | 70 | 0.677932 |
6720010fb29e2d0d6f5ebf87671cb1c23c7ca3d1 | 8,327 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2515.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_21829_2515.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_21829_2515.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x3f0e, %r9
nop
nop
nop
nop
add %r10, %r10
vmovups (%r9), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $0, %xmm1, %rbp
nop
nop
nop
nop
dec %r15
lea addresses_WT_ht+0xfdb6, %rsi
... | 32.654902 | 2,999 | 0.656659 |
d7d3e3224f6d5a302af77d1b2d37ea6a5812df9a | 9,040 | asm | Assembly | Transynther/x86/_processed/NC/_zr_un_/i3-7100_9_0xca_notsx.log_21829_1376.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_un_/i3-7100_9_0xca_notsx.log_21829_1376.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_un_/i3-7100_9_0xca_notsx.log_21829_1376.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 %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x51c8, %rdi
nop
nop
sub $11650, %rcx
movb (%rdi), %r14b
nop
nop
nop
nop
sub $58281, %r15
lea addresses_WC_ht+0xd1ec, %rsi
lea addresses_UC_ht+0x10c8, %rdi
add $43166, %r15
mov $108, %rc... | 31.388889 | 2,999 | 0.650774 |
b341fe75d45b7fc4dad6f7806c2006e23e607d8d | 1,540 | asm | Assembly | src/inputs.asm | hgwood/blox86 | 6c843b849ba751415e63298a449dd2ab966a4402 | [
"Apache-2.0"
] | 3 | 2020-05-08T21:26:40.000Z | 2020-05-09T15:55:26.000Z | src/inputs.asm | hgwood/blox86 | 6c843b849ba751415e63298a449dd2ab966a4402 | [
"Apache-2.0"
] | null | null | null | src/inputs.asm | hgwood/blox86 | 6c843b849ba751415e63298a449dd2ab966a4402 | [
"Apache-2.0"
] | null | null | null |
; reads keyboard buffer until exhaustion
; returns
; al = number of key presses on left arrow
; ah = number of key presses on right arrow
read_keyboard:
push bx
mov bx, 0
.read_next_key:
mov ah, 01h
int 16h
jz .return
mov ah, 00h
int 16h
cmp ah, 4bh
je .left_requested
cmp ah, ... | 22.318841 | 86 | 0.681818 |
207a77ef1f0f5e4e84ae18440234b619281f7426 | 1,554 | asm | Assembly | src/test/ref/double-indexing-arrays.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/double-indexing-arrays.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/double-indexing-arrays.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Tests that constant offset indexing into arrays is handled correctly
// Commodore 64 PRG executable file
.file [name="double-indexing-arrays.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [start... | 25.064516 | 73 | 0.619048 |
ecba6537778a8851e9ff1f52fa6900e5b9659b5e | 2,581 | asm | Assembly | sender.asm | michaelguenter/assembler-serial-communication | ee3e3ba969841cd55ec6c7782f6bbb51dce02e6f | [
"MIT"
] | null | null | null | sender.asm | michaelguenter/assembler-serial-communication | ee3e3ba969841cd55ec6c7782f6bbb51dce02e6f | [
"MIT"
] | null | null | null | sender.asm | michaelguenter/assembler-serial-communication | ee3e3ba969841cd55ec6c7782f6bbb51dce02e6f | [
"MIT"
] | null | null | null | ;+----------------------------------------------------------------------
;| Title : myAVR Grundgerüst für ATmega8
;+----------------------------------------------------------------------
;| Funktion : Sendet ein Byte mit einem Startbit
;| Schaltung : Taster an PortD2, Signalkabel an PortB0
;+-------------------------... | 25.81 | 73 | 0.52499 |
c6d8878e3b30c552aad9355bf26b79d82dd4069d | 7,672 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_45.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_0xa0.log_21829_45.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_0xa0.log_21829_45.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 %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xf34d, %rsi
lea addresses_WT_ht+0x6a8b, %rdi
clflush (%rsi)
nop
nop
nop
nop
add $23428, %r8
mov $100, %rcx
rep movsq
nop
nop
nop
nop
sub %r13, %r13
lea addresses_D_ht+0xa54d, %r... | 34.714932 | 2,999 | 0.653024 |
9d9d96c52e92ede35c69d4f39325e31a5d930f14 | 224 | asm | Assembly | Commander/zero_player_cargo.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 9 | 2021-09-29T22:08:15.000Z | 2022-03-23T05:35:43.000Z | Commander/zero_player_cargo.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 1 | 2022-01-21T12:35:42.000Z | 2022-01-21T17:47:24.000Z | Commander/zero_player_cargo.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 1 | 2022-01-15T10:13:49.000Z | 2022-01-15T10:13:49.000Z | ZeroCargo:
xor a ;zero-out cargo, including gems.
ld b,16 ;all the way up to alien items
ld hl,CargoTonnes ; cargo levels
.ZeroLoop:
ld (hl),a
inc hl
djnz .ZeroLoop
ret
| 22.4 | 48 | 0.558036 |
b70239aef8a58c7e895152d28d6a1cc6a0b5689c | 319 | asm | Assembly | kernel/arch/x86_64/multiboot.asm | Gariane/ekos | 508d72b9e7b8bda7823868906d0bdd72c4d64ff7 | [
"MIT"
] | null | null | null | kernel/arch/x86_64/multiboot.asm | Gariane/ekos | 508d72b9e7b8bda7823868906d0bdd72c4d64ff7 | [
"MIT"
] | null | null | null | kernel/arch/x86_64/multiboot.asm | Gariane/ekos | 508d72b9e7b8bda7823868906d0bdd72c4d64ff7 | [
"MIT"
] | null | null | null | section .multiboot_header
multiboot_header_start:
; see multiboot2 specification for meaning
dd 0xe85250d6
dd 0
dd multiboot_header_end - multiboot_header_start
dd -( 0xe85250d6 + 0 + ( multiboot_header_end - multiboot_header_start ) )
; end tag
dw 0
dw 0
dd 8
multiboot_header_end: | 24.538462 | 78 | 0.721003 |
f103b5e517c5b9d73ecabba4ca0f8b7addd5e410 | 466 | asm | Assembly | programs/oeis/330/A330172.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/330/A330172.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/330/A330172.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A330172: a(n) = n + floor(nr/t) + floor(ns/t), where r = sqrt(2) - 1, s = sqrt(2), t = sqrt(2) + 1.
; 1,3,4,6,7,10,12,13,15,16,18,21,22,24,25,27,28,31,33,34,36,37,39,42,43,45,46,48,49,52,54,55,57,58,61,63,64,66,67,69,72,73,75,76,78,79,82,84,85,87,88,90,93,94,96,97,99,100,103,105,106,108,109,111
cal $0,187394 ; Floor... | 31.066667 | 195 | 0.598712 |
29cfb537225e33b619d8ff9de4b40f7c28f0a6c9 | 634 | asm | Assembly | src_test/tests/selsort.asm | hgunicamp/Mips8B | 1b9271ead28d45fc9056056f0d3221351fd4e833 | [
"Unlicense"
] | null | null | null | src_test/tests/selsort.asm | hgunicamp/Mips8B | 1b9271ead28d45fc9056056f0d3221351fd4e833 | [
"Unlicense"
] | null | null | null | src_test/tests/selsort.asm | hgunicamp/Mips8B | 1b9271ead28d45fc9056056f0d3221351fd4e833 | [
"Unlicense"
] | null | null | null | ; Vetor inicia no byte 200
addi $1 $0 200
; $2 é o valor inicial para o byte 200
addi $2 $0 137
; $3 é o valor final esperado para $1
addi $3 $0 255
sb $2 $1 0
addi $1 $1 1
addi $2 $2 17
; Quando $1 == $3, pula próxima instrução e pára
beq $1 $3 2
; Senão, volta
beq $0 $0 -4
; Ordenação
; $6: índice lento
; $7: índic... | 16.25641 | 48 | 0.588328 |
de319dfa02b97519070d0eb5b3b81bbed480574d | 521 | asm | Assembly | oeis/117/A117049.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/117/A117049.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/117/A117049.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A117049: Primes of the form 22*(n^2)+1.
; Submitted by Christian Krause
; 23,89,199,353,1409,1783,2663,3169,3719,4951,6359,7129,13751,18503,19801,21143,26951,28513,30119,31769,35201,55001,57223,64153,68993,71479,79201,92951,104743,117239,120473,130439,137303,162713
mov $2,332202
lpb $2
mov $3,$6
seq $3,10051 ; C... | 23.681818 | 193 | 0.671785 |
5d1cbd99a8e51fe7240e992adf8f5a5e6844c917 | 279 | asm | Assembly | programs/oeis/115/A115360.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/115/A115360.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/115/A115360.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A115360: Period 6: repeat [1,-1,1,0,0,0].
; 1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1,0,0,0,1,-1,1
mov $1,$0
sub $0,4
pow $0,2
mod $0,3
mod $1,2
sub $0,$1
| 27.9 | 177 | 0.491039 |
c5af105298f69813abfdc22895600b4ed237d6c4 | 6,215 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1165.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1165.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1165.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xbaca, %r14
nop
nop
nop
and %rbx, %rbx
movw $0x6162, (%r14)
nop
nop
nop
nop
nop
and $8736, %rax
lea addresses_WC_ht+0x182aa, %rcx
cmp %rbp, %rbp
mov $0x6162636465666768, %rax... | 40.888158 | 2,999 | 0.659533 |
d7a5b3f9e768bf62df7115226c31dde3dea9787b | 530 | asm | Assembly | working with registers/sub.asm | DanerSound/MIPS-from-scratch | e56bc5e4a0ade738e63f0ae827afbff94a8a7efd | [
"MIT"
] | 2 | 2018-07-16T20:23:52.000Z | 2019-03-08T18:49:39.000Z | working with registers/sub.asm | DanerSound/MIPS-from-scratch | e56bc5e4a0ade738e63f0ae827afbff94a8a7efd | [
"MIT"
] | 3 | 2018-03-22T15:47:59.000Z | 2019-03-06T11:21:35.000Z | working with registers/sub.asm | DanerSound/MIPS-from-scratch | e56bc5e4a0ade738e63f0ae827afbff94a8a7efd | [
"MIT"
] | 5 | 2018-03-22T15:49:10.000Z | 2018-07-24T07:46:10.000Z | #
#
#
.data
.text
main:
li $t1, 2 # result positive
li $t2, 1
sub $t3, $t1,$t2
li $t1, 5 # result positive
li $t2, 1
sub $t3, $t1,$t2
# result is negative in 2 complement
li $t1, 100
li $t2, 50
sub $t3, $t1,$t2
li $t1, 1
li $t2,... | 15.588235 | 42 | 0.407547 |
e9c2f83f56db4139ba6781c338d8751192a94aac | 19,609 | asm | Assembly | Library/Pref/Prefcomp/prefcompSerialValue.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Pref/Prefcomp/prefcompSerialValue.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Pref/Prefcomp/prefcompSerialValue.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT:
MODULE:
FILE: prefcompSerialValue.asm
AUTHOR: Adam de Boor, Jan 19, 1993
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date ... | 26.678912 | 80 | 0.618594 |
6c0c75fdb6e512452c677dbb936c2c512137680e | 507 | asm | Assembly | oeis/271/A271286.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/271/A271286.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/271/A271286.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A271286: Number of active (ON,black) cells at stage 2^n-1 of the two-dimensional cellular automaton defined by "Rule 337", based on the 5-celled von Neumann neighborhood.
; Submitted by Jamie Morken(s1)
; 1,4,40,200,872,3624,14760,59560,239272,959144,3840680,15370920,61500072,246033064,984197800,3936922280
seq $0,27... | 63.375 | 177 | 0.773176 |
8934de9a497ac1be172e02a22d6829881d2d6386 | 12,390 | asm | Assembly | P6/data_P6_2/ALUTest188.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/ALUTest188.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/ALUTest188.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | slti $1,$6,25684
slti $0,$3,27078
slti $3,$1,-22061
nor $1,$4,$3
sllv $1,$3,$3
addu $5,$4,$3
andi $3,$3,24640
and $5,$3,$3
slt $4,$4,$3
nor $3,$4,$3
sw $5,16($0)
xori $5,$6,50851
addu $6,$1,$3
lh $1,8($0)
slt $1,$4,$3
addu $4,$5,$3
srl $4,$6,26
subu $3,$1,$3
ori $5,$4,30817
slt $3,$3,$3
nor $3,$4,$3
slti $3,$3,28434
sw... | 13.937008 | 18 | 0.516707 |
85e3116ea52d3cdde1071af727bfae35bdd02e0f | 8,097 | asm | Assembly | ShitHead/P1Turn.asm | simonlaszcz/ShitHead | 53bf19ceaba458b9ce4cd3e9be75ab77f1778eee | [
"MIT"
] | null | null | null | ShitHead/P1Turn.asm | simonlaszcz/ShitHead | 53bf19ceaba458b9ce4cd3e9be75ab77f1778eee | [
"MIT"
] | null | null | null | ShitHead/P1Turn.asm | simonlaszcz/ShitHead | 53bf19ceaba458b9ce4cd3e9be75ab77f1778eee | [
"MIT"
] | null | null | null | P1ExchangeCards
proc
local _display_menu, _menu, _end_menu, _MENUDATA, _P1MENU
call P1Init
call P1SetCursor
_display_menu
ld hl, _P1MENU
call PPutStringTable
_menu
ld hl, _MENUDATA
call ITestMenu
jp _menu
_end_menu
call P1ResetCursor
ret
_MENUDATA
defb KEY5
defw P1Left, _menu
defb 0
defb KEY8
defw P1R... | 12.13943 | 86 | 0.711869 |
747f3e2fd1f8d211ee203b917afe222e2c5fc615 | 6,588 | asm | Assembly | boot/stage2/i686.asm | wodOS/wodOS | 60d4cff724cb57da0c6a0361a74ea5c524b34f40 | [
"BSD-3-Clause"
] | 4 | 2021-12-24T19:10:47.000Z | 2022-01-20T18:24:19.000Z | boot/stage2/i686.asm | wodOS/wodOS | 60d4cff724cb57da0c6a0361a74ea5c524b34f40 | [
"BSD-3-Clause"
] | null | null | null | boot/stage2/i686.asm | wodOS/wodOS | 60d4cff724cb57da0c6a0361a74ea5c524b34f40 | [
"BSD-3-Clause"
] | null | null | null | ;;
; wodOS Operating System
; Copyright © 2021-2022 wodOS Operating System Developers. All rights reserved.
;
; Use of this source code is governed by a BSD-style license that can be
; found in the LICENSE file.
;
; Contributor(s):
; - Ashwin Paudel <ashwonixer123@gmail.com>
;;
%macro i686_enter_real_mode 0
... | 20.459627 | 80 | 0.562083 |
514549aa4b29bcf01aa56d027f33fc786a9022ce | 572 | asm | Assembly | src/gfx/Sprite.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | 1 | 2019-07-21T20:51:38.000Z | 2019-07-21T20:51:38.000Z | src/gfx/Sprite.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | null | null | null | src/gfx/Sprite.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | null | null | null | ;@DOES draws a sprite to the back buffer
;@INPUT HL pointer to sprite
;@INPUT BC X<<8 + Y
;@DESTROYS HL,DE,BC,AF
gfx_Sprite:
push hl
or a,a
sbc hl,hl
ld l,b
add hl,hl
ld de,LCD_BUFFER
add hl,de
ld b,LCD_WIDTH / 2
mlt bc
add hl,bc
add hl,bc ; draw location
ld b,0
ex de,hl
pop hl
ld a,(hl)
ld (ScrapByt... | 13.619048 | 40 | 0.629371 |
7a098268eacbc3011d0884fbc45c9fa1477c0dfc | 1,048 | asm | Assembly | programs/oeis/163/A163323.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/163/A163323.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/163/A163323.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A163323: The 4th Hermite Polynomial evaluated at n: H_4(n) = 16n^4 - 48n^2 + 12.
; 12,-20,76,876,3340,8812,19020,36076,62476,101100,155212,228460,324876,448876,605260,799212,1036300,1322476,1664076,2067820,2540812,3090540,3724876,4452076,5280780,6220012,7279180,8468076,9796876,11276140,12916812,14730220,16728076,1892... | 95.272727 | 895 | 0.84542 |
8f859e5836ce6e71eadbac280ca370795dbb367d | 19,662 | asm | Assembly | ioq3/build/release-js-js/baseq3/ui/ui_mods.asm | RawTechnique/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 1 | 2021-12-31T10:26:58.000Z | 2021-12-31T10:26:58.000Z | ioq3/build/release-js-js/baseq3/ui/ui_mods.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 28 | 2019-03-05T20:45:07.000Z | 2019-03-05T20:45:57.000Z | ioq3/build/release-js-js/baseq3/ui/ui_mods.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | null | null | null | code
proc UI_Mods_MenuEvent 8 8
ADDRFP4 4
INDIRI4
CNSTI4 3
EQI4 $70
ADDRGP4 $69
JUMPV
LABELV $70
ADDRLP4 0
ADDRFP4 0
INDIRP4
CNSTI4 8
ADDP4
INDIRI4
ASGNI4
ADDRLP4 0
INDIRI4
CNSTI4 10
EQI4 $81
ADDRLP4 0
INDIRI4
CNSTI4 11
EQI4 $75
ADDRGP4 $72
JUMPV
LABELV $75
ADDRGP4 $76
ARGP4
ADDRGP4 s_mods+536+64
INDIRI4
CNSTI4 2
LSHI4... | 15.754808 | 45 | 0.866595 |
a650537db75981d76217a4325229f42a78d5cbce | 21,796 | asm | Assembly | Library/Spreadsheet/Spreadsheet/spreadsheetCutCopyDataChain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetCutCopyDataChain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetCutCopyDataChain.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: spreadsheetCutCopyDataChain.asm
AUTHOR: Cheng, 6/91
ROUTINES:
Name Description
---- -----------
DataChainAddEntry EXTERNAL
... | 25.70283 | 81 | 0.586025 |
c66c13490f89864ee3fbe88a4752ba46a5c9e1f4 | 200 | asm | Assembly | code/nand2tetris/07/StackArithmetic/SimpleAdd/SimpleAdd.asm | MarybethGasman/sp | 52298a00851ff56eaa23f124355bd1671d334150 | [
"MIT"
] | 252 | 2018-11-09T07:48:20.000Z | 2022-03-08T04:33:29.000Z | code/nand2tetris/07/StackArithmetic/SimpleAdd/SimpleAdd.asm | MarybethGasman/sp | 52298a00851ff56eaa23f124355bd1671d334150 | [
"MIT"
] | 1 | 2019-07-18T20:37:51.000Z | 2019-07-31T02:20:31.000Z | code/nand2tetris/07/StackArithmetic/SimpleAdd/SimpleAdd.asm | MarybethGasman/sp | 52298a00851ff56eaa23f124355bd1671d334150 | [
"MIT"
] | 95 | 2019-01-11T03:32:43.000Z | 2022-03-19T08:28:18.000Z | // init
@256
D=A
@R0
M=D
// push constant 7
@7
D=A
@SP
A=M
M=D
@SP
M=M+1
// push constant 8
@8
D=A
@SP
A=M
M=D
@SP
M=M+1
// add
@SP
M=M-1
@SP
A=M
D=M
@SP
M=M-1
@SP
A=M
A=M
D=D+A
@SP
A=M
M=D
@SP
M=M+1
| 5.128205 | 18 | 0.53 |
9b60be231c517b43df29df45936b0e64e645a339 | 180 | asm | Assembly | tests/snippets/addr_labels.asm | fredmorcos/has | 9e91a0d5f1787d8d971d3c648f932bf59c29f98b | [
"MIT"
] | null | null | null | tests/snippets/addr_labels.asm | fredmorcos/has | 9e91a0d5f1787d8d971d3c648f932bf59c29f98b | [
"MIT"
] | null | null | null | tests/snippets/addr_labels.asm | fredmorcos/has | 9e91a0d5f1787d8d971d3c648f932bf59c29f98b | [
"MIT"
] | null | null | null | // This is a comment.
@FOO
@BARBAZ
// This is a comment too.
@KBD
@BAZOO
@LCL @LCLCL
@SCREEN @SP @SPP
@ARG @ARG0
@THIS @THAT @THOSE
@R0 @R1 @R11 @R1_hello @R11_hello
| 10 | 33 | 0.616667 |
77fbad0ce2c61273d9b18cc36e233f06b7a17326 | 393 | asm | Assembly | iod/con2/sprite/f9.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/sprite/f9.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/sprite/f9.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Sprite f9
*
* Mode 4
* +|-------+
* -ggg gg -
* |g g g|
* |g g g|
* |gg ggg|
* |g g|
* |g g g|
* |g gg |
* +|-------+
*
section sprite
xdef sp_f9
xref sp_zero
sp_f9
dc.w $0100,$0000
dc.w 8,7,0,0
dc.l sc4_f9-*
dc.l sp_zero-*
dc.l 0
sc4_f9
dc.w $E600,$0000
dc.w $8900,$0000
dc.w $8900,$0000
dc.w ... | 11.909091 | 17 | 0.513995 |
981b8e5f3a18a47882484902ec2aa19abb96056c | 3,562 | asm | Assembly | src/play/random.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | 1 | 2022-02-13T16:09:18.000Z | 2022-02-13T16:09:18.000Z | src/play/random.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | null | null | null | src/play/random.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | null | null | null | ; Top-hole Golf
; Copyright 2020-2021 Matthew Clarke
rand_c_BEGIN = *
; *****************
; *** CONSTANTS ***
; *****************
rand_c_MIX_LIMIT = 64
; *****************
; *** VARIABLES ***
; *****************
rand_v_seq !byte 209,133,204,21,227,25,56,214,36,8,147,139,89,240,180,54,151,176,244,85,38,109,243,168,... | 26.781955 | 930 | 0.436552 |
fa9f1b3b63b18eaf431dfd3b2d0150b23e97e2e9 | 8,022 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0xca_notsx.log_5612_403.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0xca_notsx.log_5612_403.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0xca_notsx.log_5612_403.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x132ee, %rsi
clflush (%rsi)
nop
nop
nop
nop
nop
cmp $53134, %rcx
mov $0x6162636465666768, %r11
movq %r11, (%rsi)
nop
nop
nop
add $55887, %r10
lea addresses_A_ht+0x17cee, %rbp
... | 33.564854 | 2,999 | 0.658564 |
31fa2577fddb45cdc09128e36f2a1e2cb539f819 | 795 | asm | Assembly | programs/oeis/259/A259599.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/259/A259599.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/259/A259599.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A259599: Infinite palindromic word (a(1),a(2),a(3),...) with initial word w(1) = (1,0,1) and midword sequence (a(n)); see Comments.
; 1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,... | 113.571429 | 501 | 0.549686 |
6c8acba971549dcfda8312132945f6aec6aae85e | 322 | asm | Assembly | printscore.asm | laffey98/c64-snake | 1fbd458930090a89b11aa837ee78b52a22bcff56 | [
"MIT"
] | 5 | 2021-03-31T12:41:46.000Z | 2021-10-12T05:52:56.000Z | printscore.asm | dreamingPainter/c64-snake | dd1ab483f78d65b05405ea3ced5bdd9624e7478a | [
"MIT"
] | 1 | 2021-04-12T12:12:54.000Z | 2021-04-12T12:13:23.000Z | printscore.asm | dreamingPainter/c64-snake | dd1ab483f78d65b05405ea3ced5bdd9624e7478a | [
"MIT"
] | 5 | 2021-03-31T12:41:51.000Z | 2022-02-04T07:14:17.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; printscore 打印分数
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
printscore:
.scope
clc
ldx #0 ; 光标回到原点
ldy #0
jsr plot
lda #cblk
ldx #15
* jsr chrout
dex
bne -
`print score_str
jsr print16
ldx #15
* jsr chrout
dex
bne -
rts
.scend
score_str: .byte "SNAKE"... | 13.416667 | 46 | 0.468944 |
50286a7431b3166bfa0aaec31f2306c53e9bc96c | 2,290 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_un_/i7-7700_9_0x48.log_132_31.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_un_/i7-7700_9_0x48.log_132_31.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_un_/i7-7700_9_0x48.log_132_31.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x741f, %r15
nop
nop
nop
nop
and %r14, %r14
mov (%r15), %rcx
nop
nop
nop
nop
nop
xor %r8, %r8
lea addresses_UC_ht+0xfd5f, %rcx
xor %r13, %r13
movups (%rcx), %xmm2
vpextrq $0, %x... | 22.019231 | 395 | 0.649782 |
ff676345294b4a8467a13fda92b5875ee6be23dd | 20,093 | asm | Assembly | game/levels/01-marbledemo.asm | richard42/dynosprite | 0b83f640a63656087653266baa2ec2499a39538d | [
"BSD-2-Clause"
] | 10 | 2015-04-16T20:48:06.000Z | 2021-09-07T02:08:30.000Z | game/levels/01-marbledemo.asm | richard42/dynosprite | 0b83f640a63656087653266baa2ec2499a39538d | [
"BSD-2-Clause"
] | 1 | 2016-12-04T23:18:42.000Z | 2016-12-05T01:17:49.000Z | game/levels/01-marbledemo.asm | richard42/dynosprite | 0b83f640a63656087653266baa2ec2499a39538d | [
"BSD-2-Clause"
] | 8 | 2015-01-04T17:05:42.000Z | 2021-01-31T01:46:13.000Z | *********************************************************************************
* DynoSprite - game/levels/00-marbledemo.asm
* Copyright (c) 2013-2014, Richard Goedeken
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follow... | 33.266556 | 117 | 0.386403 |
b3f672e6ea44a470b8ce5721aa51527ad01bd238 | 128 | asm | Assembly | libsrc/_DEVELOPMENT/font/fzx/fonts/kk/_ff_kk_MischkeB.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/font/fzx/fonts/kk/_ff_kk_MischkeB.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/font/fzx/fonts/kk/_ff_kk_MischkeB.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION rodata_font
SECTION rodata_font_fzx
PUBLIC _ff_kk_MischkeB
_ff_kk_MischkeB:
BINARY "font/fzx/fonts/kk/MischkeB.fzx"
| 12.8 | 39 | 0.835938 |
ee3f8e05ca0a6dffc75cbdc83bddbba6d5b867df | 951 | asm | Assembly | interrupt_handlers.asm | jwestfall69/ddragon-sound-diag | 4c022db7191815e546a8490150fb8b7ea26a4f5b | [
"Unlicense"
] | null | null | null | interrupt_handlers.asm | jwestfall69/ddragon-sound-diag | 4c022db7191815e546a8490150fb8b7ea26a4f5b | [
"Unlicense"
] | null | null | null | interrupt_handlers.asm | jwestfall69/ddragon-sound-diag | 4c022db7191815e546a8490150fb8b7ea26a4f5b | [
"Unlicense"
] | null | null | null | include "ddragon_sound.inc"
include "ddragon_sound_diag.inc"
include "error_addresses.inc"
include "macros.inc"
global handle_reset
global handle_firq
global handle_irq
global handle_nmi
global handle_swi
section reset,"rodata"
handle_reset:
jmp main
section text
; nmi pin is tied to 5V so should neve... | 15.33871 | 47 | 0.757098 |
f5a99aa18a2478ac9a34afe3d5d317e686a05c4e | 355 | asm | Assembly | programs/oeis/181/A181655.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/181/A181655.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/181/A181655.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A181655: Expansion of (1+2x-x^3+x^4)/(1-4x^2+3x^4).
; 1,2,4,7,14,22,44,67,134,202,404,607,1214,1822,3644,5467,10934,16402,32804,49207,98414,147622,295244,442867,885734,1328602,2657204,3985807,7971614,11957422,23914844,35872267,71744534,107616802,215233604
mov $1,1
mov $2,1
lpb $0
mov $1,$0
trn $0,2
add $2,1
... | 25.357143 | 203 | 0.692958 |
77e160d371caac3b9ffebb2d59f37087ecc47363 | 269 | asm | Assembly | Assignment 6/XchgPushPop.asm | wstern1234/COMSC-260 | e1bd1a88698f09fa27a2d563e53da20d0c9a361e | [
"MIT"
] | null | null | null | Assignment 6/XchgPushPop.asm | wstern1234/COMSC-260 | e1bd1a88698f09fa27a2d563e53da20d0c9a361e | [
"MIT"
] | null | null | null | Assignment 6/XchgPushPop.asm | wstern1234/COMSC-260 | e1bd1a88698f09fa27a2d563e53da20d0c9a361e | [
"MIT"
] | null | null | null | ; XchgPushPop.asm - uses only PUSH and POP instructions to exchange the values in the EAX and EBX registers
INCLUDE Irvine32.inc
.code
main PROC
mov eax, 3
mov ebx, 4
push eax
push ebx
pop eax
pop ebx
INVOKE ExitProcess, 0
main ENDP
END main | 14.944444 | 108 | 0.702602 |
828fc343358345e8532145125e3d8ed941640e06 | 170 | asm | Assembly | assemblyInput2.asm | ugurdumantepe0/virtual-computer-system | 4547652e4c9d5b5c07e8cea39ae09cc373a186ab | [
"MIT"
] | null | null | null | assemblyInput2.asm | ugurdumantepe0/virtual-computer-system | 4547652e4c9d5b5c07e8cea39ae09cc373a186ab | [
"MIT"
] | null | null | null | assemblyInput2.asm | ugurdumantepe0/virtual-computer-system | 4547652e4c9d5b5c07e8cea39ae09cc373a186ab | [
"MIT"
] | null | null | null | LUI S4 0000000000000001
ORI S4 S4 0000000000000001
SYSCALL
ADD S1 V $0
SUB S2 S4 S1
BEQ S2 $0 0000000000101000
ADDI V $0 0000000000000001
ADD S0 $0 V
SYSCALL
ADD S3 $0 $0 | 17 | 26 | 0.776471 |
aca1c3bba2fffd41eac98764db1c3d765747465e | 524 | asm | Assembly | data/baseStats/gastly.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/baseStats/gastly.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/baseStats/gastly.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | db GASTLY ; pokedex id
db 30 ; base hp
db 35 ; base attack
db 30 ; base defense
db 80 ; base speed
db 100 ; base special
db GHOST ; species type 1
db GHOST ; species type 2
db 190 ; catch rate
db 95 ; base exp yield
INCBIN "pic/gsmon/gastly.pic",0,1 ; 66, sprite dimensions
dw GastlyPicFront
dw GastlyPicBack
; attacks k... | 18.068966 | 57 | 0.730916 |
77e91e0e89f75e038fb1e2efd81f34e881bb06ca | 1,544 | asm | Assembly | programs/oeis/070/A070169.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070169.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070169.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070169: Rounded total surface area of a regular tetrahedron with edge length n.
; 0,2,7,16,28,43,62,85,111,140,173,210,249,293,339,390,443,501,561,625,693,764,838,916,998,1083,1171,1263,1358,1457,1559,1665,1774,1886,2002,2122,2245,2371,2501,2634,2771,2912,3055,3203,3353,3507,3665,3826,3991,4159,4330,4505,4683,4865,5... | 220.571429 | 1,398 | 0.810881 |
37678e74f0894a7f9c43fd2fc79d038c86afbff8 | 1,464 | asm | Assembly | engine/battle/trainer_pic_money_pointers.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | engine/battle/trainer_pic_money_pointers.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | engine/battle/trainer_pic_money_pointers.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | TrainerPicAndMoneyPointers:
; trainer pic pointers and base money.
; money received after battle = base money × level of highest-level enemy mon
dw YoungsterPic
money 1500
dw BugCatcherPic
money 1000
dw LassPic
money 1500
dw SailorPic
money 3000
dw JrTrainerMPic
money 2000
dw JrTrainerFPic
money 2000
... | 10.166667 | 77 | 0.756148 |
9a79248090d84d5af2a2495f78bed15013587ba8 | 255 | asm | Assembly | programs/oeis/191/A191762.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/191/A191762.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/191/A191762.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A191762: Digital roots of the nonzero even squares.
; 4,7,9,1,1,9,7,4,9,4,7,9,1,1,9,7,4,9,4,7,9,1,1,9,7,4,9,4,7,9,1,1,9,7,4,9,4,7,9,1,1,9,7,4,9,4,7,9,1,1,9,7,4,9,4,7,9,1,1,9,7,4,9
sub $0,4
cal $0,191760 ; Digital root of the n-th odd square.
mov $1,$0
| 36.428571 | 127 | 0.6 |
33ffd958a2052d2d7cc59d299700abc626a802c4 | 325 | asm | Assembly | libsrc/stdlib/wpoke_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/stdlib/wpoke_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/stdlib/wpoke_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; void wpoke_callee(void *addr, uint word)
; 11.2006 aralbrec
SECTION code_clib
PUBLIC wpoke_callee
PUBLIC _wpoke_callee
PUBLIC ASMDISP_WPOKE_CALLEE
.wpoke_callee
._wpoke_callee
pop hl
pop de
ex (sp),hl
.asmentry
ld (hl),e
inc hl
ld (hl),d
ret
DEFC ASMDISP_WPOKE_CALLEE = # asmentry - wpoke_ca... | 13.541667 | 53 | 0.726154 |
d00958cb770ec8d613f88e4bea68cf343c0310e7 | 343 | asm | Assembly | programs/oeis/110/A110161.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/110/A110161.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/110/A110161.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A110161: Expansion of x(1-x^2)/(1-x^2+x^4).
; 0,1,0,0,0,-1,0,-1,0,0,0,1,0,1,0,0,0,-1,0,-1,0,0,0,1,0,1,0,0,0,-1,0,-1,0,0,0,1,0,1,0,0,0,-1,0,-1,0,0,0,1,0,1,0,0,0,-1,0,-1,0,0,0,1,0,1,0,0,0,-1,0,-1,0,0,0,1,0,1,0,0,0,-1,0,-1,0,0,0,1,0,1,0,0,0,-1,0,-1,0,0,0,1,0,1,0,0
mov $1,$0
lpb $0
mod $0,2
lpe
lpb $1
sub $1,2
sub... | 26.384615 | 217 | 0.483965 |
19e59bd605e54d115c97c9e94015f145a01a8c8c | 361 | asm | Assembly | text/maps/celadon_house.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | text/maps/CeladonChiefHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | text/maps/CeladonChiefHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | _CeladonHouseText1::
text "Hehehe! The slots"
line "just reel in the"
cont "dough, big time!"
done
_CeladonHouseText2::
text "CHIEF!"
para "We just shipped"
line "2000 #MON as"
cont "slot prizes!"
done
_CeladonHouseText3::
text "Don't touch the"
line "poster at the"
cont "GAME CORNER!"
para "There's no... | 15.695652 | 25 | 0.695291 |
464bb5d0c86c32884e19af3085796f9089548dfd | 4,806 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1577.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_1577.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_1577.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 %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x97b3, %r14
clflush (%r14)
cmp $63369, %r13
mov (%r14), %bp
nop
nop
nop
nop
sub $31940, %rbp
lea addresses_UC_ht+0x112db, %rsi
lea addresses_WC_ht+0x1e603, %rdi
clflush (%rsi)
nop
nop
nop
nop
no... | 47.584158 | 2,999 | 0.658344 |
5d62348a6535bc97771b7e29f6cfaec8c2acf6dc | 609 | asm | Assembly | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/negf.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 10 | 2016-10-27T20:46:02.000Z | 2021-11-01T15:49:13.000Z | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/negf.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | null | null | null | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/negf.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 2 | 2015-03-11T14:28:08.000Z | 2017-11-02T10:57:57.000Z | #include once <u32tofreg.asm>
#include once <ftou32reg.asm>
#include once <stackf.asm>
; -------------------------------------------------------------
; Floating point library using the FP ROM Calculator (ZX 48K)
; All of them uses C EDHL registers as 1st paramter.
; For binary operators, the 2n operator must be push... | 23.423077 | 63 | 0.54844 |
316755bb4890bff44489175d2395e48fa3a989ec | 1,823 | asm | Assembly | base/crts/crtw32/misc/amd64/jmpuwind.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/crts/crtw32/misc/amd64/jmpuwind.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/crts/crtw32/misc/amd64/jmpuwind.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | title "Jump Unwind"
;++
;
; Copyright (c) 2000 Microsoft Corporation
;
; Module Name:
;
; jmpunwind.asm
;
; Abstract:
;
; This module implements the AMD64 specific routine to perform jump unwind.
;
; Author:
;
; David N. Cutler (davec) 22-Dec-2000
;
; Environment:
;
; Any mode.
;... | 22.231707 | 79 | 0.59243 |
82684df2d7aa61ff0e8008719845c2f50aaedcbc | 847 | asm | Assembly | programs/oeis/250/A250757.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/250/A250757.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/250/A250757.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A250757: Number of (2+1) X (n+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction.
; 105,237,423,663,957,1305,1707,2163,2673,3237,3855,4527,5253,6033,6867,7755,8697,9693,10743,11847,13005,14217,15483,16803,18177,19605,21087,22623,24213,25857,27555,... | 77 | 619 | 0.782763 |
13cf2215b9379e2a9f7ce558cabb0dff8dd99d90 | 1,163 | asm | Assembly | programs/oeis/027/A027791.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/027/A027791.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/027/A027791.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A027791: a(n) = 5*(n+1)*C(n+3,6).
; 20,175,840,2940,8400,20790,46200,94380,180180,325325,560560,928200,1485120,2306220,3488400,5155080,7461300,10599435,14805560,20366500,27627600,37001250,48976200,64127700,83128500,106760745,135928800,171673040,215184640,267821400,331124640,406837200,496922580,603585255,729292200,876... | 116.3 | 1,069 | 0.871883 |
6d6d14e238307cc64e4d43778f1c8b42a76eaa3d | 1,225 | asm | Assembly | src/gdt.asm | jonpas/FERI-TyrOS | c1a03b11f357e1d0f23716cedf10ab2c30e157e1 | [
"MIT"
] | null | null | null | src/gdt.asm | jonpas/FERI-TyrOS | c1a03b11f357e1d0f23716cedf10ab2c30e157e1 | [
"MIT"
] | null | null | null | src/gdt.asm | jonpas/FERI-TyrOS | c1a03b11f357e1d0f23716cedf10ab2c30e157e1 | [
"MIT"
] | null | null | null | ; Sets up global descriptor table and interrupt descriptor table
[BITS 32] ; All instructions 32-bit
[GLOBAL gdt_flush] ; Make 'gdt_flush()' accessible from C
gdt_flush:
mov eax, [esp+4] ; Get pointer to GDT, passed as a parameter
lgdt [eax] ; Load new GDT point... | 33.108108 | 126 | 0.571429 |
dcd253d39a0ed1a7867252f3f5996118233a0f8d | 2,831 | asm | Assembly | programs/oeis/086/A086689.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/086/A086689.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/086/A086689.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A086689: a(n) = Sum_{i=1..n} i^2*t(i), where t = A000217.
; 1,13,67,227,602,1358,2730,5034,8679,14179,22165,33397,48776,69356,96356,131172,175389,230793,299383,383383,485254,607706,753710,926510,1129635,1366911,1642473,1960777,2326612,2745112,3221768,3762440,4373369,5061189,5832939,6696075,7658482,8728486,9914866,112... | 235.916667 | 2,587 | 0.879548 |
99b1d7f739359a9c72c31e004b9642cbea07c337 | 791 | asm | Assembly | data/pokemon/base_stats/drifloon.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 2 | 2021-07-31T07:05:06.000Z | 2021-10-16T03:32:26.000Z | data/pokemon/base_stats/drifloon.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/drifloon.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db 0 ; species ID placeholder
db 90, 50, 34, 70, 60, 44
; hp atk def spd sat sdf
db GHOST, FLYING ; type
db 125 ; catch rate
db 70 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 30 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/drifloon/... | 35.954545 | 310 | 0.726928 |
de80f1fcb2535c2680bd924ddb026be91a398c30 | 8,221 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_957.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_957.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_957.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x11b83, %r8
nop
nop
nop
nop
nop
xor $20858, %rdx
mov (%r8), %rbx
nop
nop
nop
nop
and %rsi, %rsi
lea addresses_normal_ht+0xcd29, %rsi
lea addresses_normal_ht+0x3c63, %rdi
nop
nop... | 31.140152 | 2,999 | 0.651867 |
f717fb38a426da1fa20ee09683818cd14ba6ffcf | 815 | asm | Assembly | 1581/64tass/nulbuf.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 23 | 2015-03-23T15:16:57.000Z | 2022-03-18T12:43:42.000Z | 1581/64tass/nulbuf.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | null | null | null | 1581/64tass/nulbuf.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 8 | 2016-04-13T11:19:35.000Z | 2021-12-22T07:39:00.000Z | ;set nul recs in act-buf for exten
;in: nr=last rec in previous buf
;out: nr=last rec for next nulbuf/lstchr
nulbuf jsr set00 ; set indirect ptr
ldy #2
lda #0
nb10 sta (dirbuf),y ; clear buffer
iny
bne nb10
jsr addnr ; advance nr
nb20 sta nr,x
t... | 16.979167 | 43 | 0.482209 |
afe121f72e4f3f81a1ecb080d066460bc0cdf32e | 425 | asm | Assembly | programs/oeis/309/A309336.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/309/A309336.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/309/A309336.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A309336: a(n) = n^4 if n odd, 15*n^4/16 if n even.
; 0,1,15,81,240,625,1215,2401,3840,6561,9375,14641,19440,28561,36015,50625,61440,83521,98415,130321,150000,194481,219615,279841,311040,390625,428415,531441,576240,707281,759375,923521,983040,1185921,1252815,1500625,1574640,1874161,1954815
pow $0,2
mov $2,$0
lpb $0,1... | 25 | 238 | 0.689412 |
5e95324adcb1cb680c4b4f2288c6165bfdbea1d8 | 671 | asm | Assembly | oeis/080/A080920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/080/A080920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/080/A080920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A080920: a(n) = 2a(n-1) + 35a(n-2), a(0)=0, a(1)=1.
; Submitted by Jon Maiga
; 0,1,2,39,148,1661,8502,75139,447848,3525561,22725802,168846239,1133095548,8175809461,56009963102,398173257339,2756695223248,19449454453361,135383241720402,951497389308439,6641408238830948,46585225103457261,325619738565997702,22817223557529... | 44.733333 | 491 | 0.816692 |
842d6b9ebcc4922bf176a9db23884eb10d5181fd | 146 | asm | Assembly | audio/sfx/turn_off_pc_3.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | audio/sfx/turn_off_pc_3.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | audio/sfx/turn_off_pc_3.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SFX_Turn_Off_PC_3_Ch4:
duty 2
squarenote 4, 15, 0, 1536
squarenote 4, 15, 0, 1024
squarenote 4, 15, 0, 512
squarenote 1, 0, 0, 0
endchannel
| 18.25 | 26 | 0.705479 |
e91746a1a522a533ae4a1c7485c7685d36951690 | 118 | asm | Assembly | Second course/4th semester/Assembler/Lab4/lr04-2/lr04-2-1.asm | tekcellat/University | 9a0196a45c9cf33ac58018d636c3e4857eba0330 | [
"MIT"
] | null | null | null | Second course/4th semester/Assembler/Lab4/lr04-2/lr04-2-1.asm | tekcellat/University | 9a0196a45c9cf33ac58018d636c3e4857eba0330 | [
"MIT"
] | null | null | null | Second course/4th semester/Assembler/Lab4/lr04-2/lr04-2-1.asm | tekcellat/University | 9a0196a45c9cf33ac58018d636c3e4857eba0330 | [
"MIT"
] | 7 | 2020-12-04T07:26:46.000Z | 2022-03-08T17:47:47.000Z | STK SEGMENT para STACK 'STACK'
db 100 dup(0)
STK ENDS
SD1 SEGMENT para common 'DATA'
W dw 3444h
SD1 ENDS
END | 14.75 | 31 | 0.694915 |
2ed6a3efaec44d4b43640a11f85c9a115b12c592 | 865 | asm | Assembly | oeis/285/A285789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/285/A285789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/285/A285789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A285789: Primes equal to a pentagonal number plus 1.
; Submitted by Christian Krause
; 2,13,23,71,211,331,853,1163,1427,2381,2753,3433,3877,5923,6113,6701,7741,8627,9323,11311,12377,14653,14951,17443,18427,23003,27271,31033,32341,32783,34127,38321,43777,52361,55201,56941,57527,62323,64171,64793,69877,77863,80621,8272... | 34.6 | 499 | 0.736416 |
eaedd7a54b0513b12a7bd88fe43675d6e5487de7 | 5,273 | asm | Assembly | MIPS/projects/Project 2/Project2.asm | Enkrona/CompOrg44-345 | 078fdfded02acdfa26cf010bae264c1594c58ace | [
"MIT"
] | null | null | null | MIPS/projects/Project 2/Project2.asm | Enkrona/CompOrg44-345 | 078fdfded02acdfa26cf010bae264c1594c58ace | [
"MIT"
] | null | null | null | MIPS/projects/Project 2/Project2.asm | Enkrona/CompOrg44-345 | 078fdfded02acdfa26cf010bae264c1594c58ace | [
"MIT"
] | null | null | null | .text
main:
la $a0, promptScaleStart
jal PromptInt
move $s0, $v0
la $a0, promptScaleEnd
jal PromptInt
move $s1, $v0
la $a0, promptScaleTime
jal PromptInt
move $s2, $v0
sgt $t0, $s1, $s0
beq $t0, 1, ScaleLoop
ScaleLoop:
sle $t0, $s0, $s1 # here this tests to see if the scale you are on (or st... | 31.201183 | 134 | 0.686327 |
291da283e64b6179a839786827296c7d5e85b50c | 2,031 | asm | Assembly | programs/oeis/158/A158559.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/158/A158559.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158559.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158559: a(n) = 225*n^2 - 15.
; 210,885,2010,3585,5610,8085,11010,14385,18210,22485,27210,32385,38010,44085,50610,57585,65010,72885,81210,89985,99210,108885,119010,129585,140610,152085,164010,176385,189210,202485,216210,230385,245010,260085,275610,291585,308010,324885,342210,359985,378210,396885,416010,435585,455610,... | 225.666667 | 1,946 | 0.856721 |
b33dea07fb332b0a3952d24993c3dd90579f91c1 | 441 | asm | Assembly | boot/32bit-print.asm | Soptq/sim-osv2 | 09641c9844d3bbc06c851996fab0569e4698083a | [
"MIT"
] | null | null | null | boot/32bit-print.asm | Soptq/sim-osv2 | 09641c9844d3bbc06c851996fab0569e4698083a | [
"MIT"
] | null | null | null | boot/32bit-print.asm | Soptq/sim-osv2 | 09641c9844d3bbc06c851996fab0569e4698083a | [
"MIT"
] | null | null | null | [bits 32]
VIDEO_MEMORY equ 0xb8000 ; starting address of VGA
WHITE_ON_BLACK equ 0x0f ; attr of characters
print_string_pm:
pusha
mov edx, VIDEO_MEMORY
print_string_pm_loop:
mov al, [ebx]
mov ah, WHITE_ON_BLACK
cmp al, 0
je print_string_pm_done
mov [edx], ax ; ax = al (c... | 17.64 | 61 | 0.655329 |
da31340c7b8283fe7053d0bfd51b365b338507f7 | 92 | asm | Assembly | libsrc/math/mbf64/c/sccz80/___mbf64_UNITY.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/mbf64/c/sccz80/___mbf64_UNITY.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/mbf64/c/sccz80/___mbf64_UNITY.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION rodata_fp_mbf64
PUBLIC ___mbf64_UNITY
___mbf64_UNITY:
defb 0,0,0,0,0,0,0,$81
| 10.222222 | 24 | 0.75 |
1e076ea3f4a36057213a42613fbfe9bc66144a4b | 399 | asm | Assembly | programs/oeis/036/A036128.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/036/A036128.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/036/A036128.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A036128: a(n) = 2^n mod 53.
; 1,2,4,8,16,32,11,22,44,35,17,34,15,30,7,14,28,3,6,12,24,48,43,33,13,26,52,51,49,45,37,21,42,31,9,18,36,19,38,23,46,39,25,50,47,41,29,5,10,20,40,27,1,2,4,8,16,32,11,22,44,35,17,34,15,30,7,14,28,3,6,12,24,48,43,33,13,26,52,51,49,45,37,21,42,31,9,18,36,19,38,23,46,39,25,50,47,41,29,5
lpb $... | 30.692308 | 283 | 0.60401 |
a9baab2ce9c69074b0fde3f9eb5ba724b2e1394e | 743 | asm | Assembly | programs/oeis/070/A070379.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070379.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070379.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070379: a(n) = 5^n mod 29.
; 1,5,25,9,16,22,23,28,24,4,20,13,7,6,1,5,25,9,16,22,23,28,24,4,20,13,7,6,1,5,25,9,16,22,23,28,24,4,20,13,7,6,1,5,25,9,16,22,23,28,24,4,20,13,7,6,1,5,25,9,16,22,23,28,24,4,20,13,7,6,1,5,25,9,16,22,23,28,24,4,20,13,7,6,1,5,25,9,16,22,23,28,24,4,20,13,7,6,1,5,25,9,16,22,23,28,24,4,20,13,7,6,... | 67.545455 | 645 | 0.597577 |
8ccdf332c74d899c092b41089e26eeace2e26f63 | 630 | asm | Assembly | PRG/levels/Plains/3-5End.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Plains/3-5End.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Plains/3-5End.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $AEFA
; 3-5 end
.word $0000 ; Alternate level layout
.word $0000 ; Alternate object layout
.byte LEVEL1_SIZE_03 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_04 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_00 | LEVEL3_VSCROLL_FREE
.byte LEVEL4_BGBANK_INDEX(1) | LE... | 45 | 85 | 0.655556 |
927c0a2a000fb6571241cc39d35d04052ef29097 | 8,595 | asm | Assembly | staticGraphics.asm | LeonardoSanBenitez/Pacman-game-in-MIPS-microcoprocessor | f63204dfb79f38656184cb62fff6284b312f90e0 | [
"MIT"
] | null | null | null | staticGraphics.asm | LeonardoSanBenitez/Pacman-game-in-MIPS-microcoprocessor | f63204dfb79f38656184cb62fff6284b312f90e0 | [
"MIT"
] | null | null | null | staticGraphics.asm | LeonardoSanBenitez/Pacman-game-in-MIPS-microcoprocessor | f63204dfb79f38656184cb62fff6284b312f90e0 | [
"MIT"
] | null | null | null | .eqv FB_PTR 0x10040000
.eqv FB_XRES 256
.eqv FB_YRES 256
.eqv X_OFFSET 0
.eqv Y_OFFSET 0
.eqv X_SCALE 7
.eqv Y_SCALE 7
.eqv GRID_ROWS 35
.eqv GRID_COLS 35
.data
#===========================================
# Pacman Arena Grid
#===========================================
# grid size: 35x35 sprites
# Sprite siz... | 26.527778 | 61 | 0.589412 |
4dcc444da7710484db8af463024209f2c61a83c8 | 429 | asm | Assembly | programs/oeis/187/A187689.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/187/A187689.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/187/A187689.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A187689: Rank transform of the sequence round(3n/4); complement of A187690.
; 1,3,4,5,7,8,10,12,13,15,16,18,19,20,22,23,25,27,28,29,31,32,34,35,37,39,40,42,43,44,46,48,49,51,52,53,55,56,58,60,61,63,64,66,67,68,70,72,73,75,76,77,79,80,82,83,85,87,88,90,91,92,94,95,97,99,100,101,103,104,106,108,109,111,112,114,115,116,... | 71.5 | 301 | 0.701632 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.