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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
591879fab444652fa7130a9fef3d949314e45412 | 1,065 | asm | Assembly | 02. 8085/06. Sorting.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | 02. 8085/06. Sorting.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | 02. 8085/06. Sorting.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | ; Q 6> Arrange a set of given numbers in ascending order
; using bubble sort algorithm
SU 4300h
[4300h] = 05h ; A.length = 5
[4301h] = 01h ; A[0] = 5
[4302h] = 02h ; A[1] = 3
[4303h] = 03h ; A[2] = 1
[4304h] = 04h ; A[3] = 4
[4305h] = 05h ; A[4] = 2
.
A
ORG 4200h
lxi h,... | 15 | 56 | 0.494836 |
fcce93e41e7f5e18b1713bba6606239d3b6de365 | 486 | asm | Assembly | libsrc/farz88/incfar.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/farz88/incfar.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/farz88/incfar.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; Internal routine to read increment local address HL with far pointer EBC
; 31/3/00 GWL
; Corrupts D via farseg1, but preserves A
;
; $Id: incfar.asm,v 1.4 2016/06/10 22:42:22 dom Exp $
;
SECTION code_clib
PUBLIC incfar
EXTERN farseg1
.incfar
inc hl
inc c
... | 16.758621 | 74 | 0.512346 |
30cf51c406a39331bd50a65a54360ca03640304d | 3,317 | asm | Assembly | TAREAS/Shell/shell_socket.asm | Pter18/AnalisisVuln | bfa91cc30434c950be348a18f5d9cf8163c9be15 | [
"MIT"
] | null | null | null | TAREAS/Shell/shell_socket.asm | Pter18/AnalisisVuln | bfa91cc30434c950be348a18f5d9cf8163c9be15 | [
"MIT"
] | null | null | null | TAREAS/Shell/shell_socket.asm | Pter18/AnalisisVuln | bfa91cc30434c950be348a18f5d9cf8163c9be15 | [
"MIT"
] | null | null | null | ;nasm -f elf32 -o shell.obj shell.asm && ld -N -m elf_i386 -o shell shell.obj
; https://www.abatchy.com/2017/05/tcp-bind-shell-in-assembly-null
global _start
section .text
_start:
; Limpiamos los registros a utilizar
xor eax, eax
xor ebx, ebx
xor ecx, ecx
; Creacion del socket
mov al, 0x66 ; socketcall (102)... | 41.4625 | 119 | 0.686765 |
14afb90ed3cb60f8559d127e086a16d38da2293e | 1,233 | asm | Assembly | programs/oeis/003/A003769.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/003/A003769.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/003/A003769.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A003769: Number of perfect matchings (or domino tilings) in K_4 X P_n.
; 3,16,75,361,1728,8281,39675,190096,910803,4363921,20908800,100180081,479991603,2299777936,11018898075,52794712441,252954664128,1211978608201,5806938376875,27822713276176,133306628004003,638710426743841,3060245505715200,14662517101832161,70252340... | 123.3 | 1,046 | 0.891322 |
b9ac18e652eb80155fd028e50b6de7a1b78ea1d9 | 6,987 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1539.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1539.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1539.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xbb6b, %rbx
nop
nop
nop
nop
nop
xor %r11, %r11
movl $0x61626364, (%rbx)
nop
nop
nop
and $15877, %r11
lea addresses_D_ht+0x1266b, %rsi
lea addresses_WC_ht+0x29c1, %rdi
nop
inc ... | 35.467005 | 2,999 | 0.65765 |
6a64652088b1f4388a8b8fc8b8c9f541d2cdb5af | 725 | asm | Assembly | samples/showkeys.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | samples/showkeys.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | samples/showkeys.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | ; showkeys.asm
bdos equ 5
org 100h
other:
ld c, 6
; This works only in cp/m plus.
;ld e, 0FDh
;call bdos
ld e,0FFh
call bdos
cp 0
jp z, other
cp 20h
jp z, finish
call showreg
jp other
finish ld c, 2
ld e, 0Dh
call bdos
ld c, 2
ld e, 0Ah
call bdos
call 0
showreg:
... | 8.950617 | 33 | 0.565517 |
f94b11b54e6b5069aad1ce3d3825ba5f39b7da7c | 1,050 | asm | Assembly | Src/SacaraVm/vm_native_call.asm | mrfearless/sacara | 126ee1c8c18c9d01a09fac4aedd9044976cf17c4 | [
"MIT"
] | null | null | null | Src/SacaraVm/vm_native_call.asm | mrfearless/sacara | 126ee1c8c18c9d01a09fac4aedd9044976cf17c4 | [
"MIT"
] | null | null | null | Src/SacaraVm/vm_native_call.asm | mrfearless/sacara | 126ee1c8c18c9d01a09fac4aedd9044976cf17c4 | [
"MIT"
] | null | null | null | header_VmNativeCall
vm_native_call PROC
push ebp
mov ebp, esp
sub esp, 0Ch
; save native address
push [ebp+arg0]
call_vm_stack_pop_enc
mov [ebp+local0], eax
; save number of parameters
push [ebp+arg0]
call_vm_stack_pop_enc
mov [ebp+local1], eax
; get flag to see if we have to clean the stack
push [ebp... | 19.090909 | 48 | 0.751429 |
9d7e80bdc2e91dd10758401930f5ab39b6b18b4b | 518 | asm | Assembly | oeis/216/A216787.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/216/A216787.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/216/A216787.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A216787: a(n) = Product_{k=1..n} (144 - 12/k).
; Submitted by Jon Maiga
; 1,132,18216,2550240,359583840,50917071744,7230224187648,1028757612985344,146597959850411520,20914642271992043520,2986610916440463814656,426813850967673556058112,61034380688377318516310016,8732611390798600956948971520,125001094479717116555183849... | 21.583333 | 250 | 0.718147 |
5bf272d0bb1ee3f4c039cd6bc8168a3b01f1e4ba | 28,404 | asm | Assembly | hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libswscale/x86/input.asm | APCVSRepo/android_packet | 5d4237234656b777cd9b0cae4731afea51986582 | [
"BSD-3-Clause"
] | 4 | 2016-09-21T12:36:24.000Z | 2020-10-29T01:45:03.000Z | hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libswscale/x86/input.asm | APCVSRepo/android_packet | 5d4237234656b777cd9b0cae4731afea51986582 | [
"BSD-3-Clause"
] | 7 | 2016-06-01T01:21:44.000Z | 2017-11-03T08:18:23.000Z | hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libswscale/x86/input.asm | APCVSRepo/android_packet | 5d4237234656b777cd9b0cae4731afea51986582 | [
"BSD-3-Clause"
] | 8 | 2017-08-29T10:51:50.000Z | 2021-03-24T10:19:11.000Z | ;******************************************************************************
;* x86-optimized input routines; does shuffling of packed
;* YUV formats into individual planes, and converts RGB
;* into YUV planes also.
;* Copyright (c) 2012 Ronald S. Bultje <rsbultje@gmail.com>
;*
;* This file is part of FFmpeg.
... | 38.331984 | 99 | 0.474159 |
159a8b8433191c9a1515a8a1fd16cf03324c4ed6 | 276 | asm | Assembly | test/assembler/ret/data/program.asm | jfitz/virtual-processor | b6aa15e7ed210ab862c9c80bbc7c46859ab50501 | [
"MIT"
] | null | null | null | test/assembler/ret/data/program.asm | jfitz/virtual-processor | b6aa15e7ed210ab862c9c80bbc7c46859ab50501 | [
"MIT"
] | null | null | null | test/assembler/ret/data/program.asm | jfitz/virtual-processor | b6aa15e7ed210ab862c9c80bbc7c46859ab50501 | [
"MIT"
] | null | null | null | message: STRING "Hello, world!"
MAIN: PUSH BYTE message
CALL print_s
CALL print_nl
EXIT
address: BYTE 0
print_s: POP BYTE @address
loop: PUSH BYTE @@address
FLAGS BYTE
ZERO RET
OUT
INC BYTE @address
JUMP loop
newline: BYTE 10
print_nl: PUSH BYTE @newline
OUT
RET
| 13.142857 | 31 | 0.73913 |
c6a9ca5bc67bf66d23abca0b1652df52869aff3d | 3,718 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_437.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_437.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_437.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r13
push %r14
push %rbp
push %rdi
push %rdx
// Faulty Load
lea addresses_WC+0x4317, %rdx
nop
add $45077, %r13
movups (%rdx), %xmm7
vpextrq $1, %xmm7, %r14
lea oracles, %rdx
and $0xff, %r14
shlq $12, %r14
mov (%rd... | 88.52381 | 2,999 | 0.663798 |
b69c7bc07c7dfc7c18e0fc37d2fb93b369fd69b0 | 229 | asm | Assembly | examples/ex.asm | jdowner/lrc | d8b87a538605251f8bce35d42778335ecbff452d | [
"MIT"
] | null | null | null | examples/ex.asm | jdowner/lrc | d8b87a538605251f8bce35d42778335ecbff452d | [
"MIT"
] | null | null | null | examples/ex.asm | jdowner/lrc | d8b87a538605251f8bce35d42778335ecbff452d | [
"MIT"
] | null | null | null | start:
LDA 9
STA iteration + 1
iteration:
NUL
print:
CMP iteration + 1, iteration
BRB done
LDA 65
STA 0
LDA 108
STA 0
LDA 101
STA 0
LDA 120
STA 0
LDA 10
STA 0
INC iteration
JMP print
done:
HLT
| 9.956522 | 30 | 0.624454 |
6802ce4faff1ea13befc5deef59dd7b627f04a12 | 1,020 | asm | Assembly | data/maps/objects/PowerPlant.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/PowerPlant.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/PowerPlant.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | PowerPlant_Object:
db $2e ; border block
def_warps
warp 4, 35, 3, LAST_MAP
warp 5, 35, 3, LAST_MAP
warp 0, 11, 3, LAST_MAP
def_signs
def_objects
object SPRITE_POKE_BALL, 9, 20, STAY, NONE, 1, VOLTORB, 40
object SPRITE_POKE_BALL, 32, 18, STAY, NONE, 2, VOLTORB, 40
object SPRITE_POKE_BALL, 21, 25, STAY, N... | 36.428571 | 62 | 0.72451 |
d00a23aa9cfa13e40c90c187f16aaa93c0aa3d20 | 428 | asm | Assembly | programs/oeis/322/A322382.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/322/A322382.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/322/A322382.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A322382: a(n) = p*a(n/p) + 1, where p is the smallest prime divisor of n; a(1)=0.
; 0,1,1,3,1,3,1,7,4,3,1,7,1,3,4,15,1,9,1,7,4,3,1,15,6,3,13,7,1,9,1,31,4,3,6,19,1,3,4,15,1,9,1,7,13,3,1,31,8,13,4,7,1,27,6,15,4,3,1,19,1,3,13,63,6,9,1,7,4,13,1,39,1,3,19,7,8,9,1,31,40,3,1,19,6,3,4,15,1,27,8,7,4,3,6,63,1,17,13,27
lpb $0
... | 42.8 | 227 | 0.560748 |
af718cb051932ad70c56dcd4a0e144c294e9ccdc | 2,937 | asm | Assembly | kernel/idt_obj.asm | semahawk/kernel | a9d23a598d5d13345a7c10d5fd93c397a7a2dacd | [
"BSD-3-Clause"
] | null | null | null | kernel/idt_obj.asm | semahawk/kernel | a9d23a598d5d13345a7c10d5fd93c397a7a2dacd | [
"BSD-3-Clause"
] | 1 | 2016-11-13T12:04:53.000Z | 2016-11-13T12:04:53.000Z | kernel/idt_obj.asm | semahawk/kernel | a9d23a598d5d13345a7c10d5fd93c397a7a2dacd | [
"BSD-3-Clause"
] | null | null | null | #include <kernel/syscall.h>
; defined in idt.c
extern isr_handler
extern irq_handler
extern int_handler
isr_common_stub:
pusha ; pushes e[ds]i, e[bs]p, e[abcd]x
push ds
push es
push fs
push gs
mov ax, 0x10 ; load the kernel data segment descriptor
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mo... | 15.62234 | 68 | 0.687777 |
01e3a395d0b4d68680f7cb85fe276fcb1d316b6e | 962 | asm | Assembly | programs/oeis/226/A226451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/226/A226451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/226/A226451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A226451: a(n) = n*(7*n^2-12*n+7)/2.
; 0,1,11,51,142,305,561,931,1436,2097,2935,3971,5226,6721,8477,10515,12856,15521,18531,21907,25670,29841,34441,39491,45012,51025,57551,64611,72226,80417,89205,98611,108656,119361,130747,142835,155646,169201,183521,198627,214540,231281,248871,267331,286682,306945,328141,350291,37341... | 37 | 673 | 0.723493 |
5a4e2e3ec4e905031a47b5f3ea89c0f8cfc729d5 | 790 | asm | Assembly | programs/oeis/001/A001218.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001218.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001218.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A001218: a(n) = 3^n mod 100.
; 1,3,9,27,81,43,29,87,61,83,49,47,41,23,69,7,21,63,89,67,1,3,9,27,81,43,29,87,61,83,49,47,41,23,69,7,21,63,89,67,1,3,9,27,81,43,29,87,61,83,49,47,41,23,69,7,21,63,89,67,1,3,9,27,81,43,29,87,61,83,49,47,41,23,69,7,21,63,89,67,1,3,9,27,81,43,29,87,61,83,49,47,41,23,69,7,21,63,89,67,1,3,9,2... | 79 | 700 | 0.627848 |
84f58a5953e30a8e697301be75ba6bfec858a79b | 3,535 | asm | Assembly | src/drivers/vga/vga_core.asm | pwk4m1/TinyBIOS | f9f0ec8b725717cac1756836cf68267e0ed77114 | [
"BSD-3-Clause"
] | 23 | 2019-09-28T17:33:32.000Z | 2022-03-26T20:30:22.000Z | src/drivers/vga/vga_core.asm | pwk4m1/TinyBIOS | f9f0ec8b725717cac1756836cf68267e0ed77114 | [
"BSD-3-Clause"
] | null | null | null | src/drivers/vga/vga_core.asm | pwk4m1/TinyBIOS | f9f0ec8b725717cac1756836cf68267e0ed77114 | [
"BSD-3-Clause"
] | 1 | 2022-03-24T13:12:04.000Z | 2022-03-24T13:12:04.000Z | ; BSD 3-Clause License
;
; Copyright (c) 2020, k4m1 <k4m1@protonmail.com>
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; * Redistributions of source code must retain the above copyright no... | 19.638889 | 77 | 0.713437 |
3bd2556e61caf086ff8fc2431109bd1ebd293d35 | 357 | asm | Assembly | oeis/158/A158907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158907: Row sums of triangle A158906.
; Submitted by Jamie Morken(w1)
; 1,3,4,6,6,9,8,11,11,13,12,17,14,17,18,20,18,23,20,25,24,25,24,31,27,29,30,33,30,37,32,37,36,37,38,44,38,41,42,47,42,49,44,49,50,49,48,57,51,55,54,57,54,61,58,63,60,61,60
mov $2,$0
mod $2,59
seq $2,5 ; d(n) (also called tau(n) or sigma_0(n)), th... | 39.666667 | 171 | 0.658263 |
a580433599c006a937d33ff5b18b7d0cfa2af3bf | 909 | asm | Assembly | src/kernel.asm | jonatan5524/own-kernel | cfcc9c9d2065c49280e6e561a1edf2a63d691440 | [
"MIT"
] | null | null | null | src/kernel.asm | jonatan5524/own-kernel | cfcc9c9d2065c49280e6e561a1edf2a63d691440 | [
"MIT"
] | null | null | null | src/kernel.asm | jonatan5524/own-kernel | cfcc9c9d2065c49280e6e561a1edf2a63d691440 | [
"MIT"
] | null | null | null | ; vim: set ft=nasm :
; set 32 bit code
[BITS 32]
global _start
global kernel_registers
extern kernel_main
; set code and data offset addresses
CODE_SEG equ 0x08
DATA_SEG equ 0x10
_start:
; init data and stack segment
mov ax, DATA_SEG
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
mov ebp, 0... | 15.40678 | 80 | 0.673267 |
9a83a3e98b8c3d09c116c2ce028e112f2366a226 | 2,223 | asm | Assembly | windows-x64/tests/main_read.asm | mazoti/adler32 | a7d27786344277a6fe589ba98c0210d96c88fc8e | [
"BSD-3-Clause"
] | null | null | null | windows-x64/tests/main_read.asm | mazoti/adler32 | a7d27786344277a6fe589ba98c0210d96c88fc8e | [
"BSD-3-Clause"
] | null | null | null | windows-x64/tests/main_read.asm | mazoti/adler32 | a7d27786344277a6fe589ba98c0210d96c88fc8e | [
"BSD-3-Clause"
] | null | null | null | ; int main(int argc, char** argv){
bits 64
default rel
global main
extern ExitProcess
extern GetCommandLineA
extern adler32file
extern printhex
extern print
%define STDOUT -11
%define STDERR -12
%macro cmd_line 1
inc rax
or byte [rax],0
je usage
cmp byte [rax],%1
%endmacro
%macro exit 1
mov rcx,%1
call ... | 16.840909 | 103 | 0.640576 |
2873a1c6034457a658cddcfa5832ef8fe0e2666f | 1,447 | asm | Assembly | programs/oeis/319/A319390.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/319/A319390.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/319/A319390.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A319390: a(n) = a(n-1) + 2*a(n-2) - 2*a(n-3) - a(n-4) + a(n-5), a(0)=1, a(1)=2, a(2)=3, a(3)=6, a(4)=8.
; 1,2,3,6,8,13,16,23,27,36,41,52,58,71,78,93,101,118,127,146,156,177,188,211,223,248,261,288,302,331,346,377,393,426,443,478,496,533,552,591,611,652,673,716,738,783,806,853,877,926,951,1002,1028,1081,1108,1163,1191... | 120.583333 | 1,266 | 0.757429 |
da2b553ff4cb05ceed2ed4f1f504f00d49b9940b | 4,540 | nasm | Assembly | src/x64call.nasm | System233/x64call | 20757855175fb2d9e2b596a1548de08b370a9512 | [
"MIT"
] | null | null | null | src/x64call.nasm | System233/x64call | 20757855175fb2d9e2b596a1548de08b370a9512 | [
"MIT"
] | null | null | null | src/x64call.nasm | System233/x64call | 20757855175fb2d9e2b596a1548de08b370a9512 | [
"MIT"
] | null | null | null | ; Copyright (c) 2021 github.com/System233
;
; This software is released under the MIT License.
; https://opensource.org/licenses/MIT
global x64call_exec
global _x64call_exec
global x64call_strcmp
global _x64call_strcmp
global x64call_isin32
global _x64call_isin32
global x64call_dlsym
gl... | 19.73913 | 94 | 0.594273 |
f4e5903b3187fe9217110da4f05f9852745d2282 | 412 | asm | Assembly | libsrc/math/zxmath/dge.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/math/zxmath/dge.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/math/zxmath/dge.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
;
; ZX Maths Routines
;
; 8/12/02 - Stefano Bodrato
;
; $Id: dge.asm,v 1.3 2015/01/19 01:32:56 pauloscustodio Exp $
;
IF FORzx
INCLUDE "zxfp.def"
ELSE
INCLUDE "81fp.def"
ENDIF
PUBLIC dge
EXTERN fsetup
EXTERN f_yesno
.dge
call f... | 14.206897 | 67 | 0.575243 |
9ca33320bc37c8708e37a47dc09234ef832dc607 | 773 | asm | Assembly | programs/oeis/011/A011915.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/011/A011915.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/011/A011915.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A011915: a(n) = floor(n(n-1)(n-2)(n-3)/5).
; 0,0,0,0,4,24,72,168,336,604,1008,1584,2376,3432,4804,6552,8736,11424,14688,18604,23256,28728,35112,42504,51004,60720,71760,84240,98280,114004,131544,151032,172608,196416,222604,251328,282744,317016,354312,394804,438672,486096,537264,592368,651604,715176,783288,856152,93398... | 110.428571 | 698 | 0.821475 |
feea3f1381a521909cb03a207d42447f0f66460c | 81 | asm | Assembly | libsrc/gfx/common/__graphics_retaddr.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | 4 | 2021-11-20T19:35:01.000Z | 2022-01-01T16:08:42.000Z | libsrc/gfx/common/__graphics_retaddr.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | null | null | null | libsrc/gfx/common/__graphics_retaddr.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | 1 | 2021-11-27T15:58:02.000Z | 2021-11-27T15:58:02.000Z |
SECTION bss_graphics
PUBLIC __graphics_retaddr
__graphics_retaddr:
defw 0
| 10.125 | 26 | 0.814815 |
ff77d261406a43659c99b85066acef3a4c9101b3 | 29 | asm | Assembly | tests/addr_backwards/1.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/addr_backwards/1.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/addr_backwards/1.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #d8 0
#addr 0 ; error: behind | 14.5 | 23 | 0.655172 |
4dc496868c0dcc6be638b51bdfdbd59a41d2838e | 731 | asm | Assembly | oeis/248/A248429.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/248/A248429.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/248/A248429.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A248429: Number of length n+2 0..4 arrays with every three consecutive terms having the sum of some two elements equal to twice the third.
; 29,45,69,101,165,261,389,645,1029,1541,2565,4101,6149,10245,16389,24581,40965,65541,98309,163845,262149,393221,655365,1048581,1572869,2621445,4194309,6291461,10485765,16777221,2... | 52.214286 | 490 | 0.807114 |
5654eeedc3714a8395d42bf49c218454e99afaab | 493 | asm | Assembly | unittests/ASM/PrimaryGroup/5_FF_02.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 628 | 2020-03-06T14:01:32.000Z | 2022-03-31T06:35:14.000Z | unittests/ASM/PrimaryGroup/5_FF_02.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 576 | 2020-03-06T08:25:12.000Z | 2022-03-30T04:05:29.000Z | unittests/ASM/PrimaryGroup/5_FF_02.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 38 | 2020-03-07T06:10:00.000Z | 2022-03-29T09:27:36.000Z | %ifdef CONFIG
{
"RegData": {
"RAX": "0x4142434445464748"
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov r15, 0xe0000000
lea rsp, [r15 + 8 * 4]
mov rax, 0x4142434445464748
mov [r15 + 8 * 0], rax
mov rax, 0x5152535455565758
mov [r15 + 8 * 1], rax
lea rbx, [rel .call_tgt]
mov [r15 + 8 * 2], ... | 12.973684 | 40 | 0.618661 |
4abbaab9c6ccacf5ab909bbf2b32eaca0d84a2f9 | 1,887 | asm | Assembly | programs/oeis/124/A124297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/124/A124297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/124/A124297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A124297: a(n) = 5*F(n)^2 + 5*F(n) + 1, where F(n) = Fibonacci(n).
; 1,11,11,31,61,151,361,911,2311,5951,15401,40051,104401,272611,712531,1863551,4875781,12760031,33398201,87424711,228859951,599129311,1568486161,4106261531,10750188961,28144128251,73681909211,192901135711,505020747661,1322159893351,3461456968201,906220... | 209.666667 | 1,698 | 0.90514 |
16b043d85bb6d095dd9a24a3bf34550419bb996f | 454 | asm | Assembly | programs/oeis/132/A132774.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/132/A132774.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132774.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A132774: A natural number operator.
; 1,2,3,0,4,5,0,0,6,7,0,0,0,8,9,0,0,0,0,10,11,0,0,0,0,0,12,13,0,0,0,0,0,0,14,15
mov $5,$0
mov $7,2
lpb $7
clr $0,5
mov $0,$5
sub $7,1
add $0,$7
sub $0,1
cal $0,241151 ; Number of distinct degrees in the partition graph G(n) defined at A241150.
add $3,$0
mul $3,$0
... | 15.655172 | 92 | 0.555066 |
0c12f9b6608c6d2b596d8bbae2bd8856c2daa206 | 4,871 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/powerpc64/mode64/aorsmul_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | libtool/src/gmp-6.1.2/mpn/powerpc64/mode64/aorsmul_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | libtool/src/gmp-6.1.2/mpn/powerpc64/mode64/aorsmul_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl PowerPC-64 mpn_addmul_1 and mpn_submul_1.
dnl Copyright 1999-2001, 2003-2006, 2010-2012 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser ... | 21.553097 | 79 | 0.644016 |
7517765f4e11a0578814385bac512b8ae07cd2c4 | 646 | asm | Assembly | programs/oeis/036/A036487.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/036/A036487.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/036/A036487.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A036487: a(n) = floor((n^3)/2).
; 0,0,4,13,32,62,108,171,256,364,500,665,864,1098,1372,1687,2048,2456,2916,3429,4000,4630,5324,6083,6912,7812,8788,9841,10976,12194,13500,14895,16384,17968,19652,21437,23328,25326,27436,29659,32000,34460,37044,39753,42592,45562,48668,51911,55296,58824,62500,66325,70304,74438,78732,8318... | 107.666667 | 592 | 0.801858 |
1f959aa85a05aa3e73aa8f728c6226fcf42a9633 | 2,322 | asm | Assembly | tests/vice-tests/VIC20/viavarious/via5a.asm | PhylumChordata/chips-test | 4f80ede2da9952efeb25d3887c768654d2374167 | [
"MIT"
] | 330 | 2017-12-11T21:20:28.000Z | 2022-03-26T08:56:51.000Z | tests/vice-tests/VIC20/viavarious/via5a.asm | PhylumChordata/chips-test | 4f80ede2da9952efeb25d3887c768654d2374167 | [
"MIT"
] | 14 | 2019-01-07T23:50:35.000Z | 2022-01-09T13:43:16.000Z | tests/vice-tests/VIC20/viavarious/via5a.asm | PhylumChordata/chips-test | 4f80ede2da9952efeb25d3887c768654d2374167 | [
"MIT"
] | 31 | 2018-07-02T06:13:31.000Z | 2022-02-18T16:50:56.000Z | !to "via5a.prg", cbm
TESTID = 5
tmp=$fc
addr=$fd
add2=$f9
ERRBUF = $1f00
TMP = $2000 ; measured data on C64 side
DATA = $3000 ; reference data
TESTLEN = $20
NUMTESTS = 18 - 12
TESTSLOC = $1800
DTMP=screenmem
!src "common.asm"
* = TESTSLOC
... | 18.428571 | 58 | 0.511197 |
c926924bb4d4ecb7526fd17d11f5db54e39b6ce5 | 948 | asm | Assembly | Irvine/Examples/ch07/32 bit/MultiShift.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch07/32 bit/MultiShift.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch07/32 bit/MultiShift.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | ; Multiple Doubleword Shift (MultiShf.asm)
; This program demonstrates a multibyte shift operation,
; using SHR and RCR instructions.
INCLUDE Irvine32.inc
.data
ArraySize = 3
array BYTE ArraySize DUP(99h) ; 1001 pattern in each nybble
.code
main PROC
call DisplayArray ; display the array
mov esi,... | 20.170213 | 60 | 0.623418 |
8eb9e5026bbf4ad5fb4eafc56220fc7341c33830 | 347 | asm | Assembly | data/mapHeaders/CinnabarLabMetronomeRoom.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/CinnabarLabMetronomeRoom.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/CinnabarLabMetronomeRoom.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | CinnabarLabMetronomeRoom_h:
db LAB ; tileset
db CINNABAR_LAB_METRONOME_ROOM_HEIGHT, CINNABAR_LAB_METRONOME_ROOM_WIDTH ; dimensions (y, x)
dw CinnabarLabMetronomeRoom_Blocks ; blocks
dw CinnabarLabMetronomeRoom_TextPointers ; texts
dw CinnabarLabMetronomeRoom_Script ; scripts
db 0 ; connections
dw CinnabarLabMetr... | 38.555556 | 93 | 0.853026 |
1616eaf0a2f31a172aaf90106c3bb8d0bec1b77e | 613 | asm | Assembly | oeis/195/A195857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/195/A195857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/195/A195857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A195857: a(n) = T(9, n), array T given by A047858.
; 1,11,32,76,168,360,760,1592,3320,6904,14328,29688,61432,126968,262136,540664,1114104,2293752,4718584,9699320,19922936,40894456,83886072,171966456,352321528,721420280,1476395000,3019898872,6174015480,12616466424,25769803768,52613349368,107374182392,219043332088,4466... | 55.727273 | 491 | 0.830343 |
0553fe715e2e1ba876ba46d3b8c0d95d5a0ec029 | 609 | asm | Assembly | oeis/241/A241747.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/241/A241747.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/241/A241747.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A241747: Triangle read by rows: T(n,k) = (4*n+3)*(4*k+3).
; Submitted by Jon Maiga
; 9,21,49,33,77,121,45,105,165,225,57,133,209,285,361,69,161,253,345,437,529,81,189,297,405,513,621,729,93,217,341,465,589,713,837,961,105,245,385,525,665,805,945,1085,1225,117,273,429,585,741,897,1053,1209,1365,1521,129,301,473,645,81... | 38.0625 | 421 | 0.697865 |
5a01640c0c7f1117954974c6bb6bf712bbdb64a6 | 9,840 | asm | Assembly | ee/wman/drobj.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/wman/drobj.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/wman/drobj.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Draw menu object or loose menu item V1.05 1986 Tony Tebby QJUMP
* 2003-01-24 1.02 draws sprites according to item status (wl)
* 2003-05-06 1.03 uses pto..blk to check for sprite block (wl)
* 2003-05-20 1.04 calls pv_fsprt before checking on object data (mk)
* 2003-06-15 1.05 yet more bugfixes for statuts items (... | 24.236453 | 79 | 0.692073 |
e246aac59046e0d3e8684be32a2b197eda003554 | 118 | asm | Assembly | test/unittest/input/input_for_parser_GROUP2.asm | Kenta11/micro1-as | 23b09dacb479b9e9a203cc99ac843e5a3504e4aa | [
"MIT"
] | null | null | null | test/unittest/input/input_for_parser_GROUP2.asm | Kenta11/micro1-as | 23b09dacb479b9e9a203cc99ac843e5a3504e4aa | [
"MIT"
] | null | null | null | test/unittest/input/input_for_parser_GROUP2.asm | Kenta11/micro1-as | 23b09dacb479b9e9a203cc99ac843e5a3504e4aa | [
"MIT"
] | null | null | null | TITLE InputForParserGROUP2
LC 0, 108
PUSH 1, X"E0B3
POP 2, O"173210
LC 3, B"1001010101101001
END
| 16.857143 | 30 | 0.635593 |
6ae8e916be3b75d34775924ec934a5bec494f55b | 338 | asm | Assembly | programs/oeis/043/A043701.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/043/A043701.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/043/A043701.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A043701: Numbers whose base-12 representation has an even number of runs.
; 12,14,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,38,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,60,61,62,63,64,66,67,68,69,70,71,72,73,74,75,76
add $0,2
mov $1,18
add $1,$0
add $1,$0
div $1,24
add $1,$0
ad... | 28.166667 | 181 | 0.659763 |
2f7b5b89bb7a383d0e1785510dc2047dcb737fea | 278 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_exp_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_exp_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_exp_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; float exp(float x) __z88dk_fastcall
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdccix_exp_fastcall
EXTERN cm48_sdccixp_dx2m48, am48_exp, cm48_sdccixp_m482d
cm48_sdccix_exp_fastcall:
call cm48_sdccixp_dx2m48
call am48_exp
jp cm48_sdccixp_m482d
| 15.444444 | 56 | 0.816547 |
b19d3e02830950cd4170b4cbfb1f8d06e61f6f95 | 439 | asm | Assembly | oeis/280/A280945.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/280/A280945.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/280/A280945.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A280945: List of primitive triples (x, y, z) of positive integers for which xy - z, yz - x, and zx - y are powers of 2.
; Submitted by Jon Maiga
; 2,2,2,2,2,3,2,6,11,3,5,7
mov $2,1
mov $3,$0
mul $3,4
lpb $3
mul $1,$3
mul $2,$3
add $1,$2
mov $5,$0
max $5,1
div $1,$5
div $2,$5
add $2,$1
sub $3,1
su... | 14.16129 | 121 | 0.553531 |
d04288a49db5dc9064a45282404e6a225adca8d4 | 278 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_f_fstat.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_f_fstat.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_f_fstat.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; unsigned char esx_f_fstat(unsigned char handle, struct esx_stat *es)
SECTION code_esxdos
PUBLIC _esx_f_fstat
EXTERN l0_esx_f_fstat_callee
_esx_f_fstat:
pop de
dec sp
pop af
pop hl
push hl
push af
inc sp
push de
jp l0_esx_f_fstat_callee
| 12.636364 | 70 | 0.71223 |
d0ee29ca958e9a55f122e55c59261a5e9a711401 | 305 | asm | Assembly | programs/oeis/164/A164346.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/164/A164346.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/164/A164346.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A164346: a(n) = 3 * 4^n.
; 3,12,48,192,768,3072,12288,49152,196608,786432,3145728,12582912,50331648,201326592,805306368,3221225472,12884901888,51539607552,206158430208,824633720832,3298534883328,13194139533312,52776558133248,211106232532992,844424930131968,3377699720527872
mov $1,4
pow $1,$0
mul $1,3
| 43.571429 | 248 | 0.813115 |
311bcc27b47aec013653d5c454e8d15d6d8fff05 | 5,805 | asm | Assembly | src/PJ/flic386p/libsrc/drvcomn/drvdots.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 119 | 2015-01-10T15:13:50.000Z | 2022-01-24T04:54:34.000Z | src/PJ/drivekit/drvcomn/drvdots.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 6 | 2015-10-22T20:14:59.000Z | 2021-07-10T03:25:21.000Z | src/PJ/flic386p/libsrc/drvcomn/drvdots.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 27 | 2015-04-24T22:55:30.000Z | 2022-01-21T13:54:00.000Z | ;*****************************************************************************
;* DRVDOTS.ASM - Get/Put Dot driver routines.
;*
;* NOTES:
;*
;*
;* MAINTENANCE:
;* 03/27/91 Ian Lepore
;* Basically a total re-write.
;*****************************************************************************
;********... | 35.396341 | 80 | 0.572782 |
feaee1838ebae8319ed119a46cc65cb0780184d0 | 6,184 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_6156_526.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_6156_526.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_6156_526.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xe4f5, %r12
nop
nop
nop
add %rcx, %rcx
mov $0x6162636465666768, %r11
movq %r11, (%r12)
nop
nop
nop
nop
nop
sub %r11, %r11
lea addresses_WC_ht+0x1b8f5, %r12
nop
nop
nop
nop
xor... | 36.591716 | 2,999 | 0.657342 |
a4728da225d549159d7d7e4f89851f6c682c7c7f | 442 | asm | Assembly | programs/oeis/339/A339240.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/339/A339240.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/339/A339240.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A339240: a(n) = n*2^(2*n-2) + n*binomial(2*n,n)/2.
; 0,2,14,78,396,1910,8916,40684,182552,808614,3545220,15414212,66556584,285707708,1220340296,5189913240,21988512304,92850096902,390913863012,1641450064084,6876023427080,28741451864916,119902111845208,499304732388968,2075821104461136,8617006998238300
mov $2,$0
seq $2... | 36.833333 | 249 | 0.723982 |
de1ccd6abf2ada555e9b2fb4f9b2d86caecc0079 | 187 | asm | Assembly | libsrc/time/ace/clock.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/time/ace/clock.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/time/ace/clock.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; clock()
;
;
; ------
; $Id: clock.asm,v 1.4 2016-06-12 17:02:26 dom Exp $
;
SECTION code_clib
PUBLIC clock
PUBLIC _clock
.clock
._clock
ld hl,($3C2B)
ld de,($3C2D)
ret
| 10.388889 | 52 | 0.572193 |
183580a58a7ac5802f8482276ea7776e7126b109 | 6,875 | asm | Assembly | iod/nul/io.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/nul/io.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/nul/io.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; NUL IO operations V2.01 1989 Tony Tebby QJUMP
section nul
xdef nul_io
include 'dev8_keys_err'
include 'dev8_keys_qlv'
include 'dev8_keys_k'
include 'dev8_iod_nul_data'
;+++
; NUL device IO operations.
;---
nul_io
move.w nlc_key(a0),d7 ; action key
blt.s nli_nc
add.w d0,d0
move.w nli_tab(pc,d0... | 17.144638 | 59 | 0.723782 |
7610306052d4766e045a6aaef3d6eae9eafe916f | 883 | asm | Assembly | programs/oeis/202/A202308.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/202/A202308.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/202/A202308.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A202308: Floor(sqrt(13*n)).
; 0,3,5,6,7,8,8,9,10,10,11,11,12,13,13,13,14,14,15,15,16,16,16,17,17,18,18,18,19,19,19,20,20,20,21,21,21,21,22,22,22,23,23,23,23,24,24,24,24,25,25,25,26,26,26,26,26,27,27,27,27,28,28,28,28,29,29,29,29,29,30,30,30,30,31,31,31,31,31,32,32,32,32,32,33,33,33,33,33,34,34,34,34,34,34,35,35,35,35... | 58.866667 | 743 | 0.639864 |
e2d560ff87297ac8e40ba43216703cf935b41fa8 | 334 | asm | Assembly | programs/oeis/106/A106568.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/106/A106568.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/106/A106568.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A106568: Expansion of 4*x/(1-4*x-4*x^2).
; 0,4,16,80,384,1856,8960,43264,208896,1008640,4870144,23515136,113541120,548225024,2647064576,12781158400,61712891904,297976201216,1438756372480,6946930294784,33542746669056,161958707855360
mov $3,2
lpb $0
sub $0,1
mov $1,$3
add $3,$2
mov $2,$1
mul $1,2
mul $3,4
... | 23.857143 | 190 | 0.718563 |
95c8dbe60b44d519df6fcd462f7cfad4e1c69eab | 250 | asm | Assembly | wof/lcs/enemy/5C.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 | wof/lcs/enemy/5C.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/enemy/5C.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
001590 lea ($20,A0), A0
01227A move.l (A2)+, (A3)+
01227C move.l (A2)+, (A3)+ [enemy+5C, enemy+5E]
01A75E dbra D4, $1a75c
copyright zengfr site:http://github.com/zengfr/romhack
| 27.777778 | 54 | 0.664 |
a659eefbfedc78864516f3ea48eb109a45852aa7 | 571 | asm | Assembly | oeis/245/A245279.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/245/A245279.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/245/A245279.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A245279: Decimal expansion of a1, the first of two constants associated with Djokovic's conjecture on an integral inequality.
; Submitted by Jamie Morken(w1)
; 1,8,2,4,8,7,8,8,7,5,2,1,9,7,9,3,3,9,8,4,1,6,7,9,3,9,1,4,8,7,8,2,0,6,6,4,8,7,5,3,0,3,9,3,8,3,2,5,0,5,4,0,3,2,1,1,9,8,6,6,4,9,9,4,5,6,5,1,8,8,3,9,7,7,1,6,0,0,9,... | 21.961538 | 201 | 0.581436 |
d647a19460593aac7338d4b6456800a5f48079c1 | 4,930 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xca.log_21829_1833.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xca.log_21829_1833.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xca.log_21829_1833.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 %rax
push %rbp
push %rbx
push %rdi
push %rdx
lea addresses_UC_ht+0x164f9, %rdx
nop
nop
nop
cmp $26778, %rax
movl $0x61626364, (%rdx)
cmp %rdi, %rdi
lea addresses_UC_ht+0xb8c3, %rbp
nop
nop
xor $51407, %rax
movups (%rbp), %xmm3
vpextrq $0, %xmm3, %rbx
... | 50.306122 | 2,999 | 0.656187 |
90c3322df65425fec347105f6c09f17c6ef5f9fa | 944 | asm | Assembly | sound/sfxasm/86.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | 7 | 2019-12-05T00:35:57.000Z | 2022-02-27T20:00:33.000Z | sound/sfxasm/86.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | null | null | null | sound/sfxasm/86.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | null | null | null | 86_Header:
sHeaderInit ; Z80 offset is $CE20
sHeaderPatch 86_Patches
sHeaderTick $01
sHeaderCh $02
sHeaderSFX $80, $05, 86_FM5, $FA, $00
sHeaderSFX $80, $C0, 86_PSG3, $04, $00
86_FM5:
sPatFM $00
dc.b nA5, $04
86_Loop1:
dc.b nEb6, $02
saVolFM $05
sLoop $00, $05, 86_Loop1
sStop
86_PSG3:
ssModZ80 $... | 19.265306 | 41 | 0.59428 |
db5520298487c7b4963b9ca87724ca5d630f9ed0 | 310 | asm | Assembly | core/words/i.asm | paulscottrobson/nextForth | 3725af76cedd403e1e468fc8392e819fc0feb744 | [
"MIT"
] | 2 | 2019-02-17T02:39:13.000Z | 2020-06-10T09:57:22.000Z | core/words/i.asm | paulscottrobson/nextForth | 3725af76cedd403e1e468fc8392e819fc0feb744 | [
"MIT"
] | 1 | 2019-03-03T20:40:02.000Z | 2020-07-02T09:39:48.000Z | core/words/i.asm | paulscottrobson/nextForth | 3725af76cedd403e1e468fc8392e819fc0feb744 | [
"MIT"
] | null | null | null | ;
; Word: i.fetch
; Dictionary: ( - n)
; Date: 4th February 2018
; Macro: No
; Notes:
;
pop ix
push de ; save current TOS
ld e,(hl) ; get address where the count is.
inc hl
ld d,(hl)
ex de,hl ; get the count
ld e,(hl)
inc hl
ld d,(hl)
jp (ix)
| 15.5 | 52 | 0.493548 |
b747e888071349528fbd34ab16820cb35d794cb1 | 862 | asm | Assembly | programs/oeis/086/A086374.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/086/A086374.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/086/A086374.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A086374: Number of factors over Q in the factorization of T_n(x) + 1 where T_n(x) is the Chebyshev polynomial of the first kind.
; 1,2,3,2,3,4,3,2,5,4,3,4,3,4,7,2,3,6,3,4,7,4,3,4,5,4,7,4,3,8,3,2,7,4,7,6,3,4,7,4,3,8,3,4,11,4,3,4,5,6,7,4,3,8,7,4,7,4,3,8,3,4,11,2,7,8,3,4,7,8,3,6,3,4,11,4,7,8,3,4,9,4,3,8,7,4,7,4,3,12,7,4... | 61.571429 | 528 | 0.590487 |
d37349487ebfc2cbeb863d6c95d58fd4e19a6650 | 198 | asm | Assembly | mc-sema/validator/x86_64/tests/SHR8ri.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86_64/tests/SHR8ri.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86_64/tests/SHR8ri.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_AF|FLAG_OF
;TEST_FILE_META_END
; SHR8ri
mov ch, 0x8
;TEST_BEGIN_RECORDING
shr ch, 0x2
;TEST_END_RECORDING
| 16.5 | 33 | 0.752525 |
16689099239f0b03f7739096e594220ce413aed9 | 2,972 | asm | Assembly | other/Fothish/lib/sam_jumptable.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 10 | 2016-10-27T20:46:02.000Z | 2021-11-01T15:49:13.000Z | lib/sam_jumptable.asm | jflores82/sam | 9d13ee16a9e89d3019a9132eb3e300c025d6b809 | [
"Apache-2.0"
] | 7 | 2015-01-11T18:45:02.000Z | 2019-02-13T22:40:26.000Z | lib/sam_jumptable.asm | jflores82/sam | 9d13ee16a9e89d3019a9132eb3e300c025d6b809 | [
"Apache-2.0"
] | 2 | 2015-03-29T13:06:40.000Z | 2018-09-11T19:05:50.000Z | .section "S.A.M. Instruction Jump Table" free
SAM_InstructionTable:
.DW SAM_INS_SPACE ; ' '
.DW SAM_INS_EXCLAMATION_POINT ; '!'
.DW SAM_INS_QUOTATION_MARK ; '"'
.DW SAM_INS_NUMBER_SIGN ; '#'
.DW SAM_INS_DOLLAR_SIGN ; '$'
.DW SAM_INS_PERCENT_SIGN ; '%'
.DW SAM_INS_AMPERSAND ; '&'
.DW SAM_INS_APOSTROPHE ; '''
.D... | 29.72 | 45 | 0.692799 |
9d274bcd960896671bfb948ed08e1316bd20738f | 46,504 | asm | Assembly | init.asm | willtran98/MIT_xv6 | ed247e2bc0a0315bb7c3ac25a55eec599d02fe89 | [
"MIT-0"
] | null | null | null | init.asm | willtran98/MIT_xv6 | ed247e2bc0a0315bb7c3ac25a55eec599d02fe89 | [
"MIT-0"
] | null | null | null | init.asm | willtran98/MIT_xv6 | ed247e2bc0a0315bb7c3ac25a55eec599d02fe89 | [
"MIT-0"
] | null | null | null |
_init: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
char *argv[] = { "sh", 0 };
int
main(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 53 push %ebx
7: 83 ec... | 29.303088 | 60 | 0.421921 |
76c12ac4bbd2133adfd6435d519e9b34e3a28c4a | 350 | asm | Assembly | programs/oeis/080/A080530.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/080/A080530.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/080/A080530.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A080530: Number of nucleons in longest known radioactive decay series ending with Lead 207 ("actinium series"), reversed.
; 207,207,211,211,215,215,219,223,227,227,231,235,239,243,247,251,255,259,263,267,271
mov $2,1
lpb $2,1
add $0,16
pow $0,2
mov $2,13
lpb $2,1
div $0,4
div $2,3
lpe
lpe
mov $1,$0... | 19.444444 | 123 | 0.66 |
b3eb82e907ed9f3e04a8cb7150c2fcab83078295 | 1,632 | asm | Assembly | maps/TradeCenter.asm | AtmaBuster/pokecrystal16-493-plus | 0c8cd4d187c246fe1debc07f89e278fd702595d7 | [
"blessing"
] | 1 | 2021-01-19T04:15:45.000Z | 2021-01-19T04:15:45.000Z | maps/TradeCenter.asm | AtmaBuster/pokecrystal16-493-plus | 0c8cd4d187c246fe1debc07f89e278fd702595d7 | [
"blessing"
] | null | null | null | maps/TradeCenter.asm | AtmaBuster/pokecrystal16-493-plus | 0c8cd4d187c246fe1debc07f89e278fd702595d7 | [
"blessing"
] | 1 | 2021-01-16T00:12:08.000Z | 2021-01-16T00:12:08.000Z | object_const_def ; object_event constants
const TRADECENTER_CHRIS1
const TRADECENTER_CHRIS2
TradeCenter_MapScripts:
db 2 ; scene scripts
scene_script .InitializeTradeCenter ; SCENE_DEFAULT
scene_script .DummyScene ; SCENE_FINISHED
db 1 ; callbacks
callback MAPCALLBACK_OBJECTS, .SetWhichChris
.InitializeTrade... | 22.985915 | 163 | 0.811887 |
db533def901702afe8b06ff0b850f89364c80218 | 463 | asm | Assembly | oeis/267/A267776.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/267/A267776.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/267/A267776.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A267776: Triangle read by rows giving successive states of cellular automaton generated by "Rule 209" initiated with a single ON (black) cell.
; Submitted by Christian Krause
; 1,0,0,1,1,1,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1... | 30.866667 | 201 | 0.615551 |
a7bfbd56fa947ac7cc719571c8dc022a23b12ed6 | 260 | asm | Assembly | p0509.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | 1 | 2018-07-23T10:30:22.000Z | 2018-07-23T10:30:22.000Z | p0509.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | null | null | null | p0509.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | null | null | null | assume cs:code
code segment
mov ax,0ffffh
mov ds,ax
mov ax,0020h
mov es,ax
mov bx,0 ; EA
mov cx,12 ; loop counter
s: mov dl,[bx] ; (dl) <- (ffff:EA)
mov es:[bx],dl ; (0020:EA) <- (dl)
inc bx ; EA++
loop s
mov ax,4c00h
int 21h
code ends
end | 13.684211 | 35 | 0.6 |
5bd600334cd51ec75fe1c2713c300b3dbe4ff7ce | 798 | asm | Assembly | oeis/175/A175134.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/175/A175134.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/175/A175134.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A175134: Define a(n) as the number of ways to achieve n from the following procedure. Let R={r(k)} and S={s(k)} each be some permutation of (1,2,3,...,j) for some nonnegative integer j (with R and S being empty sets if j=0). Define (b(0),b(1),...,b(j)) as follows. b(0)=1. b(m) = b(m-1)*r(m) + s(m), for 1<= m <= j. Do... | 28.5 | 508 | 0.60401 |
2858225ae21ab746e4e0640243dd8297851370ee | 412 | asm | Assembly | PRG/levels/Fortress/Empty.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Fortress/Empty.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Fortress/Empty.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $AEF6
; Empty Fortress? All black and tile floor
.word $0000 ; Alternate level layout
.word $0000 ; Alternate object layout
.byte LEVEL1_SIZE_08 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_06 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_00 | LEVEL3_VSCROLL_FREE
.byte LEVEL4_BGBANK... | 34.333333 | 60 | 0.796117 |
0402a8921e80addb529ebad096ca3ebad145874d | 859 | asm | Assembly | programs/oeis/290/A290199.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/290/A290199.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/290/A290199.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A290199: Decimal representation of the diagonal from the origin to the corner of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 721", based on the 5-celled von Neumann neighborhood.
; 1,1,5,11,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,... | 50.529412 | 515 | 0.813737 |
9e51cc3d949ba7d2ff004c87b44b4b54ada9a09c | 568 | asm | Assembly | libsrc/oz/ozgfx/ozsavescreen.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/oz/ozgfx/ozsavescreen.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/oz/ozgfx/ozsavescreen.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; 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.1 2003/10/21 17:15:20 stefano Exp $
;
XLIB ozsavescreen
;LIB ozrestorescreen
XDEF ozsccopy
XREF ozactivepage
LIB ozcopy
ozsavescreen:
ld... | 15.777778 | 63 | 0.533451 |
6639c3f0d251795d0316b4e9d7acfe9f5ebaf4a9 | 1,427 | asm | Assembly | Userland/SampleCodeModule/asm/raices.asm | agustinmorantes/TPE2SO | 6f32c93bc1dff868ec465c940f6e6d46d605f108 | [
"BSD-3-Clause"
] | null | null | null | Userland/SampleCodeModule/asm/raices.asm | agustinmorantes/TPE2SO | 6f32c93bc1dff868ec465c940f6e6d46d605f108 | [
"BSD-3-Clause"
] | null | null | null | Userland/SampleCodeModule/asm/raices.asm | agustinmorantes/TPE2SO | 6f32c93bc1dff868ec465c940f6e6d46d605f108 | [
"BSD-3-Clause"
] | null | null | null | GLOBAL _getRoots
section .data
discriminante dq 0
denominador dq 0
aux dq 0
menoscuatro dq -4.0
section .text
_getRoots:
push rbp
mov rbp, rsp
; Cargo A al Stack.
movlpd [aux], xmm0
fld qword[aux]
; Cargo C al Stack.
movlpd [aux], xmm2
fld qword[aux]
; A*C en S... | 16.402299 | 61 | 0.595655 |
fded9bc68b174b95ae61bc17875abfc487a59148 | 9,217 | asm | Assembly | MinionRush/minion_rush.asm | CristinaNilvan/minion-rush-assembly-i386 | 54a85784bf1cc4801442bf6a433a6abe597f3060 | [
"MIT"
] | 1 | 2022-01-07T12:08:28.000Z | 2022-01-07T12:08:28.000Z | MinionRush/minion_rush.asm | CristinaNilvan/minion-rush-assembly-i386 | 54a85784bf1cc4801442bf6a433a6abe597f3060 | [
"MIT"
] | null | null | null | MinionRush/minion_rush.asm | CristinaNilvan/minion-rush-assembly-i386 | 54a85784bf1cc4801442bf6a433a6abe597f3060 | [
"MIT"
] | null | null | null | .386
.model flat, stdcall
includelib msvcrt.lib
extern exit: proc
extern malloc: proc
extern memset: proc
includelib canvas.lib
extern BeginDrawing: proc
public start
.data
window_title db "Minion Rush 2D", 0
area_width equ 640
area_height equ 480
area dd 0
counter dd 0
counter_caramida dd 0
argument_1 equ 8
arg... | 17.522814 | 73 | 0.700336 |
78a274263aa4ae914d3eceee3706bc49c0055307 | 1,912 | asm | Assembly | optests/utils.asm | joeldipops/SuperTestBoy | aa18a664f3ac1ba6bca727c93a30430fd96b244b | [
"MIT"
] | 1 | 2021-09-10T10:13:17.000Z | 2021-09-10T10:13:17.000Z | optests/utils.asm | joeldipops/SuperTestBoy | aa18a664f3ac1ba6bca727c93a30430fd96b244b | [
"MIT"
] | 7 | 2019-02-04T23:57:31.000Z | 2019-06-12T03:23:52.000Z | optests/utils.asm | joeldipops/SuperTestBoy | aa18a664f3ac1ba6bca727c93a30430fd96b244b | [
"MIT"
] | null | null | null | IF !DEF(UTILS_INCLUDED)
UTILS_INCLUDED SET 1
jp utilsEnd
;;;
; Resets all flags to 0
;;;
resetFlags: macro
push BC
ld B, A
ld A, 1
or A
ld A, B
pop BC
endm
;;;
; Sets carry flag to 0
;;;
clearCarry: MACRO
or A
ENDM
;;;
; Sets all CPU registers, including flags, to 0
;;;
initialise:
... | 16.77193 | 70 | 0.457636 |
5455a73a2f7bb5f7116b0ec21788be3b58e432de | 1,911 | asm | Assembly | src/boot.asm | kshitej/HobOs | 21cbe04a882389d402f936eaf0e1dd4c15a140be | [
"0BSD"
] | 9 | 2016-07-07T18:12:27.000Z | 2022-03-11T06:41:38.000Z | src/boot.asm | solson/spideros | a9c34f3aec10283d5623e821d70c2d9fb5fce843 | [
"0BSD"
] | null | null | null | src/boot.asm | solson/spideros | a9c34f3aec10283d5623e821d70c2d9fb5fce843 | [
"0BSD"
] | null | null | null | global boot ; making entry point visible to linker
extern kmain ; kmain is defined in kmain.cpp
extern __cxa_finalize
; Defined by the linker (see linker.ld). Contain the addresses of the start and
; end of the array of function pointers for static object constru... | 32.389831 | 88 | 0.5955 |
479c31631dfd443a2346140124b833bb589e6100 | 5,110 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_1020_199.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_1020_199.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_1020_199.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 %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x10207, %rcx
nop
nop
nop
nop
nop
xor %rdx, %rdx
mov (%rcx), %bp
nop
nop
cmp %rdx, %rdx
lea addresses_WT_ht+0x4b07, %r14
nop
nop
dec %r11
movl $0x61626364, (%r14)
nop
nop
dec %r... | 44.824561 | 2,999 | 0.658317 |
c9ac1ef75ee1ed4b6286081c67736ee525caaa50 | 274 | asm | Assembly | s2/sfx-original/A9 - Special Stage Item (Unused).asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/sfx-original/A9 - Special Stage Item (Unused).asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/sfx-original/A9 - Special Stage Item (Unused).asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound29_Bwoop_Header:
smpsHeaderStartSong 2
smpsHeaderVoiceNull
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cPSG2, Sound29_Bwoop_PSG2, $00, $00
; PSG2 Data
Sound29_Bwoop_PSG2:
smpsModSet $01, $01, $E6, $35
dc.b nCs1, $06
smpsStop
| 19.571429 | 57 | 0.751825 |
1e2143b7f8eb8be5648e777f1f69a96ff18c5c14 | 763 | asm | Assembly | programs/oeis/232/A232580.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/232/A232580.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/232/A232580.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A232580: Number of binary sequences of length n that contain at least one contiguous subsequence 011.
; 0,0,0,1,4,12,31,74,168,369,792,1672,3487,7206,14788,30185,61356,124308,251199,506578,1019920,2050785,4119280,8267216,16580799,33236622,66594636,133385689,267089188,534692604,1070217247,2141780762,4285739832,8575004... | 50.866667 | 511 | 0.799476 |
2ff20cc7c93cf1725fd425078e95407b5a6486bb | 60 | asm | Assembly | gfx/pokemon/qwilfish/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/qwilfish/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/qwilfish/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | setrepeat 2
frame 0, 13
frame 1, 13
dorepeat 1
endanim
| 10 | 12 | 0.7 |
3570ba4334864a850eefc904d0c0e90412cd6896 | 397 | asm | Assembly | libsrc/_DEVELOPMENT/target/yaz180/device/asci/z180/asm_asci0_flush_Rx_di.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/yaz180/device/asci/z180/asm_asci0_flush_Rx_di.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/yaz180/device/asci/z180/asm_asci0_flush_Rx_di.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_driver
SECTION code_driver_character_input
PUBLIC asm_asci0_flush_Rx_di
EXTERN asm_z180_push_di, asm_z180_pop_ei
EXTERN asm_asci0_flush_Rx
asm_asci0_flush_Rx_di:
push af
push hl
call asm_z180_push_di ; di
call asm_asci0_flush_Rx
... | 15.88 | 44 | 0.632242 |
4b3db3a27c7016d3bd9640c1f0f0fc798cc0b938 | 55 | asm | Assembly | test/jzas/integration/include1.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | 1 | 2015-03-27T15:58:50.000Z | 2015-03-27T15:58:50.000Z | test/jzas/integration/include1.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | null | null | null | test/jzas/integration/include1.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | null | null | null | include include2.asm
mac1: macro
ld a, 1
mac2
endm
| 9.166667 | 21 | 0.709091 |
b69cacb0e65ded690dc76926bc653adb319efd8d | 2,134 | asm | Assembly | programs/oeis/016/A016743.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/016/A016743.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/016/A016743.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A016743: Even cubes: a(n) = (2*n)^3.
; 0,8,64,216,512,1000,1728,2744,4096,5832,8000,10648,13824,17576,21952,27000,32768,39304,46656,54872,64000,74088,85184,97336,110592,125000,140608,157464,175616,195112,216000,238328,262144,287496,314432,343000,373248,405224,438976,474552,512000,551368,592704,636056,681472,729000,77... | 304.857143 | 2,065 | 0.866917 |
b04e171c0f9f8158a3723ebec2ccf1fa9e893ec0 | 6,245 | asm | Assembly | snapgear_linux/lib/libgmp/mpn/sparc32/v9/addmul_1.asm | impedimentToProgress/UCI-BlueChip | 53e5d48b79079eaf60d42f7cb65bb795743d19fc | [
"MIT"
] | null | null | null | snapgear_linux/lib/libgmp/mpn/sparc32/v9/addmul_1.asm | impedimentToProgress/UCI-BlueChip | 53e5d48b79079eaf60d42f7cb65bb795743d19fc | [
"MIT"
] | null | null | null | snapgear_linux/lib/libgmp/mpn/sparc32/v9/addmul_1.asm | impedimentToProgress/UCI-BlueChip | 53e5d48b79079eaf60d42f7cb65bb795743d19fc | [
"MIT"
] | 3 | 2016-06-13T13:20:56.000Z | 2019-12-05T02:31:23.000Z | dnl SPARC v9 32-bit mpn_addmul_1 -- Multiply a limb vector with a limb and
dnl add the result to a second limb vector.
dnl Copyright (C) 1998, 2000 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it u... | 21.608997 | 79 | 0.599039 |
7e99910710004179fedc117e99fbd0c4bd71ebe9 | 639 | asm | Assembly | programs/oeis/154/A154222.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/154/A154222.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/154/A154222.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A154222: Row sums of number triangle A154221.
; 1,2,4,8,17,38,87,200,457,1034,2315,5132,11277,24590,53263,114704,245777,524306,1114131,2359316,4980757,10485782,22020119,46137368,96469017,201326618,419430427,872415260,1811939357,3758096414,7784628255,16106127392,33285996577,68719476770,141733920803,292057776164,601295... | 42.6 | 479 | 0.809077 |
58e8dffc77ef3b04bcbaa1f29103e27cae7c0685 | 97 | asm | Assembly | examples/labels.asm | oltdaniel/clap | b00884ae37c5890d7ad647ead18d34b422977598 | [
"MIT"
] | 2 | 2018-04-24T09:43:01.000Z | 2020-04-03T16:31:28.000Z | examples/labels.asm | oltdaniel/clap | b00884ae37c5890d7ad647ead18d34b422977598 | [
"MIT"
] | 8 | 2018-03-09T20:32:32.000Z | 2018-05-21T14:10:03.000Z | examples/labels.asm | oltdaniel/clap | b00884ae37c5890d7ad647ead18d34b422977598 | [
"MIT"
] | null | null | null | .nam hello
move r00 #1
jump end
; Will not be executed
move r00 #100
.nam end
move r01 #2
halt
| 8.818182 | 22 | 0.701031 |
95520272be86c1db3c4a3b9443eba5acbd67177a | 279 | asm | Assembly | test/golang/bug-901.output.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 4,668 | 2017-01-02T19:35:10.000Z | 2020-05-16T03:18:45.000Z | test/golang/bug-901.output.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 1,750 | 2017-01-02T19:37:06.000Z | 2020-05-16T14:54:29.000Z | test/golang/bug-901.output.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 620 | 2017-01-03T00:29:17.000Z | 2020-05-14T09:27:47.000Z | .file 1 "test.go"
.loc 1 3 0
TEXT "".Fun(SB), NOSPLIT, $0-0
FUNCDATA $0, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
FUNCDATA $1, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
XORL AX, AX
.loc 1 4 0
JMP Fun_pc7
Fun_pc4:
INCQ AX
Fun_pc7:
CMPQ AX, $10
JLT Fun_pc4
RET | 19.928571 | 59 | 0.724014 |
2c1d3e816a29c2926f5873ebecfea93ea7bbfcc5 | 14,392 | asm | Assembly | sources/ippcp/asm_intel64/pcpsha1m7as.asm | ymarkovitch/ipp-crypto | ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8 | [
"Apache-2.0"
] | null | null | null | sources/ippcp/asm_intel64/pcpsha1m7as.asm | ymarkovitch/ipp-crypto | ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8 | [
"Apache-2.0"
] | null | null | null | sources/ippcp/asm_intel64/pcpsha1m7as.asm | ymarkovitch/ipp-crypto | ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8 | [
"Apache-2.0"
] | null | null | null | ;===============================================================================
; Copyright 2015-2019 Intel Corporation
; All Rights Reserved.
;
; If this software was obtained under the Intel Simplified Software License,
; the following terms apply:
;
; The source code, information and material ("Material") co... | 32.053452 | 112 | 0.598735 |
ce948c9b201e2e78748031d77266d69978120327 | 584 | asm | Assembly | programs/oeis/211/A211905.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/211/A211905.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/211/A211905.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A211905: Number of lower triangular n X n arrays colored with integers 0 upwards introduced in row major order, with no element equal to any horizontal or vertical neighbor, and containing the value n(n+1)/2-2.
; 0,2,10,34,86,181,337,575,919,1396,2036,2872,3940,5279,6931,8941,11357,14230,17614,21566,26146,31417,37445... | 30.736842 | 213 | 0.707192 |
8ec90e1725d1b8cc9119729cf4edcd67ff46337a | 1,085 | asm | Assembly | libsrc/_DEVELOPMENT/math/integer/small/l_small_mul_16_16x16.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/small/l_small_mul_16_16x16.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/small/l_small_mul_16_16x16.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; 2000 djm
; 2014 aralbrec - special case for 8-bit multiplicands
SECTION code_math
PUBLIC l_small_mul_16_16x16, l_small_mul_16_16x8
l_small_mul_16_16x16:
; multiplication of two 16-bit numbers into a 16-bit product
;
; enter : de = 16-bit multiplicand
; hl = 16-bit multiplicand
;
; exit ... | 13.5625 | 77 | 0.587097 |
0ba7696651214e0476e91b8fcc226c31cb576131 | 3,306 | asm | Assembly | musiced/editsound.asm | nanoflite/victracker | 5728bba3a9df449996ab1c0a0911cf282ac4657e | [
"BSD-3-Clause"
] | 1 | 2021-09-20T20:35:14.000Z | 2021-09-20T20:35:14.000Z | musiced/editsound.asm | nanoflite/victracker | 5728bba3a9df449996ab1c0a0911cf282ac4657e | [
"BSD-3-Clause"
] | null | null | null | musiced/editsound.asm | nanoflite/victracker | 5728bba3a9df449996ab1c0a0911cf282ac4657e | [
"BSD-3-Clause"
] | null | null | null | ;**************************************************************************
;*
;* FILE editsound.asm
;* Copyright (c) 1994, 2003 Daniel Kahlin <daniel@kahlin.net>
;* Written by Daniel Kahlin <daniel@kahlin.net>
;* $Id: editsound.asm,v 1.4 2003/08/02 15:42:00 tlr Exp $
;*
;* DESCRIPTION
;* The sound editor. (relies o... | 18.573034 | 75 | 0.691773 |
f6383cdd53e7114675ab8ab2687a5423bb56ef56 | 380 | asm | Assembly | oeis/166/A166373.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/166/A166373.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/166/A166373.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A166373: Triangle read by rows for floor(j^2 / n) with n >= 2 and 1<=j<n.
; Submitted by Jon Maiga
; 0,0,1,0,1,2,0,0,1,3,0,0,1,2,4,0,0,1,2,3,5,0,0,1,2,3,4,6,0,0,1,1,2,4,5,7,0,0,0,1,2,3,4,6,8,0,0,0,1,2,3,4,5,7,9,0,0,0,1,2,3,4,5,6,8,10,0,0,0,1,1,2,3,4,6,7,9,11,0,0,0,1,1,2,3,4,5,7,8,10,12,0,0,0,1,1,2,3,4,5
lpb $0
ad... | 29.230769 | 205 | 0.547368 |
27987c727aae1bdb3d1678ff51195d1576cc6372 | 3,247 | asm | Assembly | src/x86/me.asm | SmilingWolf/rav1e | 45d7358c1953c05693f6a52f2487f384540fce80 | [
"BSD-2-Clause"
] | null | null | null | src/x86/me.asm | SmilingWolf/rav1e | 45d7358c1953c05693f6a52f2487f384540fce80 | [
"BSD-2-Clause"
] | null | null | null | src/x86/me.asm | SmilingWolf/rav1e | 45d7358c1953c05693f6a52f2487f384540fce80 | [
"BSD-2-Clause"
] | null | null | null | ; Copyright (c) 2018, The rav1e contributors. All rights reserved
;
; This source code is subject to the terms of the BSD 2 Clause License and
; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
; was not distributed with this source code in the LICENSE file, you can
; obtain it at www.aomedia... | 33.822917 | 77 | 0.49461 |
4123c8427eadcc059459e5da5c869d7212fc0145 | 58,614 | asm | Assembly | samples/Motorola 68K Assembly/rom_testbench.asm | digosuoza/linguist | f3d507f68af37296463c0dc261ca21ecbb338bb6 | [
"MIT"
] | 2 | 2021-06-23T13:43:34.000Z | 2021-06-23T14:03:52.000Z | samples/Motorola 68K Assembly/rom_testbench.asm | digosuoza/linguist | f3d507f68af37296463c0dc261ca21ecbb338bb6 | [
"MIT"
] | null | null | null | samples/Motorola 68K Assembly/rom_testbench.asm | digosuoza/linguist | f3d507f68af37296463c0dc261ca21ecbb338bb6 | [
"MIT"
] | null | null | null | ; Copyright 2011-2018 Frederic Requin
;
; Non regression tests for 68000 (1500+ cases)
org 0
vectors:
dc.l $00006000 ; 0 : Initial SSP
dc.l start ; 1 : Initial PC
dc.l 0 ; 2
dc.l trap_addr ... | 19.642761 | 69 | 0.4625 |
e8a078a28bbba2dcad99805b739aa578d3115532 | 358 | asm | Assembly | programs/oeis/009/A009281.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/009/A009281.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/009/A009281.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A009281: Expansion of exp(x)*cosh(log(1+x)).
; 1,1,2,1,7,-19,136,-923,7421,-66743,667486,-7342279,88107427,-1145396459,16035550532,-240533257859,3848532125881,-65425046139823,1177650830516986,-22375365779822543
mov $2,$0
add $2,2
mov $4,1
lpb $2
add $0,1
mul $0,$4
add $3,1
mov $1,$3
sub $2,1
sub $4,1
lpe... | 18.842105 | 165 | 0.667598 |
c10d2c0be133fc11df4b4c0b9925702bfd47adfb | 708 | asm | Assembly | oeis/217/A217285.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/217/A217285.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/217/A217285.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A217285: Irregular triangle read by rows: T(n,k) is the number of labeled relations on n nodes with exactly k edges; n>=0, 0<=k<=n^2.
; 1,1,1,1,4,6,4,1,1,9,36,84,126,126,84,36,9,1,1,16,120,560,1820,4368,8008,11440,12870,11440,8008,4368,1820,560,120,16,1,1,25,300,2300,12650,53130,177100,480700,1081575,2042975,3268760... | 59 | 492 | 0.762712 |
99db8235c16050ec15f067cc28e8f9902a48e32b | 242,818 | asm | Assembly | ioq3/build/release-js-js/baseq3/game/ai_dmq3.asm | RawTechnique/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 1 | 2021-12-31T10:26:58.000Z | 2021-12-31T10:26:58.000Z | ioq3/build/release-js-js/baseq3/game/ai_dmq3.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 28 | 2019-03-05T20:45:07.000Z | 2019-03-05T20:45:57.000Z | ioq3/build/release-js-js/baseq3/game/ai_dmq3.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | null | null | null | export BotSetUserInfo
code
proc BotSetUserInfo 1024 12
ADDRFP4 0
ADDRFP4 0
INDIRP4
ASGNP4
ADDRFP4 0
INDIRP4
CNSTI4 8
ADDP4
INDIRI4
ARGI4
ADDRLP4 0
ARGP4
CNSTI4 1024
ARGI4
ADDRGP4 trap_GetUserinfo
CALLV
pop
ADDRLP4 0
ARGP4
ADDRFP4 4
INDIRP4
ARGP4
ADDRFP4 8
INDIRP4
ARGP4
ADDRGP4 Info_SetValueForKey
CALLV
pop
ADDRFP4 0
IN... | 10.498876 | 45 | 0.830041 |
3411ed7746167bfe811d0cbab0b065b3527cd31b | 45,913 | asm | Assembly | x86/Book.asm | lucabrivio/asmFish-fasmg | e1d082dcc493bfa18baee0933c113c7a92cd70d8 | [
"BSD-3-Clause"
] | 1 | 2021-07-08T10:54:07.000Z | 2021-07-08T10:54:07.000Z | x86/Book.asm | lucabrivio/asmFish-fasmg | e1d082dcc493bfa18baee0933c113c7a92cd70d8 | [
"BSD-3-Clause"
] | null | null | null | x86/Book.asm | lucabrivio/asmFish-fasmg | e1d082dcc493bfa18baee0933c113c7a92cd70d8 | [
"BSD-3-Clause"
] | 1 | 2020-04-19T16:49:48.000Z | 2020-04-19T16:49:48.000Z |
Book_Create:
push rbx
lea rbx, [book]
call Os_GetTime
xor rdx, rax
or rdx, 1
xor eax, eax
mov qword[rbx+Book.seed], rdx
mov dword[rbx+Book.entryCount], eax
mov qword[rbx+Book.buffer], rax
mov... | 42.789376 | 165 | 0.637554 |
05839ab4f4ad09c6c57bb65e238aeab24e9c0a82 | 386 | asm | Assembly | oeis/292/A292444.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/292/A292444.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/292/A292444.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A292444: Number of non-isomorphic finite multisets that cannot be expressed as the multiset-union of a set of sets.
; 0,1,1,2,3,5,6,9,12,17,22
mov $2,1
mov $3,$0
mul $3,5
lpb $3
div $1,2
mul $1,$0
mul $2,$3
add $1,$2
div $1,2
cmp $6,0
add $5,$6
div $1,$5
div $2,$5
sub $3,1
max $3,1
add $4,1
l... | 13.785714 | 117 | 0.57513 |
fb1244060eb0ed3881c09554da4925bca515e8f1 | 14,478 | asm | Assembly | m68k_opcode_sizes.asm | realmonster/smd_emu_tests | d8af8194bfddb72a3d5d3ad4596399631148485c | [
"MIT"
] | 1 | 2022-01-17T15:19:38.000Z | 2022-01-17T15:19:38.000Z | m68k_opcode_sizes.asm | realmonster/smd_emu_tests | d8af8194bfddb72a3d5d3ad4596399631148485c | [
"MIT"
] | null | null | null | m68k_opcode_sizes.asm | realmonster/smd_emu_tests | d8af8194bfddb72a3d5d3ad4596399631148485c | [
"MIT"
] | null | null | null | ; MIT License
; Copyright (c) 2017 realmonster <r57shell@uralweb.ru>
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, c... | 21.480712 | 82 | 0.627849 |
aed7c3d0bd5655aeebd16ccef3643655979e8649 | 734 | asm | Assembly | oeis/046/A046315.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/046/A046315.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/046/A046315.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A046315: Odd semiprimes: odd numbers divisible by exactly 2 primes (counted with multiplicity).
; Submitted by Christian Krause
; 9,15,21,25,33,35,39,49,51,55,57,65,69,77,85,87,91,93,95,111,115,119,121,123,129,133,141,143,145,155,159,161,169,177,183,185,187,201,203,205,209,213,215,217,219,221,235,237,247,249,253,259,... | 34.952381 | 381 | 0.685286 |
691ccb17c5f7363e6e9b4d8b6c5246fab980df23 | 338 | asm | Assembly | Practise Programs/mlsub2.asm | adi-075/8085-microproccesor-programs | 39e5f604fc4bab441c59df3ab116e5b3e16dd43a | [
"MIT"
] | 2 | 2021-03-20T07:36:57.000Z | 2021-04-03T11:55:40.000Z | Practise Programs/mlsub2.asm | adi-075/8085-microproccesor-programs | 39e5f604fc4bab441c59df3ab116e5b3e16dd43a | [
"MIT"
] | null | null | null | Practise Programs/mlsub2.asm | adi-075/8085-microproccesor-programs | 39e5f604fc4bab441c59df3ab116e5b3e16dd43a | [
"MIT"
] | null | null | null |
;<Subtract two 8 bit number stored at Memory Location 3000H and 3001h and store the result in 3002H>
jmp start
;12+13=25
;code
start: nop
LXI H, 3000h ;Load Pair Immediate HL=3000 H==30 L==00
MOV A, M; A-----(3000)
INX H; HL = +1 = 3001
MOV B, M; B----(3001)
SUB B; [A] + [B] == [A]
INX H; HL = +1 = 3002
MOV M, A;... | 16.9 | 100 | 0.609467 |
a2f298348b8e0dd59031a436c62ae099256d3611 | 732 | asm | Assembly | 4-rotacion.asm | mario21ic/nasm-demos | aedac550268e0f08a22126b5d1d87e9f0c97220d | [
"MIT"
] | null | null | null | 4-rotacion.asm | mario21ic/nasm-demos | aedac550268e0f08a22126b5d1d87e9f0c97220d | [
"MIT"
] | null | null | null | 4-rotacion.asm | mario21ic/nasm-demos | aedac550268e0f08a22126b5d1d87e9f0c97220d | [
"MIT"
] | null | null | null | section .data
ln db 10, 13
lonln equ 2
section .bss
rpta resb 1
section .text
global _start
_start:
; rotar a la izquierda
mov bl, 128 ; binario = 10000000
rol bl, 1 ; solo mueve 1 bit = 000000001
add bl, 48 ; 49 = 1 ascii
mov [rpta], bl
; Imprimir rpta
mov eax, 4
mov ebx, 1
mov ecx, rpta
mov edx, 1 ; numero de byt... | 14.64 | 43 | 0.692623 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.