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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7eb7e0a0f3c447e05b9a431aa4174fa18cee621a | 469 | asm | Assembly | programs/oeis/065/A065113.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/065/A065113.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/065/A065113.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A065113: Sum of the squares of the n-th and the (n+1)st triangular numbers (A000217) is a perfect square.
; 6,40,238,1392,8118,47320,275806,1607520,9369318,54608392,318281038,1855077840,10812186006,63018038200,367296043198,2140758220992,12477253282758,72722761475560,423859315570606,2470433131948080,14398739476117878,... | 27.588235 | 229 | 0.744136 |
32a7904780be6d618430189c73110d035e4eb935 | 697 | asm | Assembly | Assembler/sandbox/text_mod_v1/listener.asm | egormkn/Study-courses | adfa47f84a677c224a05412af79758fdcac48c8b | [
"Apache-2.0"
] | 1 | 2019-03-27T18:42:12.000Z | 2019-03-27T18:42:12.000Z | Assembler/sandbox/text_mod_v1/listener.asm | Shemplo/Study-courses | d719cfbddf9358b0f3505e747586d0cc575dd832 | [
"Apache-2.0"
] | 3 | 2018-10-19T07:04:03.000Z | 2021-12-14T21:15:10.000Z | Assembler/sandbox/text_mod_v1/listener.asm | egormkn/Study-courses | adfa47f84a677c224a05412af79758fdcac48c8b | [
"Apache-2.0"
] | 3 | 2019-03-21T05:16:21.000Z | 2021-12-21T11:54:30.000Z | [BITS 16]
[ORG 0x7C00]
init:
jmp main_loop
main_loop:
call wait_input
call print_input_char
jmp main_loop
wait_input:
xor ax, ax
int 0x16
ret
print_input_char:
cmp al, 0x0D ; Enter key (13d)
je .print_enter
cmp al, 0x08 ; Backspace key (8d)
je .print_backspace
cmp al, 0x48 ... | 10.723077 | 41 | 0.61406 |
2498ce729faa2942289a1205a560aacf0abd1a7d | 407 | asm | Assembly | programs/oeis/074/A074494.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/074/A074494.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/074/A074494.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A074494: Number of 2-input gates used to synthesize parity function in disjunctive normal form (DNF) with n inputs.
; 2,5,17,47,119,287,671,1535,3455,7679,16895,36863,79871,172031,368639,786431,1671167,3538943,7471103,15728639,33030143,69206015,144703487,301989887,629145599,1308622847,2717908991,5637144575,1167694233... | 31.307692 | 203 | 0.764128 |
77b9a226bac5f4df9fbcca56ac4754b5d5224d79 | 1,346 | asm | Assembly | gwnum/mult1.asm | Kasual/GIMPS | a09c0d4cc1489558725eef0578613c66bd65a708 | [
"Intel"
] | null | null | null | gwnum/mult1.asm | Kasual/GIMPS | a09c0d4cc1489558725eef0578613c66bd65a708 | [
"Intel"
] | null | null | null | gwnum/mult1.asm | Kasual/GIMPS | a09c0d4cc1489558725eef0578613c66bd65a708 | [
"Intel"
] | null | null | null | ; Copyright 1995-2009 Mersenne Research, Inc. All rights reserved
; Author: George Woltman
; Email: woltman@alum.mit.edu
;
; This routine implements a discrete weighted transform to quickly multiply
; two numbers.
;
; This code handles FFTs that use a simple linear memory model and
; the simplified normalization code... | 15.835294 | 76 | 0.751114 |
4e9993c395bc8f9f69de3ff896831beb2e407681 | 354 | asm | Assembly | programs/oeis/290/A290031.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/290/A290031.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/290/A290031.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A290031: Number of 6-cycles in the n-hypercube graph.
; 0,0,0,16,128,640,2560,8960,28672,86016,245760,675840,1802240,4685824,11927552,29818880,73400320,178257920,427819008,1016070144,2390753280,5578424320,12918456320,29712449536,67914170368,154350387200,348966092800,785173708800,1758789107712
mov $1,2
pow $1,$0
bin ... | 35.4 | 239 | 0.79661 |
a13259a190aecd3189686238295c267352a4bb4e | 101 | asm | Assembly | c64/kapi_lo.asm | alexkazik/disk2easyflash | 1ee3b54756cab104ad7a131576ad663dfde6436c | [
"0BSD"
] | 1 | 2021-04-08T05:41:41.000Z | 2021-04-08T05:41:41.000Z | c64/kapi_lo.asm | alexkazik/disk2easyflash | 1ee3b54756cab104ad7a131576ad663dfde6436c | [
"0BSD"
] | null | null | null | c64/kapi_lo.asm | alexkazik/disk2easyflash | 1ee3b54756cab104ad7a131576ad663dfde6436c | [
"0BSD"
] | null | null | null | .const ULTIMAX = false
.const BANK_START = $8000
.const BANK_SIZE = $2000
.import source "main.asm"
| 16.833333 | 25 | 0.722772 |
a3ff12b2c4427de6b7657fb29977c2be3b6f85bf | 751 | asm | Assembly | asm/hello.asm | pokemium/wyvern | bc242ef7c736bc7191d920ab78d4994f01c97d70 | [
"MIT"
] | 7 | 2021-01-12T03:46:11.000Z | 2021-01-16T00:00:42.000Z | asm/hello.asm | pokemium/wyvern | bc242ef7c736bc7191d920ab78d4994f01c97d70 | [
"MIT"
] | null | null | null | asm/hello.asm | pokemium/wyvern | bc242ef7c736bc7191d920ab78d4994f01c97d70 | [
"MIT"
] | 1 | 2021-01-11T01:02:55.000Z | 2021-01-11T01:02:55.000Z | printPC: MACRO
printt \1
printv(@)
printt "\n"
ENDM
SECTION "Start",ROM0[$100] ; start vector, followed by header data applied by rgbfix.exe
nop
jp start
SECTION "Main",ROM0[$150] ; code starts here
start:
di ; disable interrupts
ld sp,$E000 ; setup stack
.wait_vbl ; wait for vblank to p... | 17.880952 | 89 | 0.660453 |
37f8e5d6e6451e2dd9e1a67e6dfd26ade5004584 | 36,210 | asm | Assembly | Appl/Calendar/Repeat/repeatCreate.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Calendar/Repeat/repeatCreate.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Calendar/Repeat/repeatCreate.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Calendar/Repeat
FILE: repeatCreate.asm
AUTHOR: Don Reeves, Nov 20, 1989
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:... | 24.699864 | 79 | 0.593621 |
8beacd1912b1953910d6e82f052f1a77a8d5e37f | 433 | asm | Assembly | main.asm | WIDzer557/HappyNewYear | a507f6233fa219301a0f7ad15960efcae6947a7d | [
"Unlicense"
] | 2 | 2020-12-31T15:12:56.000Z | 2021-04-16T17:38:55.000Z | main.asm | WIDzer557/HappyNewYear | a507f6233fa219301a0f7ad15960efcae6947a7d | [
"Unlicense"
] | null | null | null | main.asm | WIDzer557/HappyNewYear | a507f6233fa219301a0f7ad15960efcae6947a7d | [
"Unlicense"
] | null | null | null | org 100h
; ###CODE###
; clear screen
mov ax,03h
int 10h
; hide cursor
mov ah,01h
mov ch,10h
int 10h
; mode 80x30
mov ah,00h
mov al,6Ch
int 10h
; console output
mov ah,13h
mov dl,28h-len/2
mov dh,0Ch
mov bl,84h
mov cx,len
mov bp,msg
int 10h
; waiting for a k... | 11.102564 | 27 | 0.547344 |
3216d75c6853c0ed31e60f6ec3ef21d043da59a9 | 291 | asm | Assembly | programs/oeis/074/A074600.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/074/A074600.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/074/A074600.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A074600: a(n) = 2^n + 5^n.
; 2,7,29,133,641,3157,15689,78253,390881,1953637,9766649,48830173,244144721,1220711317,6103532009,30517610893,152587956161,762939584197,3814697527769,19073486852413,95367432689201,476837160300277,2384185795209929
mov $1,5
pow $1,$0
mov $2,2
pow $2,$0
add $1,$2
| 32.333333 | 212 | 0.776632 |
064dff3925306245a15f6226c42846323e8a3c1f | 1,102 | asm | Assembly | Kernel/asm/libasm.asm | mdedeu/PURE-OS | 6243da295cb455fc45e0b285209a73299500a6e8 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/libasm.asm | mdedeu/PURE-OS | 6243da295cb455fc45e0b285209a73299500a6e8 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/libasm.asm | mdedeu/PURE-OS | 6243da295cb455fc45e0b285209a73299500a6e8 | [
"BSD-3-Clause"
] | 1 | 2022-02-17T02:08:40.000Z | 2022-02-17T02:08:40.000Z | GLOBAL getCharInterrupt, getTimeGen, getMemGen, getRegs, getRSP, switchProcess, _xchg, _callTick
section .text
getCharInterrupt:
push rbp
mov rbp, rsp
in al, 60h
mov rsp, rbp
pop rbp
ret
getTimeGen:
push rbp
mov rbp, rsp
xor rax, rax
mov rax, rdi
out 70h, al
in al, 71h
call bcdToDecimal
mov rsp, rb... | 12.10989 | 96 | 0.633394 |
923b6aa1bbc996deb32aeb9d96263f65e6c7f5ae | 5,924 | asm | Assembly | src/settings.asm | fcard/AllStatTabs | fddfeb0a2c614d4c4111c60290b9cc16e237d7f0 | [
"MIT"
] | 2 | 2021-08-24T20:26:00.000Z | 2022-02-10T05:16:38.000Z | src/settings.asm | fcard/AllStatTabs | fddfeb0a2c614d4c4111c60290b9cc16e237d7f0 | [
"MIT"
] | 1 | 2021-04-01T12:21:26.000Z | 2021-04-14T04:02:36.000Z | src/settings.asm | fcard/AllStatTabs | fddfeb0a2c614d4c4111c60290b9cc16e237d7f0 | [
"MIT"
] | null | null | null | !Chr_0 = "\0"
!Chr_9 = "\t"
!Chr_10 = "\n"
!Chr_11 = "\v"
!Chr_12 = "\f"
!Chr_28 = "\e"
!Chr_32 = " "
!Chr_33 = "!"
!Chr_35 = "#"
!Chr_36 = "$"
!Chr_37 = "%"
!Chr_38 = "&"
!Chr_39 = "'"
!Chr_40 = "("
!Chr_41 = ")"
!Chr_42 = "*"
!Chr_43 = "+"
!Chr_44 = ","
!Chr_45 = "-"
!Chr_46 = "."
!Chr_47 = "/"
!Chr_48 = "0"
!Chr_49 ... | 24.479339 | 100 | 0.541695 |
f66d8d7a7ae556cebb36499874db3ca6cc709ce9 | 2,197 | asm | Assembly | projects/Kirbys_Dream_Land_2.windfish/configuration/datatypes.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 68 | 2020-12-16T10:06:48.000Z | 2022-03-29T19:54:01.000Z | projects/Kirbys_Dream_Land_2.windfish/configuration/datatypes.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 62 | 2020-12-19T04:28:41.000Z | 2021-02-15T22:18:16.000Z | projects/Kirbys_Dream_Land_2.windfish/configuration/datatypes.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 4 | 2021-01-17T03:51:22.000Z | 2021-01-21T16:26:53.000Z | ; BUTTON [Bitmask] [Binary]
J_RIGHT EQU %00000001
J_LEFT EQU %00000010
J_UP EQU %00000100
J_DOWN EQU %00001000
J_A EQU %00010000
J_B EQU %00100000
J_SELECT EQU %01000000
J_START EQU %10000000
; HW_AUDIO_ENABLE [Bitmask] [Binary]
HW_AUDIO_ENABLE EQU %10000000
; HW_CARTRIDGETYPE [Enumerated] [Hex]
cartridge_romonly EQU... | 22.418367 | 40 | 0.806099 |
618d41c9498db2d7c4932477ded4c5b0d31ebd3c | 1,865 | asm | Assembly | test_native/_opam/.opam-switch/sources/ocaml-base-compiler.4.07.1/testsuite/tests/asmgen/i386nt.asm | dauletisataev/form-ppx | caa4311ab58b171950dce74def61133830d4740c | [
"MIT"
] | 1 | 2020-09-24T05:03:32.000Z | 2020-09-24T05:03:32.000Z | test_native/_opam/.opam-switch/sources/ocaml-base-compiler.4.07.1/testsuite/tests/asmgen/i386nt.asm | dauletisataev/react-loadable-ppx | bba54fb8967352421ebc0a9c7dc141dbaff5043a | [
"MIT"
] | null | null | null | test_native/_opam/.opam-switch/sources/ocaml-base-compiler.4.07.1/testsuite/tests/asmgen/i386nt.asm | dauletisataev/react-loadable-ppx | bba54fb8967352421ebc0a9c7dc141dbaff5043a | [
"MIT"
] | null | null | null | ;*********************************************************************;
; ;
; OCaml ;
; ;
; Xavier Leroy, proje... | 28.257576 | 71 | 0.394102 |
0b0e01443e8907d87c9cb5bf936814d92008af5f | 7,811 | asm | Assembly | home/vcopy.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | home/vcopy.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | home/vcopy.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | ; this function seems to be used only once
; it store the address of a row and column of the VRAM background map in hl
; INPUT: h - row, l - column, b - high byte of background tile map address in VRAM
GetRowColAddressBgMap::
xor a
srl h
rr a
srl h
rr a
srl h
rr a
or l
ld l, a
ld a, b
or h
ld h, a
ret
; c... | 17.357778 | 84 | 0.684291 |
368491a2db7fbc3ba0d9d79fb70e3887fa523e24 | 649 | asm | Assembly | codigo/x86/NASM/variables.asm | AlainPlusPlus/assembly-course | 673d1d396c304ca04e368d270530bf0f60905b8a | [
"MIT"
] | null | null | null | codigo/x86/NASM/variables.asm | AlainPlusPlus/assembly-course | 673d1d396c304ca04e368d270530bf0f60905b8a | [
"MIT"
] | null | null | null | codigo/x86/NASM/variables.asm | AlainPlusPlus/assembly-course | 673d1d396c304ca04e368d270530bf0f60905b8a | [
"MIT"
] | 3 | 2021-07-22T23:18:04.000Z | 2021-08-11T10:18:54.000Z | ;variables inicializadas
section .data
ads db 'Dirección:'
adsLen equ $- ads
var db 'A'
varLen equ $- var
newLine equ 10
;variables/espacios no inicializ@s
section .bss
var2 resb 1
section .text
global _start
_start:
mov ecx, ads
mov edx, adsLen
call print
mov eax, var ... | 17.078947 | 159 | 0.636364 |
74e2f6637d47810bb38adae02c6edd2baf651a3c | 7,799 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_135.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_135.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_135.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x17d55, %rdi
clflush (%rdi)
nop
nop
nop
nop
add $11464, %r11
mov $0x6162636465666768, %rcx
movq %rcx, (%rdi)
nop
nop
and %rax, %rax
lea addresses_D_ht+0x2dcb, %rbx
nop
nop
nop
... | 32.631799 | 2,999 | 0.656879 |
782c1073afb3ed7649333d75bf6b34c5192b8b5e | 7,536 | asm | Assembly | Working Disassembly/General/Title/Map - S3 card.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/General/Title/Map - S3 card.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Title/Map - S3 card.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | dc.w word_2EE3A-Map_TitleCard
dc.w word_2EE3C-Map_TitleCard
dc.w word_2EE9E-Map_TitleCard
dc.w word_2EEAC-Map_TitleCard
dc.w word_2EEC6-Map_TitleCard
dc.w word_2EF0A-Map_TitleCard
dc.w word_2EF3C-Map_TitleCard
dc.w word_2EF86-Map_TitleCard
dc.w word_2EFD0-Map_TitleCard
dc.w word_2F020-Map_TitleCard
... | 35.214953 | 49 | 0.440685 |
eed18de3002684a622802e1ce7c24d6700852e6b | 22,276 | asm | Assembly | snes/axelay/second-boss-behavior.asm | bskari/speedrun | 9ad7db30c57521af9139aa3038e9f09ca37573d4 | [
"MIT"
] | 1 | 2019-03-01T18:51:13.000Z | 2019-03-01T18:51:13.000Z | snes/axelay/second-boss-behavior.asm | bskari/speedrun | 9ad7db30c57521af9139aa3038e9f09ca37573d4 | [
"MIT"
] | null | null | null | snes/axelay/second-boss-behavior.asm | bskari/speedrun | 9ad7db30c57521af9139aa3038e9f09ca37573d4 | [
"MIT"
] | null | null | null | ; Second boss behavior assembly
; 15c7 stores the 2nd boss's current action:
; 3 - loading offscreen
; 7 - loading offscreen
; 8 - standing up, chained
; 9 - walking backward after being unchained
; #$0a/11 - step 1?
; #$0b/12 - step?
; #$0f/15 - laser
; #$12/18 - step 2?
; #$13/19 - machine gun
; #$15/21 - firing bull... | 33.297459 | 140 | 0.61968 |
8d3aa3b44af71754208539b31ff86d40ba9d9aa1 | 616 | asm | Assembly | oeis/228/A228568.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/228/A228568.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/228/A228568.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A228568: a(n) = 2^n*A056236(n).
; 2,8,48,320,2176,14848,101376,692224,4726784,32276480,220397568,1504968704,10276569088,70172803072,479169871872,3271976550400,22342453428224,152563815022592,1041770892754944,7113656621858816,48575085832830976,331691433687777280,2264930782839570432,15465914793214345216,1056078720829981... | 47.384615 | 493 | 0.844156 |
5495f1a94bd80e7568db1ce3c98f42808c8a869a | 607 | asm | Assembly | oeis/014/A014897.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/014/A014897.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/014/A014897.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A014897: a(1)=1, a(n) = 14*a(n-1) + n.
; 1,16,227,3182,44553,623748,8732479,122254714,1711566005,23961924080,335466937131,4696537119846,65751519677857,920521275490012,12887297856860183,180422169996042578,2525910379944596109,35362745319224345544,495078434469140837635,6931098082567971726910,97035373155951604176761,1358... | 46.692308 | 478 | 0.841845 |
835da007af53d9f780fcfcaa935cb1cc7ac85f99 | 402 | asm | Assembly | oeis/049/A049115.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/049/A049115.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/049/A049115.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A049115: a(n) is the number of iterations of the Euler phi function needed to reach a power of 2, when starting from n.
; 0,0,1,0,1,1,2,0,2,1,2,1,2,2,1,0,1,2,3,1,2,2,3,1,2,2,3,2,3,1,2,0,2,1,2,2,3,3,2,1,2,2,3,2,2,3,4,1,3,2,1,2,3,3,2,2,3,3,4,1,2,2,3,0,2,2,3,1,3,2,3,2,3,3,2,3,2,2,3,1,4,2,3,2,1,3,3,2,3,2,3,3,2,4,3,1,2,3,... | 40.2 | 201 | 0.572139 |
9ba593b28e01c8be8bd446ac496bb78c8f86af62 | 7,090 | asm | Assembly | engine/debug/color_picker.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | engine/debug/color_picker.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | engine/debug/color_picker.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | DebugColorPicker::
ldh a, [hJoyDown]
and SELECT
jp nz, DebugMenu_TrainerPics
DebugMenu_PokePics:
ld a, LOW(BULBASAUR)
ldh [hDebugMenuDataBuffer + 1], a
xor a
ld [wMenuCursorY], a
ldh [hDebugMenuCursorPos], a
ldh [hDebugMenuDataBuffer], a
ldh [hDebugMenuDataBuffer + 2], a
hlcoord 0, 0
lb bc, 16, 18
call Tex... | 14.18 | 34 | 0.678843 |
807386b6f67c724ccf75e8524653eed4c53e64c1 | 4,361 | asm | Assembly | Library/GDI/GenPC/genpcPwr.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/GDI/GenPC/genpcPwr.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/GDI/GenPC/genpcPwr.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1996 -- All Rights Reserved
PROJECT:
MODULE:
FILE: genpcPwr.asm
AUTHOR: Todd Stumpf, Apr 30, 1996
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description... | 20.004587 | 79 | 0.419629 |
835d4694167f15de56c8aa46b9d4355e8bf3d90b | 6,259 | asm | Assembly | binutils-2.21.1/gcc-4.5.1/gcc/config/picochip/libgccExtras/clzsi2.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 2 | 2015-03-02T17:01:32.000Z | 2021-12-29T14:34:46.000Z | binutils-2.21.1/gcc-4.5.1/gcc/config/picochip/libgccExtras/clzsi2.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | null | null | null | binutils-2.21.1/gcc-4.5.1/gcc/config/picochip/libgccExtras/clzsi2.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 1 | 2021-12-29T14:35:47.000Z | 2021-12-29T14:35:47.000Z | // Copyright (C) 2008 Free Software Foundation, Inc.
//
// This file is part of GCC.
//
// GCC is free software; you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 3, or (at your option) any later
// version.
//
/... | 32.942105 | 88 | 0.647388 |
cac621697a77d8dc0e59b9e7dafa18f26dde0cf3 | 213 | asm | Assembly | builtin_clear.asm | jhunkeler/minos | 877e9bfe8e7d9e93536f4cb4af36aac65805be11 | [
"MIT"
] | 1 | 2017-12-05T16:51:06.000Z | 2017-12-05T16:51:06.000Z | builtin_clear.asm | jhunkeler/minos | 877e9bfe8e7d9e93536f4cb4af36aac65805be11 | [
"MIT"
] | null | null | null | builtin_clear.asm | jhunkeler/minos | 877e9bfe8e7d9e93536f4cb4af36aac65805be11 | [
"MIT"
] | null | null | null | %ifndef _BUILTIN_CLEAR_ASM
%define _BUILTIN_CLEAR_ASM
builtin_clear:
call cls ; clear console
push 0000h ; home position 0x0
call setcursor ; home cursor on console
add sp, 2 ; cleanup stack
ret
%endif
| 17.75 | 41 | 0.760563 |
449ead9868684af8151cb49d6d5f8394bcd55a55 | 8,784 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_2085.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_2085.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_2085.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 %rdx
push %rsi
lea addresses_WT_ht+0x176d9, %rax
nop
nop
nop
cmp $55606, %rdx
movups (%rax), %xmm7
vpextrq $1, %xmm7, %r10
add $48380, %r13
lea addresses_WT_ht+0x12ad9, %rsi
lea addresses_WT_ht+0x19ed9, %rdi
cm... | 33.022556 | 2,999 | 0.653005 |
a1974abb6598cabc26e4e2382fe0730af700668c | 1,951 | asm | Assembly | programs/oeis/123/A123363.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/123/A123363.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/123/A123363.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A123363: a(n) = n^3 + (-1)^(n+1).
; -1,2,7,28,63,126,215,344,511,730,999,1332,1727,2198,2743,3376,4095,4914,5831,6860,7999,9262,10647,12168,13823,15626,17575,19684,21951,24390,26999,29792,32767,35938,39303,42876,46655,50654,54871,59320,63999,68922,74087,79508,85183,91126,97335,103824,110591,117650,124999,132652,14060... | 177.363636 | 1,847 | 0.842645 |
1b67e778a2994199de48ba5fbaec8e625fd3e681 | 278 | asm | Assembly | test/ir/printString.asm | shivansh/gogo | 209b98f52e956fc4d4e66c07d337db721200f8c2 | [
"MIT"
] | 24 | 2018-04-28T02:27:47.000Z | 2021-12-08T00:25:13.000Z | test/ir/printString.asm | shivansh/gogo | 209b98f52e956fc4d4e66c07d337db721200f8c2 | [
"MIT"
] | null | null | null | test/ir/printString.asm | shivansh/gogo | 209b98f52e956fc4d4e66c07d337db721200f8c2 | [
"MIT"
] | 5 | 2018-05-06T07:36:02.000Z | 2019-09-13T09:40:55.000Z | # Test to declare and print a string
.data
str: .asciiz "Hello World!"
.text
runtime:
addi $sp, $sp, -4
sw $ra, 0($sp)
lw $ra, 0($sp)
addi $sp, $sp, 4
jr $ra
.end runtime
.globl main
.ent main
main:
li $2, 4
la $4, str
syscall
li $2, 10
syscall
.end main
| 10.296296 | 36 | 0.589928 |
d20a74b4216bd052f08dc6af38837a2b9595d921 | 725 | asm | Assembly | programs/oeis/260/A260192.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/260/A260192.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/260/A260192.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A260192: Kronecker symbol(-6 / 2*n + 7).
; 1,0,1,-1,0,-1,-1,0,-1,1,0,1,1,0,1,-1,0,-1,-1,0,-1,1,0,1,1,0,1,-1,0,-1,-1,0,-1,1,0,1,1,0,1,-1,0,-1,-1,0,-1,1,0,1,1,0,1,-1,0,-1,-1,0,-1,1,0,1,1,0,1,-1,0,-1,-1,0,-1,1,0,1,1,0,1,-1,0,-1,-1,0,-1,1,0,1,1,0,1,-1,0,-1,-1,0,-1,1,0,1,1,0,1,-1,0,-1,-1,0,-1,1,0,1,1,0,1,-1,0,-1,-1,0,-1,1... | 103.571429 | 585 | 0.45931 |
130e9ba04a2db411188843b0a398f926652553fb | 7,394 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_174_92.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_174_92.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_174_92.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1ccc0, %rsi
nop
lfence
movups (%rsi), %xmm5
vpextrq $0, %xmm5, %rbp
nop
nop
nop
nop
nop
sub %rbp, %rbp
lea addresses_UC_ht+0x74c0, %rax
nop
nop
nop
sub $8287, %rdx
movb $0x6... | 20.946176 | 521 | 0.650933 |
ebab2e71bf229b57ba44580843c46fdff705f3cb | 396 | asm | Assembly | oeis/020/A020114.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020114.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020114.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020114: Ceiling of GAMMA(n+1/9)/GAMMA(1/9).
; Submitted by Christian Krause
; 1,1,1,1,1,4,18,105,741,6006,54718,553254,6147264,74450194,976124761,13774204959,208143541602,3353423725802,57380805974820,1039230152655058,19860842917407766,399423618672311730
mov $1,1
mov $3,1
lpb $0
mov $2,$0
sub $0,1
mul $2,18
... | 20.842105 | 177 | 0.709596 |
df559b4657105b58585307bcd9da70a0a44f0c66 | 1,649 | asm | Assembly | source/command/trans.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/command/trans.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/command/trans.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : trans.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : Fred Bowen
;
; ***... | 41.225 | 103 | 0.213463 |
7fdb6c9472c0754d6bd761fdfcd565dea1f97407 | 749 | asm | Assembly | programs/oeis/273/A273834.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/273/A273834.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/273/A273834.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A273834: First differences of number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 961", based on the 5-celled von Neumann neighborhood.
; 3,17,24,31,41,47,57,63,73,79,89,95,105,111,121,127,137,143,153,159,169,175,185,191,201,207,217,223,233,239,249,255,265,... | 37.45 | 388 | 0.695594 |
3da1b8991c9d1f037482b72a693a176f9d66de5c | 26,693 | asm | Assembly | JBrex/resources/rules2text.asm | valeriocos/jbrex | 0c7245ea27f89a1ccc8477c4e4a0022d784f4960 | [
"MIT"
] | 6 | 2018-01-30T09:51:00.000Z | 2021-09-22T10:24:30.000Z | JBrex/resources/rules2text.asm | valeriocos/jbrex | 0c7245ea27f89a1ccc8477c4e4a0022d784f4960 | [
"MIT"
] | 1 | 2018-02-06T18:17:32.000Z | 2018-02-06T18:17:32.000Z | JBrex/resources/rules2text.asm | valeriocos/jbrex | 0c7245ea27f89a1ccc8477c4e4a0022d784f4960 | [
"MIT"
] | null | null | null | <?xml version = '1.0' encoding = 'ISO-8859-1' ?>
<asm version="1.0" name="0">
<cp>
<constant value="rules2text"/>
<constant value="links"/>
<constant value="NTransientLinkSet;"/>
<constant value="col"/>
<constant value="J"/>
<constant value="enumLiteralType"/>
<constant value="getRuleContents"/>
<const... | 24.738647 | 83 | 0.563556 |
4cc9a3699ed4735eb151090925c6b569ad036b40 | 340 | asm | Assembly | arch/lib/scheme/make_sob_char.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | arch/lib/scheme/make_sob_char.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | arch/lib/scheme/make_sob_char.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | /* scheme/make_sob_char.asm
* Takes an integer 0 <= n < 256 as an argument, and places
* in R0 the corresponding character object
*
* Programmer: Mayer Goldberg, 2010
*/
MAKE_SOB_CHAR:
PUSH(FP);
MOV(FP, SP);
PUSH(IMM(2));
CALL(MALLOC);
DROP(1);
MOV(IND(R0), T_CHAR);
MOV(INDD(R0, 1), FPARG(0));
... | 17.894737 | 60 | 0.629412 |
d41b41bb8c01897db8a080803acbfd7ddd57b2b1 | 997 | asm | Assembly | programs/oeis/102/A102902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/102/A102902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/102/A102902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A102902: a(n) = 9a(n-1) - 16a(n-2).
; 1,9,65,441,2929,19305,126881,833049,5467345,35877321,235418369,1544728185,10135859761,66507086889,436390025825,2863396842201,18788331166609,123280631024265,808912380552641,5307721328585529,34826893868427505,228518503558479081,1499436230131471649,9838630014247579545,64556690446124... | 66.466667 | 848 | 0.875627 |
a87273925b7b5db50da63f68d56d7ebbab9d6335 | 367 | asm | Assembly | programs/oeis/208/A208537.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/208/A208537.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/208/A208537.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A208537: Number of 7-bead necklaces of n colors not allowing reversal, with no adjacent beads having the same color.
; 0,0,18,312,2340,11160,39990,117648,299592,683280,1428570,2783880,5118828,8964072,15059070,24408480,38347920,58619808,87460002,127695960,182857140,257298360,356336838,486403632,655210200,871930800,114... | 45.875 | 208 | 0.803815 |
86f397b2016ea1886c85bda89901a0e4a5adec33 | 180 | asm | Assembly | data/wildPokemon/victoryroad3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/wildPokemon/victoryroad3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/wildPokemon/victoryroad3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | PlateauMons3:
db $0F
db 36,HITMONTOP
db 44,GOLBAT
db 41,URSARING
db 49,ONIX
db 46,KADABRA
db 50,GOLEM
db 42,MACHOKE
db 50,MACHAMP
db 47,GRAVELER
db 47,GRAVELER
db $00
| 12 | 16 | 0.716667 |
4040b0cc18f134391266812882c3142b9ebc10d5 | 103 | asm | Assembly | test/vm02.asm | Dantistnfs/bds | 9d73a4b7de6b218f4f7d3126fdb635a3d89f4af7 | [
"Apache-2.0"
] | 3 | 2021-04-24T15:26:54.000Z | 2021-10-04T10:42:40.000Z | test/vm02.asm | Dantistnfs/bds | 9d73a4b7de6b218f4f7d3126fdb635a3d89f4af7 | [
"Apache-2.0"
] | 2 | 2021-11-11T14:54:44.000Z | 2021-11-22T19:57:47.000Z | test/vm02.asm | Dantistnfs/bds | 9d73a4b7de6b218f4f7d3126fdb635a3d89f4af7 | [
"Apache-2.0"
] | 5 | 2021-07-20T20:05:39.000Z | 2021-09-20T08:33:54.000Z |
main:
new string[]
var a
pop
pushs 'hi'
pushi 0
load a
setlist
pop
pushi 0
load a
reflist
var z
pop
| 5.722222 | 12 | 0.708738 |
741bbdd926bd74d000ec8c0cc72ab3425108dad1 | 23,778 | asm | Assembly | Appl/FileMgrs2/CommonIS/CFolder/cnddesktopfolderClass.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/FileMgrs2/CommonIS/CFolder/cnddesktopfolderClass.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/FileMgrs2/CommonIS/CFolder/cnddesktopfolderClass.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: NewDesk
MODULE: Folder
FILE: cnddesktopfolderClass.asm
AUTHOR: Joon Song, Nov 1, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
... | 24.337769 | 79 | 0.609723 |
1080f8d50fbc3fdaa432805dfe1824823787b235 | 3,787 | asm | Assembly | programs/oeis/000/A000540.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/000/A000540.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/000/A000540.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A000540: Sum of 6th powers: 0^6 + 1^6 + 2^6 + ... + n^6.
; 0,1,65,794,4890,20515,67171,184820,446964,978405,1978405,3749966,6735950,11562759,19092295,30482920,47260136,71397705,105409929,152455810,216455810,302221931,415601835,563637724,754740700,998881325,1307797101,1695217590,2177107894,2771931215,3500931215,438843... | 222.764706 | 3,601 | 0.909163 |
98f60ef2eafccb5fad7886713c06674d77424033 | 777 | asm | Assembly | learn-assembly/asm102/asm102-03.asm | hailehong95/Practice-Coding | 729acdd596f15657b717975bfa54da1e39114f8a | [
"MIT"
] | null | null | null | learn-assembly/asm102/asm102-03.asm | hailehong95/Practice-Coding | 729acdd596f15657b717975bfa54da1e39114f8a | [
"MIT"
] | null | null | null | learn-assembly/asm102/asm102-03.asm | hailehong95/Practice-Coding | 729acdd596f15657b717975bfa54da1e39114f8a | [
"MIT"
] | null | null | null | ; asm102-03: Nhap mot ky tu. Xuat ky tu dung truoc va dung sau ky tu do
.model small
.stack 100h
.data
msg1 db 'Nhap ky tu: $'
msg2 db 13,10,'Ky tu truoc: $'
msg3 db 13,10,'Ky tu sau: $'
ch db ?
.code
mov ax, @data
mov ds, ax
lea dx, msg1
mov ah, 9
int 21h
; Nhap k... | 16.891304 | 79 | 0.525097 |
6c97399368ef8f06621dc6e1f9a90ef809eaf681 | 641 | asm | Assembly | oeis/255/A255068.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/255/A255068.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/255/A255068.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A255068: a(n) is the largest k such that A255070(k) = n.
; Submitted by Jon Maiga
; 2,5,6,10,11,13,14,18,21,22,23,26,27,29,30,34,37,38,42,43,45,46,47,50,53,54,55,58,59,61,62,66,69,70,74,75,77,78,82,85,86,87,90,91,93,94,95,98,101,102,106,107,109,110,111,114,117,118,119,122,123,125,126,130,133,134,138,139,141,142,146,1... | 29.136364 | 350 | 0.636505 |
0fead592227a598ae6afe1ec36d2e64a29e9437c | 834 | asm | Assembly | programs/oeis/117/A117304.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/117/A117304.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/117/A117304.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A117304: Numbers with an even number of digits such that the second half is twice the first half.
; 12,24,36,48,1020,1122,1224,1326,1428,1530,1632,1734,1836,1938,2040,2142,2244,2346,2448,2550,2652,2754,2856,2958,3060,3162,3264,3366,3468,3570,3672,3774,3876,3978,4080,4182,4284,4386,4488,4590,4692,4794,4896
mov $13,$0... | 18.130435 | 208 | 0.557554 |
82ad7b2eacf14f493005d533536723d7bd11359c | 4,895 | asm | Assembly | src/Native/Runtime/i386/GC.asm | ZZHGit/corert | 367ec5addb0a80bfbbda339d6add3ce3b99ddc75 | [
"MIT"
] | null | null | null | src/Native/Runtime/i386/GC.asm | ZZHGit/corert | 367ec5addb0a80bfbbda339d6add3ce3b99ddc75 | [
"MIT"
] | null | null | null | src/Native/Runtime/i386/GC.asm | ZZHGit/corert | 367ec5addb0a80bfbbda339d6add3ce3b99ddc75 | [
"MIT"
] | 1 | 2019-09-17T21:10:15.000Z | 2019-09-17T21:10:15.000Z | ;;
;; Copyright (c) Microsoft. All rights reserved.
;; Licensed under the MIT license. See LICENSE file in the project root for full license information.
;;
;;
;; Unmanaged helpers used by the managed System.GC class.
;;
.586
.model flat
option casemap:none
.code
include AsmMacros.inc
;; Force a ... | 28.964497 | 139 | 0.610623 |
80f4ca20d4be3cfbe8a5c02a4e559570c16a2ada | 669 | asm | Assembly | oeis/343/A343561.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/343/A343561.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/343/A343561.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A343561: 2nd row of A341867: a(n) = (n^2+15*n+32)*2^(n-3).
; Submitted by Jon Maiga
; 4,12,33,86,216,528,1264,2976,6912,15872,36096,81408,182272,405504,897024,1974272,4325376,9437184,20512768,44433408,95944704,206569472,443547648,950009856,2030043136,4328521728,9210691584,19562233856,41473277952,87778394112,185488900... | 44.6 | 485 | 0.813154 |
327a3a2741a34367f355f373ad1a640da200bae8 | 657 | asm | Assembly | oeis/015/A015572.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/015/A015572.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/015/A015572.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A015572: Expansion of x/(1 - 7*x - 12*x^2).
; Submitted by Jamie Morken(s2)
; 0,1,7,61,511,4309,36295,305773,2575951,21700933,182817943,1540136797,12974772895,109305051829,920832637543,7757489084749,65352415243759,550556775723301,4638126412988215,39073566199597117,329172480353038399,2773090156866434197,23361700862301... | 43.8 | 477 | 0.824962 |
9bd4dcba44721b36024cd62defaee7855b999ca5 | 217 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_capacity.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_capacity.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_capacity.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; size_t b_array_capacity(b_array_t *a)
SECTION code_adt_b_array
PUBLIC _b_array_capacity
EXTERN asm_b_array_capacity
_b_array_capacity:
pop af
pop hl
push hl
push af
jp asm_b_array_capacity
| 11.421053 | 39 | 0.760369 |
2a1d1aaafb0ded19d160bd12f84f1555ba4b62bb | 3,232 | asm | Assembly | shutdown.asm | AtieP/acpi_shutdown_asm | ccd4af27006c7044a3446265f07608a6c874ae44 | [
"MIT"
] | 9 | 2021-06-19T08:40:36.000Z | 2021-08-23T11:33:26.000Z | shutdown.asm | AtieP/acpi_shutdown_asm | ccd4af27006c7044a3446265f07608a6c874ae44 | [
"MIT"
] | null | null | null | shutdown.asm | AtieP/acpi_shutdown_asm | ccd4af27006c7044a3446265f07608a6c874ae44 | [
"MIT"
] | null | null | null | org 0x7c00
bits 16
jmp short set_cs
set_cs:
jmp 0x0000:main
main:
xor ax, ax
mov ds, ax
mov es, ax
cli
mov ss, ax
mov sp, 0x7c00
lgdt [gdtr]
; protected mode but in the actually
; based way
smsw ax
or al, 1
lmsw ax
jmp 0x08:pm
bits 32
pm:
mov ax, 0x10
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax... | 11.97037 | 71 | 0.647277 |
5337fd92a825c974d62bd0836354a6817811c50b | 414 | asm | Assembly | libsrc/target/special/graphics/w_pixladdr.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/special/graphics/w_pixladdr.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/special/graphics/w_pixladdr.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_driver
PUBLIC w_pixeladdress
EXTERN __vector06c_scroll
; Entry hl = x
; de = y
; Exit: hl = de = address
; a = pixel number
; Uses: a, c, de, hl
.w_pixeladdress
ld c,l ;Save lower pixel numbers
and a
ld a,h ;384 -> 192
rra
ld h,a
ld a,l
rra
and a
rra ;Max 96
and a
rra ;... | 12.545455 | 34 | 0.611111 |
2d2d63e86f4ef818ca3d55e9ecaf73b04c168b5e | 780 | asm | Assembly | progs/h03-bin2num.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | 1 | 2020-05-07T14:20:09.000Z | 2020-05-07T14:20:09.000Z | progs/h03-bin2num.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | null | null | null | progs/h03-bin2num.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | null | null | null | %include "lib.asm"
extern ExitProcess ; windows syscall to exit
section .text
N equ 8 ; up to 32 bits
section .data
buffer times N+2 db 0
section .code
global _start
_start:
fgets buffer, N+2 ; fill buffer with N (+2 is CR&LF) character
mov esi, 0 ; counter
endofbuffer: ; mesur... | 18.139535 | 65 | 0.625641 |
2796af80e0a3516668e7b2ddb750357fbf9a7a78 | 5,021 | asm | Assembly | src/third_party/nasm/test/ilog2.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 2,219 | 2018-03-26T02:57:34.000Z | 2022-03-31T00:27:59.000Z | src/third_party/nasm/test/ilog2.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | src/third_party/nasm/test/ilog2.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 473 | 2019-03-24T16:34:23.000Z | 2022-03-31T02:01:05.000Z | %use ifunc
db ilog2(0x1)
db ilog2(0x2)
db ilog2(0x4)
db ilog2(0x8)
db ilog2(0x10)
db ilog2(0x20)
db ilog2(0x40)
db ilog2(0x80)
db ilog2(0x100)
db ilog2(0x200)
db ilog2(0x400)
db ilog2(0x800)
db ilog2(0x1000)
db ilog2(0x2000)
db ilog2(0x4000)
db ilog2(0x8000)
db ilog2(0x10000)
db ilog2(0x20000)
db il... | 18.459559 | 22 | 0.738897 |
73c6b5233d797ce4b28c4c2f20cd5bbc9eb950b0 | 1,163 | asm | Assembly | programs/oeis/287/A287452.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/287/A287452.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/287/A287452.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A287452: Positions of 0 in A287451.
; 1,5,9,12,13,17,20,24,25,29,33,34,37,41,45,48,49,53,57,58,62,65,69,70,73,77,81,84,85,89,92,96,97,100,104,108,109,113,117,120,121,125,128,132,133,137,141,142,145,149,153,156,157,161,164,168,169,172,176,180,183,184,188,192,193,197,200,204,205,208,212,216,217,221,225,228,229,233,236,... | 55.380952 | 965 | 0.708512 |
cdcf6a5f1d8554794e263fdeb4cf335b0d6325fc | 390 | asm | Assembly | programs/oeis/027/A027334.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/027/A027334.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/027/A027334.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A027334: a(n) = Sum_{k=0..m} (k+1) * A026148(n, m-k), where m=0 for n=1; m=n+1 for n >= 2.
; 1,3,18,54,162,486,1458,4374,13122,39366,118098,354294,1062882,3188646,9565938,28697814,86093442,258280326,774840978,2324522934,6973568802,20920706406,62762119218,188286357654,564859072962
mov $1,3
pow $1,$0
mov $0,$1
mov $2,... | 26 | 189 | 0.676923 |
c033394ed134ba13c1388457f766e0173680d363 | 771 | asm | Assembly | programs/oeis/008/A008616.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/008/A008616.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/008/A008616.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A008616: Expansion of 1/((1-x^2)(1-x^5)).
; 1,0,1,0,1,1,1,1,1,1,2,1,2,1,2,2,2,2,2,2,3,2,3,2,3,3,3,3,3,3,4,3,4,3,4,4,4,4,4,4,5,4,5,4,5,5,5,5,5,5,6,5,6,5,6,6,6,6,6,6,7,6,7,6,7,7,7,7,7,7,8,7,8,7,8,8,8,8,8,8,9,8,9,8,9,9,9,9,9,9,10,9,10,9,10,10,10,10,10,10,11,10,11,10,11,11,11,11,11,11,12,11,12,11,12,12,12,12,12,12,13,12,... | 70.090909 | 659 | 0.607004 |
6da78ff645a78d0f4066c72f003a6e9f5585d871 | 99 | asm | Assembly | gfx/pokemon/yanma/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/yanma/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/yanma/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 1, 10
frame 0, 05
frame 3, 05
setrepeat 5
frame 0, 03
frame 2, 03
dorepeat 4
endanim
| 11 | 12 | 0.666667 |
d8e6bff16d77af41f8ac1363013a21d0fa864f9c | 504 | asm | Assembly | data/mapObjects/route11gate.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapObjects/route11gate.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapObjects/route11gate.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Route11GateObject:
db $a ; border block
db $5 ; warps
db $4, $0, $0, $ff
db $5, $0, $1, $ff
db $4, $7, $2, $ff
db $5, $7, $3, $ff
db $8, $6, $0, ROUTE_11_GATE_2F
db $0 ; signs
db $1 ; objects
object SPRITE_GUARD, $4, $1, STAY, NONE, $1 ; person
; warp-to
EVENT_DISP ROUTE_11_GATE_1F_WIDTH, $4, $0
EVENT_... | 22.909091 | 61 | 0.660714 |
44bffedd5d4d40dc000be8e2c9fa8891d3dc1314 | 10,746 | asm | Assembly | maps/Route35.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/Route35.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/Route35.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const ROUTE35_YOUNGSTER1
const ROUTE35_YOUNGSTER2
const ROUTE35_LASS1
const ROUTE35_LASS2
const ROUTE35_YOUNGSTER3
const ROUTE35_FISHER
const ROUTE35_BUG_CATCHER
const ROUTE35_SUPER_NERD
const ROUTE35_OFFICER
const ROUTE35_FRUIT_TREE
const ROUTE35_POKE_BALL
Route35... | 21.97546 | 151 | 0.80402 |
7c23dcd952dadadd885776c8ec3af31497585980 | 707 | asm | Assembly | oeis/077/A077538.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/077/A077538.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/077/A077538.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A077538: First differences of triangular numbers with square pyramidal indices.
; Submitted by Jamie Morken(s2)
; 1,14,90,360,1075,2646,5684,11040,19845,33550,53966,83304,124215,179830,253800,350336,474249,630990,826690,1068200,1363131,1719894,2147740,2656800,3258125,3963726,4786614,5740840,6841535,8104950,9548496,11... | 47.133333 | 495 | 0.811881 |
6d0965fdd39c13c687b8418f07b35eb76baaa846 | 584 | asm | Assembly | programs/oeis/232/A232749.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/232/A232749.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/232/A232749.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A232749: Inverse function to Hofstadter's A030124.
; 0,1,0,2,3,4,0,5,6,7,8,0,9,10,11,12,13,0,14,15,16,17,18,19,20,0,21,22,23,24,25,26,27,28,0,29,30,31,32,33,34,35,36,37,0,38,39,40,41,42,43,44,45,46,47,0,48,49,50,51,52,53,54,55,56,57,58,59,0,60
mov $2,$0
mov $6,2
lpb $6,1
mov $0,$2
sub $6,1
add $0,$6
sub $0,1... | 20.137931 | 192 | 0.590753 |
531001f0b8eab9d4284ad7f9d202d36dbc029d42 | 1,422 | asm | Assembly | src/util/oli/qdos/gtdef.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/qdos/gtdef.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/qdos/gtdef.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | ; get default directory string
include win1_mac_oli
include win1_keys_qdos_sms
include win1_keys_sys
section utility
xdef ut_gtdef ; get a default directory
xdef ut_gtdd ; get Data Default directory
xdef ut_gtpd ... | 24.517241 | 75 | 0.488748 |
ccee988aae8c293d6854913058eed8b4d8440ba7 | 421 | asm | Assembly | programs/oeis/275/A275346.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/275/A275346.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/275/A275346.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A275346: In Go, minimum total number of liberties player 1 (black) can have on a standard 19 X 19 board after n moves when no player passes a move, with no repeating game positions allowed.
; 2,1,2,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,... | 42.1 | 191 | 0.624703 |
b160dd47d601bbf4f9f79d8a029fcbfbb094ccb8 | 549 | asm | Assembly | rom/src/changeNetwork.asm | Gegel85/GBCGoogleMaps | 035a110fd565844b5c3c7188d6eba0933af31b9a | [
"MIT"
] | null | null | null | rom/src/changeNetwork.asm | Gegel85/GBCGoogleMaps | 035a110fd565844b5c3c7188d6eba0933af31b9a | [
"MIT"
] | 13 | 2020-02-13T15:03:13.000Z | 2020-02-13T15:27:08.000Z | rom/src/changeNetwork.asm | Gegel85/GBCGoogleMaps | 035a110fd565844b5c3c7188d6eba0933af31b9a | [
"MIT"
] | null | null | null | changeNetworkConfig::
call loadTextAsset
; Change SSID
ld hl, changeSSIDText
call displayText
xor a
call typeText
; Set harware SSID
ld bc, $100
ld de, myCmdBuffer
ld hl, typedTextBuffer
call copyStr
push bc
push de
; Change passwd
ld hl, networkPasswdText
call displayText
ld a, "*"
call typeText
... | 12.767442 | 25 | 0.70674 |
de445940f6051904a77d8fb8521574570bf827df | 421 | asm | Assembly | libsrc/math/genmath/c/sccz80/odd.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/genmath/c/sccz80/odd.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/genmath/c/sccz80/odd.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; Small C+ Math Library - Support routine
; Negate a fp number push address
SECTION code_fp
PUBLIC odd
EXTERN minusfa
;
; negate FA, and push address of MINUSFA
; called to evaluate functions f(x) when the argument is
; negative and f() satisfies f(-x)=-f(x... | 23.388889 | 62 | 0.541568 |
bdf6d141ca08ca6153a7fd9cf39adc3ca7afe7cd | 1,147 | asm | Assembly | libsrc/_DEVELOPMENT/adt/bv_priority_queue/z80/asm_bv_priority_queue_push.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/bv_priority_queue/z80/asm_bv_priority_queue_push.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/bv_priority_queue/z80/asm_bv_priority_queue_push.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Mar 2014
; ===============================================================
;
; int bv_priority_queue_push(bv_priority_queue_t *q, int c)
;
; Push item into the priority queue.
;
; ===============================================================
SECTI... | 23.408163 | 65 | 0.455972 |
19a1a538ea86fb2d2961dd098f8875e5bfb23f01 | 490 | asm | Assembly | oeis/070/A070292.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/070/A070292.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/070/A070292.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A070292: a(n) = lcm(12,n)/gcd(12,n).
; Submitted by Jamie Morken(s4)
; 12,6,4,3,60,2,84,6,12,30,132,1,156,42,20,12,204,6,228,15,28,66,276,2,300,78,36,21,348,10,372,24,44,102,420,3,444,114,52,30,492,14,516,33,60,138,564,4,588,150,68,39,636,18,660,42,76,174,708,5,732,186,84,48,780,22,804,51,92,210,852,6,876,222,100,57,... | 37.692308 | 339 | 0.663265 |
08586e16d63cc2474c67e0b746a69f2953a9e947 | 488 | asm | Assembly | programs/oeis/275/A275151.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/275/A275151.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/275/A275151.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A275151: a(1) = 8; a(n) = 3*a(n-1) + 2*sqrt(2*a(n-1)*(a(n-1)-7)) - 7 for n > 1.
; 8,25,128,729,4232,24649,143648,837225,4879688,28440889,165765632,966152889,5631151688,32820757225,191293391648,1114939592649,6498344164232,37875125392729,220752408192128,1286639323760025,7499083534368008,43707861882448009
mul $0,2
add ... | 22.181818 | 223 | 0.659836 |
b7472f2a993480bed6fc1668e7539a9da10e31e1 | 714 | asm | Assembly | oeis/077/A077975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/077/A077975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/077/A077975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A077975: Expansion of 1/(1+x+x^2-2*x^3).
; Submitted by Jamie Morken(s4)
; 1,-1,0,3,-5,2,9,-21,16,23,-81,90,37,-289,432,-69,-941,1874,-1071,-2685,7504,-6961,-5913,27882,-35891,-3817,95472,-163437,60331,294050,-681255,507867,761488,-2631865,2886111,1268730,-9418571,13922063,-1966032,-30793173,60603331,-33742222,-88447... | 39.666667 | 501 | 0.72409 |
30a0068f52480eada0b49e0f037518a9bd1a330c | 1,545 | asm | Assembly | oswan.asm | ErMeest/OSwan | 7fb06b12a2dbc511ada564b5ebb373645fcc7696 | [
"MIT"
] | null | null | null | oswan.asm | ErMeest/OSwan | 7fb06b12a2dbc511ada564b5ebb373645fcc7696 | [
"MIT"
] | null | null | null | oswan.asm | ErMeest/OSwan | 7fb06b12a2dbc511ada564b5ebb373645fcc7696 | [
"MIT"
] | null | null | null | mov [0x1000], dl ;save drive number
cmp byte[0x1000], 0x80
jle iafd
iafd:
mov byte[0x1001], 0x12
and byte[0x1001], 3Fh
mov byte[0x1002], 0x12
and byte [0x1001], 3Fh
mov byte[0x1003], 0x50
jmp etc
jge iahd
iahd:
mov ah, 0x08
int 0x13
mov [0x1001], cl ;save sectors per track number
and byte[0... | 19.3125 | 51 | 0.620065 |
05ec85ca11b3f70e31675fec3fdf1d24a297a429 | 6,290 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1156.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1156.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1156.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1302b, %rsi
lea addresses_WT_ht+0xe75c, %rdi
nop
nop
nop
nop
sub $28716, %rdx
mov $99, %rcx
rep movsw
sub %rdi, %rdi
lea addresses_D_ht+0x8ca7, %rdx
clflush (%rdx)
xor %r13, %r13
vmovu... | 40.580645 | 2,999 | 0.660572 |
ff022d9c4168c5f86243914203df7129a35903a5 | 654 | asm | Assembly | oeis/113/A113630.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/113/A113630.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/113/A113630.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A113630: 1 + 2*n + 3*n^2 + 4*n^3 + 5*n^4 + 6*n^5 + 7*n^6 + 8*n^7 + 9*n^8.
; 1,45,4097,83653,757305,4272461,17736745,59409477,169826513,429794605,987654321,2098573445,4178995657,7879732173,14181546905,24517448581,40926266145,66242446637,104327377633,160347899205,241108033241,355440320845,514663521417,733113789893,1028... | 54.5 | 501 | 0.804281 |
a4353a790c5b2e5a23d50cf15c02c8e859dddaaf | 413 | asm | Assembly | oeis/025/A025557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/025/A025557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/025/A025557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A025557: a(n) = (n+1)!/LCM{1,3,6,...,C(n+1,2)}.
; Submitted by Jamie Morken(s4)
; 2,2,4,4,24,24,96,288,2880,2880,34560,34560,483840,7257600,58060800,58060800,1045094400,1045094400,20901888000,438939648000,9656672256000,9656672256000,231760134144000,1158800670720000,30128817438720000,271159356948480000
add $0,2
mov $... | 25.8125 | 222 | 0.707022 |
a29a48f5265987d373d14b55d3a35d3920db605e | 9,499 | asm | Assembly | external/fasmg/source/windows/fasmg.asm | hpdporg/hpdp | 1ef4c2718cf920223d5cc566eb72c136b2706c48 | [
"BSD-3-Clause"
] | 1 | 2022-01-21T05:31:00.000Z | 2022-01-21T05:31:00.000Z | external/fasmg/source/windows/fasmg.asm | hpdporg/hpdp | 1ef4c2718cf920223d5cc566eb72c136b2706c48 | [
"BSD-3-Clause"
] | null | null | null | external/fasmg/source/windows/fasmg.asm | hpdporg/hpdp | 1ef4c2718cf920223d5cc566eb72c136b2706c48 | [
"BSD-3-Clause"
] | null | null | null |
match ,{
include 'win32a.inc'
} match -,{
else
include 'selfhost.inc'
end match
_ equ }
format PE large console 4.0
entry start
include '../version.inc'
section '.text' code readable executable
start:
call system_init
mov esi,_logo
xor ecx,ecx
call display_string
call get_arguments
jc display_u... | 19.036072 | 94 | 0.755869 |
9480c3a59833d4e42a7b1047750a917e7329a02c | 6,362 | asm | Assembly | src/secure/lib/libcrypto/Makefile.asm | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/secure/lib/libcrypto/Makefile.asm | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/secure/lib/libcrypto/Makefile.asm | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | # $FreeBSD$
# Use this to help generate the asm *.S files after an import. It is not
# perfect by any means, but does what is needed.
# Do a 'make -f Makefile.asm all' and it will generate *.S. Move them
# to the arch subdir, and correct any exposed paths and $ FreeBSD $ tags.
.include "Makefile.inc"
.if defined(AS... | 21.136213 | 89 | 0.652153 |
266afb7afc0f05489e2160a5bf9c7d7e8e969c90 | 353 | asm | Assembly | programs/oeis/220/A220000.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/220/A220000.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/220/A220000.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A220000: Sixty fourths of an inch in thousandths, rounded to nearest integer.
; 16,31,47,63,78,94,109,125,141,156,172,188,203,219,234,250,266,281,297,313,328,344,359,375,391,406,422,438,453,469,484,500,516,531,547,563,578,594,609,625,641,656,672,688,703,719,734,750,766,781
add $0,15650
mov $1,125
mul $1,$0
sub $1,1
... | 32.090909 | 195 | 0.716714 |
09f1621d820ee01ec4f515b151f119d1d9327809 | 8,218 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_250.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_250.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_250.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 %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1bec1, %rsi
nop
nop
nop
nop
add $12360, %r9
mov $0x6162636465666768, %r14
movq %r14, %xmm6
movups %xmm6, (%rsi)
nop
nop
nop
inc %rbx
lea addresses_WC_ht+0x8511,... | 32.354331 | 2,999 | 0.657946 |
d76a08db345888bdaa222db7ceb25e28444139db | 2,785 | asm | Assembly | Library/Chart/CObject/cobjectBuild.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Chart/CObject/cobjectBuild.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Chart/CObject/cobjectBuild.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: cobjectBuild.asm
AUTHOR: Chris Boyke
METHODS:
Name Description
---- -----------
FUNCTIONS:
Scope Name Description
----- ---- ----... | 22.28 | 71 | 0.547217 |
ff59f44aa9987cd91c2aa59fa147414a3200384c | 264,042 | asm | Assembly | disassemble/eyes.asm | BleuLlama/GameDocs | 7f542ae50a2d0c7045c3ed826497b32941eafa0a | [
"MIT"
] | 14 | 2015-09-04T02:30:43.000Z | 2022-02-19T10:31:14.000Z | disassemble/eyes.asm | BleuLlama/GameDocs | 7f542ae50a2d0c7045c3ed826497b32941eafa0a | [
"MIT"
] | null | null | null | disassemble/eyes.asm | BleuLlama/GameDocs | 7f542ae50a2d0c7045c3ed826497b32941eafa0a | [
"MIT"
] | 2 | 2021-01-09T23:45:45.000Z | 2022-03-08T12:57:58.000Z | ; Disassembly of EYES
;
; preliminary disassembly, for when I added this in to a menu system
;
; CPU Type: Z80
;
; Created with dZ80 1.50
;
; on Sunday, 29 of September 2002 at 12:51 PM
;
0000 F3 DI
0001 AF XOR A
0002 0608 LD B,$08
0004 210050 LD HL,$5000
0007... | 30.17278 | 70 | 0.442672 |
3bdb02833f0c826ffbc2dc4c56adbe7e0d812ef8 | 252 | asm | Assembly | data/mapHeaders/CeruleanGym.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/CeruleanGym.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/CeruleanGym.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | CeruleanGym_h:
db GYM ; tileset
db CERULEAN_GYM_HEIGHT, CERULEAN_GYM_WIDTH ; dimensions (y, x)
dw CeruleanGym_Blocks ; blocks
dw CeruleanGym_TextPointers ; texts
dw CeruleanGym_Script ; scripts
db 0 ; connections
dw CeruleanGym_Object ; objects
| 28 | 63 | 0.797619 |
b5628e6e69c610222581492ee54ae7e1dccf27be | 479 | asm | Assembly | programs/oeis/129/A129889.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/129/A129889.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/129/A129889.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A129889: Write down n, then n*(n+1).
; 0,0,1,2,2,6,3,12,4,20,5,30,6,42,7,56,8,72,9,90,10,110,11,132,12,156,13,182,14,210,15,240,16,272,17,306,18,342,19,380,20,420,21,462,22,506,23,552,24,600,25,650,26,702,27,756,28,812,29,870,30,930,31,992,32,1056,33,1122,34,1190,35,1260,36,1332,37,1406,38,1482,39,1560,40,1640,41,172... | 34.214286 | 346 | 0.659708 |
b59f622797df8d7e68985a59a1757931a862c8f7 | 449 | asm | Assembly | peripheral tests/TIMER/timer_assembly.asm | sajjadahmed677/azadi-verify | 9a6bb6394b6b0626ffe13515401f1ced7436fe11 | [
"Apache-2.0"
] | 2 | 2022-02-09T08:02:40.000Z | 2022-03-08T04:01:17.000Z | peripheral tests/TIMER/timer_assembly.asm | sajjadahmed677/azadi-verify | 9a6bb6394b6b0626ffe13515401f1ced7436fe11 | [
"Apache-2.0"
] | 5 | 2021-10-04T05:12:32.000Z | 2022-02-18T14:11:17.000Z | peripheral tests/TIMER/timer_assembly.asm | sajjadahmed677/azadi-verify | 9a6bb6394b6b0626ffe13515401f1ced7436fe11 | [
"Apache-2.0"
] | 12 | 2021-04-06T08:11:00.000Z | 2021-10-04T04:47:25.000Z | jal delay
nop
nop
nop
nop
nop
nop
lui s0,0x40000
li t0,0
sw zero,272(s0) # 40000110 <_etext+0x1ffffd64>
sw a1,256(s0)
sw t0,276(s0)
sw t0,0(s0)
csrrw x0, 0x300, t0 # mstatus
csrrw x0, 0x304, t0 # mie
mret
delay:
li s0, 0x40000000
li x10,1
li x13, 0x80
li x14, 8
csrrw x0, 0x300, x14 # mstatus
csrrw x0, 0x304, x13 # m... | 12.828571 | 46 | 0.69265 |
20ec1bd6257cdf35b6ee1cb58447067c310d066a | 6,010 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_14_787.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_14_787.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_14_787.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x11981, %rax
clflush (%rax)
nop
nop
nop
xor $7740, %r13
mov $0x6162636465666768, %rcx
movq %rcx, %xmm6
movups %xmm6, (%rax)
nop
nop
nop
dec %r11
lea addresses_D_ht+0x137f1... | 20.795848 | 152 | 0.645923 |
c56fc163b9868fbf915894ea07443401a3e13ca6 | 2,707 | asm | Assembly | src/routines/find.asm | zdimension/Cesium | bf202346ba89a6b413c0d19dd9faa4be89fc85a3 | [
"BSD-3-Clause"
] | 5 | 2018-08-22T13:26:03.000Z | 2021-08-29T14:31:32.000Z | src/routines/find.asm | zdimension/Cesium | bf202346ba89a6b413c0d19dd9faa4be89fc85a3 | [
"BSD-3-Clause"
] | null | null | null | src/routines/find.asm | zdimension/Cesium | bf202346ba89a6b413c0d19dd9faa4be89fc85a3 | [
"BSD-3-Clause"
] | null | null | null | ;-------------------------------------------------------------------------------
FindPrograms:
ld hl,(progptr)
findloop:
ld de,(ptemp) ; check to see if we're at the end of the symbol table
or a,a
sbc hl,de
ret z
ret c
add hl,de ; restore HL
ld a,(hl) ; check the [t] of entry, take appropriate... | 23.136752 | 101 | 0.598818 |
f776ae3be811e893294f0d3d04294fa55b271d98 | 208 | asm | Assembly | test/in-development/profiler.asm | jfrech/Joy-Assembler | d5b689d21c51f839660fb6305a6ff98298d99f29 | [
"MIT"
] | null | null | null | test/in-development/profiler.asm | jfrech/Joy-Assembler | d5b689d21c51f839660fb6305a6ff98298d99f29 | [
"MIT"
] | null | null | null | test/in-development/profiler.asm | jfrech/Joy-Assembler | d5b689d21c51f839660fb6305a6ff98298d99f29 | [
"MIT"
] | null | null | null | pragma_embed-profiler-output := true
mov 0
mov 1
profiler start, one instruction
nop
profiler stop, one instruction
profiler start, loop test
mov 4
loop:
dec
jnz @loop
profiler stop, loop test
hlt
| 12.235294 | 36 | 0.75 |
7591918c589c9bd8981a42a39554f95ec0749495 | 564 | asm | Assembly | programs/oeis/315/A315763.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/315/A315763.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/315/A315763.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A315763: Coordination sequence Gal.6.628.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,6,12,18,24,29,35,41,46,52,58,64,70,76,82,88,94,99,105,111,116,122,128,134,140,146,152,158,164,169,175,181,186,192,198,204,210,216,222,228,... | 22.56 | 181 | 0.661348 |
5269d872d492957ee5bdcdba8461214d079e45e2 | 2,050 | asm | Assembly | 25-asm/main.asm | Fabien-Chouteau/aoc-2020 | 94c39b4f33fb3737af14d8da849c0d4297e49710 | [
"MIT"
] | 107 | 2020-12-02T11:39:07.000Z | 2022-02-02T09:34:23.000Z | 25-asm/main.asm | Fabien-Chouteau/aoc-2020 | 94c39b4f33fb3737af14d8da849c0d4297e49710 | [
"MIT"
] | 4 | 2020-12-18T12:30:49.000Z | 2021-02-18T12:03:24.000Z | 25-asm/main.asm | Fabien-Chouteau/aoc-2020 | 94c39b4f33fb3737af14d8da849c0d4297e49710 | [
"MIT"
] | 15 | 2020-12-03T12:35:27.000Z | 2021-12-14T20:22:14.000Z | BITS 64
%define SYS_READ 0
%define SYS_WRITE 1
%define SYS_OPEN 2
%define SYS_CLOSE 3
%define SYS_EXIT 60
%define STDIN 0
%define STDOUT 1
%define STDERR 2
%define O_RDONLY 0
%define BUFFER_CAPACITY 256
global _start
section .text
;; rdi - number
itoa:
mov rbx, 10
mov rsi, buffer_end - 1
.begin:
test ... | 13.851351 | 38 | 0.60439 |
d06b959df6ff033507a153a449c6b26380e0e260 | 6,360 | asm | Assembly | _maps/Credits.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _maps/Credits.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _maps/Credits.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - "SONIC TEAM PRESENTS" and credits
; ---------------------------------------------------------------------------
Map_Cred_internal:
dc.w @staff-Map_Cred_internal
dc.w @gameplan-Map_Cred_internal
dc.w @program-Map_Cred... | 27.532468 | 77 | 0.442925 |
8f94c966792834b7477f0d92299b8abb59d570ce | 682,639 | asm | Assembly | kernel.asm | Willnoble83/SysProg-Assessment2 | 263d2e08fbcc7a7fa6a9d511b1d45a710dc78a39 | [
"MIT-0"
] | null | null | null | kernel.asm | Willnoble83/SysProg-Assessment2 | 263d2e08fbcc7a7fa6a9d511b1d45a710dc78a39 | [
"MIT-0"
] | null | null | null | kernel.asm | Willnoble83/SysProg-Assessment2 | 263d2e08fbcc7a7fa6a9d511b1d45a710dc78a39 | [
"MIT-0"
] | 1 | 2021-03-12T09:38:36.000Z | 2021-03-12T09:38:36.000Z |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... | 39.925079 | 161 | 0.512354 |
728305f01287c2e0c28a8ccaae744d74cf63ffd5 | 512 | asm | Assembly | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_32/zx_01_output_char_32_oterm_msg_pause.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_32/zx_01_output_char_32_oterm_msg_pause.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_32/zx_01_output_char_32_oterm_msg_pause.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fcntl
PUBLIC zx_01_output_char_32_oterm_msg_pause
EXTERN asm_in_wait_nokey, asm_in_wait_key
;zx_01_output_char_32_oterm_msg_pause:
; can use: af, bc, de, hl
;
; The scroll count has reached zero so the driver should
; pause the output somehow.
;
; If multiple threads are run... | 22.26087 | 61 | 0.75 |
4bdc8094d88d68a6425fb4fc391eb06cb0ab4cfb | 5,603 | asm | Assembly | s2/music-original/91 - Options.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/music-original/91 - Options.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/music-original/91 - Options.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Options_Header:
smpsHeaderStartSong 2, 1
smpsHeaderVoice Options_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $87
smpsHeaderDAC Options_DAC
smpsHeaderFM Options_FM1, $F4, $05
smpsHeaderFM Options_FM2, $00, $07
smpsHeaderFM Options_FM3, $E8, $0E
smpsHeaderFM ... | 30.955801 | 81 | 0.577548 |
fe82707b763bddfaeb697496284f57ad001d2529 | 5,526 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_796.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.log_21829_796.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.log_21829_796.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 %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1c030, %r10
nop
and $17160, %rdx
movb (%r10), %al
nop
nop
nop
xor %r9, %r9
lea addresses_UC_ht+0xec04, %rsi
lea addresses_WT_ht+0x5816, %rdi
clflush (%rdi)
nop
nop
sub %r10, %r10
mov $... | 40.043478 | 2,999 | 0.653818 |
9461f3112ee8a4284f7fdb3d5f8a86e99a1416a9 | 15,355 | asm | Assembly | CPU/cpu_test/test_storage/2_test_special.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | 55 | 2021-09-06T12:12:47.000Z | 2022-01-15T04:30:53.000Z | CPU/cpu_test/test_storage/2_test_special.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | null | null | null | CPU/cpu_test/test_storage/2_test_special.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | null | null | null | init:
lui $1, 0x563c
lui $2, 0x2a0a
lui $3, 0xf95
lui $4, 0x52c0
lui $5, 0x29c5
lui $6, 0xf57
lui $7, 0x7a30
lui $8, 0x14a7
lui $9, 0x6b2e
lui $10, 0x1104
lui $11, 0x11b6
lui $12, 0x2daf
lui $13, 0x6186
lui $14, 0x48ee
lui $15, 0x7b5e
lui $16, 0x15c9
lui $17, 0x2e48
lui $18, 0x76b8
lui $19, 0x4c0e
lui $20, 0x52cd
lui $... | 17.36991 | 18 | 0.491436 |
b3454a2e4c212f5686ebf1af0f158430f994105d | 293 | asm | Assembly | oeis/204/A204817.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/204/A204817.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/204/A204817.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A204817: Final nonzero digit of n^n in base 7.
; Submitted by Jon Maiga
; 1,1,4,6,4,3,1,1,1,1,4,2,1,6,4,1,2,5,1,5,1,6,1,4,1,4,4,6,4,1,1,3,2,6,1,3,1,2,2,1,2,6,1,1,4,6,4,3,1,1,1,1,4,2,1,6,1,1,2,5,1,5,1,1,1,4,1,4,4,6,4,1,1,3,2,6,1,2,1,2,2,1,2,6,1
dif $0,7
pow $0,$0
mod $0,7
trn $0,1
add $0,1
| 29.3 | 171 | 0.559727 |
9c629190b709a1801fbdd609f0c7f0e818d3cc93 | 1,747 | asm | Assembly | programs/oeis/017/A017322.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017322.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017322.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017322: a(n) = (10*n + 4)^6.
; 4096,7529536,191102976,1544804416,7256313856,24794911296,68719476736,164206490176,351298031616,689869781056,1265319018496,2194972623936,3635215077376,5789336458816,8916100448256,13339032325696,19456426971136,27752076864576,38806720086016,53310208315456,72074394832896,96046742518336,126... | 249.571429 | 1,685 | 0.923869 |
a60256f440055eefd4353e4d1137fc3ece7515d8 | 323 | asm | Assembly | oeis/021/A021075.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021075.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021075.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021075: Decimal expansion of 1/71.
; Submitted by Jon Maiga
; 0,1,4,0,8,4,5,0,7,0,4,2,2,5,3,5,2,1,1,2,6,7,6,0,5,6,3,3,8,0,2,8,1,6,9,0,1,4,0,8,4,5,0,7,0,4,2,2,5,3,5,2,1,1,2,6,7,6,0,5,6,3,3,8,0,2,8,1,6,9,0,1,4,0,8,4,5,0,7,0,4,2,2,5,3,5,2,1,1,2,6,7,6,0,5,6,3,3,8
add $0,1
mov $2,10
pow $2,$0
div $2,71
mov $0,$2
mod $0,... | 29.363636 | 199 | 0.55418 |
f9f9caf087bae4cf660a165ac7677518109029cd | 141 | asm | Assembly | macros.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 53 | 2017-08-25T01:27:33.000Z | 2021-08-30T19:55:57.000Z | macros.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 6 | 2017-08-24T19:40:33.000Z | 2018-05-14T19:37:34.000Z | macros.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 10 | 2017-08-24T18:37:35.000Z | 2019-10-02T04:35:39.000Z |
INCLUDE "macros/debug.asm"
INCLUDE "macros/macros.asm"
INCLUDE "macros/memory.asm"
INCLUDE "macros/map.asm"
INCLUDE "macros/text.asm"
| 20.142857 | 28 | 0.737589 |
0c8c19dab568a1fb0b9413b49ca905a016b4de49 | 723 | asm | Assembly | oeis/042/A042566.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/042/A042566.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/042/A042566.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A042566: Numerators of continued fraction convergents to sqrt(812).
; Submitted by Jon Maiga
; 28,57,3220,6497,367052,740601,41840708,84422017,4769473660,9623369337,543678156532,1096979682401,61974540370988,125046060424377,7064553924136100,14254153908696577,805297172811144412,1624848499530985401,91796813146546326868,... | 40.166667 | 494 | 0.832642 |
01d94025d721e7248b29c70d37d4b4b7b0c4fd0a | 1,757 | asm | Assembly | source/data.asm | paulscottrobson/remslash | a3999ee765d25592558eff05bdb46df953afd089 | [
"MIT"
] | null | null | null | source/data.asm | paulscottrobson/remslash | a3999ee765d25592558eff05bdb46df953afd089 | [
"MIT"
] | null | null | null | source/data.asm | paulscottrobson/remslash | a3999ee765d25592558eff05bdb46df953afd089 | [
"MIT"
] | null | null | null | ; ******************************************************************************
; ******************************************************************************
;
; Name : data.asm
; Purpose : Data Allocation
; Author : Paul Robson (paul@robsons.org.uk)
; Created : 14th October 2019
;
; **********************... | 30.824561 | 80 | 0.528173 |
6749f1ab5912e9b6f520213f567b73f9a5bc7cc5 | 506 | asm | Assembly | oeis/289/A289139.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/289/A289139.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/289/A289139.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A289139: a(n) is the number of odd integers divisible by 7 in ]4*(n-1)^2, 4*n^2[.
; Submitted by Jon Maiga
; 0,0,1,2,2,2,3,4,4,5,6,6,6,7,8,8,9,10,10,10,11,12,12,13,14,14,14,15,16,16,17,18,18,18,19,20,20,21,22,22,22,23,24,24,25,26,26,26,27,28,28,29,30,30,30,31,32,32,33,34,34,34,35,36,36,37,38,38,38,39,40,40
mov $1,$0... | 21.083333 | 200 | 0.577075 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.