content stringlengths 5 1.04M | avg_line_length float64 1.75 12.9k | max_line_length int64 2 244k | alphanum_fraction float64 0 0.98 | licenses list | repository_name stringlengths 7 92 | path stringlengths 3 249 | size int64 5 1.04M | lang stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|
.size 8000
.text@48
jp lstatint
.text@100
jp lbegin
.data@143
c0
.text@150
lbegin:
ld a, 00
ldff(ff), a
ld b, 91
call lwaitly_b
ld a, b1
ldff(40), a
ld a, 07
ldff(4b), a
ld c, 41
ld b, 03
lbegin_waitm3:
ldff a, (c)
and a, b
cmp a, b
jrnz lbegin_waitm3
ld a, 20
ldff(c), a
xor a, a
ldff(0f), a
l... | 12.275591 | 24 | 0.621552 | [
"MIT"
] | Manurocker95/GiovanniEmulator | GIOVANNI/gambatte/test/hwtests/window/late_disable_1_dmg08_out3_cgb04c_out0.asm | 1,559 | Assembly |
%ifdef CONFIG
{
"RegData": {
"MM6": ["0x8000000000000000", "0x4001"],
"MM7": ["0x8000000000000000", "0x3FFF"]
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rdx, 0xe0000000
mov rax, 0x3ff0000000000000 ; 1.0
mov [rdx + 8 * 0], rax
mov rax, 0x4000000000000000 ; 2.0
mov [rdx + 8 * 1], r... | 18.96875 | 55 | 0.645799 | [
"MIT"
] | Azkali/FEX | unittests/ASM/X87/DF_C0.asm | 607 | Assembly |
; DV3 SCSI Hard Disk Write Sector 1993 Tony Tebby
section dv3
xdef sc_wsect ; write sector to ACSI disk
xdef sc_wsint ; ditto - on interrupt
xref sc_cmdw
xref sc_nmode
xref sc_statwr
include 'dev8_keys_err'
include 'dev8_dv3_keys'
include 'dev8_dv3_hd_keys'
include 'dev8_mac_assert'
;+++
; This r... | 18.768519 | 65 | 0.687222 | [
"BSD-2-Clause"
] | olifink/smsqe | dv3/atari/scsi/wsect.asm | 2,027 | Assembly |
;include "macro.cbc"
Pila Segment
Dw 64 Dup(0)
Pila EndS
Datos Segment
Num1 db 5 dup (0),10,13 ;99999
Num2 db 5 dup (0),10,13,'$'
Res db 6 dup (0),10,13,'$'
Acerca db " Instituto Tecnologico ",10,13
db " de Costa Rica ",10,13
db " Michael Salazar Alvarez ",10,13
... | 33.827907 | 137 | 0.686787 | [
"MIT"
] | TEC-2014092195/IC3101-Arquitectura_De_Computadores | Tareas/Ensamblador/tasm/BIN/a.asm | 7,273 | Assembly |
;Exomizer 2 Z80 decoder
;Copyright (C) 2008-2016 by Jaime Tejedor Gomez (Metalbrain)
;
;Optimized by Antonio Villena and Urusergi (169 bytes)
;Use z80 alternate registers to prevent undocumented instruction(169 -> 167bytes)
;Apply speed boost(167 -> 172bytes)
;Replace JR with JP(172 -> 178bytes)
;
;Compression ... | 30.079602 | 87 | 0.416804 | [
"MIT"
] | uniabis/z80depacker | deexo_180.asm | 6,046 | Assembly |
; A005718: Quadrinomial coefficients: C(2+n,n) + C(3+n,n) + C(4+n,n).
; 3,12,31,65,120,203,322,486,705,990,1353,1807,2366,3045,3860,4828,5967,7296,8835,10605,12628,14927,17526,20450,23725,27378,31437,35931,40890,46345,52328,58872,66011,73780,82215,91353,101232,111891,123370,135710,148953,163142,178321,194535,211830,230... | 87 | 664 | 0.805875 | [
"Apache-2.0"
] | ckrause/cm | programs/oeis/005/A005718.asm | 783 | Assembly |
; A058066: a(n) = floor(n*t), t = 1 + sqrt(5)/2.
; 0,2,4,6,8,10,12,14,16,19,21,23,25,27,29,31,33,36,38,40,42,44,46,48,50,52,55,57,59,61,63,65,67,69,72,74,76,78,80,82,84,86,88,91,93,95,97,99,101,103,105,108,110,112,114,116,118,120,122,124,127
mov $1,36
mul $1,$0
div $1,17
mov $0,$1
| 35.375 | 192 | 0.621908 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/058/A058066.asm | 283 | Assembly |
; A133201: A133195/3.
; 0,1,2,3,13,23,33,133,233,333,1333,2333,3333,13333,23333,33333,133333,233333,333333,1333333,2333333,3333333,13333333,23333333,33333333,133333333,233333333,333333333,1333333333,2333333333,3333333333
mov $12,$0
mov $14,$0
lpb $14,1
clr $0,12
mov $0,$12
sub $14,1
sub $0,$14
mov $9,$0
mo... | 16.816327 | 198 | 0.498786 | [
"Apache-2.0"
] | karttu/loda | programs/oeis/133/A133201.asm | 824 | Assembly |
; A184012: n + floor(sqrt(5n-4)); complement of A184013.
; 2,4,6,8,9,11,12,14,15,16,18,19,20,22,23,24,26,27,28,29,31,32,33,34,36,37,38,39,40,42,43,44,45,46,48,49,50,51,52,54,55,56,57,58,59,61,62,63,64,65,66,68,69,70,71,72,73,74,76,77,78,79,80,81,82,84,85,86,87,88,89,90,92,93,94,95,96,97,98,99,101,102,103,104,105,106,10... | 27.210526 | 316 | 0.630561 | [
"Apache-2.0"
] | ckrause/cm | programs/oeis/184/A184012.asm | 517 | Assembly |
;/** @file
;
; IDT vector entry.
;
; Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution. The full text of the license ma... | 24.426966 | 85 | 0.4931 | [
"BSD-3-Clause"
] | Gumi-presentation-by-Dzh/ipmctl | MdeModulePkg/Core/DxeIplPeim/Ia32/IdtVectorAsm.asm | 2,174 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x5126, %rsi
lea addresses_normal_ht+0x94a6, %rdi
clflush (%rdi)
nop
nop
nop
nop
add %rbx, %rbx
mov $1, %rcx
rep movsb
nop
nop
nop
xor %r14, %r14
lea addresses_A_ht+0xcd26, %rs... | 33.583691 | 2,999 | 0.659297 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1849.asm | 7,825 | Assembly |
.MODEL SMALL
.STACK 100H
.DATA
PROMPT_1 DB 'Enter the first binary number ( max 8-digits ) : $'
PROMPT_2 DB 'Enter the second binary number ( max 8-digits ) : $'
PROMPT_3 DB 'The SUM of given binary numbers in binary form is : $'
ILLEGAL DB 'Illegal character. Try again.$'
.CODE:
MAIN PROC
... | 15.98773 | 71 | 0.411742 | [
"MIT"
] | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | Practice/Final/Lab 5/7. Write an ASM code to read a binary number (8-digit) and print the sum.asm | 2,606 | Assembly |
; A170279: Number of reduced words of length n in Coxeter group on 30 generators S_i with relations (S_i)^2 = (S_i S_j)^41 = I.
; 1,30,870,25230,731670,21218430,615334470,17844699630,517496289270,15007392388830,435214379276070,12621216999006030,366015292971174870,10614443496164071230,307818861388758065670,8926746980273... | 30.5 | 201 | 0.763466 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/170/A170279.asm | 427 | Assembly |
; A067318: Total number of transpositions in all permutations of n letters.
; Submitted by Jamie Morken(s4)
; 0,1,7,46,326,2556,22212,212976,2239344,25659360,318540960,4261576320,61148511360,937030429440,15275952518400,264030355814400,4823280687052800,92865738644582400,1879691760950169600,39905092126771200000,886664974... | 46.333333 | 489 | 0.848921 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/067/A067318.asm | 695 | Assembly |
Route2_h:
db 00 ; Tileset
db ROUTE_2_HEIGHT,ROUTE_2_WIDTH ;Height,Width blocks (1 block = 4x4 tiles)
dw Route2Blocks, Route2TextPointers, Route2Script
db NORTH | SOUTH ;Connection Byte
NORTH_MAP_CONNECTION ROUTE_2, PEWTER_CITY, -3, 2, PewterCityBlocks
SOUTH_MAP_CONNECTION ROUTE_2, VIRIDIAN_CITY, -3, 2, ViridianCi... | 41.111111 | 75 | 0.802703 | [
"MIT"
] | ETDV-TheVoid/pokemon-rgb-enhanced | data/mapHeaders/route2.asm | 370 | Assembly |
;THE YANKEE DOODLE VIRUS
;POOR DISASSEMBLY OF IT MANY REFRENCE MADE AS ABSOLUTE WHEN THEY SHOULD
;BE REFRENCE TO LOCATIONS IN PROGRAM
;WILL WORK IF NO CHANGES MADE TO CODE
;EXCUSE SOME OF THE COMMENTS WHICH MAKE NO SENSE
.RADIX 16
INT01_OFFS EQU 0004
INT03_OFFS EQU 000C
MEM_SIZE EQU 04... | 26.167125 | 173 | 0.42027 | [
"MIT"
] | 010001111/Family | MSDOS/Virus.MSDOS.Unknown.yd23.asm | 47,598 | Assembly |
; A183766: 1/32 the number of (2n+1) X 4 binary arrays with equal numbers of 2 X 2 subblocks with sum mod two being 0 and 1.
; Submitted by Jon Maiga
; 40,7392,1555840,346131968,79420170240,18585877094400,4409408507412480,1056689477487820800,255189244398549336064,62004700939478066266112,15140238779254079729172480,37120... | 63.083333 | 463 | 0.844122 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/183/A183766.asm | 757 | Assembly |
#include "../../flame32.asm"
; Tests SUB
lod 1
ldl B, 1
sub A, B
| 9.428571 | 28 | 0.590909 | [
"MIT"
] | drako0812/flame32 | flame32-libs/unit-tests/test-sub-1.asm | 66 | Assembly |
SECTION code_fp_am9511
PUBLIC modf
EXTERN cam32_sccz80_modf
defc modf = cam32_sccz80_modf
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _modf
EXTERN _am9511_modf
defc _modf = _am9511_modf
ENDIF
| 12.6875 | 30 | 0.812808 | [
"Unlicense"
] | drunkfly/gamemyx | Tools/z88dk/libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/modf.asm | 203 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rax
push %rbp
push %rbx
push %rsi
lea addresses_A_ht+0x110b5, %r15
nop
nop
nop
nop
and %rbp, %rbp
movw $0x6162, (%r15)
nop
nop
cmp $9955, %rbx
lea addresses_A_ht+0x11a8d, %rax
dec %r11
mov (%rax), %r12
nop
nop
nop
nop
nop
dec %rbp
lea addr... | 42.97561 | 2,999 | 0.657586 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_945.asm | 5,286 | Assembly |
UseItem_:
ld a, 1
ld [wActionResultOrTookBattleTurn], a ; initialise to success value
ld a, [wcf91] ;contains item_ID
cp HM_01
jp nc, ItemUseTMHM
ld hl, ItemUsePtrTable
dec a
add a
ld c, a
ld b, 0
add hl, bc
ld a, [hli]
ld h, [hl]
ld l, a
jp hl
ItemUsePtrTable:
dw ItemUseBall ; MASTER_BALL
dw It... | 21.015719 | 112 | 0.723968 | [
"MIT"
] | AmateurPanda92/pokemon-rby-dx | engine/items/items.asm | 62,869 | Assembly |
;
; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved.
;
; 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... | 38.34161 | 86 | 0.508675 | [
"BSD-3-Clause"
] | HollowMan6/aocl-libm-ose | src/isa/avx2/masm/log_fma3.asm | 44,783 | Assembly |
; A173202: Solutions y of the Mordell equation y^2 = x^3 - 3a^2 + 1 for a = 0,1,2, ... (solutions x are given by the sequence A000466)
; 0,5,58,207,500,985,1710,2723,4072,5805,7970,10615,13788,17537,21910,26955,32720,39253,46602,54815,63940,74025,85118,97267,110520,124925,140530,157383,175532,195025,215910,238235,26204... | 225.6 | 2,063 | 0.856383 | [
"Apache-2.0"
] | jmorken/loda | programs/oeis/173/A173202.asm | 2,256 | Assembly |
ld a, 255
ld hl, basescradr + #04ec
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
ld hl, basescradr + #05ee
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc hl
ld (hl), a
inc ... | 12.188235 | 28 | 0.47249 | [
"MIT"
] | mborik/regression | transformy/tables/gen/0042.asm | 2,072 | Assembly |
; A073636: Period 3: repeat [1, 8, 9] ; Digital root of A000578(n) = n^3 for n >= 1.
; 1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9
mod $0,3
mov $1,$0
gcd $0,7
add $1,7
div $1,$0
| 34.333333 | 175 | 0.527508 | [
"Apache-2.0"
] | jmorken/loda | programs/oeis/073/A073636.asm | 309 | Assembly |
[BITS 16]
mov word ax, 0x07C0
add word ax, 288
mov word ss, ax
mov word sp, 4096
mov word ax, 0x07C0
mov word ds, ax
mov byte ah, 0x00
mov byte al, 0x03
int 0x10
pusha
mov word bx, 0x1000
mov word es, bx
mov word bx, 0x0000
mov byte ah, 0x02
mov byte al, 0x02
mov byte ch, 0x00
mov byte cl, 0x02
mov byte dh, 0x00
... | 13.688073 | 65 | 0.605228 | [
"MIT"
] | v0idpointer/blue-os | src/boot.asm | 1,492 | Assembly |
; A294486: a(n) = binomial(2n,n) * (2n+1)^2.
; 1,18,150,980,5670,30492,156156,772200,3719430,17551820,81477396,373173528,1690097500,7582037400,33738060600,149067936720,654576544710,2858667619500,12423860225700,53760146239800,231720014946420,995238809839560,4260800401533000
mov $1,$0
add $1,$0
bin $1,$0
mov $2,$0
add $... | 27.923077 | 228 | 0.752066 | [
"Apache-2.0"
] | jmorken/loda | programs/oeis/294/A294486.asm | 363 | Assembly |
; A171654: Period 10: repeat 0, 1, 6, 7, 2, 3, 8, 9, 4, 5.
; 0,1,6,7,2,3,8,9,4,5,0,1,6,7,2,3,8,9,4,5,0,1,6,7,2,3,8,9,4,5,0,1,6,7,2,3,8,9,4,5,0,1,6,7,2,3,8,9,4,5,0,1,6,7,2,3,8,9,4,5,0,1,6,7,2,3,8,9,4,5,0,1,6,7,2,3,8,9,4,5,0,1,6,7,2,3,8,9,4,5
mov $1,$0
lpb $0,1
sub $0,2
add $1,4
lpe
mod $1,10
| 29.7 | 181 | 0.505051 | [
"Apache-2.0"
] | karttu/loda | programs/oeis/171/A171654.asm | 297 | Assembly |
.data
newline: .asciiz "\n"
.text
.globl main
_pair:
li $a0, 8
li $v0, 9
syscall
lw $t0, 4($sp)
sw $t0, -4($v0)
lw $t0, 0($sp)
sw $t0, 0($v0)
jr $ra
main:
addi $sp, $sp, -4
sw $ra, 0($sp)
li $v0, 4
addi $sp, $sp, -4
sw $v0, 0($sp)
li $v0, 0
addi $sp, $sp, -4
sw $v0, 0($sp)
jal _... | 14.302326 | 21 | 0.471545 | [
"MIT"
] | bk211/fac | Compilation/liec_seance-d_files/test_5.liec.asm | 615 | Assembly |
.model small
.stack
.data
posicion_entrada dw 0000h
aux db 00h
display_str db "Utilice las fechas y el teclado numerico para navegar",14 DUP(0),'$'
resultado_str db "11.00+11.00=00000022.",20h,"000000000$"
num_res db 0,0,0,0,0,0,0,0,2,2,'$'
decimales... | 17.539326 | 85 | 0.68802 | [
"MIT"
] | Jon2G/ASMCalculator | AjusteParaImpresion.asm | 1,561 | Assembly |
; A032797: Numbers n such that n(n+1)(n+2)...(n+10) /(n+(n+1)+(n+2)+...+(n+10)) is a multiple of n.
; 1,2,3,4,5,7,8,9,10,12,13,14,15,16,18,19,20,21,23,24,25,26,27,29,30,31,32,34,35,36,37,38,40,41,42,43,45,46,47,48,49,51,52,53,54,56,57,58,59,60,62,63,64,65,67,68,69,70,71,73,74,75,76,78,79,80,81,82,84,85,86
mov $1,11
mu... | 39.555556 | 206 | 0.598315 | [
"Apache-2.0"
] | ckrause/cm | programs/oeis/032/A032797.asm | 356 | Assembly |
; A349489: a(n) = Sum_{k=1..n} k * floor(sqrt(2*k-1)).
; Submitted by Christian Krause
; 1,3,9,17,32,50,71,95,131,171,215,263,328,398,473,553,638,728,842,962,1088,1220,1358,1502,1677,1859,2048,2244,2447,2657,2874,3098,3362,3634,3914,4202,4498,4802,5114,5434,5803,6181,6568,6964,7369,7783,8206,8638,9079,9529,10039
mov $... | 18.036364 | 226 | 0.488911 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/349/A349489.asm | 992 | Assembly |
dnl HP-PA mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
dnl store difference in a third limb vector. Optimized for the PA7100, where
dnl is runs at 4.25 cycles/limb.
dnl Copyright 1992, 1994, 2000, 2001, 2002, 2003 Free Software Foundation,
dnl Inc.
dnl This file is part of the GNU MP Libra... | 26.506667 | 79 | 0.68662 | [
"MIT"
] | 6un9-h0-Dan/cobaul | deps/gmp.js/mpn/pa32/hppa1_1/pa7100/sub_n.asm | 1,988 | Assembly |
; A033192: a(n) = binomial(Fibonacci(n) + 1, 2).
; 0,1,1,3,6,15,36,91,231,595,1540,4005,10440,27261,71253,186355,487578,1276003,3339820,8742471,22885995,59912931,156848616,410626153,1075018896,2814412825,7368190921,19290113571,50502074766,132215989335,346145696820,906220783315,2372516138895,6211326801331,16261462918828... | 29.894737 | 368 | 0.755282 | [
"Apache-2.0"
] | karttu/loda | programs/oeis/033/A033192.asm | 568 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %rbx
push %rcx
push %rdx
push %rsi
lea addresses_A_ht+0xf3a4, %rcx
nop
nop
nop
add $46742, %rdx
movb (%rcx), %r11b
nop
nop
inc %r12
lea addresses_WC_ht+0x12864, %rsi
clflush (%rsi)
nop
nop
inc %rbx
and $0xffffffffffffffc0, %rsi
vmovaps (%rsi), %ymm3
... | 38.953947 | 2,999 | 0.655632 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1840.asm | 5,921 | Assembly |
; Copyright (C) Teemu Suutari
; x86
bits 32
section .text
%include "symbols.asm"
; MACH header
MACHHeader:
dd 0xfeedface ; magic
dd SOLVE(CPU_TYPE_X86) ; cpu type
dd 0 ; cpu subtype (wrong, but works)
dd SOLVE(MH_EXECUTE) ; filetype
dd 6 ; number of commands
dd MACHCommandsEnd-MACHCommandsStart... | 21.232143 | 87 | 0.714045 | [
"BSD-2-Clause"
] | temisu/BR4096 | laturi/header32.asm | 2,378 | Assembly |
; A197773: Ceiling((n+1/n)^3)
; 8,16,38,77,141,235,365,537,757,1031,1365,1765,2237,2787,3421,4145,4965,5887,6917,8061,9325,10715,12237,13897,15701,17655,19765,22037,24477,27091,29885,32865,36037,39407,42981,46765,50765,54987,59437,64121,69045,74215,79637,85317,91261,97475,103965,110737,117797,125151,132805,140765,14903... | 107 | 1,856 | 0.835219 | [
"Apache-2.0"
] | jmorken/loda | programs/oeis/197/A197773.asm | 2,033 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r14
push %r15
push %r9
push %rax
push %rdx
push %rsi
// Store
mov $0x56a, %rsi
nop
nop
nop
nop
add %rdx, %rdx
mov $0x5152535455565758, %r9
movq %r9, %xmm7
movups %xmm7, (%rsi)
and %r13, %r13
// Faulty Load
lea a... | 68.948276 | 2,999 | 0.660665 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_289.asm | 3,999 | Assembly |
; A117472: Values of c in a^2 + b^2 = c^2, where b - a = 17 and gcd(a,b,c)=1.
; Submitted by Jon Maiga
; 25,53,137,305,797,1777,4645,10357,27073,60365,157793,351833,919685,2050633,5360317,11951965,31242217,69661157,182092985,406014977,1061315693,2366428705,6185801173,13792557253,36053491345
mov $2,1
lpb $0
sub $0,1
... | 22.4 | 188 | 0.665179 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/117/A117472.asm | 448 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x903e, %rsi
lea addresses_D_ht+0xb43e, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
xor %rbx, %rbx
mov $102, %rcx
rep movsb
nop
nop
nop
nop
nop
inc %rdi
lea addresses_WT_ht+0x293e, %rsi
lea... | 33.530928 | 2,999 | 0.657802 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1572.asm | 6,505 | Assembly |
%include "macros/patch.inc"
%include "macros/datatypes.inc"
%include "TiberianSun.inc"
cextern AutoSurrender
; Patch HouseClass_Force_AI_Take_Control so it doesn't replace the player's
; name with "Computer" if auto-surrender is enabled
hack 0x004CA8DC
cmp byte[AutoSurrender], 1
je 0x004CA91A
call Fetch_String
j... | 23.857143 | 76 | 0.799401 | [
"MIT"
] | A-Productions/ts-patches | src/mods/dont_replace_player_name_with_computer.asm | 334 | Assembly |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Error Checking Specific Definitions
FILE: soundblasterError.asm
AUTHOR: Todd Stumpf, Aug 17, 1992
REVISION HISTORY:
Name Date Description
----... | 25.92 | 79 | 0.524691 | [
"Apache-2.0"
] | BOBBYWY/pcgeos | Driver/Sound/SoundBlaster/soundblasterError.asm | 648 | Assembly |
; A034262: a(n) = n^3 + n.
; 0,2,10,30,68,130,222,350,520,738,1010,1342,1740,2210,2758,3390,4112,4930,5850,6878,8020,9282,10670,12190,13848,15650,17602,19710,21980,24418,27030,29822,32800,35970,39338,42910,46692,50690,54910,59358,64040,68962,74130,79550,85228,91170,97382,103870,110640,117698,125050,132702,140660,148930... | 272.428571 | 1,849 | 0.852124 | [
"Apache-2.0"
] | jmorken/loda | programs/oeis/034/A034262.asm | 1,907 | Assembly |
; A021431: Decimal expansion of 1/427.
; Submitted by Jamie Morken(m2)
; 0,0,2,3,4,1,9,2,0,3,7,4,7,0,7,2,5,9,9,5,3,1,6,1,5,9,2,5,0,5,8,5,4,8,0,0,9,3,6,7,6,8,1,4,9,8,8,2,9,0,3,9,8,1,2,6,4,6,3,7,0,0,2,3,4,1,9,2,0,3,7,4,7,0,7,2,5,9,9,5,3,1,6,1,5,9,2,5,0,5,8,5,4,8,0,0,9,3,6
seq $0,83811 ; Numbers n such that 2n+1 is the d... | 45.5 | 199 | 0.593407 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/021/A021431.asm | 364 | Assembly |
; receiving data in 'dx'
; assume: dx = 0x1234
print_hex:
pusha
mov cx, 0 ; index variable
; get last char of 'dx' -> convert to ASCII
; '0' (ASCII 0x30) ...
; 'A' (ASCII 0x41) ...
; move ascii byte to correct poz
hex_loop:
cmp cx, 4 ; loop 4 times
je end
; convert last char of 'dx' to ASCII
... | 23.085106 | 78 | 0.613825 | [
"MIT"
] | cristicretu/CrtOS | 05_bootsector_functions_strings/boot_sect_print_hex.asm | 1,085 | Assembly |
###############################################################################
# Copyright 2019 Intel Corporation
# All Rights Reserved.
#
# If this software was obtained under the Intel Simplified Software License,
# the following terms apply:
#
# The source code, information and material ("Material") containe... | 25.220339 | 87 | 0.415457 | [
"Apache-2.0"
] | ymarkovitch/ipp-crypto | sources/ippcp/asm_intel64_gas_converted/linux/nonpic/m7/merged/pcpp224r1funcs_montas.asm | 22,320 | Assembly |
; void sp1_PutTilesInv(struct sp1_Rect *r, struct sp1_tp *src)
SECTION code_clib
SECTION code_temp_sp1
PUBLIC _sp1_PutTilesInv
EXTERN l0_sp1_PutTilesInv_callee
_sp1_PutTilesInv:
pop af
pop hl
pop de
push de
push hl
push af
jp l0_sp1_PutTilesInv_callee
| 13.47619 | 62 | 0.756184 | [
"BSD-2-Clause"
] | ByteProject/Puddle-BuildTools | FictionTools/z88dk/libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_PutTilesInv.asm | 283 | Assembly |
.STRUCT SLKS_DMA
Enable db
Bank db
SrcR dw
Src1 dw
Dst1 dw
Size1 dw
Src2 dw
Dst2 dw
Size2 dw
Src3 dw
Dst3 dw
Size3 dw
Src4 dw
Dst4 dw
Size4 dw
Func dw
dmat dw
.ENDST
.STRUCT SLKS_FADE
timer dw
brg db
phase db
vin db
vout db
.ENDST
.STRUCT SLKS_OAM
zorderadr dw
n1 db
n2 db
x dw
y dw
tile dw
ext ... | 8.817647 | 24 | 0.6998 | [
"MIT"
] | Kannagi/LKS | src/LKS/STRUCT.asm | 1,499 | Assembly |
; A163864: a(n) = 2*a(n-2) for n > 2; a(1) = 1, a(2) = 6.
; 1,6,2,12,4,24,8,48,16,96,32,192,64,384,128,768,256,1536,512,3072,1024,6144,2048,12288,4096,24576,8192,49152,16384,98304,32768,196608,65536,393216,131072,786432,262144,1572864,524288,3145728,1048576,6291456,2097152,12582912,4194304,25165824,8388608,50331648,167... | 77.571429 | 929 | 0.827808 | [
"Apache-2.0"
] | ckrause/cm | programs/oeis/163/A163864.asm | 1,086 | Assembly |
; Generated at 4/14/2019 1:59:47 AM
DebugStub_TracerEntry:
cli
Pushad
mov dword [DebugStub_PushAllPtr], ESP
mov dword [DebugStub_CallerEBP], EBP
mov EBP, ESP
add EBP, 0x20
mov EAX, dword [EBP]
add EBP, 0xC
mov dword [DebugStub_CallerESP], EBP
mov EBX, EAX
MOV EAX, DR6
and EAX, 0x4000
cmp EAX, 0x4000
JE near DebugStu... | 16.548387 | 40 | 0.80117 | [
"BSD-3-Clause"
] | CosmosOS/XSharp | playground/Gen1/TracerEntry.asm | 513 | Assembly |
; Copyright (c) 2018 M D
;
; This software is released under the MIT License.
; https://opensource.org/licenses/MIT
print_hex:
pusha
mov cx, 0
hex_loop:
cmp cx, 4
je end
mov ax, dx
and ax, 0x000f
add al, 0x30
cmp al, 0x39
jle step2
add al, 7
step2:
mov bx, HEX_OUT + 5
s... | 15.322581 | 50 | 0.581053 | [
"MIT"
] | great-coder/OS-Code | kernel/arch/x86/boot/print_hex.asm | 475 | Assembly |
lc r4, 0x7fffffff
lc r5, 0x00000101
ges r6, r4, r5
halt
#@expected values
#r4 = 0x7fffffff
#r5 = 0x00000101
#r6 = 0x00000001
#pc = -2147483628
#e0 = 0
#e1 = 0
#e2 = 0
#e3 = 0
| 12.0625 | 21 | 0.595855 | [
"BSD-3-Clause"
] | dellard/ant-architecture | Src/Ant32/Tests/ant32/comp/ges-null-super-comp-33.autotest.asm | 193 | Assembly |
! crt1.s for solaris 2.0.
! Copyright (C) 1992 Free Software Foundation, Inc.
! Written By David Vinayak Henkel-Wallace, June 1992
!
! This file is free software; you can redistribute it and/or modify it
! under the terms of the GNU General Public License as published by the
! Free Software Foundation; either ver... | 32.348837 | 78 | 0.721064 | [
"MIT"
] | VivekMaran27/How-to-install-SimpleScalar-on-Ubuntu | build/gcc-2.6.3/config/sparc/sol2-c1.asm | 2,782 | Assembly |
; A269554: Expansion of (3*x^2 + 244*x + 1)/(x^3 - 99*x^2 + 99*x - 1).
; Submitted by Christian Krause
; -1,-343,-33861,-3318283,-325158121,-31862177823,-3122168268781,-305940628162963,-29979059391701841,-2937641879758617703,-287858925156952833301,-28207237023501619046043,-2764021369378001713679161,-2708458869620206663... | 24.714286 | 256 | 0.703276 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/269/A269554.asm | 519 | Assembly |
; A008742: Molien series for 3-dimensional group [3,3 ]+ = 332.
; 1,0,1,1,2,1,4,2,5,4,7,5,10,7,12,10,15,12,19,15,22,19,26,22,31,26,35,31,40,35,46,40,51,46,57,51,64,57,70,64,77,70,85,77,92,85,100,92,109,100,117,109,126,117,136,126,145,136,155,145,166,155,176,166,187,176,199,187,210,199,222,210,235,222,247,235,260,247,27... | 138.222222 | 1,038 | 0.741158 | [
"Apache-2.0"
] | jmorken/loda | programs/oeis/008/A008742.asm | 1,244 | Assembly |
%include "io.inc"
extern scanf
section .data
v dd 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
input db "%d%d", 0
section .bss
last resd 1
first resd 1
section .text
sum:
push ebp
mov ebp, esp
xor eax, eax
mov ecx, [ebp + 12]
mov edi, [ebp + 8]
calculate_sum:
add eax, [edi + (ecx - 1) * ... | 12.704225 | 39 | 0.545455 | [
"MIT"
] | DanBrezeanu/IOCLA | Snippeturi/CB/1/pb2.asm | 902 | Assembly |
; unsigned char esx_m_drvapi(struct esx_drvapi *)
SECTION code_esxdos
PUBLIC _esx_m_drvapi_fastcall
EXTERN asm_esx_m_drvapi
defc _esx_m_drvapi_fastcall = asm_esx_m_drvapi
| 17.5 | 49 | 0.857143 | [
"BSD-2-Clause"
] | ByteProject/Puddle-BuildTools | FictionTools/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_ix/esx_m_drvapi_fastcall.asm | 175 | Assembly |
; A290112: Binary representation of the diagonal from the origin to the corner of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 643", based on the 5-celled von Neumann neighborhood.
; 1,11,101,1011,10111,101111,1011111,10111111,101111111,1011111111,10111111111,101111111111,10111111... | 47.333333 | 703 | 0.829225 | [
"Apache-2.0"
] | ckrause/cm | programs/oeis/290/A290112.asm | 1,136 | Assembly |
; A051740: Partial sums of A007584.
; 1,11,45,125,280,546,966,1590,2475,3685,5291,7371,10010,13300,17340,22236,28101,35055,43225,52745,63756,76406,90850,107250,125775,146601,169911,195895,224750,256680,291896,330616,373065,419475,470085,525141,584896,649610,719550,794990,876211,963501,1057155,1157475,1264770,1379356,15... | 45.285714 | 497 | 0.783912 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/051/A051740.asm | 634 | Assembly |
; program : PICTEST1.ASM
; date : OCT, 2020
; written by : ENES MERCAN
; scenerio : Turn on pins RB0, RB1, RB2, RB3
; purpose : using the 'W'orking register for w/r operations
;----------------------------------------------------------------------
; indicate what pic we're using to the complier
... | 29.183333 | 80 | 0.465448 | [
"MIT"
] | EnesMercan/PIC-MCU-Projects | PIC16-ASSEMBLY/6_blinkPortb.asm | 1,751 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1cf94, %rbp
nop
nop
nop
nop
add $16286, %r11
mov $0x6162636465666768, %r14
movq %r14, (%rbp)
nop
nop
nop
nop
xor $13521, %rdi
lea addresses_UC_ht+0x18e0a, %r8
sub $11810, %rd... | 35.083721 | 2,999 | 0.657431 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/AVXALIGN/_ht_/i3-7100_9_0xca_notsx.log_17353_1662.asm | 7,543 | Assembly |
SECTION "Map_4A34", ROM0[$B800]
Map_4A34_Header:
hdr_tileset 0
hdr_dimensions 11, 11
hdr_pointers_a Map_4A34_Blocks, Map_4A34_TextPointers
hdr_pointers_b Map_4A34_Script, Map_4A34_Objects
hdr_pointers_c Map_4A34_InitScript, Map_4A34_RAMScript
hdr_palette $06
... | 24.330769 | 63 | 0.618084 | [
"MIT"
] | stranck/fools2018-1 | savefile/maps/4A34_YetAnotherRoute.asm | 3,163 | Assembly |
; GDT
gdt_start:
gdt_null: ; the mandatory null descriptor
dd 0x0 ; ’dd’ means define double word (i.e. 4 bytes)
dd 0x0
gdt_code: ; the code segment descriptor
; base=0x0 , limit=0xfffff,
; 1st flags : (present)1 (privilege)00 (descriptor type)1 -> 1001b
; type flags : (code)1 (conforming)0 (readable)1 (accesse... | 39.085106 | 82 | 0.667937 | [
"MIT"
] | 100PXSquared/DerpiOS | bootsector/gdt.asm | 1,841 | Assembly |
; A125619: Minimal number of blocks in any uniform (n,3)-splitting system.
; Submitted by Jamie Morken(w2)
; 2,3,4,3,4,5,5,5,6,6,6,5,6,6
mul $0,2
mov $3,1
lpb $0
sub $0,1
div $0,2
add $1,2
sub $2,$3
mov $3,12
add $3,$0
div $3,2
mod $3,2
mul $3,$2
add $1,$3
add $2,1
lpe
mov $0,$1
div $0,2
add $0,2... | 13.956522 | 74 | 0.570093 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/125/A125619.asm | 321 | Assembly |
extern m7_ippsGFpECInitStd521r1:function
extern n8_ippsGFpECInitStd521r1:function
extern y8_ippsGFpECInitStd521r1:function
extern e9_ippsGFpECInitStd521r1:function
extern l9_ippsGFpECInitStd521r1:function
extern n0_ippsGFpECInitStd521r1:function
extern k0_ippsGFpECInitStd521r1:function
extern ippcpJumpIndexForMergedLib... | 30.282051 | 111 | 0.813717 | [
"Apache-2.0"
] | zyktrcn/ippcp | _build/dispatcher/jmp_ippsGFpECInitStd521r1_53252d21.asm | 1,181 | Assembly |
;*****************************************************************************
;*
;* Open Watcom Project
;*
;* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
;*
;* ========================================================================
;*
;* This file conta... | 59.47646 | 79 | 0.598885 | [
"BSD-2-Clause"
] | bofh453/libots | otsdivdat.asm | 63,164 | Assembly |
; int close(int fd)
SECTION code_clib
SECTION code_fcntl
PUBLIC close
EXTERN asm_close
defc close = asm_close
| 9.583333 | 22 | 0.782609 | [
"BSD-2-Clause"
] | ByteProject/Puddle-BuildTools | FictionTools/z88dk/libsrc/_DEVELOPMENT/fcntl/c/sccz80/close.asm | 115 | Assembly |
assume cs:code,ds:data
data segment
pa equ 20a0h
pb equ 20a1h
pc equ 20a2h
cr equ 20a3h
rowval db ?
colval db ?
scode db ?
data ends
code segment
start:
mov ax,data
mov ds,ax
mov dx,cr
mov al,90h
out dx,al
tryagain:
mov bl,01h
mov bh,03h
mov... | 15.059524 | 22 | 0.481423 | [
"MIT"
] | mvnsia/4th_Sem_Ise | 4rth-Sem-Ise/Microprocessors -X86-/hardware/keyboard.asm | 1,265 | Assembly |
;/** @file
; Low level x64 routines used by the debug support driver.
;
; Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution. ... | 35.128978 | 111 | 0.48498 | [
"MIT"
] | Axoosha/icebox | third_party/virtualbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/AsmFuncs.asm | 20,972 | Assembly |
; void *memswap(void *s1, void *s2, size_t n)
SECTION code_clib
SECTION code_string
PUBLIC _memswap
EXTERN asm_memswap
_memswap:
pop af
pop hl
pop de
pop bc
push bc
push de
push hl
push af
jp asm_memswap
| 10.208333 | 45 | 0.653061 | [
"BSD-2-Clause"
] | ByteProject/Puddle-BuildTools | FictionTools/z88dk/libsrc/_DEVELOPMENT/string/c/sdcc_ix/memswap.asm | 245 | Assembly |
;
; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved.
;
; 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... | 27.244444 | 86 | 0.709081 | [
"BSD-3-Clause"
] | HollowMan6/aocl-libm-ose | src/isa/avx2/masm/sinf_fma3.asm | 3,678 | Assembly |
; This file is generated from a similarly-named Perl script in the BoringSSL
; source tree. Do not edit by hand.
default rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
section .text code align=64
EXTERN GFp_ia32cap_P
global GFp_bn_mul_mont
ALIGN 16
GFp_bn_mul_mont:
mov QWORD[8+rsp],rdi ;WIN64 prologue
mov Q... | 15.677507 | 104 | 0.682757 | [
"Apache-2.0"
] | 10allday-kai/api-daemon | third-party/ring/pregenerated/tmp/x86_64-mont-nasm.asm | 23,140 | Assembly |
;Testname=br978756; Arguments=-Ox -felf64 -obr978756.o; Files=stdout stderr br978756.o
[bits 64]
MOVNTDQA xmm1, oword [rsi]
MOVLPD xmm2, qword [rdi]
MOVLPD xmm2, [rdi]
MOVLPD qword [rdi], xmm2
MOVLPD [rdi], xmm2
| 28.5 | 87 | 0.688596 | [
"BSD-2-Clause"
] | bitwiseworks/nasm-os2 | test/br978756.asm | 228 | Assembly |
#include "Platform.inc"
#include "FarCalls.inc"
#include "Lcd.inc"
#include "../../../../firmware/Platform/Lcd/Isr.inc"
#include "TestFixture.inc"
radix decimal
LcdFlagsAreAllClearedTest code
global testArrange
testArrange:
banksel TMR0
movf TMR0, W
banksel lcdFlags
movwf lcdFlags
testAct:
fcall initial... | 16.185185 | 64 | 0.73913 | [
"MIT"
] | pete-restall/Cluck2Sesame-Prototype | src/firmware-tests/Platform/Lcd/Initialisation/LcdFlagsAreAllClearedTest.asm | 437 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1a4d1, %rsi
lea addresses_WC_ht+0xcc2d, %rdi
nop
nop
nop
sub $56150, %r8
mov $49, %rcx
rep movsl
mfence
lea addresses_WT_ht+0x1db39, %r10
nop
nop
xor %rax, %rax
mov (%r10), %ecx
no... | 31.110672 | 2,999 | 0.647567 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_138.asm | 7,871 | Assembly |
BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; Add64RI8
mov rax, 0x2
;TEST_BEGIN_RECORDING
add rax, 0x7
;TEST_END_RECORDING
| 15.583333 | 25 | 0.743316 | [
"BSD-3-Clause"
] | 0xDEC0DE8/mcsema | mc-sema/validator/x86_64/tests/ADD64ri8.asm | 187 | Assembly |
10008a30: 8b 44 24 04 mov eax,DWORD PTR [esp+0x4]
10008a34: 8b 48 3c mov ecx,DWORD PTR [eax+0x3c]
10008a37: 03 c8 add ecx,eax
10008a39: 0f b7 41 14 movzx eax,WORD PTR [ecx+0x14]
10008a3d: 53 push ebx
10008a3e: 56 push e... | 46.159091 | 63 | 0.445593 | [
"Unlicense"
] | SamantazFox/dds140-reverse-engineering | library/02_functions_batch1/unknown_10008a30.asm | 2,031 | Assembly |
; A040755: Continued fraction for sqrt(783).
; 27,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54
mov $1,$0
cmp $0,0
sub $1,$0
gcd $1,2
add $1,25
add $0,$1
mul $0,$1
sub $0,675
| 26.25 | 189 | 0.603175 | [
"Apache-2.0"
] | ckrause/cm | programs/oeis/040/A040755.asm | 315 | Assembly |
<%
import collections
import pwnlib.abi
import pwnlib.constants
import pwnlib.shellcraft
import six
%>
<%docstring>kcmp(pid1, pid2, type, idx1, idx2) -> str
Invokes the syscall kcmp.
See 'man 2 kcmp' for more information.
Arguments:
pid1(pid_t): pid1
pid2(pid_t): pid2
type(int): type
idx1(unsigned): ... | 34.575472 | 87 | 0.632196 | [
"MIT"
] | 0x3c3e/pwntools | pwnlib/shellcraft/templates/common/linux/syscalls/kcmp.asm | 3,665 | Assembly |
_cat: file format elf32-i386
Disassembly of section .text:
00000000 <cat>:
char buf[512];
void
cat(int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 56 push %esi
4: 53 push %ebx
5: 83 ec 10 sub $... | 29.00965 | 60 | 0.415256 | [
"MIT-0"
] | jieun-cloud/xv6-file | cat.asm | 48,098 | Assembly |
; A055417: Number of points in N^n of norm <= 2.
; Submitted by Jamie Morken(s1)
; 1,3,6,11,20,36,63,106,171,265,396,573,806,1106,1485,1956,2533,3231,4066,5055,6216,7568,9131,10926,12975,15301,17928,20881,24186,27870,31961,36488,41481,46971,52990,59571,66748,74556,83031,92210,102131,112833,124356,136741,150030,164266,1... | 50.615385 | 500 | 0.779635 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/055/A055417.asm | 658 | Assembly |
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1987 - 1991
; * All Rights Reserved.
; */
PAGE ,132
;
;
; MS-DOS 5.00 - NLS Support - KEYB Command
;
; File Name: KEYBI2F.ASM
; ----------
;
... | 20.72549 | 72 | 0.641911 | [
"Apache-2.0"
] | minblock/msdos | cmd/keyb/keyb2/keybi2f.asm | 4,228 | Assembly |
;invalid instructions, should not be highlighted
cwdqo
fbst
fcmovnbu
fiaddp/fisubp
cmovnpo/cmovpos
fucomipp
fidivp/fidivrp
ficomip/ficompp
fimulp
fisubp/fisubrp
paddub/padduw
cvtsi2pi/cvtps2ps/cvtsi2si/cvtpi2pi/cvtss2ss/cvtss2ps/cvtss2pi/cvtpi2ss
cvttsi2si/cvttps2ps/cvttpi2pi
cvttdq2ps
pmovsxww
vmovbe
vmovdq2q/vmovq2dq... | 16.219512 | 71 | 0.882707 | [
"MIT"
] | 13xforever/x86-assembly-textmate-bundle | Tests/invalid.asm | 665 | Assembly |
; A017211: a(n) = (9*n + 4)^3.
; 64,2197,10648,29791,64000,117649,195112,300763,438976,614125,830584,1092727,1404928,1771561,2197000,2685619,3241792,3869893,4574296,5359375,6229504,7189057,8242408,9393931,10648000,12008989,13481272,15069223,16777216,18609625,20570824,22665187,24897088,27270901,29791000,32461759,3528755... | 79.285714 | 495 | 0.834234 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/017/A017211.asm | 555 | Assembly |
; A087059: Difference between 2*n^2 and the next greater square number.
; Submitted by Jamie Morken(s2)
; 2,1,7,4,14,9,2,16,7,25,14,1,23,8,34,17,47,28,7,41,18,56,31,4,46,17,63,32,82,49,14,68,31,89,50,9,71,28,94,49,2,72,23,97,46,124,71,16,98,41,127,68,7,97,34,128,63,161,94,25,127,56,162,89,14,124,47,161,82,1,119
add $0... | 26 | 208 | 0.644231 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/087/A087059.asm | 416 | Assembly |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2018 Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; * Redistributions of so... | 47.581395 | 121 | 0.727761 | [
"BSD-3-Clause"
] | Danliran/isa-l | mem/mem_multibinary.asm | 2,046 | Assembly |
Name: ys_chip0.asm
Type: file
Size: 368848
Last-Modified: '2016-05-13T04:51:40Z'
SHA-1: AB15B0F98DFD1820D600928F4575E2BCC8C26FA6
Description: null
| 21 | 47 | 0.816327 | [
"MIT"
] | prismotizm/gigaleak | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/chip/ys_chip0.asm | 147 | Assembly |
;;
;; Copyright (c) 2012-2018, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... | 29.032967 | 81 | 0.707166 | [
"BSD-3-Clause"
] | kevintraynor/intel-ipsec-mb | avx/mb_mgr_aes_xcbc_submit_avx.asm | 7,926 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x74f7, %rsi
lea addresses_UC_ht+0x15af7, %rdi
clflush (%rsi)
nop
dec %r14
mov $113, %rcx
rep movsq
nop
nop
cmp %rax, %rax
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r14
ret
.global s_faulty_load
s_fault... | 40.390977 | 2,999 | 0.655994 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/AVXALIGN/_st_zr_sm_/i7-7700_9_0xca_notsx.log_21829_1101.asm | 5,372 | Assembly |
; A279506: Total number of 1's in the binary expansion of A003418.
; Submitted by Jamie Morken(w4)
; 1,1,1,2,2,4,4,4,4,6,6,6,6,12,12,12,12,12,12,12,12,12,12,14,14,21,21,18,18,17,17,22,22,22,22,22,22,28,28,28,28,25,25,32,32,32,32,40,40,40,40,40,40,43,43,43,43,43,43,38,38,44,44,44,44,44,44,47,47,47,47,52,52,56,56,56,56,5... | 82.571429 | 288 | 0.6609 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/279/A279506.asm | 578 | Assembly |
include w2.inc
include noxport.inc
include consts.inc
include windows.inc
errNull equ 0
errDiv0 equ (errNull+7)
errVal equ (errDiv0+8)
errRef equ (errVal+8)
errName equ (errRef+6)
errNum equ (errName+7)
errNa equ (errNum+6)
errMax equ (errNa+5)
errNil equ errMax
createSeg tra... | 21.312189 | 72 | 0.654975 | [
"MIT"
] | lborgav/Historical-Source-Codes | Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/nattrans.asm | 17,135 | Assembly |
; non-NULL shellcode
BITS 64
global start
section .text
start:
; call execve(program, NULL)
xor rdx, rdx ; zero out RDX
push rdx ; push NULL on stack
mov rdi, 0x68732f6e69622f2f ; move "//bin/sh" string (reversed) to RDI
push rdi ; push rdi t... | 44.388889 | 93 | 0.525657 | [
"MIT"
] | a-rey/0xDEADBEEF | macOS/x86-64/execve/execve.asm | 799 | Assembly |
; A118304: Start with 25 and repeatedly reverse the digits and add 1 to get the next term.
; 25,53,36,64,47,75,58,86,69,97,80,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2
mov $2,$0
mov $... | 39.272727 | 212 | 0.613426 | [
"Apache-2.0"
] | ckrause/cm | programs/oeis/118/A118304.asm | 432 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xa3c7, %rsi
lea addresses_WT_ht+0x133c7, %rdi
nop
cmp $52334, %rax
mov $110, %rcx
rep movsq
nop
nop
nop
nop
nop
add %rdi, %rdi
lea addresses_UC_ht+0x3fc7, %rsi
lea addresses_WC... | 39.5 | 2,999 | 0.662173 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1157.asm | 6,083 | Assembly |
;*
;* CW : Character Windows
;*
;* csd_std.asm : standard defaults
;* (not machine specific)
ifndef ImodeGuessCurrentCsd_NonDefault
;*****************************************************************************
;********** ImodeGuessCurrentCsd **********
;* * CSD entry point (see documentation for interface)
cProc Im... | 22.544974 | 78 | 0.612532 | [
"Apache-2.0"
] | minblock/msdos | 45/beef/drv/csd/inc/csd_std.asm | 4,261 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x124f5, %rsi
lea addresses_normal_ht+0xd4f5, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
xor %r12, %r12
mov $71, %rcx
rep movsq
nop
cmp $46046, %r14
pop %rsi
pop %rdi
pop %rcx
pop %r14
pop %r12
ret
.glob... | 34.273224 | 2,999 | 0.654974 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_702.asm | 6,272 | Assembly |
.nds
.relativeinclude on
.erroronwarning on
; Fixes a vanilla bug where skipping the cutscene after you kill Death too quickly will prevent Death's boss death flag from being set.
; As a result of that bug the boss doors would relock after you exit the room, though Death himself wouldn't ever be fightable again.
.ope... | 27.285714 | 135 | 0.780105 | [
"MIT"
] | CgAu3/DSVEdit | asm/por_fix_death_softlock.asm | 382 | Assembly |
; A081245: Number of days in months in the Haab year of Mayan/Mesoamerican calendars.
; 20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,5,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,5,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,5
add $0,1
gcd $0,19
mov $1,2
bin $1,$0
div $1,2
mul $1,15
add $1... | 27.75 | 169 | 0.663664 | [
"Apache-2.0"
] | ckrause/cm | programs/oeis/081/A081245.asm | 333 | Assembly |
; A058038: a(n) = Fibonacci(2*n)*Fibonacci(2*n+2).
; 0,3,24,168,1155,7920,54288,372099,2550408,17480760,119814915,821223648,5628750624,38580030723,264431464440,1812440220360,12422650078083,85146110326224,583600122205488,4000054745112195,27416783093579880
lpb $0
sub $0,1
add $2,1
add $1,$2
add $2,$1
add $1,$2... | 28.083333 | 203 | 0.74184 | [
"Apache-2.0"
] | jmorken/loda | programs/oeis/058/A058038.asm | 337 | Assembly |
; A131398: 3*A007318 - A097806 - A000012.
; Submitted by Jon Maiga
; 1,1,1,2,4,1,2,8,7,1,2,11,17,10,1,2,14,29,29,13,1,2,17,44,59,44,16,1,2,20,62,104,104,62,19,1,2,23,83,167,209,167,83,22,1,2,26,107,251,377,377,251,107,25,1
lpb $0
add $2,1
sub $0,$2
lpe
mov $1,$2
bin $1,$0
add $0,1
bin $0,$2
mul $1,3
mov $2,0
bin $... | 18.631579 | 155 | 0.60452 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/131/A131398.asm | 354 | Assembly |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.