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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
347cef3226245c6fe1f11fd76331982b0b2de922 | 643 | asm | Assembly | libsrc/oz/ozgfx/ozsavescreen.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/oz/ozgfx/ozsavescreen.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/oz/ozgfx/ozsavescreen.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by Alexander R. Pruss
; by Stefano Bodrato - Oct. 2003
;
;
;
;
; ------
; $Id: ozsavescreen.asm,v 1.4 2016-07-14 17:44:17 pauloscustodio Exp $
;
SECTION code_clib
PUBLIC ozsavescreen
PUBLIC _ozsavescreen
;EXTERN ozrestorescreen
PUBLIC ozsccopy
E... | 16.487179 | 70 | 0.575428 |
e0aea000df6238a1fc14940b282070a203bc873f | 29,885 | asm | Assembly | base/ntos/ke/i386/spinlock.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/ntos/ke/i386/spinlock.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/ntos/ke/i386/spinlock.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | TITLE "Spin Locks"
;++
;
; Copyright (c) 1989 Microsoft Corporation
;
; Module Name:
;
; spinlock.asm
;
; Abstract:
;
; This module implements the routines for acquiring and releasing
; spin locks.
;
; Author:
;
; Bryan Willman (bryanwi) 13 Dec 89
;
; Environment:
;
;... | 26.376876 | 85 | 0.59652 |
279c5a6eeece17493b016287a1b786553990bf33 | 339 | asm | Assembly | programs/oeis/103/A103435.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/103/A103435.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/103/A103435.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A103435: a(n) = 2^n * Fibonacci(n).
; 0,2,4,16,48,160,512,1664,5376,17408,56320,182272,589824,1908736,6176768,19988480,64684032,209321984,677380096,2192048128,7093616640,22955425792,74285318144,240392339456,777925951488,2517421260800
mov $3,1
lpb $0
sub $0,1
add $2,$3
add $1,$2
mov $3,$1
mul $1,2
sub $3,... | 24.214286 | 197 | 0.702065 |
53ea4959e5154afa83ff0a5e712cfb602c361e47 | 8,111 | asm | Assembly | functions/delete.asm | perrada69/CalmCommander | a54ba46866d42d9c389c123f8d94a7b1f674ed8b | [
"MIT"
] | 28 | 2020-05-08T08:13:37.000Z | 2022-02-18T07:42:42.000Z | functions/delete.asm | perrada69/CalmCommander | a54ba46866d42d9c389c123f8d94a7b1f674ed8b | [
"MIT"
] | 2 | 2020-05-09T15:54:10.000Z | 2020-06-11T08:31:53.000Z | functions/delete.asm | perrada69/CalmCommander | a54ba46866d42d9c389c123f8d94a7b1f674ed8b | [
"MIT"
] | null | null | null | moredelete
call savescr
ld hl,10 * 256 + 10
ld bc,60 * 256 + 5
ld a,16
call window
ld hl,11*256+11
ld a,16
ld de,moredeletetxt
call print
ld hl,numsel
call ROZHOD2
ld a,(hl)
inc hl
ld h,(hl)
ld l,a
push hl
ex de,hl
call PROVYP
add a,a
ld (CPPX1+1),hl
ld (... | 12.052006 | 55 | 0.586611 |
2b9ffe6c8dcefdfb0f869d117f6a03723c88b3d4 | 392 | asm | Assembly | packedBCD.asm | tamim87/Assembly-Samples | 99290b8df6484ff9b46afa5bd1dc2f6bc31f29dd | [
"MIT"
] | null | null | null | packedBCD.asm | tamim87/Assembly-Samples | 99290b8df6484ff9b46afa5bd1dc2f6bc31f29dd | [
"MIT"
] | null | null | null | packedBCD.asm | tamim87/Assembly-Samples | 99290b8df6484ff9b46afa5bd1dc2f6bc31f29dd | [
"MIT"
] | null | null | null | ;bcd to binary
org 100h
mov al,03h
call packedBCD
jmp done
packedBCD near proc
pushf
push ax
push bx
push cx
mov bl,'5'
mov al,'9'
and al ,0fh
and bl ,0fh
rol bl,04h
or al,bl
pop cx
pop bx
pop ax
... | 9.560976 | 20 | 0.433673 |
0661e6ccba7137de6d5e2a346d5c6b9b92680e20 | 985 | asm | Assembly | programas/ensamblador/division_con_saltos.asm | AdolfoMX/La-Biblioteca | 095d37f43c35bdcfe8b996eab11370515dd13c61 | [
"MIT"
] | null | null | null | programas/ensamblador/division_con_saltos.asm | AdolfoMX/La-Biblioteca | 095d37f43c35bdcfe8b996eab11370515dd13c61 | [
"MIT"
] | null | null | null | programas/ensamblador/division_con_saltos.asm | AdolfoMX/La-Biblioteca | 095d37f43c35bdcfe8b996eab11370515dd13c61 | [
"MIT"
] | null | null | null | ; division de un numero haciendo uso de registros de saltos
;------------- Seccion de datos -------------
section .data
; cadena de texto
msg db 0xA,0xD,"no es posible dividir entre cero",0xA,0xD
lonmsg equ $-msg
section .bss
resultado resb 1
;------------- Seccion de texto -------------
section .text
... | 18.942308 | 65 | 0.650761 |
376be6b8149a61ad01d2fe5f6a29691deb5d6f77 | 486 | nasm | Assembly | Projetos/src/F-Assembly/src/nasm/max.nasm | Fogelman/Z01.1 | 5a40e721a6bf000ba1016c2addad579a25618d49 | [
"Unlicense"
] | null | null | null | Projetos/src/F-Assembly/src/nasm/max.nasm | Fogelman/Z01.1 | 5a40e721a6bf000ba1016c2addad579a25618d49 | [
"Unlicense"
] | 91 | 2018-08-24T11:41:28.000Z | 2018-12-09T15:09:02.000Z | Projetos/src/F-Assembly/src/nasm/max.nasm | Fogelman/Z01.1 | 5a40e721a6bf000ba1016c2addad579a25618d49 | [
"Unlicense"
] | 1 | 2018-12-05T19:22:27.000Z | 2018-12-05T19:22:27.000Z | ; Arquivo: Max.nasm
; Curso: Elementos de Sistemas
; Criado por: Luciano Soares
; Data: 27/03/2017
; Log :
; - Rafael Corsi portado para Z01
; Calcula R2 = max(R0, R1) (R0,R1,R2 se referem a RAM[0],RAM[1],RAM[2])
; ou seja, o maior valor que estiver, ou em R0 ou R1 sera copiado para R2
; Estamos conside... | 21.130435 | 74 | 0.600823 |
eaa77543466c77af944d3c5673974ff85990492b | 18 | asm | Assembly | test/invalid-vxcall.asm | kspalaiologos/asmbf | c98a51d61724a46855de291a27d68a49a034810b | [
"MIT"
] | 67 | 2020-08-03T06:26:35.000Z | 2022-03-24T19:50:51.000Z | test/invalid-vxcall.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 55 | 2019-10-02T19:37:08.000Z | 2020-06-12T19:40:53.000Z | test/invalid-vxcall.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 9 | 2019-05-18T11:59:41.000Z | 2020-06-21T20:40:25.000Z |
vxcall sto r1, 3
| 6 | 16 | 0.666667 |
707aa533928dbeedbfd57a92ddb315cbb7abd503 | 18,128 | asm | Assembly | kernel/regs.asm | iocoder/upcr | 3de4cb76177b4fee5403c8630acf8c7ffac515d1 | [
"MIT"
] | null | null | null | kernel/regs.asm | iocoder/upcr | 3de4cb76177b4fee5403c8630acf8c7ffac515d1 | [
"MIT"
] | null | null | null | kernel/regs.asm | iocoder/upcr | 3de4cb76177b4fee5403c8630acf8c7ffac515d1 | [
"MIT"
] | null | null | null | ;###############################################################################
;# FILE NAME: KERNEL/REGS.ASM
;# DESCRIPTION: DUMP CPU REGISTERS
;# AUTHOR: RAMSES A.
;###############################################################################
;#
;# UPCR OPERATING SYSTEM FOR X86_64 ARCHITECTURE
;# COPYRIG... | 35.337232 | 81 | 0.323643 |
a1afb614b8c554e8b8e97ba537f8f730d771e90c | 381 | asm | Assembly | Student/examples/Correct/Subprograms/Correct_211.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 6 | 2021-02-02T10:08:02.000Z | 2022-03-24T08:10:44.000Z | Student/examples/Correct/Subprograms/Correct_211.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 1 | 2021-02-27T21:55:26.000Z | 2021-02-28T12:39:29.000Z | Student/examples/Correct/Subprograms/Correct_211.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 6 | 2020-02-24T13:51:32.000Z | 2021-06-05T19:02:05.000Z | PROGRAM 4
BR L5
L0:
PROC 0
LDLADDR -8
LOADW
LOADW
LDLADDR -4
LOADW
CMP
BGE L3
LDLADDR -8
LOADW
LDLADDR -8
LOADW
LOADW
LDCINT 1
ADD
STOREW
BR L4
L3:
RET 8
L4:
RET 8
L5:
LDGADDR 0
LDCINT 13
STOREW
LDGADDR 0
LDCINT 10
CALL L0
LDCSTR "n = "... | 9.769231 | 16 | 0.548556 |
44e0e9a60883a1fd75b8fe29b2464e21fa21479f | 5,413 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2144.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2144.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2144.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x124af, %r12
sub $2665, %rbp
mov $0x6162636465666768, %r15
movq %r15, %xmm6
vmovups %ymm6, (%r12)
nop
nop
nop
nop
nop
dec %r15
lea addresses_D_ht+0xccd5, %rcx
nop
nop
nop
nop
... | 42.622047 | 2,999 | 0.658969 |
7e2c310face4f8c727b74cbd7904e0a735014e13 | 13,705 | asm | Assembly | kernel/iodev/ps2.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | 1 | 2021-03-21T19:49:05.000Z | 2021-03-21T19:49:05.000Z | kernel/iodev/ps2.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | null | null | null | kernel/iodev/ps2.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | null | null | null |
;; xOS32
;; Copyright (C) 2016-2017 by Omar Mohammad.
use32
; PS/2 Keyboard Commands
PS2_KBD_RESET = 0xFF
PS2_KBD_SET_AUTOREPEAT = 0xF3
PS2_KBD_SET_SCANCODE = 0xF0
PS2_KBD_ENABLE_MB = 0xFA
PS2_KBD_ENABLE = 0xF4
PS2_KBD_DISABLE = 0xF5
PS2_KBD_SET_LEDS = 0xED
; PS/2 Keyboard LEDs Bitfield
PS2_KBD_SCROLL_LOC... | 16.104583 | 86 | 0.726888 |
a778c12773bfaef1066696965d63d0ef747498ea | 101 | asm | Assembly | c64/kapi_nm.asm | alexkazik/disk2easyflash | 1ee3b54756cab104ad7a131576ad663dfde6436c | [
"0BSD"
] | 1 | 2021-04-08T05:41:41.000Z | 2021-04-08T05:41:41.000Z | c64/kapi_nm.asm | alexkazik/disk2easyflash | 1ee3b54756cab104ad7a131576ad663dfde6436c | [
"0BSD"
] | null | null | null | c64/kapi_nm.asm | alexkazik/disk2easyflash | 1ee3b54756cab104ad7a131576ad663dfde6436c | [
"0BSD"
] | null | null | null | .const ULTIMAX = false
.const BANK_START = $8000
.const BANK_SIZE = $4000
.import source "main.asm"
| 16.833333 | 25 | 0.722772 |
d88c3bbdd39e215d3f544de74b579add4d25d5d5 | 4,066 | asm | Assembly | Proejct_02.asm | Rufian55/Assembly | e86b8f6920a774bc7648b781effa34545d5ad1ab | [
"MIT"
] | 1 | 2016-11-17T23:39:01.000Z | 2016-11-17T23:39:01.000Z | Proejct_02.asm | Rufian55/Assembly | e86b8f6920a774bc7648b781effa34545d5ad1ab | [
"MIT"
] | null | null | null | Proejct_02.asm | Rufian55/Assembly | e86b8f6920a774bc7648b781effa34545d5ad1ab | [
"MIT"
] | null | null | null | TITLE Program #2 (Project_02.asm)
; Author: Chris Kearns
; Date: 17 Apr 2016
; Description: Program calculates Fibonacci numbers.
; Displays program title, programmer’s name, gets user’s name, and greets user.
; Prompts user to enter number of Fibonacci terms to be displayed.
; Advises user to enter an integer i... | 26.75 | 108 | 0.737334 |
4f158edd51d2817d213ba95e2aac156ef4f15431 | 1,452 | asm | Assembly | ffight/lcs/enemy/56.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | ffight/lcs/enemy/56.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | ffight/lcs/enemy/56.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
0039FA movem.l D0-D3, -(A6)
0039FE movem.l D0-D3, -(A6)
009ACA dbra D5, $9ac8
027100 move.w #$48, ($56,A6) [enemy+50]
027106 tst.b ($36,A6) [enemy+56]
0271E4 move.w #$48, ($56,A6) [enemy+50]
0271EA tst.b ($36,A6) [enemy+56]
02749C move.w #$48, ... | 36.3 | 54 | 0.595041 |
8817433512f1c71bed3aede4b00404d0a57ed589 | 981 | asm | Assembly | Windows/Detector/_Detector.asm | fplu/Detector | 1e214f70e309f4e46533b8ad155e2f3ef9a86c6d | [
"MIT"
] | 15 | 2022-03-11T16:42:40.000Z | 2022-03-18T09:18:21.000Z | Windows/Detector/_Detector.asm | fplu/Detector | 1e214f70e309f4e46533b8ad155e2f3ef9a86c6d | [
"MIT"
] | null | null | null | Windows/Detector/_Detector.asm | fplu/Detector | 1e214f70e309f4e46533b8ad155e2f3ef9a86c6d | [
"MIT"
] | 4 | 2020-11-16T13:45:45.000Z | 2022-03-12T03:07:31.000Z | GLOBAL _ModifiedThread
GLOBAL _ThreadWhichModify
section .text ; makes this executable
align 4096 ; aligns on page size for both x86 and x64 architectures, ensure that _ModifiedThread and codeToModify are on the same page
_ThreadWhichModify:
mov byte[rel Sync], 1 ; Synchronize the thread, but too early in o... | 35.035714 | 135 | 0.72579 |
5ca1ca7e403a2b8758afe59ea8ba4d8d1e725aa7 | 288 | asm | Assembly | basic/01_hello_world/helloworld68.asm | bellshade/Assembly | 94e1ab38f9f217b414cf1d19f9c52c052b7ec2e0 | [
"MIT"
] | 6 | 2021-11-12T14:13:57.000Z | 2022-02-18T08:24:42.000Z | basic/01_hello_world/helloworld68.asm | AdityaFitrianaNS/Assembly | c412279c8042300e77ec862c13e19f0c1cdf71af | [
"MIT"
] | 2 | 2021-11-22T00:50:03.000Z | 2021-11-24T01:14:24.000Z | basic/01_hello_world/helloworld68.asm | AdityaFitrianaNS/Assembly | c412279c8042300e77ec862c13e19f0c1cdf71af | [
"MIT"
] | 4 | 2021-11-22T00:18:36.000Z | 2022-03-22T06:35:31.000Z | SECTION .data
pesan db 'bellshade', 0Ah
SECTION .text
global _start
_start:
mov edx, 13
mov ecx, pesan
mov ebx, 1
mov eax, 4
int 80h
mov ebx, 0 ; return 0 jika status exit bersifat error
mov eax, 1 ; mengaktifkan SYS_EXIT (kernal opcode 1)
int 80h
| 16.941176 | 58 | 0.642361 |
0bc7284ff8042f2b76ce5c79f33030cabe82ad42 | 12,711 | asm | Assembly | Driver/Printer/Fax/Group3/group3QuickNumber.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/Fax/Group3/group3QuickNumber.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/Fax/Group3/group3QuickNumber.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: Pasta
MODULE: Fax
FILE: group3QuickNumber.asm
AUTHOR: Andy Chiu, Oct 6, 1993
ROUTINES:
Name Description
---- -----------
QuickNu... | 26.208247 | 79 | 0.637637 |
80759375c7b8cabce0484ef93a000ef83ae93843 | 196 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc___fslt.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc___fslt.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc___fslt.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math32
PUBLIC cm32_sdcc___fslt
EXTERN m32_compare
; Entry: stack: float right, float left, ret
cm32_sdcc___fslt:
call m32_compare
ret c
dec hl
ret
| 13.066667 | 44 | 0.688776 |
809be9df912574a3d2d7000cceb7510436ee49fc | 473 | asm | Assembly | programs/oeis/189/A189717.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/189/A189717.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/189/A189717.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A189717: Partial sums of A156595.
; 0,1,2,2,3,3,3,4,4,4,5,6,6,7,7,7,8,9,9,10,11,11,12,12,12,13,14,14,15,16,16,17,17,17,18,18,18,19,20,20,21,21,21,22,23,23,24,25,25,26,26,26,27,27,27,28,29,29,30,30,30,31,31,31,32,33,33,34,34,34,35,36,36,37,38,38,39,39,39,40,40,40,41,42,42,43,43,43,44,44,44,45,46,46,47,47,47,48,49,49
... | 24.894737 | 282 | 0.585624 |
8275e811cccf48e46b6161e8e52d167caffe041e | 912 | asm | Assembly | libsrc/graphics/drawbox.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/graphics/drawbox.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/graphics/drawbox.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
SECTION code_graphics
PUBLIC drawbox
;
; $Id: drawbox.asm $
;
; ***********************************************************************
;
; Draw a box.
; Generic version
;
; Stefano Bodrato - March 2002
;
;
; IN: HL = (x,y)
; BC = (width,heigth)
;
.drawbox
ld a,2
cp b
ret nc
cp c
ret nc
... | 9.6 | 73 | 0.513158 |
9eed67f9715ea67bcd43d462d46c586bb1bd613f | 386 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshc_scroll_up_pix.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshc_scroll_up_pix.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshc_scroll_up_pix.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void tshc_scroll_up_pix(uchar prows, uchar pix)
SECTION code_clib
SECTION code_arch
PUBLIC tshc_scroll_up_pix
EXTERN asm0_tshc_scroll_up_pix
tshc_scroll_up_pix:
pop af
pop hl
pop de
push de
push hl
push af
jp asm0_tshc_scroll_up_pix
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshc_s... | 13.785714 | 49 | 0.784974 |
83995b9caaf9bad2faa6bc79674cfbf26dc1649d | 352 | asm | Assembly | oeis/010/A010153.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/010/A010153.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/010/A010153.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A010153: Continued fraction for sqrt(75) (or 5*sqrt(3)).
; 8,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1,16,1,1,1
mov $1,$0
min $0,1
add $0,3
dif $1... | 32 | 225 | 0.568182 |
435fc5f6dce37a49e392d01634d431386fa4dc45 | 696 | asm | Assembly | travis/test/br3392711.asm | johannkoenig/nasm | 47918f69201058980d793230e993d59be0522c84 | [
"BSD-2-Clause"
] | 1,052 | 2018-12-07T19:57:03.000Z | 2022-03-31T07:06:00.000Z | travis/test/br3392711.asm | johannkoenig/nasm | 47918f69201058980d793230e993d59be0522c84 | [
"BSD-2-Clause"
] | 17 | 2020-07-02T10:40:48.000Z | 2022-02-02T20:21:33.000Z | travis/test/br3392711.asm | johannkoenig/nasm | 47918f69201058980d793230e993d59be0522c84 | [
"BSD-2-Clause"
] | 138 | 2019-10-03T23:11:37.000Z | 2022-03-28T20:16:27.000Z | ;
; In br33927711 we've not been expanding %?? and %*?? correctly
;
section .text
%define label(prefix, suffix) prefix %+ suffix
label_1:
mov eax, label(%??, _1)
label_2:
mov eax, label(%?, _2)
%define label0123456789a0123456789a0123456789a0123456789a0123456789a0123456789a0123456789(prefix, suffix) prefix %+ suff... | 36.631579 | 122 | 0.840517 |
6bf158ac748f3b8775fddee7f2d1a8c46e9388b8 | 439 | asm | Assembly | oeis/087/A087172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/087/A087172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/087/A087172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A087172: Greatest Fibonacci number that does not exceed n.
; 1,2,3,3,5,5,5,8,8,8,8,8,13,13,13,13,13,13,13,13,21,21,21,21,21,21,21,21,21,21,21,21,21,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,89,89... | 33.769231 | 289 | 0.633257 |
ca576965e9e6e627ced684b8d47ed0c5c2ed259c | 3,256 | asm | Assembly | src/startup.asm | JeppeSRC/STM32-Lib | a2f8df31a6fc5f810c036bb8859f3c75979de03f | [
"MIT"
] | null | null | null | src/startup.asm | JeppeSRC/STM32-Lib | a2f8df31a6fc5f810c036bb8859f3c75979de03f | [
"MIT"
] | null | null | null | src/startup.asm | JeppeSRC/STM32-Lib | a2f8df31a6fc5f810c036bb8859f3c75979de03f | [
"MIT"
] | null | null | null | .syntax unified
.thumb
.section .isr_vector,"ax"
.global isr_vector
.global Reset_Handler
.global Default_Handler
.extern _textend
.extern _datastart
.extern _dataend
.extern _bssstart
.extern _bssend
.extern main
//.extern C_Default_Handler
.macro IRQ handler
.word \handler
.weak \handler
.set \hand... | 17.6 | 60 | 0.676904 |
0dccd0b166528b86f669c04ec133b67302e66a73 | 579 | asm | Assembly | resources/asm/test04-basic-input.asm | aa-dav/SimpX | 892966fa8bba27ffe505c53ea10d8e39fbe9fbf5 | [
"MIT"
] | null | null | null | resources/asm/test04-basic-input.asm | aa-dav/SimpX | 892966fa8bba27ffe505c53ea10d8e39fbe9fbf5 | [
"MIT"
] | null | null | null | resources/asm/test04-basic-input.asm | aa-dav/SimpX | 892966fa8bba27ffe505c53ea10d8e39fbe9fbf5 | [
"MIT"
] | 1 | 2021-12-28T03:14:00.000Z | 2021-12-28T03:14:00.000Z | ; *******************************************************************
; * test04.asm - ввод символов с клавиатуры с мгновенной их печатью *
; *******************************************************************
#include "simple_lib.inc"
; Строка с приветствием
str dw "Press keys..." 13 0
start ; Вводим символы с кл... | 34.058824 | 69 | 0.547496 |
df23a53372b301ce07cbbdc3201eefaa12338111 | 79,193 | asm | Assembly | Source/ZFAM020.asm | walmartlabs/zFAM | f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5 | [
"Apache-2.0"
] | 21 | 2018-04-17T15:37:29.000Z | 2021-09-26T20:19:16.000Z | Source/ZFAM020.asm | wizardofzos/zFAM | f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5 | [
"Apache-2.0"
] | null | null | null | Source/ZFAM020.asm | wizardofzos/zFAM | f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5 | [
"Apache-2.0"
] | 9 | 2016-12-02T16:08:12.000Z | 2017-10-27T04:07:02.000Z | *
* PROGRAM: ZFAM020
* AUTHOR: Rich Jackson and Randy Frerking
* COMMENTS: zFAM - z/OS File Access Manager
*
* This program is executed as the Query Mode GET/SELECT
* service called by the ZFAM001 control program.
*
* This program will process primary column in... | 53.581191 | 73 | 0.35613 |
83efa55b96d4c4420a4c8556e797830842022546 | 457 | asm | Assembly | char counter(DOS)/malloc.asm | E011011101001/Homeworks | 7098b103118de53779523045045a238d88764fc9 | [
"MIT"
] | 6 | 2019-05-15T04:09:57.000Z | 2019-11-13T16:26:21.000Z | char counter(DOS)/malloc.asm | E011011101001/Homeworks | 7098b103118de53779523045045a238d88764fc9 | [
"MIT"
] | null | null | null | char counter(DOS)/malloc.asm | E011011101001/Homeworks | 7098b103118de53779523045045a238d88764fc9 | [
"MIT"
] | null | null | null | assume cs:code, es:alloc
public malloc
alloc segment
allocPtr dw 2
dw 0ffh dup(0)
alloc ends
code segment
; short malloc(short size);
public malloc
malloc proc far
push bp
mov bp, sp
mov ax, es:[allocPtr]
mov cx, [bp + 6]
add word ptr es:[allocPtr], cx
mov sp, bp
pop bp
r... | 11.146341 | 34 | 0.636761 |
5c87983c68159bb714214297ef8143be92272b12 | 1,593 | asm | Assembly | externals/mpir-3.0.0/mpn/x86_64/nehalem/copyi.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 1 | 2018-08-14T03:52:21.000Z | 2018-08-14T03:52:21.000Z | externals/mpir-3.0.0/mpn/x86_64/nehalem/copyi.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | null | null | null | externals/mpir-3.0.0/mpn/x86_64/nehalem/copyi.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | null | null | null | dnl mpn_copyi
dnl Copyright 2009 Jason Moxham
dnl This file is part of the MPIR Library.
dnl The MPIR Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 2.1 of the Licen... | 27 | 79 | 0.711864 |
531646585bf877131bfe9dd50944e6b472c80110 | 396 | asm | Assembly | programs/oeis/327/A327032.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/327/A327032.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/327/A327032.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A327032: a(n) = T(n, 4) with T(n, k) = Sum_{d|k} phi(d)*binomial(n - 1 + k/d, k/d).
; 0,4,12,27,53,95,159,252,382,558,790,1089,1467,1937,2513,3210,4044,5032,6192,7543,9105,10899,12947,15272,17898,20850,24154,27837,31927,36453,41445,46934,52952,59532,66708,74515,82989,92167,102087,112788,124310,136694
lpb $0
mov $2... | 30.461538 | 217 | 0.65404 |
a37cf319ec6133180c08fd14472143e760b6d457 | 8,362 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_5148_2764.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_5148_2764.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_5148_2764.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 %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x3ce6, %rdi
nop
nop
nop
inc %r11
mov (%rdi), %r14
nop
nop
nop
nop
nop
add %r14, %r14
lea addresses_normal_ht+0x2422, %r9
nop
nop
nop
nop
dec %r13
mov $0x6162636465666768, %rcx... | 33.051383 | 2,999 | 0.656781 |
272a155fd5a8da345f6026134c86849bcc2214da | 379 | asm | Assembly | src/firmware-tests/Platform/Adc/Initialisation/VddAsVoltageReferenceTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/Adc/Initialisation/VddAsVoltageReferenceTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/Adc/Initialisation/VddAsVoltageReferenceTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "FarCalls.inc"
#include "Adc.inc"
#include "TestFixture.inc"
radix decimal
VddAsVoltageReferenceTest code
global testArrange
testArrange:
banksel ADCON0
bsf ADCON0, VCFG
testAct:
fcall initialiseAdc
testAssert:
banksel ADCON0
movf ADCON0, W
andlw (1 << VCFG)
.assert "W... | 14.576923 | 55 | 0.738786 |
a8b3dffc48e965dd87fa3541bfd86e3b4860227e | 506 | asm | Assembly | programs/oeis/003/A003451.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/003/A003451.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/003/A003451.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A003451: Number of nonequivalent dissections of an n-gon into 3 polygons by nonintersecting diagonals up to rotation.
; 1,4,8,16,25,40,56,80,105,140,176,224,273,336,400,480,561,660,760,880,1001,1144,1288,1456,1625,1820,2016,2240,2465,2720,2976,3264,3553,3876,4200,4560,4921,5320,5720,6160,6601,7084,7568,8096,8625,9200... | 24.095238 | 211 | 0.677866 |
aefb14a7d64d9b9a5c99cf1756cfa123d8d420ae | 516 | asm | Assembly | programs/oeis/292/A292290.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/292/A292290.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/292/A292290.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A292290: Number of vertices of type A at level n of the hyperbolic Pascal pyramid.
; 0,0,3,6,12,27,66,168,435,1134,2964,7755,20298,53136,139107,364182,953436,2496123,6534930,17108664,44791059,117264510,307002468,803742891,2104226202,5508935712,14422580931,37758807078,98853840300,258802713819,677554301154,177386018964... | 46.909091 | 361 | 0.812016 |
d8f1d3a70823e34309d0f67ca7779522a6b0949f | 375 | asm | Assembly | programs/oeis/127/A127116.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/127/A127116.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/127/A127116.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A127116: n! in base 9.
; 1,1,2,6,26,143,880,6820,61270,612700,6740700,83088500,1211283600,17058212600,270017301300,4560302022000,82065335385000,1648341372414000,34076827548280000,725735500635080000,17178403115182870000
seq $0,142 ; Factorial numbers: n! = 1*2*3*4*...*n (order of symmetric group S_n, number of permut... | 62.5 | 195 | 0.781333 |
cb4b296cb70cc7f9463cb8dc4fa2dcba04bb58c4 | 637 | asm | Assembly | oeis/064/A064321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/064/A064321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/064/A064321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A064321: n*(n-1)^3*(n-2)^3*(n-3).
; Submitted by Jon Maiga
; 0,0,0,0,864,17280,144000,756000,2963520,9483264,26127360,64152000,143748000,298995840,584648064,1085142240,1926288000,3290112000,5433384960,8710395264,13600573920,20741616000,30968784000,45361118880,65295324864,92508134400,129168000000,177957000000,24216388... | 49 | 498 | 0.828885 |
7f861d24b833afe5ef91bbd3b54a76bc9c8993b2 | 6,874 | asm | Assembly | build/output.asm | gcoulby/JP | 9c058be14f6eda6af3eef6493734d230104812eb | [
"MIT"
] | null | null | null | build/output.asm | gcoulby/JP | 9c058be14f6eda6af3eef6493734d230104812eb | [
"MIT"
] | null | null | null | build/output.asm | gcoulby/JP | 9c058be14f6eda6af3eef6493734d230104812eb | [
"MIT"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.1.0 #12072 (MINGW32)
;--------------------------------------------------------
.module output
.optsdcc -mgbz80
;--------------------------------------------------------
; Public variables ... | 18.379679 | 97 | 0.439191 |
dfa85a45eda1d969d247d523cdb15bc667026a9b | 626 | asm | Assembly | uw1/call-eop-mouseLookOrMoveCursor.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | uw1/call-eop-mouseLookOrMoveCursor.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | uw1/call-eop-mouseLookOrMoveCursor.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | %ifndef EXE_LENGTH
%include "../UltimaPatcher.asm"
%include "include/uw1.asm"
%include "include/uw1-eop.asm"
defineAddress 14, 0x0B16, moveCursor
defineAddress 14, 0x0B5B, doneMovingCursor
%define pushYDelta push di
%endif
[bits 16]
startPatch EXE_LENGTH, \
call mouselook eop instead of updating cursor posi... | 20.866667 | 56 | 0.773163 |
4e777d84e998df682b5428647e87469196540c7a | 384 | asm | Assembly | programs/oeis/185/A185453.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/185/A185453.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/185/A185453.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A185453: Trajectory of 1 under repeated application of the map in A185452.
; 1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4,2,1,3,8,4
add $0,1
mod $0,5
mov ... | 29.538462 | 219 | 0.559896 |
1281b4c100bccb295732a244240e1ebd12619505 | 567 | asm | Assembly | programs/oeis/273/A273834.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/273/A273834.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/273/A273834.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; 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,... | 28.35 | 204 | 0.675485 |
14f7b5923d2bc65f8c8026482af86826934e6cb9 | 5,033 | asm | Assembly | iod/con2/java8/sprite_drop.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/java8/sprite_drop.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/java8/sprite_drop.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Sprite dropping code V1.11 1985 Tony Tebby
; 2003 Marcel Kilgus
;
; 2003-02-11 1.10 Added alpha blending code (MK)
; 2005-03-27 1.11 Extension for empty (solid) mask (MK)
; 2013-04-28 1.12 xdef'd the aur2rgb_tab table (wl)
; 2020-02-07 1.13 faster code for long words, eliminated some dead code
... | 23.193548 | 73 | 0.637195 |
cb6d59affb4993d4935b20a6ccdf990c8353da3c | 467 | asm | Assembly | programs/oeis/001/A001842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/001/A001842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/001/A001842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A001842: Expansion of Sum_{n>=0} x^(4*n+3)/(1 - x^(4*n+3)).
; 0,0,0,1,0,0,1,1,0,1,0,1,1,0,1,2,0,0,1,1,0,2,1,1,1,0,0,2,1,0,2,1,0,2,0,2,1,0,1,2,0,0,2,1,1,2,1,1,1,1,0,2,0,0,2,2,1,2,0,1,2,0,1,3,0,0,2,1,0,2,2,1,1,0,0,3,1,2,2,1,0,2,0,1,2,0,1,2,1,0,2,2,1,2,1,2,1,0,1,3
mov $2,$0
lpb $0
mov $3,$2
mov $4,$0
cmp $4,0
a... | 20.304348 | 201 | 0.475375 |
4f76e6f8a82244f74f02ee2be4bc116f32cc0a05 | 70 | asm | Assembly | 8085_programming/gnu_8085_rev/zero.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 16 | 2018-11-26T08:39:42.000Z | 2019-05-08T10:09:52.000Z | 8085_programming/gnu_8085_rev/zero.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 8 | 2020-05-04T06:29:26.000Z | 2022-02-12T05:33:16.000Z | 8085_programming/gnu_8085_rev/zero.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 5 | 2020-02-11T16:02:21.000Z | 2021-02-05T07:48:30.000Z | LXI B,2050
PUSH B
LXI B,3060
PUSH B
POP B
HLT
| 10 | 14 | 0.471429 |
6b503b92dab28ebc56d0cf44ac0c098c0764427b | 1,775 | asm | Assembly | src/util/icon/nextrec.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/icon/nextrec.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/icon/nextrec.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | * Sprite nextrec
*
* Mode 4
* +|-------------------+
* -gg g g wwww -
* |g g g rww |
* |gg ggg rwrw |
* |g gwww rwr w |
* |g wgrrrw rwr |
* | www wwwrwrwwwww|
* | wrrrw rwr w|
* | www wwwrwrwwwwr w|
* | wrrrw rwr w w|
* |ww wwwrwrwwwr wr w|
* |w rwr w w w|
* |w rr rwr rr wr ww... | 17.401961 | 24 | 0.567887 |
f68acb2467e42195304d154d26d5e992eae8f4c4 | 491 | asm | Assembly | oeis/097/A097971.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/097/A097971.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/097/A097971.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A097971: Number of alternating runs in all permutations of [n] (the permutation 732569148 has four alternating runs: 732, 2569, 91 and 148).
; Submitted by Jamie Morken(s1.)
; 2,10,56,360,2640,21840,201600,2056320,22982400,279417600,3672345600,51891840000,784604620800,12640852224000,216202162176000,3912561709056000,7... | 32.733333 | 223 | 0.780041 |
2a642df4f80ec1376603c4c6ef598186c44087f3 | 255 | asm | Assembly | test5.asm | napobear/py6502 | bdcc27649d46adf343ad212bf44669ef514b6a84 | [
"Apache-2.0"
] | null | null | null | test5.asm | napobear/py6502 | bdcc27649d46adf343ad212bf44669ef514b6a84 | [
"Apache-2.0"
] | null | null | null | test5.asm | napobear/py6502 | bdcc27649d46adf343ad212bf44669ef514b6a84 | [
"Apache-2.0"
] | null | null | null | ; Testing filling 10 memory locations with the
; values from 0 to 9
; Now with labels
START = 0
END = 10
LDX #START
FOO TXA
STA $10,X
INX
CPX #END
BEQ DONE
JMP FOO
DONE: NOP
| 14.166667 | 47 | 0.490196 |
480090f4aa6d230b49b1215b59e060a9f47c3e6c | 2,360 | asm | Assembly | session_09/01-logicalstack/logicalstack.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | 1 | 2019-03-06T13:26:10.000Z | 2019-03-06T13:26:10.000Z | session_09/01-logicalstack/logicalstack.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | null | null | null | session_09/01-logicalstack/logicalstack.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | 1 | 2019-03-06T13:25:28.000Z | 2019-03-06T13:25:28.000Z | .data
stack : .word 0 # Puntatore all'ultimo elemento inserito nello stack
stack_n : .word 0 # Nummero di elementi attualmente nello stack
x_str : .asciiz "X: "
y_str : .asciiz "Y: "
angle_str : .asciiz "Theta: "
empty_str : .asciiz "Stack is empty!\n"
nl : .asciiz "\n"
sep : .asciiz "-----------\n"
# Nodo di ... | 16.164384 | 81 | 0.604237 |
e9d12d844a5646488d88cf31234e172d904521e4 | 787 | asm | Assembly | programs/oeis/085/A085440.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/085/A085440.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/085/A085440.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A085440: a(n) = Sum_{i=1..n} binomial(i+1,2)^5.
; 1,244,8020,108020,867395,4951496,22161864,82628040,267156165,770440540,2022773116,4909947484,11150268935,23913084560,48796284560,95322158736,179163294729,325374464580,572984364580,981394464580,1639143014731,2675722491224,4277290592600,6707290592600,10333198795725,1566... | 60.538462 | 621 | 0.832274 |
f740526c3b8c1fec7ccf46773665bfc20b59c4fb | 4,334 | asm | Assembly | base/new/entrance/warden/unit0/res/zzzhead_64.asm | frednora/gramado | 90df547127c2402d0a6eb1db04c65c24389e0034 | [
"BSD-2-Clause"
] | 609 | 2017-08-28T01:58:35.000Z | 2022-03-01T12:11:21.000Z | landos/kernel/1pump/arch/x86_64/pumpcore/zzzhead_64.asm | dalalsunil1986/gramado | cdb1b699c737a7340ffc5b23f01fc8b274c9db92 | [
"BSD-2-Clause"
] | 30 | 2017-09-01T01:40:18.000Z | 2021-08-01T22:28:56.000Z | landos/kernel/1pump/arch/x86_64/pumpcore/zzzhead_64.asm | dalalsunil1986/gramado | cdb1b699c737a7340ffc5b23f01fc8b274c9db92 | [
"BSD-2-Clause"
] | 65 | 2017-10-05T02:27:29.000Z | 2022-01-03T21:18:15.000Z | ;;
;; File: 1pump/arch/x86/pumpcore/head_64.asm
;;
;; The entry point of the base kernel for the x86_64 arch.
;; This documment will includo some other files.
;;
;; 2021 - Created by Fred Nora.
;; - ported from the 32bit version
;;
; See:
; kernel/include/land/
%include "land/head.inc"
;
; Segmento .head_x86_... | 21.038835 | 99 | 0.593216 |
7606d81f78b847e60251db4f9ca65fe3f15516ad | 670 | asm | Assembly | oeis/152/A152729.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/152/A152729.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/152/A152729.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A152729: a(n) = (n-2)^4 - a(n-1) - a(n-2), with a(1) = a(2) = 0.
; 0,0,1,15,65,176,384,736,1281,2079,3201,4720,6720,9296,12545,16575,21505,27456,34560,42960,52801,64239,77441,92576,109824,129376,151425,176175,203841,234640,268800,306560,348161,393855,443905,498576,558144,622896,693121,769119,851201,939680,1034880,113... | 44.666667 | 497 | 0.747761 |
41413122be5e58555702d3bdfeaad48fd641ee76 | 271 | asm | Assembly | programs/oeis/105/A105452.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/105/A105452.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/105/A105452.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A105452: Numerator of (7 n -1)/3.
; 2,13,20,9,34,41,16,55,62,23,76,83,30,97,104,37,118,125,44,139,146,51,160,167,58,181,188,65,202,209,72,223,230,79,244,251,86,265,272,93,286,293,100,307,314,107,328,335,114,349
mul $0,7
mov $1,$0
add $0,6
mov $2,$1
gcd $2,3
div $0,$2
| 27.1 | 176 | 0.653137 |
1ed388430e2628cd864a4374650749144a807277 | 5,191 | asm | Assembly | Transynther/x86/_processed/US/_st_un_sm_/i9-9900K_12_0xca_notsx.log_62_1.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_un_sm_/i9-9900K_12_0xca_notsx.log_62_1.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_un_sm_/i9-9900K_12_0xca_notsx.log_62_1.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x19cd7, %r12
clflush (%r12)
nop
nop
nop
cmp $46369, %rsi
mov $0x6162636465666768, %r14
movq %r14, %xmm5
vmovups %ymm5, (%r12)
nop
nop
nop
nop
cmp %r12, %r12
lea addresses_UC_... | 21.36214 | 190 | 0.639761 |
2fc1038af43333e622e9eacf6b8f60400a44ce19 | 67 | asm | Assembly | tests/optimizer/E007.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | tests/optimizer/E007.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 69 | 2021-08-28T10:34:30.000Z | 2022-03-20T19:16:19.000Z | tests/optimizer/E007.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; in
add $0,-1
mul $0,2
sub $0,-3
; out
sub $0,1
mul $0,2
add $0,3
| 7.444444 | 9 | 0.522388 |
c92d1061ea3787ee3acfa5e3dbe4aa8f4958ad21 | 494 | asm | Assembly | libsrc/_DEVELOPMENT/z180/z180/asm_z180_outp.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/z180/z180/asm_z180_outp.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/z180/z180/asm_z180_outp.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; Nov 2014
; ===============================================================
;
; void z180_outp(uint16_t port, uint8_t data)
;
; Write data to 16-bit port.
;
; ===============================================================
SECTION code_clib
SECTION co... | 17.642857 | 65 | 0.382591 |
f182ffaab7a76f26416f4df9dd7cbbdcc7f3fb23 | 301 | asm | Assembly | programs/oeis/278/A278129.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/278/A278129.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/278/A278129.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A278129: a(n) = 348*2^n - 188.
; 160,508,1204,2596,5380,10948,22084,44356,88900,177988,356164,712516,1425220,2850628,5701444,11403076,22806340,45612868,91225924,182452036,364904260,729808708,1459617604,2919235396,5838470980,11676942148,23353884484
mov $1,2
pow $1,$0
sub $1,1
mul $1,348
add $1,160
| 33.444444 | 216 | 0.777409 |
16d04ecccb1e0378a3bab8c85ea76ceedd449128 | 581 | asm | Assembly | simple_screen_example.asm | juhovh/spectrum | 417e60164e63902ae221c449f5a645c18e01d9c5 | [
"Unlicense"
] | 26 | 2015-03-08T13:51:48.000Z | 2021-11-16T22:14:46.000Z | simple_screen_example.asm | ktuukkan/spectrum | 2f0283e44459402a9dcdc4afb1e4838fdda6782f | [
"Unlicense"
] | null | null | null | simple_screen_example.asm | ktuukkan/spectrum | 2f0283e44459402a9dcdc4afb1e4838fdda6782f | [
"Unlicense"
] | 4 | 2015-06-13T15:55:09.000Z | 2019-12-25T07:32:22.000Z | org $8000
include utils.asm
ourcolour equ PAPER_BLACK+INK_BLUE+BRIGHT
main:
;; Clear everything on the screen
call ClearScreen
;; Set border colour to black
ld a,INK_BLACK
out ($fe),a
;; We want to write 768 bytes to $5800
ld hl,$5800
ld bc,768
loop:
;; Load the colour we want
ld (hl),ourcolour
;; Incre... | 14.525 | 55 | 0.697074 |
d6c3186ba9254ac15c2e91945f81cb6630ce2866 | 362 | asm | Assembly | libc/setjmp/longjmp.asm | greck2908/LudOS | db38455eb33dfc0dfc6d4be102e6bd54d852eee8 | [
"MIT"
] | 44 | 2018-01-28T20:07:48.000Z | 2022-02-11T22:58:49.000Z | libc/setjmp/longjmp.asm | greck2908/LudOS | db38455eb33dfc0dfc6d4be102e6bd54d852eee8 | [
"MIT"
] | 2 | 2017-09-12T15:38:16.000Z | 2017-11-05T12:19:01.000Z | libc/setjmp/longjmp.asm | greck2908/LudOS | db38455eb33dfc0dfc6d4be102e6bd54d852eee8 | [
"MIT"
] | 8 | 2018-08-17T13:30:57.000Z | 2021-06-25T16:56:12.000Z | global _longjmp
global longjmp
_longjmp:
longjmp:
mov edx, [esp+4]
mov eax, [esp+8]
test eax,eax
jnz lbl
inc eax
lbl:
mov ebx, [edx]
mov esi, [edx+4]
mov edi, [edx+8]
mov ebp, [edx+12]
mov ecx, [edx+16]
mov esp... | 18.1 | 27 | 0.453039 |
979a6ec101d3f32c8e48434b655015e4a6694e50 | 46,326 | asm | Assembly | timem.asm | joeofportland/project4final | 4140c7c9293205eb6dcdadb5c8ed537e8e5c2f59 | [
"MIT-0"
] | null | null | null | timem.asm | joeofportland/project4final | 4140c7c9293205eb6dcdadb5c8ed537e8e5c2f59 | [
"MIT-0"
] | null | null | null | timem.asm | joeofportland/project4final | 4140c7c9293205eb6dcdadb5c8ed537e8e5c2f59 | [
"MIT-0"
] | null | null | null |
_timem: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#define NULL_PTR ((char*)0)
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 81 ec a0 00 00 00 sub ... | 33.963343 | 60 | 0.434767 |
db41bbae6ce6fd9b3013ff040fc6b8779332b4b5 | 6,110 | asm | Assembly | demos/commands/data.asm | haroldo-ok/blockly-z80 | 64421fb294a849cb91bcb99c2958f272456145bc | [
"Apache-2.0"
] | 16 | 2015-10-18T22:56:07.000Z | 2022-03-20T19:47:07.000Z | demos/commands/data.asm | mcanthony/blockly-z80 | 64421fb294a849cb91bcb99c2958f272456145bc | [
"Apache-2.0"
] | 1 | 2021-11-28T07:19:38.000Z | 2021-11-29T22:10:43.000Z | demos/commands/data.asm | mcanthony/blockly-z80 | 64421fb294a849cb91bcb99c2958f272456145bc | [
"Apache-2.0"
] | 3 | 2015-10-18T22:56:10.000Z | 2021-11-26T02:24:54.000Z | ;==============================================================
; Data
;==============================================================
PaletteData:
db $00,$3F,$00,$10,$15,$04,$05,$06,$16,$08,$1A,$0C,$0F,$1F,$1F,$30
db $00,$3F,$00,$10,$15,$04,$05,$06,$16,$08,$1A,$0C,$0F,$1F,$1F,$30
PaletteDataEnd:
; VDP initialisati... | 67.142857 | 131 | 0.71293 |
750670816fa5fae568800ec492553bed1a29ed98 | 402 | asm | Assembly | programs/oeis/000/A000855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/000/A000855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/000/A000855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A000855: Final two digits of 2^n.
; 1,2,4,8,16,32,64,28,56,12,24,48,96,92,84,68,36,72,44,88,76,52,4,8,16,32,64,28,56,12,24,48,96,92,84,68,36,72,44,88,76,52,4,8,16,32,64,28,56,12,24,48,96,92,84,68,36,72,44,88,76,52,4,8,16,32,64,28,56,12,24,48,96,92,84,68,36,72,44,88,76,52,4,8,16,32,64,28,56,12,24,48,96,92,84,68,36,72,... | 33.5 | 289 | 0.626866 |
56b3b8737560ade27b2c1bd722fa9c099c0cab91 | 725 | asm | Assembly | Examples/ch07/WriteBin.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | Examples/ch07/WriteBin.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | Examples/ch07/WriteBin.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | TITLE Displaying Binary Bits (WriteBin.asm)
; Display a 32-bit integer in binary.
; Last Update: 07/22/01
INCLUDE Irvine16.inc
.data
binValue DWORD 1234ABCDh ; sample binary value
buffer BYTE 32 dup(0),0
.code
main PROC
mov ax,@data
mov ds,ax
mov eax,binValue ; number to display
mov ecx,32 ; ... | 21.323529 | 58 | 0.702069 |
09abf7cb6ae01a55a61a0f3dcb0e665187b4e768 | 603 | asm | Assembly | programs/oeis/140/A140359.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/140/A140359.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/140/A140359.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A140359: a(n) = 2*a(n-1) + a(n-2) - 2*a(n-3).
; 1,1,6,11,26,51,106,211,426,851,1706,3411,6826,13651,27306,54611,109226,218451,436906,873811,1747626,3495251,6990506,13981011,27962026,55924051,111848106,223696211,447392426,894784851,1789569706,3579139411,7158278826,14316557651,28633115306,57266230611,114532461226,22906... | 67 | 507 | 0.825871 |
c8da0f01bdd759774f8e69a37f8e7b6a958af3e9 | 403 | asm | Assembly | programs/oeis/127/A127750.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/127/A127750.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/127/A127750.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A127750: Row sums of inverse of number triangle A(n,k) = 1/(2n+1) if k <= n <= 2k, 0 otherwise.
; 1,3,2,5,2,4,2,7,2,4,2,6,2,4,2,9,2,4,2,6,2,4,2,8,2,4,2,6,2,4,2,11,2,4,2,6,2,4,2,8,2,4,2,6,2,4,2,10,2,4,2,6,2,4,2,8,2,4,2,6,2,4,2,13,2,4,2,6,2,4,2,8,2,4,2,6,2,4,2,10,2,4,2,6,2,4,2,8,2,4,2,6,2,4,2,12,2,4,2,6
mov $2,$0
lpb ... | 28.785714 | 206 | 0.531017 |
fc4ff4cddf92afd579480dc642003c5cb97148cf | 35,133 | asm | Assembly | dasm/src/test/atari2600/boing26.asm | zeh/dasmjs | 8af59ccbba4fd1f4c9404e6078dca6770e0b251b | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 16 | 2017-01-08T18:10:59.000Z | 2021-02-16T17:46:35.000Z | dasm/src/test/atari2600/boing26.asm | paul80nd/dasmjs | 3530f5cfd0761a83bb4d2cb5ae0612fef44b9291 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | dasm/src/test/atari2600/boing26.asm | paul80nd/dasmjs | 3530f5cfd0761a83bb4d2cb5ae0612fef44b9291 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 4 | 2019-08-17T21:03:29.000Z | 2020-12-04T14:48:13.000Z |
processor 6502
; TIA (Stella) write-only registers
;
Vsync equ $00
Vblank equ $01
Wsync equ $02
Rsync equ $03
Nusiz0 equ $04
Nusiz1 equ $05
ColuP0 equ $06
ColuP1 equ $07
Colupf equ $08
ColuBK equ $09
Ctrlpf equ $0A
Refp0 equ $0B
Refp1 equ $0C
Pf0 eq... | 29.773729 | 89 | 0.428828 |
64d7bada88a5054658b31cef4f77cbdee5d8bfc8 | 3,446 | asm | Assembly | lib/chibiakumas/SrcALL/V1_SimpleTile.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | lib/chibiakumas/SrcALL/V1_SimpleTile.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | lib/chibiakumas/SrcALL/V1_SimpleTile.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | ifdef BuildCPC
TileWidth2 equ 1
endif
ifdef BuildENT
TileWidth2 equ 1
endif
ifdef BuildSAM
TileWidth4 equ 1
endif
ifdef BuildZXS
TileWidth1 equ 1
endif
ifdef BuildTI8
TileWidth1 equ 1
endif
ifdef BuildMSX
ifdef BuildMSX_MSX1
TileWidth1 equ 1
else
TileWidth4 equ 1
endif
endif
ifd... | 15.522523 | 111 | 0.52989 |
ce49df2a30bf7f7ca8afc23177a2568679a3f106 | 170 | asm | Assembly | libsrc/_DEVELOPMENT/adt/bv_stack/c/sdcc_iy/bv_stack_max_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/bv_stack/c/sdcc_iy/bv_stack_max_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/bv_stack/c/sdcc_iy/bv_stack_max_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; size_t bv_stack_max_size(bv_stack_t *s)
SECTION code_adt_bv_stack
PUBLIC _bv_stack_max_size
EXTERN _b_vector_max_size
defc _bv_stack_max_size = _b_vector_max_size
| 15.454545 | 44 | 0.858824 |
c8f2d13d8b17479133b8f911277b01c7027cab27 | 10,400 | asm | Assembly | P6/data_P6_2/MDTest120.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/MDTest120.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/MDTest120.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | ori $ra,$ra,0xf
lui $4,12328
srav $4,$4,$4
multu $1,$4
mflo $4
lb $4,14($0)
ori $3,$2,41525
mfhi $1
div $5,$ra
mtlo $1
lb $1,10($0)
divu $6,$ra
lui $0,14876
lb $5,14($0)
divu $3,$ra
srav $1,$2,$2
mthi $4
lui $3,36908
mtlo $5
divu $6,$ra
multu $4,$1
addu $6,$4,$4
sll $4,$4,10
mthi $5
lui $6,44346
mult $3,$1
lb $2,13($0)... | 11.685393 | 18 | 0.569423 |
c52cd7863dd8612d49134073e40250f0b5bf69fd | 458 | asm | Assembly | libsrc/fcntl/test/write.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/fcntl/test/write.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/fcntl/test/write.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; Dummy function to keep rest of libs happy
;
; $Id: write.asm,v 1.4 2016-03-06 21:39:54 dom Exp $
;
SECTION code_clib
PUBLIC write
PUBLIC _write
INCLUDE "target/test/def/test_cmds.def"
.write
._write
pop af
pop hl
pop de
pop bc
push b... | 16.962963 | 52 | 0.497817 |
8a02d627f4f48996bba87e0b9e5fb728ca20869d | 442 | asm | Assembly | code/non1996/29.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | 1 | 2021-08-20T03:57:29.000Z | 2021-08-20T03:57:29.000Z | code/non1996/29.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | code/non1996/29.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | DATA SEGMENT
ARRAY DW 1, 2, 1
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE, DS:DATA
START:
MOV AX, DATA
MOV DS, AX
MOV BX, 0
MOV DX, 0
MOV AX, ARRAY[BX]
FIRST:
CMP AX, ARRAY[BX + 2]
JNZ SECOND
INC DL
SECOND:
CMP AX, ARRAY[BX + 4]
JNZ THIRD
INC DL
CMP DL, 2
JZ COUT
THIRD:
MOV AX, ARRAY[BX + 2]
CMP AX, A... | 10.52381 | 24 | 0.626697 |
5e7cc55b962badb3f1fdb5b4838347b19371ccbe | 617 | asm | Assembly | programs/oeis/273/A273337.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/273/A273337.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/273/A273337.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A273337: First differences of number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 657", based on the 5-celled von Neumann neighborhood.
; 3,13,31,32,40,48,56,64,72,80,88,96,104,112,120,128,136,144,152,160,168,176,184,192,200,208,216,224,232,240,248,256,264,... | 22.851852 | 204 | 0.672609 |
cf584d5ac79229ee45fb670f66f2dc7dbd8d9fa0 | 10,880 | asm | Assembly | math_functions/mb_div_x_0.asm | pran-jal/WinRAR-Keygen-GUI | 6c3b59e0c1b10302cd820bda143b5196eb7c5277 | [
"MIT"
] | null | null | null | math_functions/mb_div_x_0.asm | pran-jal/WinRAR-Keygen-GUI | 6c3b59e0c1b10302cd820bda143b5196eb7c5277 | [
"MIT"
] | null | null | null | math_functions/mb_div_x_0.asm | pran-jal/WinRAR-Keygen-GUI | 6c3b59e0c1b10302cd820bda143b5196eb7c5277 | [
"MIT"
] | 1 | 2021-12-28T15:18:08.000Z | 2021-12-28T15:18:08.000Z | ;/*********************************************************************
;* Filename: _mb_div_x.asm
;* Author: Aiyu Xiao (xiao_ai_yu@live.cn, OR doublesine@tju.edu.cn)
;*********************************************************************/
TITLE mb_div_x.asm
;-------------------------------
; FOR X64
;-... | 33.894081 | 146 | 0.472151 |
5b7dc7f34e3b6e9a2d8fa80d29888a1d16e1f943 | 6,613 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_15_731.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_15_731.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_15_731.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 %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x11601, %rbp
nop
add $47281, %r13
movb (%rbp), %r15b
sub %r10, %r10
lea addresses_WC_ht+0x15201, %rsi
lea addresses_A_ht+0x16101, %rdi
clflush (%rdi)
nop
nop
nop
nop
add $2625... | 19.681548 | 149 | 0.641313 |
5dd9bdc7888a61039d25d633d0effce6ac55d4bf | 1,519 | asm | Assembly | vpx_dsp/arm/idct_neon.asm | clear39/avcode-libvpx | f4653c1efc0a8d758195572de34ae05271453d93 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | vpx_dsp/arm/idct_neon.asm | clear39/avcode-libvpx | f4653c1efc0a8d758195572de34ae05271453d93 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | vpx_dsp/arm/idct_neon.asm | clear39/avcode-libvpx | f4653c1efc0a8d758195572de34ae05271453d93 | [
"BSD-3-Clause"
] | 338 | 2015-01-17T12:36:51.000Z | 2022-03-22T16:12:11.000Z | ;
; Copyright (c) 2016 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | 32.319149 | 79 | 0.620145 |
db1e857af08d57a4caac745dafc3be945897c0e0 | 1,327 | asm | Assembly | programs/oeis/085/A085350.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/085/A085350.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/085/A085350.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A085350: Binomial transform of poly-Bernoulli numbers A027649.
; 1,5,23,101,431,1805,7463,30581,124511,504605,2038103,8211461,33022991,132623405,532087943,2133134741,8546887871,34230598205,137051532983,548593552421,2195536471151,8785632669005,35152991029223,140643345176501,562667523884831,2250952525075805,90046573889... | 102.076923 | 1,173 | 0.911831 |
3bf5f177dffa38ad908a5777a3ad766eed093799 | 216 | asm | Assembly | asm/Audio2/acp_saw_test.asm | clydeshaffer/GameTankEmulator | ed84475c8de65973b1366898b8a12784ed0b8c46 | [
"MIT"
] | 3 | 2020-04-16T13:28:07.000Z | 2021-08-17T03:39:19.000Z | asm/Audio2/acp_saw_test.asm | clydeshaffer/GameTankEmulator | ed84475c8de65973b1366898b8a12784ed0b8c46 | [
"MIT"
] | null | null | null | asm/Audio2/acp_saw_test.asm | clydeshaffer/GameTankEmulator | ed84475c8de65973b1366898b8a12784ed0b8c46 | [
"MIT"
] | null | null | null | DAC = $8001
.org $0200
RESET:
CLI
LDA #$80
STA $00
Forever:
JMP Forever
IRQ:
NOP
NOP
CLC
LDA $00
ADC $02
STA DAC
STA $00
RTI
NMI:
RTI
.org $0FFA
.dw NMI
.dw RESET
.dw IRQ | 8.307692 | 13 | 0.532407 |
526164e4bba9d1148ce16fc14bf2f73af9960d75 | 49,969 | asm | Assembly | Application/AssemblyCode/working_and_tmp_asm_files/old_main_assembly.asm | t0ddpar0dy/Handmade_Pacman | 68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70 | [
"MIT"
] | null | null | null | Application/AssemblyCode/working_and_tmp_asm_files/old_main_assembly.asm | t0ddpar0dy/Handmade_Pacman | 68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70 | [
"MIT"
] | null | null | null | Application/AssemblyCode/working_and_tmp_asm_files/old_main_assembly.asm | t0ddpar0dy/Handmade_Pacman | 68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70 | [
"MIT"
] | null | null | null | JUC r6 start_menu ///calls start_game.
start_Game:
JAL r6 initlevel
JAL r6 INIT_PACMAN
mainGameLoop:
JAL r6 PACMAN_UPDATE_STATE
JAL r6 PACMAN_DRAW_GLYPH
JUC r6 mainGameLoop
//:::::::::::::BEGIN PACMAN STATE MACHINE::::::::::::::::::::::::::
//:::::::::::::BEGIN PACMAN STATE MACHINE::::::::::::::::::::::::::
//::... | 24.700445 | 129 | 0.669355 |
ac50c624d78fb4ee2a5f69d612b8ed23f4b9edb4 | 179 | asm | Assembly | test/imm64.asm | ystk/debian-nasm | aeb5ae6e38f73788ef70a2b41c384dd7503bce66 | [
"BSD-2-Clause"
] | null | null | null | test/imm64.asm | ystk/debian-nasm | aeb5ae6e38f73788ef70a2b41c384dd7503bce66 | [
"BSD-2-Clause"
] | null | null | null | test/imm64.asm | ystk/debian-nasm | aeb5ae6e38f73788ef70a2b41c384dd7503bce66 | [
"BSD-2-Clause"
] | null | null | null | bits 64
mov rax,11223344h
mov rax,dword 11223344h
mov eax,11223344h
mov [rax],dword 11223344h ; 32-bit operation
mov qword [rax],11223344h
mov qword [rax],dword 11223344h
| 22.375 | 46 | 0.75419 |
e4e0533f744d5634faa192801146b32f735b2e99 | 10,198 | asm | Assembly | C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/craw.asm | HeroSizy/Sizy | 89bc29940dc7666591259730b5112efd0a626043 | [
"Unlicense"
] | null | null | null | C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/craw.asm | HeroSizy/Sizy | 89bc29940dc7666591259730b5112efd0a626043 | [
"Unlicense"
] | null | null | null | C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/craw.asm | HeroSizy/Sizy | 89bc29940dc7666591259730b5112efd0a626043 | [
"Unlicense"
] | null | null | null | ;***********************************************************
; Version 2.40.00
;***********************************************************
; Note: a symbol "SI_BUGS" is used to make a work around for silicon
; 5510 version1.0. If you are going to use the code on 5510 vers... | 26.215938 | 73 | 0.516376 |
8ea34c16680e80d12e6595e2f21cce0b2aac0bda | 368 | asm | Assembly | programs/oeis/098/A098971.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/098/A098971.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/098/A098971.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A098971: a(0)=1; for n > 0, a(n)=a(floor(n/2))+2*a(floor(n/4)).
; 1,3,5,5,11,11,11,11,21,21,21,21,21,21,21,21,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,171,171,171,171,171
mul $0,2
add $0,1
log $0,2
mov $1,2
pow $1,... | 26.285714 | 209 | 0.605978 |
39efd9e19b2fd65fd3b9a97acea58398b2191f4c | 308 | asm | Assembly | programs/oeis/301/A301647.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/301/A301647.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/301/A301647.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A301647: a(n) = n^3 - (n mod 2).
; 0,8,26,64,124,216,342,512,728,1000,1330,1728,2196,2744,3374,4096,4912,5832,6858,8000,9260,10648,12166,13824,15624,17576,19682,21952,24388,27000,29790,32768,35936,39304,42874,46656,50652,54872,59318,64000,68920,74088,79506,85184,91124
add $0,1
pow $0,3
div $0,2
mul $0,2
| 38.5 | 235 | 0.730519 |
b6d4ededfb011cde7e56e54e88742c9d4159365b | 376 | asm | Assembly | libsrc/target/zx81/chroma81/zx_aaddrcright.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/zx81/chroma81/zx_aaddrcright.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/zx81/chroma81/zx_aaddrcright.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; uchar __FASTCALL__ *zx_aaddrcright(void *attraddr)
; Stefano, 2014.12
SECTION code_clib
PUBLIC zx_aaddrcright
PUBLIC _zx_aaddrcright
EXTERN HRG_LineStart
.zx_aaddrcright
._zx_aaddrcright
; hl = valid attribute address
; hl = new attribute address right one character with line wrap
; TODO: carry if... | 17.904762 | 66 | 0.718085 |
f899c70452d722c8c5c42f40c4513e6bfb80aedd | 6,405 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1806.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.log_21829_1806.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.log_21829_1806.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r8
push %r9
push %rbx
push %rsi
lea addresses_A_ht+0x1a24d, %rbx
nop
nop
add $604, %r9
mov $0x6162636465666768, %r13
movq %r13, %xmm5
vmovups %ymm5, (%rbx)
nop
cmp %r12, %r12
lea addresses_D_ht+0xe179, %rsi
clflush (%rsi)
nop
nop
add %r8, ... | 35.583333 | 2,999 | 0.651678 |
3a85aae6174b43a03ad8ac1304cec44d320becf3 | 656 | asm | Assembly | programs/oeis/166/A166677.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/166/A166677.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/166/A166677.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A166677: a(n)= n*(a(n-1)+4), a(0)=1.
; 1,5,18,66,280,1420,8544,59836,478720,4308516,43085200,473937244,5687246976,73934210740,1035078950416,15526184256300,248418948100864,4223122117714756,76016198118865680,1444307764258447996,28886155285168960000,606609260988548160084,13345403741748059521936,306944286060205369004620,... | 50.461538 | 531 | 0.849085 |
1a462922c15c1c117b6388b20266fadc3e3f5411 | 251 | asm | Assembly | oeis/272/A272688.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/272/A272688.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/272/A272688.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A272688: The antibracket constants {x_n}^n.
; Submitted by Christian Krause
; 1,1,6,72,1120,21600,498960,13453440,415134720,14435366400
mov $1,1
lpb $0
max $1,$3
add $3,$1
mul $3,$0
sub $0,1
add $2,1
mul $1,$2
add $3,$1
lpe
mov $0,$1
| 15.6875 | 59 | 0.63745 |
de1f0806d671db5f0f0736d7fa87537465b9ad4a | 1,650 | asm | Assembly | duel-chat.asm | LeifBloomquist/ArtilleryDuel | 7f42f069284ba6067136c29e2ade80d3ac9b5583 | [
"MIT"
] | 1 | 2015-06-01T08:53:18.000Z | 2015-06-01T08:53:18.000Z | duel-chat.asm | LeifBloomquist/ArtilleryDuel | 7f42f069284ba6067136c29e2ade80d3ac9b5583 | [
"MIT"
] | null | null | null | duel-chat.asm | LeifBloomquist/ArtilleryDuel | 7f42f069284ba6067136c29e2ade80d3ac9b5583 | [
"MIT"
] | null | null | null | ; duel-chat.asm
; Weather War III Packet Chat routines
; ==============================================================
; Display contents of a chat packet.
; Moved to main game thread. No longer in IRQ.
; ==============================================================
SHOWCHATMSG
;First, check for a zero-length ch... | 21.153846 | 65 | 0.512121 |
0a537858df059228f6018e95b4450f13cdd37ec4 | 1,311 | asm | Assembly | programs/oeis/067/A067080.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/067/A067080.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/067/A067080.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A067080: If n = ab...def in decimal notation then the left digitorial function Ld(n) = ab...def*ab...de*ab...d*...*ab*a.
; 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,40,42,44,46,48,50,52,54,56,58,90,93,96,99,102,105,108,111,114,117,160,164,168,172,176,180,184,188,192,196,250,255,260,265,270,275,280,285,290,295,3... | 131.1 | 1,133 | 0.754386 |
4bed17d9960995e632cd231726658d79e08820b7 | 841 | asm | Assembly | oeis/239/A239056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/239/A239056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/239/A239056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A239056: Sum of the parts in the partitions of 4n into 4 parts with smallest part = 1.
; 4,32,120,304,600,1056,1708,2560,3672,5080,6776,8832,11284,14112,17400,21184,25432,30240,35644,41600,48216,55528,63480,72192,81700,91936,103032,115024,127832,141600,156364,172032,188760,206584,225400,245376,266548,288800,312312,33... | 28.033333 | 498 | 0.734839 |
c2c21c812aaf1e4130feaf75c89e9b0436006b06 | 425 | asm | Assembly | oeis/025/A025998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/025/A025998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/025/A025998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A025998: Expansion of 1/((1-2x)(1-5x)(1-8x)(1-10x)).
; Submitted by Jon Maiga
; 1,25,409,5565,68481,792645,8815129,95390845,1012475761,10596550965,109756131849,1127967674925,11523334499041,117184641488485,1187466959384569,11999684812451805,120997224186474321
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
sub $2,1... | 25 | 180 | 0.696471 |
cc52ff5e187517774686f28c4f81b81c7834c410 | 76 | asm | Assembly | PrintingFloat.asm | WilsenHernandez/MIPS-Tutorial | 9d6fe9c4a0db6013c65288f20e1471ea77466171 | [
"MIT"
] | null | null | null | PrintingFloat.asm | WilsenHernandez/MIPS-Tutorial | 9d6fe9c4a0db6013c65288f20e1471ea77466171 | [
"MIT"
] | null | null | null | PrintingFloat.asm | WilsenHernandez/MIPS-Tutorial | 9d6fe9c4a0db6013c65288f20e1471ea77466171 | [
"MIT"
] | null | null | null | .data
myFloat: .float 3.1416
.text
li $v0, 2
lwc1 $f12, myFloat
syscall | 12.666667 | 23 | 0.671053 |
16f674f5f926b57b3e931b1508e5cf99631f0963 | 1,435 | asm | Assembly | programs/oeis/217/A217366.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/217/A217366.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/217/A217366.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A217366: a(n) = ((n+6) / gcd(n+6,4)) * (n / gcd(n,4)).
; 0,7,2,27,5,55,9,91,14,135,20,187,27,247,35,315,44,391,54,475,65,567,77,667,90,775,104,891,119,1015,135,1147,152,1287,170,1435,189,1591,209,1755,230,1927,252,2107,275,2295,299,2491,324,2695,350,2907,377,3127,405,3355,434,3591,464,3835,495,4087,527,4347,560,4615,... | 84.411765 | 1,247 | 0.751916 |
64d34a3ab9c23d134ee0744860f770c9c49d3d43 | 1,797 | asm | Assembly | programs/oeis/200/A200431.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/200/A200431.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/200/A200431.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A200431: Number of -n..n arrays x(0..3) of 4 elements with zero sum and no two or three adjacent elements summing to zero.
; 0,20,92,248,520,940,1540,2352,3408,4740,6380,8360,10712,13468,16660,20320,24480,29172,34428,40280,46760,53900,61732,70288,79600,89700,100620,112392,125048,138620,153140,168640,185152,202708,221... | 128.357143 | 1,573 | 0.844185 |
d345c61c733abd4a368377b9c80e777ca743e1bb | 2,206 | asm | Assembly | tools/DOSBox-0.74Win/FSysFAT/avt/p1_asm/X2_PROC/xsem4_03d_ct.asm | cyberitsec/antivirus | 812be691c2a24cc4488ec848b64b57558c0311ab | [
"MIT"
] | 1 | 2021-09-28T23:47:40.000Z | 2021-09-28T23:47:40.000Z | tools/DOSBox-0.74Win/FSysFAT/avt/p1_asm/X2_PROC/xsem4_03d_ct.asm | cyberitsec/antivirus | 812be691c2a24cc4488ec848b64b57558c0311ab | [
"MIT"
] | null | null | null | tools/DOSBox-0.74Win/FSysFAT/avt/p1_asm/X2_PROC/xsem4_03d_ct.asm | cyberitsec/antivirus | 812be691c2a24cc4488ec848b64b57558c0311ab | [
"MIT"
] | null | null | null | ;doua proceduri ca in C de adunare a doi vectori - transmiterea parametrilor invers de la coada listei parametrilor spre varf
;transfer toti parametrii mai putin rezultat prin referinta-pointer pe stiva; functii FAR deci model large
;void addvect1(int n, int *a,int *b, int *rez);//se considera int pe doi octeti
;... | 25.356322 | 127 | 0.657298 |
ec5cc32ddabe599387ce364cabce748790f12966 | 194 | asm | Assembly | mc-sema/validator/x86/tests/INC16r.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86/tests/INC16r.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86/tests/INC16r.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; INC16r
xor dx, dx
mov dx, 0x30
;TEST_BEGIN_RECORDING
inc dx
;TEST_END_RECORDING
| 14.923077 | 25 | 0.721649 |
68ccec2b7a5e534d240ecc1d509e7ad7810a7656 | 1,333 | asm | Assembly | misc/program_pro.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | 3 | 2021-05-04T13:59:36.000Z | 2021-08-23T16:03:13.000Z | misc/program_pro.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | null | null | null | misc/program_pro.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | null | null | null | SETCHAR equ 0x07
section head align=16 vstart=0
Size dd ProgramEnd ; 4B 0x00
SegmentAddr:
CodeSeg dd section.code.start ; 4B 0x04
DataSeg dd section.data.start ; 4B 0x08
StackSeg dd section.stack.start; 4B 0x0c
SegmentNum:
SegNum db (SegmentNum - SegmentAddr)/4 ; 1B 0x10
Entry:
dw CodeStart ; 2B 0x1... | 21.852459 | 63 | 0.591148 |
f2e31dab0027533fed4464cc54568705b33cbd19 | 456 | asm | Assembly | src/firmware-tests/Platform/Timer0/Initialisation/InitialisationChainTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/Timer0/Initialisation/InitialisationChainTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/Timer0/Initialisation/InitialisationChainTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "FarCalls.inc"
#include "Timer0.inc"
#include "TestFixture.inc"
#include "../InitialiseAfterTimer0Mock.inc"
radix decimal
InitialisationChainTest code
global testArrange
testArrange:
fcall initialiseInitialiseAfterTimer0Mock
testAct:
fcall initialiseTimer0
testAssert:
ban... | 19 | 88 | 0.798246 |
5995000c6b1e7ebb04d0c852ed4e4b29026586ef | 869 | asm | Assembly | sw/552tests/rand_simple/t_2_sll.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/rand_simple/t_2_sll.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/rand_simple/t_2_sll.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // seed 2
lbi r0, 84 // icount 0
slbi r0, 166 // icount 1
lbi r1, 190 // icount 2
slbi r1, 160 // icount 3
lbi r2, 156 // icount 4
slbi r2, 28 // icount 5
lbi r3, 244 // icount 6
slbi r3, 35 // icount 7
lbi r4, 75 // icount 8
slbi r4, 181 // icount 9
lbi r5, 188 // icount 10
slbi r5, 239 // icount 11
lbi r6, 139 // ico... | 24.828571 | 27 | 0.619102 |
75bd992cc4661b64f8079aa961767d411c7a3d84 | 615 | asm | Assembly | unittests/ASM/OpSize/66_76.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 628 | 2020-03-06T14:01:32.000Z | 2022-03-31T06:35:14.000Z | unittests/ASM/OpSize/66_76.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 576 | 2020-03-06T08:25:12.000Z | 2022-03-30T04:05:29.000Z | unittests/ASM/OpSize/66_76.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 38 | 2020-03-07T06:10:00.000Z | 2022-03-29T09:27:36.000Z | %ifdef CONFIG
{
"RegData": {
"XMM0": ["0x00000000FFFFFFFF", "0x00000000FFFFFFFF"],
"XMM1": ["0x00000000FFFFFFFF", "0x00000000FFFFFFFF"],
"XMM2": ["0x61626364FFFFFFFF", "0x51525354FFFFFFFF"]
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rdx, 0xe0000000
mov rax, 0x71727374FFFFFFFF
m... | 18.088235 | 57 | 0.653659 |
bdbe3fa321967de9bb2f7b63b5e2b7b085a76a63 | 2,810 | asm | Assembly | programs/oeis/326/A326367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/326/A326367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/326/A326367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A326367: Number of tilings of an equilateral triangle of side length n with unit triangles (of side length 1) and exactly two unit "lozenges" or "diamonds" (also of side length 1).
; 0,0,24,126,387,915,1845,3339,5586,8802,13230,19140,26829,36621,48867,63945,82260,104244,130356,161082,196935,238455,286209,340791,40282... | 108.076923 | 2,357 | 0.842705 |
c94649e55cc6662312c1c2d3e7bf83075944a896 | 385 | asm | Assembly | oeis/086/A086936.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/086/A086936.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/086/A086936.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A086936: Number of primes between n and p(n) inclusive.
; Submitted by Jamie Morken(w1)
; 1,2,2,2,3,3,4,4,5,6,7,7,8,8,9,10,11,11,12,12,13,14,15,15,16,17,18,19,20,20,21,21,22,23,24,25,26,26,27,28,29,29,30,30,31,32,33,33,34,35,36,37,38,38,39,40,41,42,43,43,44,44,45,46,47,48,49,49,50,51,52,52,53,53
mov $1,$0
seq $1,230... | 42.777778 | 208 | 0.654545 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.