max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
tests/z80test-1.0/src/print.asm | PhylumChordata/chips-test | 674 | 203954 | <filename>tests/z80test-1.0/src/print.asm
; Simple printing module.
;
; Copyright (C) 2012 <NAME> (<EMAIL>)
;
; This source code is released under the MIT license, see included license.txt.
printinit: ld a,2
jp 0x1601 ; CHAN-OPEN
print: ex (sp),hl
call printhl
... |
fiat-amd64/477.13_ratio08443_seed971834780550536_mul_p434.asm | dderjoel/fiat-crypto | 491 | 203955 | SECTION .text
GLOBAL mul_p434
mul_p434:
sub rsp, 0x550 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x520 ], rbx; saving to stack
mov [ rsp + 0x528 ], rbp; saving to stack
mov [ rsp + 0x530 ], r12; saving to stack
mov [ rsp + 0x538 ], r13; saving to stack
mov [ rsp + 0x540 ], r14; saving to stack
mov [ rsp + 0x... |
src/test/ref/struct-pointer-to-member.asm | jbrandwood/kickc | 2 | 203956 | // Support for pointer to struct member
// Commodore 64 PRG executable file
.file [name="struct-pointer-to-member.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:... |
forktest.asm | jinsongwei/kernel_xv6 | 0 | 203957 | <filename>forktest.asm
_forktest: file format elf32-i386
Disassembly of section .text:
00000000 <printf>:
#define N 1000
void
printf(int fd, char *s, ...)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x18,%esp
write(fd, s, strlen... |
oeis/110/A110436.asm | neoneye/loda-programs | 11 | 203958 | ; A110436: A weighted sum of Jacobi function values.
; Submitted by <NAME>
; 1,3,7,13,31,63,105,255,511,869,2047,3963,7021,16383,32767,56141,125811,262143,449325,1048575,2097151,3459945,8388607,16645111,28760685,67108863,129822555,230087021,536870911,1073741823,1823791973
add $0,1
mul $0,2
add $0,1
mov $2,$0
lpb $2
... |
monitor/monitor.asm | ssebs/xos | 15 | 203960 | <reponame>ssebs/xos<gh_stars>10-100
; xOS System Monitor
use32
org 0x8000000 ; programs are loaded to 128 MB, drivers to 2048 MB
application_header:
.id db "XOS1" ; tell the kernel we are a valid application
.type dd 0 ; 32-bit application
.entry dd main ; entry point
.reserved0 dq 0
.reserved1 dq 0
... |
programs/oeis/299/A299290.asm | jmorken/loda | 1 | 203962 | ; A299290: Partial sums of A299289.
; 1,9,37,97,203,367,603,923,1341,1869,2521,3309,4247,5347,6623,8087,9753,11633,13741,16089,18691,21559,24707,28147,31893,35957,40353,45093,50191,55659,61511,67759,74417,81497,89013,96977,105403,114303,123691
mov $2,$0
mov $7,$0
lpb $0
lpb $0
sub $0,1
add $4,$2
lpe
lpb ... |
oeis/001/A001741.asm | neoneye/loda-programs | 11 | 203963 | <gh_stars>10-100
; A001741: Squares written in base 6.
; Submitted by <NAME>(s3)
; 0,1,4,13,24,41,100,121,144,213,244,321,400,441,524,1013,1104,1201,1300,1401,1504,2013,2124,2241,2400,2521,3044,3213,3344,3521,4100,4241,4424,5013,5204,5401,10000,10201,10404,11013,11224,11441,12100,12321,12544,13213,13444,14121,14400,150... |
smsq/atari/poll.asm | olifink/smsqe | 0 | 203966 | <gh_stars>0
; Polling interrupt handler V2.01 1986 <NAME> QJUMP
section shd
xdef at_poll
xdef hw_poll
include 'dev8_keys_sys'
include 'dev8_keys_iod'
include 'dev8_keys_psf'
include 'dev8_keys_atari'
include 'dev8_smsq_smsq_base_keys'
;+++
; HW_POLL is fairly dummy
;---
hw_poll
sf sys_50i(a6) ; c... |
BigNum/bnmonty.asm | FloydZ/Crypto-Hash | 11 | 203968 | .686
option casemap:none
include bnlib.inc
include bignum.inc
.code
bnDivpow2 proc bnX:DWORD,bitsY:DWORD,bnQuo:DWORD
invoke bnMov,bnQuo,bnX
invoke bnShr,bnQuo,bitsY
ret
bnDivpow2 endp
bnModpow2 proc uses esi edi ebx bnX:DWORD,bitsY:DWORD,bnRem:DWORD
mov eax,bnX
mov edi,bnRem
invoke bnMov,edi,eax
mov ebx,bits... |
src/import/helloword-inc.asm | raphaelabrantes/ASS | 0 | 203969 | ; Hello World Progpreai ram (External file include)
; Compile with: nasm -f elf helloworld-inc.asm
; Link with (64 bit systems require elf_i386 option): ld -m elf_i386 helloworld-inc.o -o helloworld-inc
; Run with: ./helloworld-inc
%include '/home/godofall/CLionProjects/ASS/src/import/functions.asm' ... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1276.asm | ljhsiun2/medusa | 9 | 203970 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x6d65, %rsi
nop
nop
add $44861, %rcx
mov (%rsi), %rbx
nop
nop
and $25558, %r8
lea addresses_normal_ht+0x18ee9, %rdx
nop
nop
nop
sub $2486, %rdi
movb (%rdx), %cl
nop
nop
nop
cmp... |
project/ntstub/i386/5_2_3790_sp1_ssdt_sysenter.asm | rmusser01/windows-syscall-table | 6 | 203971 | ; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; ssdt asm stub for 5.2.3790-sp1-windows-2003 i386
.686
.mmx
.xmm
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG __stdcall NtAcceptConnectPort( ULONG arg_01 , ULONG arg_02 , ULONG arg_03 , ULONG arg_04 , ULO... |
Test/Z80/chrismas.asm | sparks-c16/zasm | 43 | 203972 | <filename>Test/Z80/chrismas.asm<gh_stars>10-100
#define progStart 06900h
#define LF 0Ah
#define CR 0Dh
#define BDOS 00005h
#define BUFTOP 04000h
#define CALSLT 0001Ch
#define DMA 00080h
#define ENASLT 00024h
#define FCB 0005ch
#define MNROM 0FCC1h
#define MSXVER 0002dh
#define RAMAD0 0F341h
#define RAMAD1 0F342h
#defin... |
libsrc/stdio/mc1000/generic_console.asm | jpoikela/z88dk | 0 | 203973 |
; code_driver to ensure we don't page ourselves out
SECTION code_driver
PUBLIC generic_console_calc_xypos
PUBLIC generic_console_printc
PUBLIC generic_console_scrollup
PUBLIC generic_console_set_ink
PUBLIC generic_console_set_paper
PUBLIC... |
src/outgame-screens.asm | maciejmalecki/trex64 | 11 | 203975 | /*
MIT License
Copyright (c) 2021 <NAME>
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, copy, modify, merge, publ... |
source/system/inttostr.asm | paulscottrobson/rpl-32 | 0 | 203976 | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : inttostr.asm
; Purpose : Convert integer to string at current buffer position
; Date : 4th October 2019
; Author :... |
programs/oeis/168/A168298.asm | karttu/loda | 1 | 203977 | <reponame>karttu/loda
; A168298: a(n) = 1 - n^2*2^n.
; 1,-1,-15,-71,-255,-799,-2303,-6271,-16383,-41471,-102399,-247807,-589823,-1384447,-3211263,-7372799,-16777215,-37879807,-84934655,-189267967,-419430399,-924844031,-2030043135,-4437573631,-9663676415,-20971519999,-45365592063,-97844723711,-210453397503,-451508436991... |
basic/08_fungsi_aritmatika/aritmatika.asm | bellshade/Assembly | 6 | 203978 | <reponame>bellshade/Assembly
SYS_EXIT equ 1
SYS_READ equ 3
SYS_WRITE equ 4
STDIN equ 0
STDOUT equ 1
segment .data
pesan_input db 'masukkan angka ', 0xA, 0xD
panjang_pesan_input equ $- pesan_input
pesan_input2 db 'masukkan angka kedua ', 0xA, 0xD
panjang_pesan_input2 equ $- pesan_inpu... |
src/sm/nofanfare.asm | PJBoy/alttp_sm_combo_randomizer_rom | 31 | 203979 |
;========================================
; Item pickup sound skip
;========================================
!None = $02 ;Stops current sounds (use for no sound)
!Missile = $03 ;Sound when firing a missile
!Super = $04 ;Sound when firing a super missile
!Power = $01 ;Sound when a powerbomb explodes
!Click = $3... |
programs/oeis/024/A024385.asm | karttu/loda | 1 | 203980 | <reponame>karttu/loda<filename>programs/oeis/024/A024385.asm
; A024385: a(n) = [ (2nd elementary symmetric function of S(n))/(first elementary symmetric function of S(n)) ], where S(n) = {first n+1 positive integers congruent to 1 mod 4}.
; 0,3,9,16,25,36,49,64,82,101,122,145,170,197,227,258,291,326,363,402,444,487,532... |
programs/tests/if.lt.asm | rj45/rj32 | 28 | 203982 | #include "../cpudef.asm"
move r1, -1
move r2, 0
; skip r-r
if.lt r2, r1
error
; skip r-r equal
if.lt r2, r2
error
; skip r-i
if.lt r2, -1
error
; skip r-i equal
if.lt r2, 0
error
; no-skip r-r
if.lt r1, r2
jump p1
error
p1:
; no-skip r-i
if.lt r1, 1
jump p2
error
p2:
halt |
libsrc/_DEVELOPMENT/string/c/sccz80/strxfrm_callee.asm | jpoikela/z88dk | 640 | 203984 |
; size_t strxfrm(char * restrict s1, const char * restrict s2, size_t n)
SECTION code_clib
SECTION code_string
PUBLIC strxfrm_callee
EXTERN asm_strxfrm
strxfrm_callee:
pop af
pop bc
pop hl
pop de
push af
jp asm_strxfrm
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _strxfrm_callee
defc _strx... |
verify/lxp32/src/firmware/test019.asm | mfkiwl/lxp32-cpu-fpga | 38 | 203986 | /*
* This test verifies non-returnable interrupt handling
* Note: "iret" is never called here
*/
lc r100, 0x10000000 // test result output pointer
lcs r101, halt
lc r102, failure
lc r103, 0x20000000 // timer: number of pulses (0xFFFFFFFF - infinite)
lc r104, 0x20000004 // timer: delay between pulses (in cycles... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1839.asm | ljhsiun2/medusa | 9 | 203987 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1839.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r15
push %rbp
push %rdi
lea addresses_WT_ht+0xa781, %r15
clflush (%r15)
nop
nop
nop
nop
nop
sub %r14, %r14
movb $0x61, (%r15)
nop
nop
nop
nop
nop
xor ... |
src/sse.asm | MarioSieg/Utilitiy-Routines | 1 | 203988 | .extern printf
.data
fmt1: .asciz "Scalar SSE %f + %f = %f\n"
fmt2: .asciz "Scalar SSE %f * %f = %f\n"
fmt3: .asciz "Scalar SSE %f - %f = %f\n"
fmt4: .asciz "Scalar SSE %f / %f = %f\n"
pi: .single 3.1415
.text
.globl main
main:
pushq %rbp # prologue
movq %rsp, %rbp # prologue
movss (... |
programs/oeis/138/A138999.asm | neoneye/loda | 22 | 203989 | <reponame>neoneye/loda
; A138999: First differences of Frobenius numbers for 8 successive numbers A138988.
; 1,1,1,1,1,1,10,2,2,2,2,2,2,18,3,3,3,3,3,3,26,4,4,4,4,4,4,34,5,5,5,5,5,5,42,6,6,6,6,6,6,50,7,7,7,7,7,7,58,8,8,8,8,8,8,66,9,9,9,9,9,9,74,10,10,10,10,10,10,82,11,11,11,11,11,11,90,12,12,12,12,12,12,98,13,13,13,13,1... |
game/logic/game_states/config_screen.asm | pompshuffle/super-tilt-bro | 2 | 203990 | <gh_stars>1-10
#define NB_OPTIONS 3
default_config:
.(
lda #MAX_STOCKS
sta config_initial_stocks
lda #$01
sta config_ai_level
sta config_player_b_character
lda #$00
sta config_selected_stage
sta config_player_a_character_palette
sta config_player_a_weapon_palette
sta config_player_a_character
sta config_pla... |
Test/Z80/full.asm | sparks-c16/zasm | 43 | 203991 | #!/usr/local/bin/zasm --ixcbr2 -o original/
; *************************************
;
; Full set of instructions and aliases
; for Zilog Z80 microprocessor
;
; used by zmac cross-assembler
;
; *************************************
Imm_Bte .equ $12
Imm_Wrd .equ $2345
Port .equ $34
Displ .equ... |
test/asm/const-and.asm | kimi-soft/rgbds | 522 | 203992 |
println @ & 0 ; This should produce an error, but not crash
SECTION "Test", ROM0,ALIGN[4,2]
ds 40
Aligned:
println Aligned & $0f
println ~$fffc & Aligned
println Aligned & $1f ; Not constant
println @ & $0f
SECTION "Unaligned", ROM0
println @ & 0
println @ & 1 ; Nope
|
lib/src/xr/x86/xrnmlng.asm | zanud/xds-2.60 | 53 | 203993 | ; COPYRIGHT (c) 1995,99,2002 XDS. All Rights Reserved.
; Implementation for long, ulong, longl & ulongl functions
cpu 386
bits 32
%ifdef OS2
group DGROUP _DATA
section _DATA use32 align=4 FLAT public 'DATA'
%else
group DGROUP _DATA
section _DATA use32 ... |
assignment-1/bindshell.nasm | jasperla/slae64 | 0 | 203994 | ; SLAE64 assignment 1
; by <NAME>
; Student ID: SLAE64-1614
global _start
%define SYS_WRITE 1
%define SYS_CLOSE 3
%define SYS_DUP2 33
%define SYS_SOCKET 41
%define SYS_ACCEPT 43
%define SYS_BIND 49
%define SYS_LISTEN 50
%define SYS_EXECVE 59
section .text
_start:
; Start by opening a socket(2)
; syscall:
; socket... |
tests/parsing/i_123_fwd_reference.asm | fengjixuchui/sjasmplus | 220 | 203995 | MODULE TestModule
jp klLDI64 ; creates full-module undefined symbol in the table (`TestModule.klLDI64`)
@klLDI64: nop ; defines global `klLDI64` (will overshadow the `TestModule.klLDI64`)
cmCOPY: ex de, hl ; defines regular module-label `TestModule.cmCOPY`
; the double klLDI64 confuses here expression eva... |
Tareas/TareaBLej3.asm | adeandak/OPC | 0 | 203996 | <reponame>adeandak/OPC<filename>Tareas/TareaBLej3.asm
INCLUDE \masm32\Irvine\Irvine32.inc
INCLUDELIB \masm32\Irvine\Irvine32.lib
INCLUDELIB \masm32\Irvine\User32.lib
INCLUDELIB \masm32\Irvine\Kernel32.lib
.DATA
TEXTO_N BYTE "TECLEE EL DATO N: ", 0
TEXTO_PARENTESIS BYTE "(", 0
TEXTO_RESULTADO BYTE "... |
P6/data_P6_2/ALUTest108.asm | alxzzhou/BUAA_CO_2020 | 1 | 203999 | sll $6,$0,4
srl $5,$5,3
lhu $5,0($0)
srav $4,$5,$3
lhu $6,6($0)
srl $4,$3,31
srav $6,$1,$3
srl $4,$1,24
nor $4,$5,$3
lbu $5,10($0)
sw $5,12($0)
sra $5,$1,19
andi $1,$3,7497
sb $3,1($0)
sll $6,$5,28
andi $0,$3,6048
srav $6,$6,$3
slti $4,$4,8286
or $3,$5,$3
slt $5,$3,$3
or $5,$0,$3
lb $3,13($0)
lw $0,8($0)
nor $3,$4,$3
s... |
oeis/021/A021930.asm | neoneye/loda-programs | 11 | 204001 | <reponame>neoneye/loda-programs<filename>oeis/021/A021930.asm
; A021930: Decimal expansion of 1/926.
; Submitted by Jon Maiga
; 0,0,1,0,7,9,9,1,3,6,0,6,9,1,1,4,4,7,0,8,4,2,3,3,2,6,1,3,3,9,0,9,2,8,7,2,5,7,0,1,9,4,3,8,4,4,4,9,2,4,4,0,6,0,4,7,5,1,6,1,9,8,7,0,4,1,0,3,6,7,1,7,0,6,2,6,3,4,9,8,9,2,0,0,8,6,3,9,3,0,8,8,5,5,2,9,... |
src/tabs/routine.asm | fcard/AllStatTabs | 2 | 204002 | <filename>src/tabs/routine.asm<gh_stars>1-10
macro StatCondition(value, statOffset, max, allow)
if <value> > 0
LDA $9A9B+<statOffset> : CMP #<max> : BCC <allow>
elseif <value> < 0
LDA $9A9B+<statOffset> : CMP #$01 : BCS <allow>
endif
endmacro
TabCondition:
CPY #$00 : BEQ .powerTab
... |
src/host/x86/sse/asm/uXsmmintrin.asm | Navegos/uasmlib | 3 | 204004 | <gh_stars>1-10
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / /
; / / Copyright 2021 (c) Nav... |
app/prelude1/src/test.asm | ern0/549notes | 2 | 204005 | ;-----------------------------------------------------------------------
TEST_TESTING = 0
;-----------------------------------------------------------------------
test_summary:
lea dx,[test_note_count_text]
mov ah,9
int 21H
mov ax,word [test_note_index]
call test_print_u3
call test_print_crlf
test w... |
programs/oeis/235/A235089.asm | karttu/loda | 1 | 204009 | ; A235089: a(n)*Pi is the total length of irregular spiral (center points: 2, 1, 3, 4) after n rotations.
; 3,10,13,20,23,30,33,40,43,50,53,60,63,70,73,80,83,90,93,100,103,110,113,120,123,130,133,140,143,150,153,160,163,170,173,180,183,190,193,200,203,210,213,220,223,230,233,240,243,250,253,260,263,270,273,280,283,290,... |
cppcrypto/3rdparty/sha256_avx1.asm | crashdemons/kerukuro-cppcrypto | 0 | 204010 | <filename>cppcrypto/3rdparty/sha256_avx1.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright (c) 2012, Intel Corporation
;
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following cond... |
pwn/rooted_v1/solve/shell.asm | b01lers/b01lers-ctf-2021 | 6 | 204011 | <filename>pwn/rooted_v1/solve/shell.asm
BITS 64
;https://www.exploit-db.com/shellcodes/13577, modified for 64 bit
; mkdir("...", 0700);
push 83
pop rax, ;mkdir syscall
push byte 0x2e
push word 0x2e2e
mov rdi, rsp
mov rsi, 0700o
syscall
; chroot("...");
mov rax, 161
mov rdi, rsp
syscall
; for (i = 100; i > 0; i--)
;... |
programs/oeis/137/A137501.asm | karttu/loda | 1 | 204012 | <reponame>karttu/loda<filename>programs/oeis/137/A137501.asm
; A137501: The even numbers repeated, with alternating signs.
; 0,0,2,-2,4,-4,6,-6,8,-8,10,-10,12,-12,14,-14,16,-16,18,-18,20,-20,22,-22,24,-24,26,-26,28,-28,30,-30,32,-32,34,-34,36,-36,38,-38,40,-40,42,-42,44,-44,46,-46,48,-48,50,-50,52,-52,54,-54,56,-56,58,... |
oeis/313/A313118.asm | neoneye/loda-programs | 11 | 204013 | <gh_stars>10-100
; A313118: Coordination sequence Gal.6.234.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,4,9,14,19,24,30,35,40,45,50,54,58,63,68,73,78,84,89,94,99,104,108,112,117,122,127,132,138,143,148,1... |
oeis/343/A343261.asm | neoneye/loda-programs | 11 | 204014 | <filename>oeis/343/A343261.asm
; A343261: a(n) = 2 * T(n,(n+2)/2) where T(n,x) is a Chebyshev polynomial of the first kind.
; Submitted by <NAME>(s4)
; 2,3,14,110,1154,15127,238142,4379769,92198402,2186871698,57721023502,1678243366813,53301709843202,1836220544383695,68200709735854334,2716906424134261502,115561578124838... |
Transynther/x86/_processed/AVXALIGN/_st_zr_/i9-9900K_12_0xa0.log_21829_66.asm | ljhsiun2/medusa | 9 | 204015 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %rbp
push %rbx
push %rdx
lea addresses_UC_ht+0x70e1, %r10
nop
xor %r13, %r13
mov $0x6162636465666768, %rbp
movq %rbp, %xmm2
vmovups %ymm2, (%r10)
nop
nop
nop
nop
dec %r14
lea addresses_WT_ht+0x1bafd, %r10... |
Library/Text/Text/textGState.asm | steakknife/pcgeos | 504 | 204018 | <filename>Library/Text/Text/textGState.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: textGState.asm
AUTHOR: <NAME>, Oct 6, 1989
ROUTINES:
Name Description
---- -----------
T... |
Test/Z180/first.asm | sparks-c16/zasm | 43 | 204019 | #!/usr/local/bin/zasm --z180 -o original/
; get the nice labels for the built-in io ports of the Z180
include "185macro.lib"
; CPU = Z180 ; kio 2015-01-06 auskommentiert ((z180 würde passieren, macht aber keinen Sinn…))
; globals on ; kio 2015-01-06 auskommentiert
org 0000H ; this is ... |
modular-exp-MIPS/mod-exp.asm | omateusp/FAC-FGA | 0 | 204020 | main:
li $v0, 5 #call to read int
syscall
move $t0, $v0 #move int to $t0(base)
li $v0, 5 #call to read int
syscall
move $t1, $v0 #move int to $t1(expoente)
li $v0, 5 #call to read int
syscall
move $t2, $v0 #move int to $t2(mod)
ble $t0, ... |
examples/arm.asm | clayne/asm2cfg | 0 | 204021 | <gh_stars>0
00000000 <check_one_fd>:
0: e92d40f0 push {r4, r5, r6, r7, lr}
4: e1a05001 mov r5, r1
8: e24dd06c sub sp, sp, #108 ; 0x6c
c: e3a01001 mov r1, #1
10: e1a04000 mov r4, r0
14: ebfffffe bl 0 <__fcntl64_nocancel>
18: e3700001 cmn r0, #1
1c: 0a000001 beq 28 <check_one_fd+0x28>
20: e2... |
kUSB.asm | satadriver/LiunuxOS_t | 0 | 204022 | ;.386p
Kernel Segment public para use32
assume cs:Kernel
__kUSBProc proc
pushad
push ds
push es
mov ax,rwData32Seg
mov ds,ax
mov es,ax
mov ebp,esp
add ebp,32
push dword ptr ICW2_SLAVE_INT_NO + 2
push dword ptr 0
push dword ptr [ebp]
push dword ptr [ebp + 4]
push dword ptr [ebp + 8]
test dword ptr [ebp+4],3
jz _ku... |
emuboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Main/mu.asm | leetobin/firebrick | 9 | 204023 | <filename>emuboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Main/mu.asm
;*****************************************************************************
; AMD Generic Encapsulated Software Architecture
;
; $Workfile:: mu.asm $ $Revision:: 634#$ $Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $
; Description: Main m... |
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_1555.asm | ljhsiun2/medusa | 9 | 204025 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x17b41, %rdi
nop
nop
nop
nop
cmp %rdx, %rdx
vmovups (%rdi), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextrq $1, %xmm5, %r11
nop
nop
nop
sub %rdi, %rdi
lea addresse... |
libsrc/video/hd44780/lcd_write_data.asm | ahjelm/z88dk | 640 | 204026 | <filename>libsrc/video/hd44780/lcd_write_data.asm
SECTION code_driver
PUBLIC lcd_write_data
PUBLIC _lcd_write_data
PUBLIC asm_lcd_write_data
EXTERN lcd_delay_short
EXTERN LCD_DATA_PORT
; void lcd_write_data(byte a)
lcd_write_data:
_lcd_write_data:
pop bc
pop hl
push hl
push bc
ld a,l
asm_lcd_write_data:
out (... |
programs/oeis/212/A212252.asm | karttu/loda | 0 | 204027 | <filename>programs/oeis/212/A212252.asm
; A212252: Number of (w,x,y,z) with all terms in {1,...,n} and 3w=x+y+z+n+2.
; 0,0,0,3,11,24,45,76,117,171,240,324,426,548,690,855,1045,1260,1503,1776,2079,2415,2786,3192,3636,4120,4644,5211,5823,6480,7185,7940,8745,9603,10516,11484,12510,13596,14742,15951,17225,18564,19971
mov ... |
programs/oeis/209/A209264.asm | jmorken/loda | 1 | 204029 | ; A209264: a(n) = 1 + 2*n^2 + 3*n^3 + 4*n^4 +5*n^5 + 6*n^6.
; 1,21,641,6013,30945,112301,324721,800661,1754753,3512485,6543201,11497421,19248481,30938493,48028625,72353701,106181121,152274101,213959233,295198365,400664801,535823821,707017521,921553973,1187800705,1515282501,1914783521,2398453741,2979919713,3674399645,44... |
programs/oeis/033/A033594.asm | karttu/loda | 1 | 204030 | ; A033594: a(n) = (n-1)*(2*n-1)*(3*n-1).
; -1,0,15,80,231,504,935,1560,2415,3536,4959,6720,8855,11400,14391,17864,21855,26400,31535,37296,43719,50840,58695,67320,76751,87024,98175,110240,123255,137256,152279,168360,185535,203840,223311,243984,265895,289080,313575,339416,366639,395280,425375,456960,490071,524744,561015,... |
programs/oeis/127/A127191.asm | karttu/loda | 0 | 204031 | ; A127191: Related to the function "shin" - see reference for precise definition.
; 31,71,122,162,213,253,293,344,384,435,475,526,566,617,657,697,748,788,839,879,930,970,1021,1061,1112,1152
mov $2,5
add $2,$0
add $2,1
mov $4,$0
mov $0,0
pow $2,2
mov $5,4
mov $6,11
lpb $2,1
add $0,11
sub $2,5
trn $2,$5
sub $5,1... |
libsrc/strings/memcpy_callee.asm | meesokim/z88dk | 0 | 204032 | <gh_stars>0
; void __CALLEE__ *memcpy_callee(void *s1, void *s2, uint n)
; copy n chars from s2 to s1
; 11.1999 djm
PUBLIC memcpy_callee
PUBLIC ASMDISP_MEMCPY_CALLEE
.memcpy_callee
pop hl
pop bc
pop de
ex (sp),hl
; enter : bc = uint n
; de = void *s2
; hl = void *s1
; exit... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_650.asm | ljhsiun2/medusa | 9 | 204033 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1add, %rdi
nop
nop
nop
sub %r8, %r8
mov (%rdi), %si
nop
nop
nop
nop
dec %r10
lea addresses_WC_ht+0xa2dd, %rsi
lea addresses_WT_ht+0x1c2dd, %rdi
nop
nop
nop
nop
dec %rdx
mov $99, %rcx
re... |
tests/nasm/pcmpeqb.asm | brenden7158/v86 | 12,700 | 204035 | <gh_stars>1000+
global _start
section .data
align 16
quad1:
dq 0x00ad00adad007fff
quad2:
dq 0x7fff00428000ffff
quad3:
dq 0x01008080f0f0ff42
quad4:
dq 0x0000000000000000
mydword:
dd 0xcafebabe
myaddress:
dq 0x00adbeefc0de00ce
%include "header.inc"
movq mm0, [quad1]
movq mm1, [quad2]
movq mm2, [quad3]
mo... |
Transynther/x86/_processed/NC/_ht_/i7-7700_9_0xca.log_21829_561.asm | ljhsiun2/medusa | 9 | 204036 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x19a9b, %r14
and %rdi, %rdi
vmovups (%r14), %ymm7
vextracti128 $0, %ymm7, %xmm7
vpextrq $1, %xmm7, %r9
inc %r13
lea addresses_WT_ht+0x739b, %rsi
lea addresses_D_ht+0x1331b, %rdi
nop
sub ... |
oeis/272/A272569.asm | neoneye/loda-programs | 11 | 204037 | <filename>oeis/272/A272569.asm
; A272569: A variation on Stern's diatomic sequence.
; Submitted by <NAME>
; 0,0,1,0,2,1,2,0,3,2,6,1,6,2,3,0,4,3,10,2,15,6,12,1,12,6,15,2,10,3,4,0,5,4,14,3,24,10,21,2,28,15,40,6,35,12,20,1,20,12,35,6,40,15,28,2,21,10,24,3,14,4,5,0,6,5,18,4,33,14,30,3,44,24,65,10,60,21,36,2,45,28,84,15,104... |
programs/oeis/171/A171630.asm | neoneye/loda | 22 | 204038 | <filename>programs/oeis/171/A171630.asm
; A171630: 10^n*(5+3*10^n)+3
; 11,353,30503,3005003,300050003,30000500003,3000005000003,300000050000003,30000000500000003,3000000005000000003,300000000050000000003,30000000000500000000003
seq $0,199683 ; 3*10^n+1.
mov $1,$0
pow $1,2
sub $1,16
div $1,3
add $1,8
add $0,$1
sub $0,1... |
multimedia/directx/dplay/dplay4/vxd/messages.asm | npocmaka/Windows-Server-2003 | 17 | 204039 | ;*****************************************************************************
;
; (C) Copyright MICROSOFT Corp, 1994
;
; Title: MESSAGES.ASM
;
; Version: 1.00
;
; Date: 07-Jul-1994
;
; Author:
;
;--------------------------------------... |
oeis/140/A140374.asm | neoneye/loda-programs | 11 | 204041 | ; A140374: Primes of the form 26k + 15.
; Submitted by <NAME>
; 41,67,197,223,353,379,431,457,509,587,613,691,743,769,821,977,1237,1289,1367,1471,1523,1549,1601,1627,1783,1861,1913,2017,2069,2251,2381,2459,2693,2719,2797,2927,2953,3083,3109,3187,3343,3499,3733,3863,3889
mov $2,$0
add $2,6
pow $2,2
mov $4,14
lpb $2
m... |
smsq/atari/ser/int.asm | olifink/smsqe | 0 | 204043 | <reponame>olifink/smsqe
; SER interrupt routines V2.01 1989 <NAME> QJUMP
section ser
xdef mfp_intr
xdef mfp_intt
xdef mfp_intc
xdef mfp2_intr
xdef mfp2_intt
xdef scca_intr
xdef scca_intt
xdef scca_intc
xdef scca_ints
xdef sccb_intr
xdef sccb_intt
xdef sccb_intc
xdef sccb_ints
xdef mfp_oact
xd... |
data/pokemon/dex_entries/croagunk.asm | AtmaBuster/pokeplat-gen2 | 6 | 204044 | db "<NAME>@" ; species name
db "The poisonous"
next "fluid squeezed"
next "from its finger"
page "is a vital part"
next "of remedies for"
next "lower-back pain.@"
|
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1599.asm | ljhsiun2/medusa | 9 | 204045 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xfd25, %r10
sub $52099, %rbp
movb (%r10), %r12b
nop
nop
nop
nop
nop
and %r15, %r15
lea addresses_UC_ht+0x11aa5, %r10
and %rdx, %rdx
movups (%r10), %xmm2
vpextrq $0, %xmm2, %rc... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_358_1836.asm | ljhsiun2/medusa | 9 | 204046 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r9
push %rax
lea addresses_D_ht+0x11865, %r11
nop
nop
nop
nop
and $48295, %r9
movups (%r11), %xmm4
vpextrq $0, %xmm4, %rax
nop
nop
xor $53436, %r9
pop %rax
pop %r9
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r12
push... |
dos/ioctl.asm | minblock/msdos | 0 | 204048 | PAGE ,132
TITLE IOCTL - IOCTL system call
NAME IOCTL
;
; Microsoft Confidential
; Copyright (C) Microsoft Corporation 1991
; All Rights Reserved.
;
;** IOCTL system call.
;
; $IOCTL
;
; Revision history:
;
; Created: ARR 4 April 1983
;
; GenericIOCTL added: KGS 22 April 1985
;
; A000 version 4.00 Jan. 1988
... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_6007_795.asm | ljhsiun2/medusa | 9 | 204050 | <filename>Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_6007_795.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xc773, %r12
clflush (%r12)
nop
nop
nop
nop
sub $24743, %r10
movb (%r12), %r14b
nop
nop
n... |
oeis/188/A188289.asm | neoneye/loda-programs | 11 | 204051 | <reponame>neoneye/loda-programs
; A188289: Binomial sum related to rooted trees.
; Submitted by <NAME>
; 0,2,3,14,45,167,609,2270,8517,32207,122463,467843,1794195,6903353,26635773,103020254,399300165,1550554583,6031074183,23493410759,91638191235,357874310213,1399137067683,5475504511859,21447950506395,84083979575117,329... |
programs/oeis/021/A021068.asm | neoneye/loda | 22 | 204052 | ; A021068: Decimal expansion of 1/64.
; 0,1,5,6,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
lpb $0
mov $2,$0
pow $0,2
div $0,6
seq $2,228564 ; Largest odd divisor of... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1504.asm | ljhsiun2/medusa | 9 | 204054 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x16da3, %rbx
and %r9, %r9
mov (%rbx), %r8
nop
lfence
lea addresses_D_ht+0x150cd, %r12
nop
nop
add %r8, %r8
mov (%r12), %ebp
nop
nop
nop
nop
nop
inc %rbp
lea addresses_... |
oeis/122/A122695.asm | neoneye/loda-programs | 11 | 204055 | ; A122695: Number of edges in the n-th Mycielski graph.
; Submitted by <NAME>
; 0,0,1,5,20,71,236,755,2360,7271,22196,67355,203600,613871,1847756,5555555,16691240,50122871,150466916,451597355,1355185280,4066342271,12200599676,36604944755,109821125720,329475960071,988453046036,2965409469755,8896329072560,26689188544271,... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1666.asm | ljhsiun2/medusa | 9 | 204056 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1666.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xd3ff, %r15
nop
nop
xor $30403, %r12
mov $0x6162636465666768, %r11
movq %r11, ... |
oeis/132/A132813.asm | neoneye/loda-programs | 11 | 204057 | <reponame>neoneye/loda-programs
; A132813: Triangle read by rows: A001263 * A127648 as infinite lower triangular matrices.
; Submitted by <NAME>
; 1,1,2,1,6,3,1,12,18,4,1,20,60,40,5,1,30,150,200,75,6,1,42,315,700,525,126,7,1,56,588,1960,2450,1176,196,8,1,72,1008,4704,8820,7056,2352,288,9,1,90,1620,10080,26460,31752,176... |
oeis/042/A042513.asm | neoneye/loda-programs | 11 | 204058 | ; A042513: Denominators of continued fraction convergents to sqrt(785).
; Submitted by <NAME>(s2)
; 1,56,3137,175728,9843905,551434408,30890170753,1730400996576,96933345979009,5429997775821080,304176808791959489,17039331290125552464,954506729055822897473,53469416158416207810952,2995241811600363460310785,167787010865778... |
programs/oeis/098/A098378.asm | neoneye/loda | 22 | 204059 | <reponame>neoneye/loda<filename>programs/oeis/098/A098378.asm
; A098378: Number of characters needed to write number n in the traditional Ethiopic (Geez) number system.
; 1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2... |
programs/oeis/105/A105202.asm | neoneye/loda | 22 | 204060 | <filename>programs/oeis/105/A105202.asm
; A105202: Irregular triangle read by rows: row n gives the word f(f(f(...(1)))) [with n applications of f], where f is the morphism 1->{1,2,1}, 2->{2,3,2}, 3->{3,1,3}.
; 1,1,2,1,1,2,1,2,3,2,1,2,1,1,2,1,2,3,2,1,2,1,2,3,2,3,1,3,2,3,2,1,2,1,2,3,2,1,2,1,1,2,1,2,3,2,1,2,1,2,3,2,3,1,3... |
programs/oeis/165/A165520.asm | neoneye/loda | 22 | 204061 | <reponame>neoneye/loda<gh_stars>10-100
; A165520: Antidiagonal writing from three rows trio A165351,A165355,A165367 (first,second and third trisections of A026741).
; 0,1,3,1,2,3,5,7,9,4,5,6,11,13,15,7,8,9,17,19,21,10,11,12,23,25,27,13,14,15,29,31,33
mov $2,$0
mod $0,3
add $0,$2
trn $0,1
dif $0,2
|
u7bg/saveDialog.asm | JohnGlassmyer/UltimaHacks | 68 | 204062 | <gh_stars>10-100
%include "include/u7bg-all-includes.asm"
defineAddress 339, 0x09C1, SaveSlot_processInput_loopForMouseUp
defineAddress 344, 0x0080, SaveDialog_appendChar_testSpecialKey
defineAddress 344, 0x009A, SaveDialog_appendChar_maybeTruncate
defineAddress 344, 0x00B8, SaveDialog_appendChar_afterTruncate
define... |
Library/Spool/Lib/libTables.asm | steakknife/pcgeos | 504 | 204063 | <filename>Library/Spool/Lib/libTables.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Print Spooler Library
FILE: libTables.asm
AUTHOR: <NAME>, 8 March 1990
REVISION HISTORY:
Name Date Des... |
engine/graphics-bkgrnd.asm | richard42/dynosprite | 10 | 204064 | <reponame>richard42/dynosprite
*********************************************************************************
* DynoSprite - graphics-bkgrnd.asm
* Copyright (c) 2013, <NAME>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... |
audio/music/gym.asm | Dev727/ancientplatinum | 28 | 204066 | <gh_stars>10-100
Music_Gym:
musicheader 4, 1, Music_Gym_Ch1
musicheader 1, 2, Music_Gym_Ch2
musicheader 1, 3, Music_Gym_Ch3
musicheader 1, 4, Music_Gym_Ch4
Music_Gym_Ch1:
tempo 156
volume $77
stereopanning $f
vibrato $12, $24
dutycycle $1
notetype $c, $b7
Music_Gym_branch_f48c9:
octave 4
note F#, 2
octave... |
src/firmware-tests/Platform/Lcd/Initialisation/PortaTest.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 204068 | <filename>src/firmware-tests/Platform/Lcd/Initialisation/PortaTest.asm
#include "Platform.inc"
#include "FarCalls.inc"
#include "Lcd.inc"
#include "TestFixture.inc"
radix decimal
udata
global expectedPORTA
global expectedTRISA
expectedPORTA res 1
expectedTRISA res 1
PortaTest code
global testArrange
testA... |
SublimeText3_3176/Data/Packages/SublimeTextTrans-master/lib/SetSublimeLayered.asm | xiexie1993/Tool_Sublime_Text3_for_Windows | 0 | 204069 | <filename>SublimeText3_3176/Data/Packages/SublimeTextTrans-master/lib/SetSublimeLayered.asm<gh_stars>0
;
; SetSublimeLayered.asm
; created by vhanla
;
; this console based utiliy will set sublimetext to layered mode
; required to adjust alpha opacity
;
; compiled with FlatAssembler 1.70
; http://flatassembler.net
;
for... |
Kernel/Core/arch/amd64/start.asm | thepowersgang/rust_os | 622 | 204070 | ; "Tifflin" Kernel
; - By <NAME> (thePowersGang)
;
; arch/amd64/start.asm
; - AMD64/IA-32e boot shim
%include "Core/arch/amd64/common.inc.asm" ; WTF Nasm
[extern low_InitialPML4]
[section .multiboot]
[global mboot]
mboot:
%define MULTIBOOT_PAGE_ALIGN 1<<0
%define MULTIBOOT_MEMORY_INFO 1<<1
%define MULTIBOOT_REQVID... |
oeis/001/A001806.asm | neoneye/loda-programs | 11 | 204071 | ; A001806: a(n) = n! * binomial(n,4).
; Submitted by <NAME>
; 24,600,10800,176400,2822400,45722880,762048000,13172544000,237105792000,4452319872000,87265469491200,1784975512320000,38079477596160000,846536078868480000,19591263539527680000,471496409184632832000,11787410229615820800000,305779288897680998400000,82220653236... |
oeis/041/A041017.asm | neoneye/loda-programs | 11 | 204075 | <reponame>neoneye/loda-programs
; A041017: Denominators of continued fraction convergents to sqrt(12).
; Submitted by <NAME>
; 1,2,13,28,181,390,2521,5432,35113,75658,489061,1053780,6811741,14677262,94875313,204427888,1321442641,2847313170,18405321661,39657956492,256353060613,552364077718,3570537526921,7693439131560,49... |
unittests/ASM/OpSize/66_C5_2.asm | cobalt2727/FEX | 628 | 204077 | %ifdef CONFIG
{
"RegData": {
"RAX": "0x4748",
"RBX": "0x4546",
"RCX": "0x4344",
"RDX": "0x4142",
"RBP": "0x5758",
"RSI": "0x5556",
"RDI": "0x5354",
"RSP": "0x5152",
"R8": "0x4748",
"R9": "0x4546",
"R10": "0x4344",
"R11": "0x4142",
"R12": "0x5758",
"R13": "0x55... |
project3/proj3.asm | netguy204/cmsc313_examples | 1 | 204078 | %define STDOUT 1
%define WRITE 4
[SECTION .data]
magicNumber: db "0x42"
magicNumberLen: EQU $-magicNumber
[SECTION .bss]
[SECTION .text]
;;; This is where our program lives.
global prt_hex ; make sure the linker can find our routine
prt_hex: ; this will be called over a... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_2492_414.asm | ljhsiun2/medusa | 9 | 204080 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x8df9, %r10
nop
nop
nop
nop
cmp %r11, %r11
mov (%r10), %ecx
nop
nop
and %rsi, %rsi
lea addresses_A_ht+0x22a9, %rax
nop
nop
sub %r10, %r10
mov (%rax), %r12w
nop
nop
dec %rsi
le... |
programs/oeis/001/A001069.asm | karttu/loda | 1 | 204081 | <filename>programs/oeis/001/A001069.asm
; A001069: Log2*(n) (version 2): take log_2 of n this many times to get a number < 2.
; 0,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,... |
oeis/120/A120492.asm | neoneye/loda-programs | 11 | 204082 | ; A120492: 1 + Sum[ Prime[k]^(n-1), {k,1,n}].
; Submitted by <NAME>
; 2,6,39,504,17765,552552,30870007,1387350084,103306557609,16762578985600,1290073179870299,216632259853089564,30312656885388018973,2922170957243151047352,378560698729260507690687
mov $3,$0
mov $5,$0
add $5,1
lpb $5
sub $5,1
sub $0,$5
seq $0,40 ;... |
Transynther/x86/_processed/NC/_st_4k_/i7-7700_9_0x48.log_19_246.asm | ljhsiun2/medusa | 9 | 204083 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xe7fe, %r11
nop
and $63783, %rbx
movl $0x61626364, (%r11)
sub %rbp, %rbp
lea addresses_WC_ht+0x1db2e, %rax
nop
nop
nop
and $12527, %rdi
movw $0x6162, (%rax)
nop
nop
add $3464... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1723.asm | ljhsiun2/medusa | 9 | 204084 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xa071, %rcx
nop
nop
add %rbp, %rbp
movb (%rcx), %dl
nop
nop
xor $56734, %r9
lea addresses_UC_ht+0x1d05, %rsi
lea addresses_A_ht+0x5ff5, %rdi
nop
nop
n... |
libsrc/spectrum/zx_kempstonmouse.asm | dex4er/deb-z88dk | 1 | 204086 | ;
; ZX Spectrum specific routines
; by <NAME>, 14/09/2006
;
; int zx_kempstonmouse();
;
; The result is:
; - 1 (true) if a Kempston mouse is present
; - 0 (false) otherwise
;
; $Id: zx_kempstonmouse.asm,v 1.1 2006/12/01 16:58:30 stefano Exp $
;
XLIB zx_kempstonmouse
zx_kempstonmouse:
ld hl,0
ld d... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1260.asm | ljhsiun2/medusa | 9 | 204087 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1c727, %rsi
lea addresses_UC_ht+0x250b, %rdi
nop
nop
mfence
mov $79, %rcx
rep movsl
nop
nop
nop
nop
nop
sub %rdi, %rdi
lea addresses_normal_ht+0x13a21, %r12
nop
nop
dec %r11... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.