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 |
|---|---|---|---|---|
reference_asm/battle_ugly.asm | tashiww/maten_tools | 1 | 123781 | <gh_stars>1-10
; ########################################################################################
; # Generated by the active disassembly feature of the Exodus emulation platform
; #
; # Creation Date: 2020-12-22 23:23:43
; # Analysis Region: 0x00009000 - 0x0000F000
; #########################################... |
programs/oeis/092/A092323.asm | neoneye/loda | 22 | 123782 | <reponame>neoneye/loda<filename>programs/oeis/092/A092323.asm
; A092323: 2^m - 1 appears 2^m times.
; 0,1,1,3,3,3,3,7,7,7,7,7,7,7,7,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,63,63,63,63,63,63,63,63,63,63
mov $1,1
l... |
Operating-Systems-Homeworks/HW2/141044058_HW02/141044058_AliYasin_Eser/Shell.asm | aliyasineser/GTU_Homeworks | 7 | 123783 | <filename>Operating-Systems-Homeworks/HW2/141044058_HW02/141044058_AliYasin_Eser/Shell.asm
; 8080 assembler code
.hexfile Shell.hex
.binfile Shell.com
; try "hex" for downloading in hex format
.download bin
.objcopy gobjcopy
.postbuild echo "OK!"
;.nodum... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_720.asm | ljhsiun2/medusa | 9 | 123785 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xf285, %rsi
lea addresses_WT_ht+0x5405, %rdi
xor $35744, %r8
mov $125, %rcx
rep movsb
nop
nop
nop
nop
dec %rcx
lea addresses_WC_ht+0x1d9c5, %rbx
nop
nop
add $39287, %rbp
mov $... |
examples/graphics.asm | KCreate/stackvm | 45 | 123786 | <gh_stars>10-100
; Constant definitions
.def GFX_TMP r58
.def GFX_TMP2 r59
.def GFX_TMP_BYTE r58b
; void gfx_draw_pixel(int x, int y, byte color)
; x : 17
; y : 13
; color : 12
.label gfx_draw_pixel
.def gfx_draw_pixel_offset r0
.def gfx_draw_pixel_arg_x ... |
oeis/159/A159286.asm | neoneye/loda-programs | 11 | 123787 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A159286: Expansion of (x-1)^2/(1-x^2-2*x^3).
; Submitted by <NAME>(s4)
; 1,-2,2,0,-2,4,-2,0,6,-4,6,8,-2,20,14,16,54,44,86,152,174,324,478,672,1126,1628,2470,3880,5726,8820,13486,20272,31126,47244,71670,109496,166158,252836,385150,585152,890822,1355452,2061126,3137096,47... |
src/shaders/gui.asm | guitarpukpui/OpenLara | 3,999 | 123788 | <filename>src/shaders/gui.asm
#include "common.asm"
#ifdef VERTEX
mulMat(vPosition, aCoord, uViewProj)
mul vColor, aLight, c[uMaterial]
; vTecCoord = (aTexCoord.xyz, 1)
mov vTexCoord, aTexCoord
mov vTexCoord.w, ONE
#else
tex t0
mul r0, t0, vColor
#endif |
kernel.asm | mollynova/333 | 0 | 123789 |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... |
src/border.asm | remy/next-http | 14 | 123790 | ; Toggles the border based on a predefined value swapped into
; Border.newColour and the value from Border.Init - which is
; the border when the program started
Border:
;; we'll change this to `ret` if border is disabled
;; otherwise it remains as nop
.SMC_disableBorder:
nop
ex af, af'
jr nc, .addColour
.user... |
nv_screen_macs.asm | nealvis/nv_c64_util | 0 | 123791 | //////////////////////////////////////////////////////////////////////////////
// nv_screen_macs.asm
// Copyright(c) 2021 <NAME>.
// License: MIT. See LICENSE file in root directory.
//////////////////////////////////////////////////////////////////////////////
// inline macros for screen releated functions
// importin... |
template_irvine.asm | William0Friend/my_masm | 0 | 123794 | include Irvine32.inc
.data
total DWORD 0
.code
main PROC
mov ecx, 10
L1:
mov eax, ecx
jnp L2 ;if parity odd
jp L3 ;if parity even
L2:
add total, eax
loop L1
L3:
loop L1
invoke ExitProcess,0
main endp
end main
; 1 myByte BYTE 00... |
programs/paint.asm | poeticAndroid/cyberbit | 1 | 123795 | <filename>programs/paint.asm<gh_stars>1-10
;; z28r asm
jump main
ext cls 0x5008 0 0 ; cls
ext pset 0x500c 3 0 ; pset x y c
ext pget 0x5010 2 1 ; pget:c x y
globals mouseX mouseY penX penY
fn main args
cls
let mouseX = -8
let mouseY = -8
while true
readMouse xhair
if load8u 0x4000... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_994.asm | ljhsiun2/medusa | 9 | 123796 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xd89d, %rsi
lea addresses_UC_ht+0x172cf, %rdi
nop
nop
nop
nop
sub %rbx, %rbx
mov $67, %rcx
rep movsw
nop
nop
nop
nop
xor %r15, %r15
lea addresses_norma... |
win32/projekt_swietaBN/v0.6.1/swieta.asm | QAston/fasm-2006 | 0 | 123797 | <gh_stars>0
format PE GUI 4.0
include 'win32ax.inc'
entry start
macro dzwiek arg1,arg2
{
invoke Beep,arg1,arg2
}
cze1 equ 37
cze2 equ 900
cze3 equ 1000
dlu1 equ 200
dlu2 equ 180
dlu3 equ 300
dlu4 equ 120
dlu5 equ 100
dlu6 equ 220
dlu7 equ 250
dlu8 equ 150
dlu9 equ 130
dlu10 equ 280
section '.data' data readable writeab... |
src/firmware-tests/Platform/Adc/Channel/SetAdcChannelAfterReleaseTest.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 123798 | <reponame>pete-restall/Cluck2Sesame-Prototype
#include "Platform.inc"
#include "FarCalls.inc"
#include "Adc.inc"
#include "TestFixture.inc"
radix decimal
udata
global firstAdcChannel
global secondAdcChannel
firstAdcChannel res 1
secondAdcChannel res 1
expectedAdcon0 res 1
SetAdcChannelAfterReleaseTest code
... |
exmpl_6point3.asm | selectiveduplicate/8086-assembly | 2 | 123800 | <reponame>selectiveduplicate/8086-assembly
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
TITLE EXM_SXPTHREE
.MODEL SMALL
.STACK 100H
.DATA
.CODE
MAIN PROC
MOV AL, "}"
MOV BL, ">"
MOV AH, 2 ... |
roms/dots/dots.asm | BEN1JEN/6502-computer | 0 | 123802 | ; First two bits are 1, 1, then the 6-bit device ID, then the 8-bit device address
drawBufferSwap = $C0FF
drawPaletteLow = $C000
drawPaletteHigh = $C001
; Attributes: High bit is last x1 position, then last x2 position, then 6
; colour. Also triggers the drawing operation.
drawAttributes = $C002
drawPositionX1 ... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/p3dos_pdrv_from_edrv.asm | jpoikela/z88dk | 640 | 123804 | <filename>libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/p3dos_pdrv_from_edrv.asm
; unsigned char p3dos_pdrv_from_edrv(unsigned char edrv)
SECTION code_esxdos
PUBLIC _p3dos_pdrv_from_edrv
EXTERN asm_p3dos_pdrv_from_edrv
_p3dos_pdrv_from_edrv:
pop af
pop hl
push hl
push af
jp asm_p3dos_pdrv_fr... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_115_1865.asm | ljhsiun2/medusa | 9 | 123805 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r8
push %r9
push %rax
push %rcx
push %rdx
// Store
mov $0x6467890000000a74, %r12
add %rcx, %rcx
mov $0x5152535455565758, %r11
movq %r11, %xmm7
vmovups %ymm7, (%r12)
nop
nop
nop
cmp %rcx, %rcx
// Faulty... |
x86/ProtectProcess/protect_process.asm | EgeBalci/SelfDefense | 20 | 123806 | <reponame>EgeBalci/SelfDefense
[BITS 32]
[ORG 0]
; EAX-> Return Values
; EBX-> Process Handle
; EBP-> API Block
; ESI-> Saved ESP
pushad ; Save all registers to stack
pushfd ; Save all flags to stack
push esp ; Push the current esp value... |
Transynther/x86/_processed/NC/_st_sm_/i3-7100_9_0x84_notsx.log_20_488.asm | ljhsiun2/medusa | 9 | 123807 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1e057, %rsi
lea addresses_normal_ht+0x18fd7, %rdi
nop
inc %r14
mov $67, %rcx
rep movsb
nop
nop
nop
xor %rdx, %rdx
lea addresses_D_ht+0x... |
PCA_LDA_GUI_Code/mikroC PRO for ARM/PCA_FLDA_GUI_main.asm | umitkacar/STM32_MikroC | 2 | 123809 | <reponame>umitkacar/STM32_MikroC
_main:
;PCA_FLDA_GUI_main.c,21 :: void main() {
SUB SP, SP, #4
;PCA_FLDA_GUI_main.c,23 :: Start_TP();
BL _Start_TP+0
;PCA_FLDA_GUI_main.c,25 :: while (1) {
L_main0:
;PCA_FLDA_GUI_main.c,26 :: Check_TP();
BL _Check_TP+0
;PCA_FLDA_GUI_main.c,28 :: }
IT AL
BAL L_main0
... |
y2s2/csa/practicals/prac-9-strings/7-challenge-1.asm | ouldevloper/university | 8 | 123810 | <reponame>ouldevloper/university
; 7-challenge-1.asm
; Allow user enter 8-bit binary
; Flip binary data accepted
; Display one's complement
.MODEL SMALL
.STACK 100
.DATA
INPROMPT DB 'ENTER 8-BIT BINARY DATA >> $'
OCOMPROMPT DB "1'S COMPLEMENT VALUE >> $"
NL DB 13, 10, '$'
STR LABEL ... |
enduser/netmeeting/av/codecs/intel/h263/i386/cxm1281.asm | npocmaka/Windows-Server-2003 | 17 | 123811 | <reponame>npocmaka/Windows-Server-2003
;-------------------------------------------------------------------------
; INTEL Corporation Proprietary Information
;
; This listing is supplied under the terms of a license
; agreement with INTEL Corporation and may not be copied
; nor disclosed except in acco... |
cat.asm | NaorAbu/Ass1 | 0 | 123812 |
_cat: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
}
}
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 push %edi
4: 56 push %esi
5: 53 p... |
oeis/268/A268717.asm | neoneye/loda-programs | 11 | 123813 | <filename>oeis/268/A268717.asm
; A268717: Permutation of natural numbers: a(0) = 0, a(n) = A003188(1+A006068(n-1)), where A003188 is binary Gray code and A006068 is its inverse.
; Submitted by <NAME>
; 0,1,3,6,2,12,4,7,5,24,8,11,9,13,15,10,14,48,16,19,17,21,23,18,22,25,27,30,26,20,28,31,29,96,32,35,33,37,39,34,38,41,43... |
DSPEditor/DSPAudioEffectsASM/AudioDistortionEffect.asm | kamcio819/Audio-Editor | 0 | 123817 | <reponame>kamcio819/Audio-Editor
.data
max_value_dist real8 0.0
min_value_dist real8 0.0
max_value_dist_multiple real8 0.0
min_value_dist_multiple real8 0.0
multiplication real8 1.75
.code
distortion_init proc
movsd max_value_dist, xmm0
movsd min_value_dist, xmm1
mulsd xmm0, multiplication
mulsd xmm1, multipli... |
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_1710.asm | ljhsiun2/medusa | 9 | 123819 | <filename>Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_1710.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x3312, %r14
nop
nop
nop
xor $57183, %rdx
mov $0x6162636465666768, %r11
movq %r11, (%r14)
... |
oeis/122/A122852.asm | neoneye/loda-programs | 11 | 123820 | ; A122852: Row sums of number triangle A122851.
; Submitted by <NAME>
; 1,1,2,3,6,11,24,51,122,291,756,1979,5526,15627,46496,140451,442194,1414931,4687212,15785451,54764846,193129659,698978136,2570480147,9672977706,36967490691,144232455524,571177352091,2304843053382,9434493132011,39289892366736,165879589729539,71157807... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_11884_840.asm | ljhsiun2/medusa | 9 | 123821 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1680, %rdi
cmp $62096, %rbx
mov $0x6162636465666768, %rbp
movq %rbp, %xmm2
vmovups %ymm2, (%rdi)
nop
nop
nop
xor $51648, %r15
lea addresses_normal_ht+0x1e4d8, %r8
nop
nop
and ... |
libmikeos/src.io/io_read_memory8.asm | mynameispyo/InpyoOS | 0 | 123823 | <gh_stars>0
; @@@ unsigned char io_read_memory8(unsigned char *offset, unsigned short segment);
; for far pointer capable system, this function shold be :
; unsigned char io_read_memory8(unsigned char *offset_and_segment);
section .text
use16
global _io_read_memory8
_io_read_memory8:
mov bx, sp
push es
l... |
programs/oeis/029/A029072.asm | neoneye/loda | 22 | 123824 | <filename>programs/oeis/029/A029072.asm
; A029072: Expansion of 1/((1-x)(1-x^4)(1-x^6)(1-x^11)).
; 1,1,1,1,2,2,3,3,4,4,5,6,8,8,9,10,12,13,15,16,18,19,22,24,27,28,31,33,37,39,43,45,49,52,57,60,65,68,73,77,83,87,93,97,104,109,116,121,129,134,142,148,157,163,172,179,189,196,206,214,225,233,244,253
lpb $0
mov $2,$0
su... |
kernel.asm | younger15/xv6-public | 0 | 123825 |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... |
engine/events/battle_tower/rules.asm | Dev727/ancientplatinum | 28 | 123826 | CheckForMobileBattleRules:
ld de, .PointerTables
call BattleTower_ExecuteJumptable
ret z
call BattleTower_PleaseReturnWhenReady
scf
ret
.PointerTables:
db 2
dw .Functions
dw .TextPointers
.Functions:
dw BattleTower_CheckPartyLengthIs3
dw BattleTower_CheckPartyHasThreeMonsThatAreNotEggs
.TextPointers:
dw ... |
programs/oeis/155/A155050.asm | neoneye/loda | 22 | 123827 | <filename>programs/oeis/155/A155050.asm
; A155050: A symmetric Catalan based triangle.
; 1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,2,2,1,1,1,1,2,5,2,1,1,1,1,2,5,5,2,1,1,1,1,2,5,14,5,2,1,1,1,1,2,5,14,14,5,2,1,1,1,1,2,5,14,42,14,5,2,1,1,1,1,2,5,14,42,42,14,5,2,1,1,1,1,2,5,14,42,132,42,14,5,2,1,1
seq $0,157454 ; Triangle read by... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_5617_1358.asm | ljhsiun2/medusa | 9 | 123828 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r15
push %r8
push %rax
push %rdi
push %rsi
// Store
lea addresses_normal+0x4488, %r11
clflush (%r11)
nop
nop
add $64799, %rax
mov $0x5152535455565758, %r12
movq %r12, (%r11)
nop
nop
nop
c... |
Assembly/fileformats/skillsname/skills_battle.asm | WildGenie/Ninokuni | 14 | 123829 | <gh_stars>10-100
;;----------------------------------------------------------------------------;;
;; Use "long name" field in battles
;; Copyright 2014 <NAME> (aka pleonex)
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; Y... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_16549_117.asm | ljhsiun2/medusa | 9 | 123830 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x195ef, %rdi
nop
nop
nop
nop
cmp %r15, %r15
movw $0x6162, (%rdi)
and $53702, %rsi
lea addresses_D_ht+0x18b67, %r8
nop
nop
nop
nop
nop
and %r14, %r14
v... |
programs/oeis/077/A077128.asm | neoneye/loda | 22 | 123831 | <reponame>neoneye/loda<filename>programs/oeis/077/A077128.asm
; A077128: Smallest number greater than the previous term which is relatively prime to each of the group of the next n numbers.
; 2,5,7,11,17,23,29,37,47,59,67,79,97,107,127,137,157,173,191,211,233,257,277,307,331,353,379,409,439,467,499,541,563,599,631,673,... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_13_424.asm | ljhsiun2/medusa | 9 | 123832 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
push %r8
push %r9
push %rax
push %rdi
// Store
mov $0x2a98110000000e36, %r8
clflush (%r8)
and %rdi, %rdi
mov $0x5152535455565758, %r9
movq %r9, %xmm6
movntdq %xmm6, (%r8)
nop
nop
xor... |
asm/kernels/first.asm | icefoxen/lang | 0 | 123833 | <reponame>icefoxen/lang
; An actually operational OS kernel.
; If you count hanging infinately as operational, but hey! ^_^
;
; compile with:
; nasm -f elf first.asm
; ld --oformat=elf32-i386 -Ttext 100000 first.o -o kernel
;
; From here you can go on and make it do anything... Just modify "start2"
; for instance, t... |
CHONKER.asm | GabrielElkadiki/tone-deaf-chonker | 0 | 123834 | ; ***********************************
; First, some assembler directives that tell the assembler:
; - assume a small code space
; - use a 100h size stack (a type of temporary storage)
; - output opcodes for the 386 processor
.MODEL small
.STACK 100h
.386
; Next, begin a data section
.data
msg DB "Chon... |
unittests/ASM/H0F38/66_DB.asm | cobalt2727/FEX | 628 | 123835 | %ifdef CONFIG
{
"RegData": {
"XMM0": ["0x0000000000000000", "0x0000000000000000"],
"XMM1": ["0xffffffffffffffff", "0xffffffffffffffff"],
"XMM2": ["0x0b0d090e0b0d090e", "0x0b0d090e0b0d090e"],
"XMM3": ["0xffffffff00000000", "0x0b0d090effffffff"],
"XMM4": ["0x0202020202020202", "0x0303030303030303"]
... |
Sistemi e reti/Assembly/ex2.asm | Gabri3445/EquazioneSecondoGrado | 0 | 123836 | input: INP
STA [prezzo]
main: LDB #50
SUB
JSP [scontouno]
JMP [scontodue]
scontouno: LDA [prezzo]
LDB #10
MUL
LDB #100
DIV
STA [przsct]
LDA [prezzo]
LDB [przsct]
SUB
JMP [output]
scontodue: LDA [prezzo]
LDB #5
MUL
LDB #100
DIV
STA [przsct]
LDA [prezzo]
LDB [przsct]
SUB
JMP [output]
output: OUT
HLT
== Vars ==
prezzo: N... |
lab2.asm | JacobPoole/CS153_Lab | 0 | 123838 | <reponame>JacobPoole/CS153_Lab
_lab2: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "types.h"
#include "user.h"
int main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0... |
src/main.asm | JoeyCluett/game-jam-beat-the-boredom | 0 | 123839 | ;
; entry for the olc game jam 2020
;
; author: Joe aka SevenSignBits
;
; as per the System-V ABI, registers are allocated in the order:
; rdi, rsi, rdx, rcx, r8, r9
;
; starting location:
global _start
; avoid cluttering up main.asm
%include 'mainexterns.asm'
%define rect_a_X(v) mov [sdl_rect_a + 0], word v
%defi... |
programs/oeis/040/A040155.asm | neoneye/loda | 22 | 123840 | ; A040155: Continued fraction for sqrt(168).
; 12,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,1
mov $1,$0
cmp $0,0
sub $1,$0
gcd $1,2
add $1,10
add $0,$1
mul $0,$1
sub $0,120
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1130.asm | ljhsiun2/medusa | 9 | 123841 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x15303, %rsi
lea addresses_D_ht+0xec69, %rdi
nop
and $30540, %r15
mov $97, %rcx
rep movsl
nop
nop
cmp $45047, %r8
lea addresses_normal_ht+0x8... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1783.asm | ljhsiun2/medusa | 9 | 123842 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1783.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xa283, %rdx
sub $46907, %r11
vmovups (%rdx), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpex... |
libsrc/_DEVELOPMENT/target/scz180/device/csio/sdcc/csio_sd_read_byte.asm | Frodevan/z88dk | 640 | 123843 |
SECTION code_driver
PUBLIC _sd_read_byte
EXTERN asm_sd_read_byte
;Do a read bus cycle to the SD drive, via the CSIO
;
;output L = byte read from SD drive
defc _sd_read_byte = asm_sd_read_byte
|
source/modules/basic/expressions/compare.asm | paulscottrobson/mega-basic | 3 | 123844 | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : compare.asm
; Purpose : Expression Evaluation (Comparisons)
; Date : 22nd August 2019
; Review : 1st September 20... |
VM-not-so-simple-calc/abac00s/VM-not-so-simple-calc.asm | foralost/zrozumiec-programowanie-cwiczenia | 29 | 123845 | <gh_stars>10-100
; Zadanie [VM:not-so-simple-calc]
; Autor: <NAME> (abac00s)
;
;The MIT License (MIT)
;Copyright (c) 2016 <NAME>
;
;Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation file
;(the "Software"), to deal in the Software without restricti... |
source/file_creation.asm | timchenko24/TASM | 0 | 123847 | model small
.data
file1 db 'fileq.txt',0
writ db 'Recording started' ,10,13,'$'
tr db 'File created' ,10,13,'$'
fal db 'File not created' ,10,13,'$'
string1 db 10,?,11 dup(' ')
newLine db 10,13,'$'
deskr dw ?
.code
begin:
mov ax,@data
mov ds,ax
xor cx,cx
mov ah,3ch
mov dx,offset file1
int 21h
jc err1... |
prog.asm | DavyGuedes/mic1 | 5 | 123848 | bipush 10
istore j
bipush 10
istore k
iload j
iload k
iadd
istore i
iload i
bipush 25
if_icmpeq l1
iload j
bipush 1
isub
istore j
goto l2
l1 bipush 13
istore k
l2 bipush 25
|
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/x86/p6/mmx/divrem_1.asm | problem-frames/openpf | 1 | 123850 | <reponame>problem-frames/openpf<gh_stars>1-10
dnl Intel Pentium-II mpn_divrem_1 -- mpn by limb division.
dnl
dnl P6MMX: 25.0 cycles/limb integer part, 17.5 cycles/limb fraction part.
dnl Copyright (C) 1999, 2000 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP... |
solutions/42 - Important Email Organization/size-18_speed-170.asm | michaelgundlach/7billionhumans | 45 | 123851 | -- 7 Billion Humans (2087) --
-- 42: Important Email Organization --
-- Author: landfillbaby
-- Size: 18
-- Speed: 170
-- Speed Tests: 169, 170, 172, 170, 171, 170, 169, 171, 169, 168
-- Success Rate: 222/225
mem4 = nearest wall
a:
mem1 = nearest datacube
step mem1
if c == datacube and
s != shredder:
pickup c
mem1... |
Driver/Socket/SLIP/slipManager.asm | steakknife/pcgeos | 504 | 123852 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
GEOWORKS CONFIDENTIAL
PROJECT: PC GEOS
MODULE:
FILE: slipManager.asm
AUTHOR: <NAME>, Sep 12, 1994
ROUTINES:
Name Description
---- -----------
REVISION HI... |
engine/macros.asm | richard42/dynosprite | 10 | 123853 | <filename>engine/macros.asm
*********************************************************************************
* DynoSprite - macros.asm
* Copyright (c) 2013-2014, <NAME>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... |
24-print-float/print-float.asm | gashev/assembly-examples | 1 | 123854 | extern exit
extern printf
SECTION .data
number: dq 78.21
str: db "%f",10,0 ; format string for printf
SECTION .text
GLOBAL _start
_start:
; Call printf.
movq xmm0, qword [number] ; floating point in str
mov rdi, str ; address of format string
mov rax, 1 ... |
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_429.asm | ljhsiun2/medusa | 9 | 123856 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x2815, %rsi
nop
nop
nop
inc %r11
movw $0x6162, (%rsi)
nop
xor %rbx, %rbx
lea addresses_WT_ht+0x6a15, %rsi
lea addresses_WT_ht+0x13a15, %rdi
xor %r13, %r13
mov $119, %rcx
rep movsl
... |
data/mapObjects/route1.asm | adhi-thirumala/EvoYellow | 0 | 123858 | <reponame>adhi-thirumala/EvoYellow
Route1Object:
db $b ; border block
db $0 ; warps
db $1 ; signs
db $1b, $9, $3 ; Route1Text3
db $2 ; objects
object SPRITE_BUG_CATCHER, $5, $18, WALK, $1, $1 ; person
object SPRITE_BUG_CATCHER, $f, $d, WALK, $2, $2 ; person
; warp-to (unused)
EVENT_DISP $4, $7, $2
|
Projects/Prt2.asm | esch3r/ASM-Proj | 0 | 123859 |
ldi r22,$08
Prt2:
pop r16
pop sreg,r16
pop r16
mov r17,r16
lsl r17
ldi r20,$31
ldi r21,$30
cpse r17,r20
rjmp nex
push r16
rcall LCDchar
nex:
cpse r17,r21
rjmp next
push r16
rcall LCDchar
dec r22
brne prt2
rjmp --
|
Opus/asm/formatn.asm | Computer-history-Museum/MS-Word-for-Windows-v1.1 | 2 | 123861 | <filename>Opus/asm/formatn.asm
; Assembly flags:
; BOTH -- define different names for functions so that
; FORMAT.C and FORMATN.ASM can coexist.
; Native names are formed by appending "N"
include w2.inc
include noxport.inc
include consts.inc
include structs.inc
.list
createSeg _FORMAT,format,byte,public,COD... |
build/win64/inverse_mod_256-armv8.asm | cemozerr/blst | 1 | 123862 | <filename>build/win64/inverse_mod_256-armv8.asm
AREA |.text|,CODE,ALIGN=8,ARM64
ALIGN 32
|$Lone_256|
DCQU 1,0,0,0
EXPORT |eucl_inverse_mod_256|[FUNC]
ALIGN 32
|eucl_inverse_mod_256| PROC
DCDU 3573752639
stp x29,x30,[sp,#-16]!
add x29,sp,#0
sub sp,sp,#128
adr x4,|$Lone_256|
cmp x3,#0
cselne x3,x3,x4
l... |
programs/oeis/228/A228609.asm | neoneye/loda | 22 | 123863 | ; A228609: Partial sums of the cubes of the tribonacci sequence A000073.
; 0,1,2,10,74,417,2614,16438,101622,633063,3941012,24511836,152535900,949133883,5905611508,36746590964,228646935796,1422699232325,8852413871022,55082039340022,342734883853750,2132586518002125
mov $2,$0
mov $3,$0
lpb $3
mov $0,$2
sub $3,1
su... |
src/util/oli/wm/apml.asm | olifink/qspread | 0 | 123864 | ; create complete menu subwindow from array
section utility
include win1_mac_oli
include win1_keys_wwork
include win1_keys_err
xdef xwm_apml
;+++
; create application menu from array
;
; Entry Exit
; d0 subwindow number ... |
sources/ippcp/asm_intel64_gas_converted/linux/nonpic/k0/singlecpu/pcpaesgcme9as.asm | idesai/ipp-crypto | 1 | 123865 | ###############################################################################
# Copyright 2018 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") containe... |
MSDOS/Virus.MSDOS.Unknown.criminal.asm | fengjixuchui/Family | 3 | 123866 | <gh_stars>1-10
.8086
.model tiny
.code
virussize equ offset speend - offset start
start:
call $+3
pop si
sub si,3
mov ax,4270h
int 21h
cmp ax,'ww'
jne virsetup
jmp AllreadyInstalled
virsetup:
cal... |
asm/Sivarama P. Dandamudi/Macro, Procedure/IO.OBJ.asm | m-ahmadi/exref | 9 | 123867 |
.686p
.mmx
.model flat
; ===========================================================================
; Segment type: Pure data
data segment byte public '' use16
assume cs:data
aBufferMustBeAt db 0Dh,0Ah ; DATA XREF: proc_GetStr+Bo
db 'Buffer must be at least 2 bytes long--string is not read'... |
programs/oeis/034/A034131.asm | neoneye/loda | 22 | 123868 | ; A034131: Decimal part of cube root of a(n) starts with 5: first term of runs.
; 4,16,43,92,167,275,422,615,858,1158,1521,1954,2461,3049,3724,4493,5360,6332,7415,8616,9939,11391,12978,14707,16582,18610,20797,23150,25673,28373,31256,34329,37596,41064,44739,48628,52735,57067,61630
mul $0,2
add $0,3
pow $0,3
div $0,8
ad... |
sources/ippcp/asm_ia32/pcpsha256g9as.asm | idesai/ipp-crypto | 1 | 123869 | <gh_stars>1-10
;===============================================================================
; Copyright 2014-2018 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 ... |
oeis/141/A141106.asm | neoneye/loda-programs | 11 | 123870 | ; A141106: Lower Odd Swappage of Upper Wythoff Sequence.
; Submitted by <NAME>
; 1,5,7,9,13,15,17,19,23,25,27,31,33,35,39,41,43,47,49,51,53,57,59,61,65,67,69,73,75,77,81,83,85,89,91,93,95,99,101,103,107,109,111,115,117,119,123,125,127,129,133,135,137,141,143,145,149,151,153,157,159,161,163
mul $0,377
add $0,522
div $0... |
oeis/078/A078586.asm | neoneye/loda-programs | 11 | 123871 | ; A078586: a(n) is the product of the first n primes of the form 4k+3.
; Submitted by <NAME>(s3)
; 3,21,231,4389,100947,3129357,134562351,6324430497,373141399323,25000473754641,1775033636579511,140227657289781369,11638895555051853627,1198806242170340923581,128272267912226478823167,16290578024852762810542209,21340657212... |
programs/oeis/033/A033486.asm | neoneye/loda | 22 | 123873 | ; A033486: a(n) = n*(n + 1)*(n + 2)*(n + 3)/2.
; 0,12,60,180,420,840,1512,2520,3960,5940,8580,12012,16380,21840,28560,36720,46512,58140,71820,87780,106260,127512,151800,179400,210600,245700,285012,328860,377580,431520,491040,556512,628320,706860,792540,885780,987012,1096680,1215240,1343160,1480920,1629012,1787940,19582... |
oeis/098/A098878.asm | neoneye/loda-programs | 11 | 123874 | <reponame>neoneye/loda-programs
; A098878: a(n) = (2^n - 1)^3 - 2.
; Submitted by <NAME>
; -2,-1,25,341,3373,29789,250045,2048381,16581373,133432829,1070599165,8577357821,68669157373,549554511869,4397241253885,35181150961661,281462092005373,2251748274470909,18014192351838205
mov $2,$0
lpb $2
mul $1,2
add $1,1
su... |
libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_disableSprites.asm | teknoplop/z88dk | 0 | 123875 | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_h.h" for further details
; ----------------------------------------------------------------
; void BIFROSTH_disableSprites(void)
SECTION code_clib
SECTION code_bifrost_... |
1A/S6/Architecture/TPs/TP3_4/bigest_item.asm | MOUDDENEHamza/ENSEEIHT | 4 | 123879 | <reponame>MOUDDENEHamza/ENSEEIHT<gh_stars>1-10
////-----------------------------------------------------------------------------------------
// Search the bigest item in array
//
// @author <NAME>
////-----------------------------------------------------------------------------------------
set T, %r1 ... |
programs/oeis/146/A146541.asm | karttu/loda | 0 | 123880 | <reponame>karttu/loda
; A146541: Binomial transform of A010688.
; 1,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288,1048576,2097152,4194304,8388608,16777216,33554432,67108864,134217728,268435456,536870912,1073741824,2147483648,4294967296,8589934592,17179869184,34359738368,68719476736,1... |
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/fsetpos_unlocked_callee.asm | jpoikela/z88dk | 640 | 123881 | <filename>libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/fsetpos_unlocked_callee.asm
; int fsetpos_unlocked_callee(FILE *stream, const fpos_t *pos)
SECTION code_clib
SECTION code_stdio
PUBLIC _fsetpos_unlocked_callee
EXTERN asm_fsetpos_unlocked
_fsetpos_unlocked_callee:
pop hl
pop ix
ex (sp),hl
jp asm_fsetpo... |
libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_pop.asm | jpoikela/z88dk | 640 | 123883 | <filename>libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_pop.asm
; void *wa_stack_pop(wa_stack_t *s)
SECTION code_clib
SECTION code_adt_wa_stack
PUBLIC wa_stack_pop
EXTERN asm_wa_stack_pop
defc wa_stack_pop = asm_wa_stack_pop
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _wa_stack_pop
defc _wa_stack_pop = wa_... |
compasses.asm | KScl/z3rasm | 0 | 123884 | <reponame>KScl/z3rasm
;--------------------------------------------------------------------------------
; $7F5010 - Scratch Space
;--------------------------------------------------------------------------------
DrawDungeonCompassCounts:
LDX $1B : BNE + : RTL : + ; Skip if outdoors
LDX $040C : CPX.b #$FF : BNE + : R... |
Universe/NormaliseTransMat.asm | ped7g/EliteNext | 0 | 123885 | <filename>Universe/NormaliseTransMat.asm
;divdide by 16 using undocumented instrunctions
Norm256mulAdivQ:
ld b,a
ld c,0
ld d,0
ld a,(varQ)
ld e,a
;Input: BC = Dividend, DE = Divisor, HL = 0
;Output: BC = Quotient, HL = Remainder
NormDIV16UNDOC:
ld hl,0
... |
Userland/lib.asm | srosati/TPE_ARQUI | 0 | 123886 | <gh_stars>0
GLOBAL clearScreen
GLOBAL getChar
GLOBAL putChar
GLOBAL getTime
GLOBAL drawPixel
GLOBAL setInterval
GLOBAL stopInterval
GLOBAL getScreenDimentions
GLOBAL getMem
GLOBAL getRegisters
GLOBAL checkException
GLOBAL invalidOpCode
section .text
%macro handler 1
push rbp
mov rbp, rsp
mov rax, %1
int 80h
mov ... |
oeis/028/A028256.asm | neoneye/loda-programs | 11 | 123887 | <reponame>neoneye/loda-programs<filename>oeis/028/A028256.asm
; A028256: Fibonacci(n+2) mod n-th prime.
; Submitted by <NAME>
; 0,0,0,1,2,8,0,17,20,28,16,7,36,41,46,40,51,55,25,32,41,74,76,86,90,65,53,8,10,8,74,64,104,84,0,7,106,147,142,95,113,67,79,86,3,3,13,61,39,191,1,13,54,209,108,171,108,119,100,8,280,154,106,309,... |
programs/oeis/115/A115014.asm | neoneye/loda | 22 | 123888 | ; A115014: Sum_{i=1..n, gcd(6,i)=1} i.
; 1,1,1,1,6,6,13,13,13,13,24,24,37,37,37,37,54,54,73,73,73,73,96,96,121,121,121,121,150,150,181,181,181,181,216,216,253,253,253,253,294,294,337,337,337,337,384,384,433,433,433,433,486,486,541,541,541,541,600,600,661
mov $3,$0
add $3,1
lpb $3
mov $0,6
sub $3,1
mov $4,7
add... |
oeis/094/A094835.asm | neoneye/loda-programs | 11 | 123889 | <filename>oeis/094/A094835.asm
; A094835: a(n) = 2702*a(n-1) - a(n-2); a(-1) = a(0) = 26.
; Submitted by <NAME>
; 26,26,70226,189750626,512706121226,1385331749802026,3743165875258953026,10114032809617941274226,27328112908421802064005626,73840550964522899559001927226,199517141378027966186621143359026
trn $0,1
mul $0,3
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_569.asm | ljhsiun2/medusa | 9 | 123890 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r8
push %rax
push %rbp
lea addresses_UC_ht+0x14296, %rax
nop
nop
nop
sub $60544, %r13
mov (%rax), %r11d
xor %r8, %r8
lea addresses_A_ht+0xc786, %r13
nop
nop
nop
nop
dec %rbp
movl $0x61626364, (%r13)
inc %rbp
lea addresses_WT_ht+0... |
programs/oeis/047/A047528.asm | jmorken/loda | 1 | 123891 | <reponame>jmorken/loda
; A047528: Numbers that are congruent to {0, 3, 7} mod 8.
; 0,3,7,8,11,15,16,19,23,24,27,31,32,35,39,40,43,47,48,51,55,56,59,63,64,67,71,72,75,79,80,83,87,88,91,95,96,99,103,104,107,111,112,115,119,120,123,127,128,131,135,136,139,143,144,147,151,152,155,159
mul $0,2
lpb $0
trn $0,2
add $1,$0... |
programs/oeis/192/A192963.asm | neoneye/loda | 22 | 123892 | ; A192963: Coefficient of x in the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments.
; 0,1,3,10,25,55,110,207,373,652,1115,1877,3124,5157,8463,13830,22533,36635,59474,96451,156305,253176,409943,663625,1074120,1738345,2813115,4552162,7366033,11919007,19285910,31205847,50492749,81699652,132193523,2138... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_175.asm | ljhsiun2/medusa | 9 | 123893 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_175.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1cc70, %r14
nop
nop
nop
nop
nop
xor $64201, %r13
mov $... |
drawsquare.asm | RealFakeAccount/CSC258-Project | 0 | 123894 | .data
displayAddress: .word 0x10008000
Red: .word 0xff0000
.text
lw $t0, displayAddress
lw $t1, Red
sw $t1, 0($t0)
sw $t1, 4($t0)
sw $t1, 8($t0)
Exit:
li $v0, 10 # terminate the program gracefully
syscall
|
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1066.asm | ljhsiun2/medusa | 9 | 123895 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1066.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1455f, %rbp
nop
nop
nop
sub $22361, %rax
movb $0x61, (%r... |
src/pinconfigs.asm | staskevich/MIDICPU | 14 | 123896 | ; MIDI CPU
; copyright <NAME>, 2017
; <EMAIL>
;
; This work is licensed under a Creative Commons Attribution 4.0 International License.
; http://creativecommons.org/licenses/by/4.0/
;
; pinconfigs.asm
;
; Default pin configurations.
;
list p=16f887
#include <p16f887.inc>
#include <mc.inc>
p... |
resources/retrogamedev.chapters/chapter14/gamePlayer.asm | brawnydawg/retrojam4 | 0 | 123897 | ;===============================================================================
; Constants
PlayerIdleLeftAnim = 5
PlayerIdleRightAnim = 0
PlayerJumpLeftAnim = 9
PlayerJumpRightAnim = 4
PlayerFrame = 1
PlayerHorizontalSpeed = 2
PlayerXMinHigh = 0 ; 0*256 + 28 = ... |
0.2-Displaying-text-and-numbers/src/bootloader.asm | CedricFauth/VIteen-a-16-bit-OS | 13 | 123898 |
;-----------------------------------------------
; VIteen OS v0.2 by <NAME>
;-----------------------------------------------
; setting up directives for nasm
bits 16 ; only 16 bit support
org 0x0000 ; base adress in memory
jmp 0x7c0:entry ; far jump to entry (0x7c0 * 0x10 + entry)
; ... 0x7c00 ... |
Transynther/x86/_processed/US/_ht_st_un_/i9-9900K_12_0xca.log_4742_1708.asm | ljhsiun2/medusa | 9 | 123899 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x3c5e, %rsi
lea addresses_A_ht+0x75e8, %rdi
clflush (%rsi)
add $40518, %r14
mov $85, %rcx
rep movsw
and $46732, %r12
lea addresses_UC_ht+0x7a58, %rsi
lea addresses_WT_ht+0x72b... |
oeis/178/A178575.asm | neoneye/loda-programs | 11 | 123900 | ; A178575: Number of permutations of {1,2,...,3n} whose cycle lengths are all divisible by 3.
; Submitted by <NAME>(s3)
; 1,2,160,62720,68992000,163235072000,710399033344000,5129081020743680000,57096929922918645760000,927825111247427993600000000,21095031729321522862489600000000,648714415740095471067280179200000000,2624... |
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i9-9900K_12_0xa0_notsx.log_18_1178.asm | ljhsiun2/medusa | 9 | 123901 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x9535, %r14
nop
nop
nop
nop
nop
sub %rcx, %rcx
movb (%r14), %r8b
nop
nop
nop
nop
nop
sub $16720, %rdi
lea addresses_normal_ht+0x1ca75, %rcx
nop
cmp $2922, %r10
mov $0x6162636465... |
oeis/319/A319028.asm | neoneye/loda-programs | 11 | 123902 | ; A319028: Number of permutations pi of [n] such that s(pi) avoids the patterns 132 and 321, where s is West's stack-sorting map.
; Submitted by <NAME>
; 1,2,6,22,88,364,1522,6374,26640,110980,460716,1906172,7862416,32341144,132707626,543376774,2220650656,9060011284,36908739316,150159618964,610186287376,2476912674664,1... |
TA/libjpeg/simd/jccolmmx.asm | skplanet/RemoteTestService | 9 | 123903 | <filename>TA/libjpeg/simd/jccolmmx.asm
;
; jccolmmx.asm - colorspace conversion (MMX)
;
; Copyright 2009 Pierre Ossman <<EMAIL>> for Cendio AB
; Copyright 2009 <NAME>
;
; Based on
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyrigh... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.