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 |
|---|---|---|---|---|
lotto_prng.asm | sgrzywna/lotto | 0 | 208969 | ; lotto_prng.asm
; nasm -f elf lotto_prng.asm
; gcc -m32 -Wall -s -nostdlib -Wl,--build-id=none lotto_prng.o -o lotto_prng
;
; http://burtleburtle.net/bob/rand/smallprng.html
;
; typedef unsigned long int u4;
; typedef struct ranctx { u4 a; u4 b; u4 c; u4 d; } ranctx;
;
;#define rot(x,k) (((x)<<(k))|((x)>>(32-(k))))
... |
src/splash/splash.asm | endstation/golf | 1 | 208970 | <reponame>endstation/golf<filename>src/splash/splash.asm<gh_stars>1-10
; Top-hole Golf
; Copyright 2020-2021 <NAME>
!to "splash.o",cbm
!source "../core/labels.asm"
!source "../core/mymacros.asm"
!source "../core/vic_ii.asm"
*= end_of_core
!zone {
splash_s_init
+utils_m_enable_bitmap_mode
+clr splash_v_must... |
Win32.Ya/source/shellcode/shellcode.asm | 010001111/Vx-Suites | 2 | 208971 | ;/* ya.bot */
[BITS 32]
;//botbotbotbotbotbotbotbotbotbotbotbotbot
;//Original code by HDmoore & Delikon
;//http://www.metasploit.com/
;//http://www.delikon.de/
;//botbotbotbotbotbotbotbotbotbotbotbotbot
%define BLOCKSZ 100
jmp data
start:
pop ebx
push ebp
mov ebp, esp
sub sp, 52 ... |
programs/oeis/063/A063213.asm | karttu/loda | 1 | 208972 | ; A063213: Dimension of the space of weight 2n cuspidal newforms for Gamma_0(45).
; 1,5,9,11,15,19,21,25,29,31,35,39,41,45,49,51,55,59,61,65,69,71,75,79,81,85,89,91,95,99,101,105,109,111,115,119,121,125,129,131,135,139,141,145,149,151,155,159,161,165
mov $1,2
mul $1,$0
div $0,3
sub $1,$0
mul $1,2
add $1,1
|
Student/examples/Correct/CPRL0/Correct_104.asm | SoftMoore/CPRL-Kt | 6 | 208974 | PROGRAM 8
LDGADDR 0
LDCINT 1
STOREW
LDGADDR 4
LDCINT 3
STOREW
LDGADDR 0
LOADW
PUTINT
PUTEOL
LDCINT 5
PUTINT
PUTEOL
LDGADDR 4
LOADW
PUTINT
PUTEOL
HALT
|
Transynther/x86/_processed/NC/_st_zr_4k_sm_/i7-7700_9_0xca_notsx.log_1755_1057.asm | ljhsiun2/medusa | 9 | 208975 | .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+0x12363, %rsi
lea addresses_UC_ht+0xe7b, %rdi
nop
nop
cmp $42270, %rax
mov $69, %rcx
rep movsq
sub %r12, %r12
lea addresses_WC_ht+0x112fb, %rsi
lea addresses_WT_ht+0x172fb, %rd... |
programming/radasm/lab1/task5.asm | Foltrex/bsu | 113 | 208976 | <reponame>Foltrex/bsu
.486
.model flat, stdcall
option casemap :none
include windows.inc ; always first
include masm32.inc
include gdi32.inc
include user32.inc
include kernel32.inc
includelib masm32.lib
includelib gdi32.lib
includelib user32.lib
includelib kernel32.lib
.data
... |
Functional Hello World/Source/HelloWorld.asm | Phillip-May/snes-homebrew | 11 | 208977 | <reponame>Phillip-May/snes-homebrew
// SNES "Hello, World!" Text Printing demo by krom (<NAME>):
// 1. DMA Loads Palette Data To CGRAM
// 2. DMA Loads 1BPP Character Tile Data To VRAM (Converts to 2BPP Tiles)
// 3. DMA Clears VRAM Map To A Space " " Character
// 4. DMA Prints Text Characters To Lo Bytes Of Map
arch sne... |
oeis/052/A052595.asm | neoneye/loda-programs | 11 | 208978 | ; A052595: E.g.f. 1/(1-3x-x^2).
; Submitted by <NAME>(s4)
; 1,3,20,198,2616,43200,856080,19792080,522950400,15544690560,513406252800,18652322304000,739253228313600,31740638183654400,1467650891266560000,72709824125562624000,3842307771930980352000
mov $3,1
lpb $0
mov $2,$3
mul $3,3
add $3,$1
mov $1,$0
sub $0,1... |
programs/oeis/185/A185940.asm | neoneye/loda | 22 | 208979 | <reponame>neoneye/loda
; A185940: a(n) = 1 - 2^(n+1) + 3^(n+2).
; 24,74,228,698,2124,6434,19428,58538,176124,529394,1590228,4774778,14332524,43013954,129074628,387289418,1161999324,3486260114,10459304628,31378962458,94138984524,282421147874,847271832228,2541832273898,7625530376124,22876658237234,68630108929428,20589059... |
P6/data_P6/testpoint/testpoint30.asm | alxzzhou/BUAA_CO_2020 | 1 | 208980 | ori $1, $0, 4
ori $2, $0, 11
ori $3, $0, 8
ori $4, $0, 11
sw $2, 0($0)
sw $1, 4($0)
sw $4, 8($0)
sw $2, 12($0)
sw $1, 16($0)
sw $2, 20($0)
sw $1, 24($0)
sw $1, 28($0)
sw $2, 32($0)
sw $3, 36($0)
sw $3, 40($0)
sw $1, 44($0)
sw $2, 48($0)
sw $1, 52($0)
sw $2, 56($0)
sw $1, 60($0)
sw $3, 64($0)
sw $3,... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_328.asm | ljhsiun2/medusa | 9 | 208981 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xa15e, %rsi
lea addresses_WC_ht+0x1a0ee, %rdi
nop
nop
nop
nop
nop
cmp %r12, %r12
mov $49, %rcx
rep movsl
sub %r15, %r15
lea addresses_WT_ht+0x1e102, %rsi
lea addresses_WT_ht+0x62ee, %rdi
nop
... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_215.asm | ljhsiun2/medusa | 9 | 208982 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_215.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xa74d, %rsi
lea addresses_UC_ht+0x28f5, %rdi
nop
nop
nop
xor $31386, %r14
mov $73, %rcx
rep ... |
src/asm/decompressor.asm | mateoconlechuga/convbin | 4 | 208983 | ; Copyright 2017-2021 Matt "MateoConLechuga" Waltz
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the above copyright notice,
; this list of conditions and the follo... |
io386.asm | OS2World/LIB-VGAlib | 1 | 208984 | <reponame>OS2World/LIB-VGAlib
; io386.asm
;
; This module contains 4 C callable procedures that allow access to the
; hardware ports. They must be defined in the calling program as follows:
;
; extern _Far16 _Pascal OUTP8(USHORT, UCHAR);
; extern _Far16 _Pascal OUTP16(USHORT, USHORT);
; extern UCHAR _Far16 _Pascal INP8... |
src/shaders/h264/mc/loadRef_Y_16x13.asm | digetx/intel-vaapi-driver | 192 | 208985 | /*
* Load reference 16x13 area for luma 8x8 MC
* Copyright © <2010>, Intel Corporation.
*
* 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 li... |
oeis/257/A257800.asm | neoneye/loda-programs | 11 | 208986 | ; A257800: Sequence A233271 reduced modulo 2: a(n) = A000035(A233271(n)); the parity of each term in the infinite trunk of inverted binary beanstalk.
; Submitted by <NAME>(s1)
; 0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,1,0,0,0,0,0,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,1,0,1,... |
libsrc/graphics/zx81/hr/g007_pixladdr.asm | jpoikela/z88dk | 640 | 208987 | <filename>libsrc/graphics/zx81/hr/g007_pixladdr.asm<gh_stars>100-1000
;--------------------------------------------------------------
; Part of this code comes from the 'HRG_Tool'
; by <NAME>
;--------------------------------------------------------------
SECTION code_clib
PUBLIC pixeladdress
EXTERN base_graphics... |
tools/files/applib/src/32bit/spack.asm | nehalem501/gendev | 2,662 | 208989 | ;;
;; aPLib compression library - the smaller the better :)
;;
;; fasm safe assembler wrapper for aP_pack
;;
;; Copyright (c) 1998-2014 <NAME>
;; All Rights Reserved
;;
;; http://www.ibsensoftware.com/
;;
; header format:
;
; offs size data
; --------------------------------------
; 0 dword ... |
programs/oeis/139/A139672.asm | neoneye/loda | 22 | 208990 | ; A139672: Convolution of A008619 and A001400.
; 1,2,5,9,17,27,44,65,97,136,191,257,346,451,587,746,946,1177,1461,1786,2178,2623,3151,3746,4443,5223,6126,7131,8283,9558,11007,12603,14403,16377,18588,21003,23692,26618,29858,33372,37244,41430,46022,50972,56380,62194,68522,75308,82669,90544,99059,108149,117949,128389,1396... |
ciphers/twofish.asm | FloydZ/Crypto-Hash | 11 | 208991 | <gh_stars>10-100
; block 16 bytes
; keylen 16,24,32 bytes
TwofishInit PROTO :DWORD,:DWORD
TwofishEncrypt PROTO :DWORD,:DWORD
TwofishDecrypt PROTO :DWORD,:DWORD
.data
;align 16
q_tab label byte;[2][256]
db 0A9h,067h,0B3h,0E8h,004h,0FDh,0A3h,076h,09Ah,092h,080h,078h,0E4h,0DDh,0D1h,038h
db 00Dh,0C6h,035h,098h,018h,... |
tools/DOSBox-0.74Win/FSysFAT/avt/p1_asm/X2_PROC/p003Seminar.asm | cyberitsec/antivirus | 1 | 208992 | <reponame>cyberitsec/antivirus
;Suma elementelor unui vector cu evidentiere push ax
.model large
DateleMele SEGMENT
suma dw ?
tab dw 2,7,15,20
n dw 4
DateleMele ENDS
StivaMea SEGMENT
dw 16 dup (?)
varfstiva label word
StivaMea ENDS
CodApelator SEGMENT
ASSUME CS:CodApelator, DS:DateleMele,SS:StivaMe... |
kernel/x86/early.asm | ssebs/xos | 15 | 208993 |
;; xOS32
;; Copyright (C) 2016-2017 by <NAME>.
REQUIRED_MEM = 16*1024 ; required memory in kilobytes
boot_device_size dd 0
bios_boot_device db 0
boot_partition:
.boot db 0
.start_chs db 0
db 0
db 0
.type db 0
.end_chs db 0
db 0
db 0
.lba dd 0
.size dd 0
mbr: times 512 db 0
bi... |
kernel/strutil.nasm | r-tty/radios | 0 | 208994 | <filename>kernel/strutil.nasm
;-------------------------------------------------------------------------------
; strutil.nasm - ASCIIZ string routines.
;-------------------------------------------------------------------------------
module kernel.strutil
; --- Exports ---
exportproc StrLen, StrEnd, StrMove, StrCopy,... |
Transynther/x86/_processed/AVXALIGN/_st_4k_/i9-9900K_12_0xca.log_21829_1333.asm | ljhsiun2/medusa | 9 | 208995 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xa1ed, %r8
nop
nop
nop
nop
nop
dec %rbp
vmovups (%r8), %ymm4
vextracti128 $0, %ymm4, %xmm4
vpextrq $1, %xmm4, %r11
nop
nop
cmp %rsi, %rsi... |
programs/oeis/070/A070929.asm | karttu/loda | 0 | 208997 | <reponame>karttu/loda
; A070929: Smallest integer >= 0 of the form x^2 - n^3.
; 0,0,1,9,0,19,9,18,17,0,24,38,36,12,65,106,0,128,97,30,100,148,168,154,100,0,113,198,249,260,225,138,356,163,297,389,0,423,353,217,9,248,441,17,80,79,8,506,297,0,316,574,17,119,145,89,784,568,252,737,225,548
pow $0,3
cal $0,68527 ; Differen... |
Labs/Lab2/lab02_ex1.asm | ptr2578/CS61 | 1 | 208998 | ;=================================================
; Name: <NAME>
; Email: <EMAIL>
; GitHub username: ptr2578
;
; Lab: lab 2
; Lab section: B21
; TA: <NAME>
;
;=================================================
.ORIG x3000
;-------------
; Instructions
;-------------
LD R1, DEC_0 ; R1 <-- #0
LD R2, DEC_12 ; r2 ... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/load.asm | gb-archive/really-old-stuff | 10 | 208999 | <filename>mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/load.asm<gh_stars>1-10
#include once <alloc.asm>
#include once <free.asm>
#include once <print.asm>
LOAD_CODE:
; This function will implement the LOAD CODE Routine
; Parameters in the stack are HL => String with LOAD name
; (only first 12 chars will... |
data/baseStats/quilava.asm | adhi-thirumala/EvoYellow | 16 | 209000 | <gh_stars>10-100
db DEX_QUILAVA ; pokedex id
db 58 ; base hp
db 64 ; base attack
db 58 ; base defense
db 80 ; base speed
db 73 ; base special
db FIRE ; species type 1
db FIRE ; species type 2
db 35 ; catch rate
db 142 ; base exp yield
INCBIN "pic/ymon/quilava.pic",0,1 ; sprite dimensions
dw QuilavaPicFront
... |
contrib/libs/openssl/asm/windows/crypto/aes/aesni-sha256-x86_64.asm | ibr11/catboost | 4 | 209001 | <reponame>ibr11/catboost
default rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
section .text code align=64
EXTERN OPENSSL_ia32cap_P
global aesni_cbc_sha256_enc
ALIGN 16
aesni_cbc_sha256_enc:
lea r11,[OPENSSL_ia32cap_P]
mov eax,1
cmp rcx,0
je NEAR $L$probe
mov eax,DWORD[r11]
mov r10,QWORD... |
programs/oeis/037/A037569.asm | jmorken/loda | 1 | 209003 | <reponame>jmorken/loda
; A037569: Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,2.
; 2,9,38,154,617,2470,9882,39529,158118,632474,2529897,10119590,40478362,161913449,647653798,2590615194,10362460777,41449843110,165799372442,663197489769,2652789959078,10611159836314,4244... |
go/tutorials/compiler/assembly-language-and-go/main.asm | martinomburajr/medium | 19 | 209004 | <gh_stars>10-100
"".main STEXT size=88 args=0x0 locals=0x18
0x0000 00000 (main.go:3) TEXT "".main(SB), ABIInternal, $24-0
0x0000 00000 (main.go:3) MOVQ TLS, CX
0x0009 00009 (main.go:3) MOVQ (CX)(TLS*2), CX
0x0010 00016 (main.go:3) CMPQ SP, 16(CX)
0x0014 00020 (main.go:3) JLS 81
0x0016 00022 (main.go:3) SUBQ $24, ... |
programs/oeis/001/A001653.asm | jmorken/loda | 1 | 209005 | ; A001653: Numbers k such that 2*k^2 - 1 is a square.
; 1,5,29,169,985,5741,33461,195025,1136689,6625109,38613965,225058681,1311738121,7645370045,44560482149,259717522849,1513744654945,8822750406821,51422757785981,299713796309065,1746860020068409,10181446324101389,59341817924539925
mov $2,1
lpb $0
sub $0,1
add $3,... |
PRG/prg013.asm | narfman0/smb3_pp1 | 0 | 209006 | <reponame>narfman0/smb3_pp1
; Super Mario Bros. 3 Full Disassembly by Southbird 2012
; For more info, see http://www.sonicepoch.com/sm3mix/
;
; PLEASE INCLUDE A CREDIT TO THE SOUTHBIRD DISASSEMBLY
; AND THE ABOVE LINK SOMEWHERE IN YOUR WORKS :)
;
; Original disassembler source generated by DCC6502 version v1.4
; (With ... |
workbench/xp-midi-echo-timer.asm | gom9000/pic-assembly-midi-xp | 1 | 209007 | <filename>workbench/xp-midi-echo-timer.asm
;=============================================================================
; @(#)xp-midi-echo.asm
; ________.________
; ____ ____ ______/ __ \ ____/
; / ___\ / _ \/ ___/\____ /____ \
; / /_/ > <_> )___ \ / // \
; \___ ... |
oeis/095/A095968.asm | neoneye/loda-programs | 11 | 209008 | ; A095968: Number of tilings of an n X n section of the square lattice with "ribbon tiles". A ribbon tile is a polyomino which has at most one square on each diagonal running from northwest to southeast.
; Submitted by <NAME>(s1)
; 1,1,9,576,254016,768398400,15933509222400,2264613732270489600,2206116494952210583142400,... |
unittests/ASM/Primary/Primary_28.asm | cobalt2727/FEX | 628 | 209009 | %ifdef CONFIG
{
"RegData": {
"RBX": "0x09",
"RCX": "0x9919",
"RDX": "0x9A999929",
"RBP": "0x9E9D9C9B9A999939",
"RDI": "0x81",
"RSP": "0x7F81",
"R8": "0x7F7F7F81",
"R9": "0x02",
"R10": "0x4142427344754777",
"R11": "0x5152535455565687",
"R12": "0x6162636465666768"
},
"M... |
oeis/315/A315326.asm | neoneye/loda-programs | 11 | 209010 | <reponame>neoneye/loda-programs
; A315326: Coordination sequence Gal.6.204.6 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,6,10,16,22,26,30,34,40,46,50,56,62,66,72,78,82,86,90,96,102,106,112,118,122,128,134,... |
data/mapHeaders/safarizonenorth.asm | adhi-thirumala/EvoYellow | 16 | 209012 | <filename>data/mapHeaders/safarizonenorth.asm
SafariZoneNorth_h:
db FOREST ; tileset
db SAFARI_ZONE_NORTH_HEIGHT, SAFARI_ZONE_NORTH_WIDTH ; dimensions (y, x)
dw SafariZoneNorthBlocks, SafariZoneNorthTextPointers, SafariZoneNorthScript ; blocks, texts, scripts
db $00 ; connections
dw SafariZoneNorthObject ; objects... |
src/kernel.asm | ninjamar/nmk | 2 | 209013 | <gh_stars>1-10
;; the start of the kernel
;; main is kernel.c
;; taken from https://github.com/chipsetx/Simple-Kernel-in-C-and-Assembly/blob/master/kernel.asm
bits 32; 32 bit mode
section .text
; multiboot spec
align 4
dd 0x1BADB002 ; magic
dd 0x00 ; flags
dd - (0x1BADB002 + 0x00) ; checksum - m+f+c should be ze... |
1999-summer/mp5/mp5.asm | ece291/machine-problems | 3 | 209014 | PAGE 75, 132
TITLE MP5.ASM your name
Comment *
NETWORK TAG - Network Routines
------------------------------
ECE291: Machine Problem 5
Prof. <NAME>
University of Illinois, Dept. of Electrical & Computer Engineering
Spring 1999
Revision 2.1
... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1320.asm | ljhsiun2/medusa | 9 | 209015 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xd560, %rsi
lea addresses_A_ht+0x1c460, %rdi
nop
sub $62788, %r11
mov $82, %rcx
rep movsl
nop
cmp %rax, %rax
lea addresses_A_ht+0x14760, %r15
clflush... |
oeis/294/A294013.asm | neoneye/loda-programs | 11 | 209016 | <filename>oeis/294/A294013.asm
; A294013: Sum of the differences of the larger and smaller parts in the partitions of 2n into two parts with the smaller part prime.
; Submitted by <NAME>
; 0,0,2,6,10,16,22,30,38,46,54,64,74,86,98,110,122,136,150,166,182,198,214,232,250,268,286,304,322,342,362,384,406,428,450,472,494,51... |
oeis/227/A227356.asm | neoneye/loda-programs | 11 | 209017 | ; A227356: Partial sums of A129361.
; Submitted by <NAME>
; 1,2,5,10,20,36,65,112,193,324,544,900,1489,2442,4005,6534,10660,17336,28193,45760,74273,120408,195200,316216,512257,829458,1343077,2174130,3519412,5696124,9219105,14919408,24144289
mov $6,$0
mov $8,$0
add $8,1
lpb $8
mov $0,$6
mov $1,0
mov $5,0
sub $8... |
rffm/rffm.asm | ba1dr/asm.x86 | 0 | 209018 | <filename>rffm/rffm.asm
title Program for reading array & searching minimum in it
CodeSg segment para 'CODE'
assume cs:CodeSg, ds:CodeSg, ss:CodeSg, es:CodeSg
org 100h
start:
mov si, 82h
mov di, offset filename
getfnsymb:
;Getting file name from PSP
... |
src/Lib/Sassy/tests/alu16.asm | pnkfelix/larceny | 212 | 209019 | <reponame>pnkfelix/larceny
BITS 16
section .text
foo:
adc al, 100
add ax, 1000
and eax, 50000
cmp bl, 100
or cx, word 1000
sbb edx, dword 50000
sub cx, byte 100
xor edx, byte 100
adc dword [100+eax+edx*4], dword 50000
add dword [edx], byte 100
and word [eax+edx], word 1000
cmp word [eax+edx], byte 100
or byte [100+eax+... |
kernel/boot/boot.asm | kodo-pp/klosy-reloaded | 2 | 209021 | <filename>kernel/boot/boot.asm
; Ported from GAS to Nasm
;
; Bootstrap assembly. All code except this comment is taken from the Bare Bones
; tutorial (https://wiki.osdev.org/Bare_bones), but may be altered.
; Coding style has not been changed for this file.
; Declare constants for the multiboot header.
%define FLAG_A... |
programs/oeis/182/A182097.asm | neoneye/loda | 22 | 209022 | <filename>programs/oeis/182/A182097.asm
; A182097: Expansion of 1/(1-x^2-x^3).
; 1,0,1,1,1,2,2,3,4,5,7,9,12,16,21,28,37,49,65,86,114,151,200,265,351,465,616,816,1081,1432,1897,2513,3329,4410,5842,7739,10252,13581,17991,23833,31572,41824,55405,73396,97229,128801,170625,226030,299426,396655,525456,696081,922111,1221537,1... |
oeis/041/A041011.asm | neoneye/loda-programs | 11 | 209023 | ; A041011: Denominators of continued fraction convergents to sqrt(8).
; Submitted by <NAME>
; 1,1,5,6,29,35,169,204,985,1189,5741,6930,33461,40391,195025,235416,1136689,1372105,6625109,7997214,38613965,46611179,225058681,271669860,1311738121,1583407981,7645370045,9228778026,44560482149,53789260175,259717522849,31350678... |
programs/oeis/114/A114311.asm | neoneye/loda | 22 | 209026 | <reponame>neoneye/loda
; A114311: a(n) = n! - n(n-1)/2.
; 1,1,1,3,18,110,705,5019,40292,362844,3628755,39916745,479001534,6227020722,87178291109,1307674367895,20922789887880,355687428095864,6402373705727847,121645100408831829,2432902008176639810,51090942171709439790,1124000727777607679769
mov $1,$0
seq $0,142 ; Factor... |
Tests/valid-avx512.asm | 13xforever/x86-assembly-textmate-bundle | 69 | 209027 | <filename>Tests/valid-avx512.asm
valignd|valignq
vblendmpd|vblendmps|vpblendmb|vpblendmw|vpblendmd|vpblendmq
vbroadcastf32x2|vbroadcastf32x4|vbroadcastf64x2|vbroadcastf32x8|vbroadcastf64x4
vbroadcasti32x2|vbroadcasti32x4|vbroadcasti64x2|vbroadcasti32x8|vbroadcasti64x4
vcompresspd|vcompressps
vcvtpd2qq|vcvtpd2udq|vcvt... |
Library/FMTools/Linktool/linktoolEntry.asm | steakknife/pcgeos | 504 | 209028 | <filename>Library/FMTools/Linktool/linktoolEntry.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: linktoolEntry.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISIO... |
bm-1/music.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 59 | 209029 | ;example song for bm-1 beeper engine
;************************************************************************************************************************************************
;song sequence
mloop ;sequence loop point (mandatory)
dw ptn0 ;list of patterns
dw ptn1
dw ptn2
dw ptnA
dw 0 ;sequence end mar... |
springs.asm | petersobolev/springs | 2 | 209031 |
; "Springs are going to the party"
; - 256 bytes intro by Frog for CC'2017
;
; http://frog.enlight.ru
; <EMAIL>
;
include "vectrex.i"
frames_c equ $C880
base_x equ $C882
springs equ $C890 ; index in sine table for each spring
sine equ $fc6d ; sine table from BIOS (a... |
ioctl/IokPeek.asm | osfree-project/FamilyAPI | 1 | 209032 | <filename>ioctl/IokPeek.asm
;--------------------------------------------------------
; Category 4 Function 75H Peek character data record
;--------------------------------------------------------
;
;Purpose
;Peek Character Data Record
;Parameter Packet Format
;I Fleld
;Status
;Data Packet Format
;Length
;WORD
;See "Kb... |
test_programs/int_test.asm | mfkiwl/QNICE-FPGA-hyperRAM | 53 | 209033 | <reponame>mfkiwl/QNICE-FPGA-hyperRAM
;
; This test program tests the basic INT and RTI instructions.
; Entry point is 0x8000 and it prints three messages denoting
; the actual program flow (prior to ISR, within ISR, and
; after ISR).
;
; A correct run should yield this result:
;QMON> CONTROL/RUN ADDRESS=8000
;Start
... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_316.asm | ljhsiun2/medusa | 9 | 209034 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x157b2, %rax
nop
nop
nop
nop
dec %rsi
movl $0x61626364, (%rax)
nop
nop
nop
nop
and %r11, %r11
lea addresses_WT_ht+0x1dd2e, %r14
nop
dec %rb... |
oeis/340/A340251.asm | neoneye/loda-programs | 11 | 209035 | <reponame>neoneye/loda-programs
; A340251: a(n) is the index of the bit that was inverted in A340250(n) to get A340250(n+1).
; Submitted by <NAME>
; 0,1,0,2,1,0,1,3,2,1,2,0,2,1,2,4,3,2,3,1,3,2,3,0,3,2,3,1,3,2,3,5,4,3,4,2,4,3,4,1,4,3,4,2,4,3,4,0,4,3,4,2,4,3,4,1,4,3,4,2,4,3,4,6,5,4,5,3,5,4,5,2,5,4,5,3,5,4,5,1,5,4,5,3,5,4... |
asm/Z80/experimental/DecodeE1R1.asm | mbaze/bzpack | 4 | 209036 | ; Copyright (c) 2021, <NAME>
; This code is released under the terms of the BSD 2-Clause License.
; E1R1 decoder (40 bytes excluding initialization).
; The decoder assumes reverse order. We can omit the end of stream
; marker if we let the last literal overwrite opcodes after LDDR.
ld hl,SrcAddr
ld de,DstAddr
... |
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccixp_uint2ds_callee.asm | meesokim/z88dk | 0 | 209037 |
; float __uint2fs_callee(unsigned int ui)
SECTION code_fp_math48
PUBLIC cm48_sdccixp_uint2ds_callee
EXTERN am48_double16u, cm48_sdccixp_m482d
cm48_sdccixp_uint2ds_callee:
; unsigned int to double
;
; enter : stack = unsigned int ui, ret
;
; exit : dehl = sdcc_float(ui)
;
; uses : af, bc, de... |
oeis/032/A032819.asm | neoneye/loda-programs | 11 | 209038 | ; A032819: Numbers whose set of base-7 digits is {1,4}.
; Submitted by <NAME>
; 1,4,8,11,29,32,57,60,78,81,204,207,225,228,400,403,421,424,547,550,568,571,1429,1432,1450,1453,1576,1579,1597,1600,2801,2804,2822,2825,2948,2951,2969,2972,3830,3833,3851,3854,3977,3980,3998,4001,10004,10007,10025,10028,10151,10154,10172,101... |
oeis/134/A134314.asm | neoneye/loda-programs | 11 | 209040 | ; A134314: First differences of A134429.
; Submitted by <NAME>(s2)
; -8,8,-8,16,-24,24,-24,32,-40,40,-40,48,-56,56,-56,64,-72,72,-72,80,-88,88,-88,96,-104,104,-104,112,-120,120,-120,128,-136,136,-136,144,-152,152,-152,160,-168,168,-168,176,-184,184,-184,192,-200,200,-200,208
add $0,1
mov $1,-2
bin $1,$0
mov $0,1
div $... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_9.asm | ljhsiun2/medusa | 9 | 209041 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_9.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xa5e2, %rdi
nop
nop
add $4693, %rdx
mov (%rdi), %r12d
nop
nop
nop
inc %rdi... |
tracetest.asm | niknikniknik/nunix | 0 | 209044 |
_tracetest: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "fcntl.h"
#include "syscall.h"
#include "traps.h"
#include "memlayout.h"
int main(int argc, char *argv[]){
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71... |
treekid.asm | mmxbass/z3randomizer | 20 | 209045 | <reponame>mmxbass/z3randomizer<filename>treekid.asm<gh_stars>10-100
;================================================================================
; Tree Kid Fix
;--------------------------------------------------------------------------------
org $06B12B ; <- 3312B - tree status set - 418 - LDA NpcFlagsVanilla : OR... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_171.asm | ljhsiun2/medusa | 9 | 209046 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x100d8, %rsi
lea addresses_A_ht+0x13668, %rdi
nop
nop
nop
nop
inc %r11
mov $106, %rcx
rep movsq
nop
nop
and $21800, %rcx
lea addresses_WC_ht+0xb668, %r14
nop
dec %rdi
movw $0x6162, (%r1... |
iod/con2/16/rpixl.asm | olifink/smsqe | 0 | 209047 | ; Read/scan pixel colour v0.00 Sept 1987 J.R.Oakley QJUMP
; 2017-03-20 1.01 adapted for 16 bit colour (dgw)
;
; Registers:
; Entry Exit
; D1 position (x|y) new position | colour
; D2 key | colour (preserved)
; A0 (cdb)
;
; key bit meaning
; 31 set => scan required
; 19 set => scan until same colour: el... |
programs/oeis/007/A007051.asm | neoneye/loda | 22 | 209049 | <reponame>neoneye/loda<filename>programs/oeis/007/A007051.asm
; A007051: a(n) = (3^n + 1)/2.
; 1,2,5,14,41,122,365,1094,3281,9842,29525,88574,265721,797162,2391485,7174454,21523361,64570082,193710245,581130734,1743392201,5230176602,15690529805,47071589414,141214768241,423644304722,1270932914165,3812798742494,1143839622... |
sway-core/tests/ir_to_asm/let_reassign_while_loop.asm | sagunb/sway | 1 | 209050 | .program:
ji i4
noop
DATA_SECTION_OFFSET[0..32]
DATA_SECTION_OFFSET[32..64]
lw $ds $is 1
add $$ds $$ds $is
lw $r0 data_0 ; literal instantiation
move $r1 $r0
move $r0 $r1
jnei $r0 $one i18
move $r0 $r1
move $r2 $r0
move $r2 $r0
jnei $r0 $one i16
lw $r0 data_1 ; literal instantiation... |
45/beef/drv/csd/src/fx_csd3.asm | minblock/msdos | 0 | 209052 | ;*
;* CW : Character Windows Drivers
;*
;* fx_csd3.asm : Dos 3 Fixed screen driver (IBM or compatible) (linked in)
;* * DOES NOT INCLUDE "csd_code"
;* * has data in application's data segment
;*****************************************************************************
include csd_head.inc
include fxdrv.inc
incl... |
data/pokemon/base_stats/sunflora.asm | Karkino/KarkCrystal16 | 0 | 209054 | <gh_stars>0
db 0 ; species ID placeholder
db 95, 55, 70, 30, 115, 85
; hp atk def spd sat sdf
db GRASS, FIRE ; type
db 120 ; catch rate
db 146 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemo... |
programs/oeis/315/A315259.asm | jmorken/loda | 1 | 209055 | ; A315259: Coordination sequence Gal.4.54.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.
; 1,6,10,15,20,25,30,34,40,46,50,55,60,65,70,74,80,86,90,95,100,105,110,114,120,126,130,135,140,145,150,154,160,166,170,175,180,185,190,194,200... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_724.asm | ljhsiun2/medusa | 9 | 209056 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x423, %rsi
lea addresses_normal_ht+0x52e7, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
lfence
mov $101, %rcx
rep movsq
and $16433, %rdi
lea addresses_D_ht+0x1038f, %rsi
lea addresse... |
Transynther/x86/_processed/NONE/_zr_xt_sm_/i9-9900K_12_0xca.log_21829_909.asm | ljhsiun2/medusa | 9 | 209057 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1db6, %rsi
lea addresses_A_ht+0x4656, %rdi
clflush (%rsi)
nop
and $57154, %rax
mov $101, %rcx
rep movsb
nop
nop
nop
inc %r10
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r10
ret
.global s_faulty_load
s_... |
extra/ASM 8080/hello.asm | jfitz/code-stat | 0 | 209059 | ; This is an example of the "Hello World" program.
; Uses 8080 assembler mnemonics.
ORG 100h ; cpm programs start address.
JMP START ; go to program start.
; Variable storage space
MsgStr: DB 13,10,'Hello world.',13,10,0
Stack1: DW 0 ; place to save old stack.
Sbot: DS 32 ; temp stack for us to use.
; Constants
STOP:... |
EDK_II/ArmPkg/Library/CompilerIntrinsicsLib/Arm/memset.asm | tomix86/efi-tetris | 8 | 209060 | <reponame>tomix86/efi-tetris
//------------------------------------------------------------------------------
//
// Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
// whi... |
bfloat/fbld_div2.asm | DW0RKiN/Floating-point-Library-for-Z80 | 12 | 209061 | <gh_stars>10-100
if not defined @FBLD_DIV2
include "fbld.asm"
; Load Byte and divide it by 2. Convert unsigned 8-bit integer into floating-point number and divide it by 2
; In: A = Byte to convert
; Out: DE = floating point representation, zero flag if DE = 0
; Pollutes: AF
@FBLD_DIV2:
if not defined FBLD_DIV2
; **... |
programs/oeis/265/A265104.asm | jmorken/loda | 1 | 209062 | ; A265104: a(n) = A265100(n+1) - 6, n >= 1.
; 8,26,35,80,89,107,116,242,251,269,278,323,332,350,359,728,737,755,764,809,818,836,845,971,980,998,1007,1052,1061,1079,1088,2186,2195,2213,2222,2267,2276,2294,2303,2429,2438,2456,2465,2510,2519,2537
mov $35,$0
mov $37,$0
add $37,1
lpb $37
mov $0,$35
sub $37,1
sub $0,$... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1359.asm | ljhsiun2/medusa | 9 | 209063 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x12125, %r11
nop
nop
nop
inc %r15
movw $0x6162, (%r11)
nop
nop
nop
nop
inc %rax
lea addresses_WC_ht+0x5a81, %rsi
lea addresses_WC_ht+0x1eea1, %rdi
nop
nop
nop
nop
and %r1... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_0.asm | ljhsiun2/medusa | 9 | 209064 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x13e87, %rdi
clflush (%rdi)
nop
nop
nop
add $33306, %rax
mov $0x6162636465666768, %r10
movq %r10, (%rdi)
sub %r15, %r15
lea addresses_A_ht+0x144b7, %r12
nop
nop
nop... |
pwnlib/shellcraft/templates/i386/pushstr.asm | kristoff3r/pwntools | 1 | 209065 | <gh_stars>1-10
<% from pwnlib.util import lists, packing, fiddling %>
<%page args="string, append_null = True"/>
<%docstring>
Pushes a string onto the stack without using
null bytes or newline characters.
Args:
string (str): The string to push.
append_null (bool): Whether to append a single NULL-byte before pushin... |
programs/oeis/021/A021840.asm | neoneye/loda | 22 | 209066 | <reponame>neoneye/loda<filename>programs/oeis/021/A021840.asm
; A021840: Decimal expansion of 1/836.
; 0,0,1,1,9,6,1,7,2,2,4,8,8,0,3,8,2,7,7,5,1,1,9,6,1,7,2,2,4,8,8,0,3,8,2,7,7,5,1,1,9,6,1,7,2,2,4,8,8,0,3,8,2,7,7,5,1,1,9,6,1,7,2,2,4,8,8,0,3,8,2,7,7,5,1,1,9,6,1,7,2,2,4,8,8,0,3,8,2,7,7,5,1,1,9,6,1,7,2
add $0,1
mov $1,10... |
oeis/019/A019757.asm | neoneye/loda-programs | 11 | 209067 | ; A019757: Expansion of 1/((1-5*x)(1-6*x)(1-7*x)).
; Submitted by <NAME>(s2)
; 1,18,217,2190,19981,170898,1398097,11075670,85654261,650280378,4865931577,35994162750,263799130141,1918854559458,13871649322657,99770067275430,714554190919621,5099624595840138,36287658424563337,257574399980365710,1824480913344734701,12900603... |
programs/oeis/189/A189031.asm | neoneye/loda | 22 | 209068 | ; A189031: Zero-one sequence based on the sequence (6n-5): a(A016921(k))=a(k); a(A114024(k))=1-a(k); a(1)=0.
; 0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,1,0,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,1,0,0,0,0,1,1,0,1,0,1,1,0,1,0,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0
lpb $0
... |
concerto_synth/timbres.asm | biermanncarl/cx16-concerto | 4 | 209069 | <reponame>biermanncarl/cx16-concerto
; Copyright 2021 <NAME>
; This file manages the synth patches.
; The patch data will be read by the synth engine as well as the GUI.
; Disk save and load commands for individual synth patches are found in this file.
; The patch data is organized in arrays. Each successive byte b... |
libtool/src/gmp-6.1.2/mpn/powerpc32/sqr_diag_addlsh1.asm | kroggen/aergo | 1,602 | 209070 | dnl PowerPC-32 mpn_sqr_diag_addlsh1.
dnl Copyright 2013 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 General Public License as published ... |
data/mapHeaders/Route2TradeHouse.asm | AmateurPanda92/pokemon-rby-dx | 9 | 209071 | <reponame>AmateurPanda92/pokemon-rby-dx
Route2TradeHouse_h:
db HOUSE ; tileset
db ROUTE_2_TRADE_HOUSE_HEIGHT, ROUTE_2_TRADE_HOUSE_WIDTH ; dimensions (y, x)
dw Route2TradeHouse_Blocks ; blocks
dw Route2TradeHouse_TextPointers ; texts
dw Route2TradeHouse_Script ; scripts
db 0 ; connections
dw Route2TradeHouse_Obje... |
base/Imported/Bartok/runtime/singularity/native/arch/amd64/lib.asm | sphinxlogic/Singularity-RDK-2.0 | 0 | 209072 | ;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
include core.inc
externdef __throwDispatcherExplicitAddrAfter:NEAR
externdef __throwDispatcherExplicitAddrAfterCore:NEAR
;
; __throwDispatcherExplictAddrAfter (ecx=exception, edx=throwAddress)
;
; Description:
; This is to be used wh... |
8051/A3.3 - Echo.asm | plkpiotr/digital-electronics | 0 | 209073 | org 0x00;
JMP init;
org 0x23;
JMP irq;
org 0x30;
init:
MOV PCON, #0x80; ustawienie SMOD (najstarszego bitu PCON) na wartość 1
MOV SCON, #0x50; ustawienie REN = 1 - uaktywnienie odbiornika
MOV TMOD, #0x20; ustawienie drugiego trybu timera - zegara z przeładowaniem
MOV TH1, #0xF5; prędkość transmi... |
kernel/driver/spi.asm | TheMachine02/Sorcery | 14 | 209075 | <filename>kernel/driver/spi.asm
define DRIVER_SPI_CR0 $F80000
define DRIVER_SPI_CR1 $F80004
define DRIVER_SPI_CR2 $F80008
define DRIVER_SPI_STATUS $F8000C
define DRIVER_SPI_CTRL $F80010
define DRIVER_SPI_ISR $F80014
define DRIVER_SPI_FIFO $F80018
define DRIVER_SPI_REVISION $F80060
define DRIVER_SPI_FEATURE $F8006... |
Final/Solution/5.asm | sakibsadmanshajib/CSE331L-Section-1-Fall20-NSU | 0 | 209077 | ORG 100H
.MODEL SMALL
.DATA
PROMPT DB 10, 13,"Enter the Range: $"
NXTLN DB 10, 13, "$"
FIB DB 20 DUP("$")
.CODE
MAIN PROC
;LOAD DS
MOV AX, @DATA
MOV DS, AX
LEA SI, FIB
MOV DX,OFFSET PROMPT
MOV AH, 09H
INT 21H
MOV AH,01H
INT 21H
SUB AL, 30H
MOV CL, AL
MOV AL, 30H
MOV BL, 31H
MOV [SI], AL
INC SI
MOV [SI], BL
... |
M-OS-6502/MOS_main.asm | mkeller0815/MOUSE2Go | 23 | 209078 | <filename>M-OS-6502/MOS_main.asm
;
; M-OS
;
; Mouse-OS main file
;
; the ROM image is always built from this main file
;
;
; first define the macros used in the code
;
.require "MIOS_macros.asm"
;
; load the defines for memory locations
;
.require "MIOS_defines.asm"
;
; define the start-address of the tool that sho... |
oeis/004/A004514.asm | neoneye/loda-programs | 11 | 209079 | ; A004514: Generalized nim sum n + n in base 4.
; Submitted by <NAME>
; 0,2,0,2,8,10,8,10,0,2,0,2,8,10,8,10,32,34,32,34,40,42,40,42,32,34,32,34,40,42,40,42,0,2,0,2,8,10,8,10,0,2,0,2,8,10,8,10,32,34,32,34,40,42,40,42,32,34,32,34,40,42,40,42,128,130,128,130,136,138,136,138,128,130,128,130,136,138,136,138,160,162,160,162,... |
src/aw60/lab1/PROG4.asm | cpjobling/eg-151-microcontrollers | 0 | 209081 | <gh_stars>0
;Up/down LED counter programme for AW60 demo board
;This file builds on PROG3.ASM with the inclusion of a mask and a decision.
;One of the push buttons on the demo board is designated as the up/down control.
;Button pressed: count down. Button released: count up.
;*************************************... |
Quiz/Quiz 2/quiz2asm.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 0 | 209084 |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
a DB 20 DUP(2)
MOV AL, a[0]
ADD AL, a[2]
ADD AL, a[4]
ADD AL, a[6]
ADD AL, a[8]
ADD AL, a[10]
ADD AL, a[12]
ADD AL, a[14]
ADD AL, a[16]
ADD AL, a[18]
ret
|
contrib/libs/openssl/asm/windows/crypto/aes/aesni-sha1-x86_64.asm | ibr11/catboost | 4 | 209085 | <reponame>ibr11/catboost
default rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
section .text code align=64
EXTERN OPENSSL_ia32cap_P
global aesni_cbc_sha1_enc
ALIGN 32
aesni_cbc_sha1_enc:
mov r10d,DWORD[((OPENSSL_ia32cap_P+0))]
mov r11,QWORD[((OPENSSL_ia32cap_P+4))]
bt r11,61
jc NEAR aesni_... |
oeis/086/A086026.asm | neoneye/loda-programs | 11 | 209086 | <gh_stars>10-100
; A086026: a(n) = Sum_{i=1..n} C(i+4,5)^3.
; Submitted by <NAME>
; 1,217,9478,185094,2185470,18188478,116799606,613592694,2745339597,10769363605,37850444632,121189368664,358136205336,987118431768,2559344776920,6286103520984,14712254089533,32974344717237,71073599975686,147860902015750,297836101312750,58... |
coffee_machine/mpu/HALCoGen_EMAC_Driver_with_lwIP_Demonstration/v00.03.00/TMS570LS31x/HALCoGen-TMS570LS31x/source/sys_pmu.asm | daeroro/IntegrationProject | 0 | 209087 | <filename>coffee_machine/mpu/HALCoGen_EMAC_Driver_with_lwIP_Demonstration/v00.03.00/TMS570LS31x/HALCoGen-TMS570LS31x/source/sys_pmu.asm<gh_stars>0
;-------------------------------------------------------------------------------
; sys_pmu.asm
;
; (c) Texas Instruments 2009-2013, All rights reserved.
;
.text
... |
oeis/120/A120158.asm | neoneye/loda-programs | 11 | 209088 | <reponame>neoneye/loda-programs
; A120158: a(1)=14; a(n)=floor((43+sum(a(1) to a(n-1)))/3).
; 14,19,25,33,44,59,79,105,140,187,249,332,443,590,787,1049,1399,1865,2487,3316,4421,5895,7860,10480,13973,18631,24841,33122,44162,58883,78511,104681,139575,186100,248133,330844,441125,588167,784223,1045630,1394174,1858898,24785... |
kernel/arch/x86/boot/print.asm | m-deh/OS-Code | 2 | 209089 | <gh_stars>1-10
; Copyright (c) 2018 <NAME>
;
; This software is released under the MIT License.
; https://opensource.org/licenses/MIT
print:
pusha
start:
mov al, [bx]
cmp al, 0
je done
mov ah, 0x0e
int 0x10
add bx, 1
jmp start
done:
popa
ret
print_ln:
pusha
mov ah, ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.