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 |
|---|---|---|---|---|
libsrc/msx/gen_get_vdp_reg.asm | meesokim/z88dk | 0 | 57395 | <filename>libsrc/msx/gen_get_vdp_reg.asm
;
; z88dk library: Generic VDP support code
;
; void get_vdp_reg(int reg)
;
;==============================================================
; Gets the value of a VDP register
;==============================================================
;
; $Id: gen_get_vdp_reg.asm,v 1.2 2015/... |
src/lab/lab1.asm | luishendrix92/lenguajezinterfaz | 0 | 57396 | ; 1 - Iterar una string en memoria y desplegar caracter por caracter
.Model small
.Stack 64
.Data
num db "123"
len equ $ - num ; Añadir (- 1) en caso de \r\n
.Code
MAIN PROC
mov ax,@Data
mov ds,ax
mov bx,offset num
mov cx,len
PRINT_CHAR:
mov dx,[bx]
mov ah,02h
int 21h
inc bx
dec... |
spec/tiles-common-shift-color-ram-even.spec.asm | c64lib/text | 1 | 57397 | #import "64spec/lib/64spec.asm"
#import "../lib/tiles-color-ram-shift.asm"
#import "common/lib/invoke-global.asm"
sfspec: init_spec()
describe("_shiftInterleavedLeft even")
it("shifts mem left by 1 from [0,0]"); {
c64lib_pushParamW(initialScreenData0)
c64lib_pushParamW(testScreenD... |
src/rng-z80bits8.asm | SzieberthAdam/gb-rngdemo | 1 | 57398 | ;* RNG-Z80BITS8
;* Copyright (c) 2019 <NAME>
;* 0BSD License (see LICENSE file for more info)
;* =============================================================================
;* ABSTRACT
;* =============================================================================
;* "This is a very simple linear congruential gen... |
coverage/IN_CTS/0480-COVERAGE-brw-fs-675-7158-7197-7285-7298-7343-7352-7386-7392-7404-7407-7534-8809-brw-shader-166-434-436-517/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 57399 | <filename>coverage/IN_CTS/0480-COVERAGE-brw-fs-675-7158-7197-7285-7298-7343-7352-7386-7392-7404-7407-7534-8809-brw-shader-166-434-436-517/work/variant/1_spirv_asm/shader.frag.asm
; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 465
; Schema: 0
OpCapability Shader
... |
Resolutions/Bayonetta2_Resolution/patch_aspect.asm | RedHalted/cemu_graphic_packs | 1 | 57400 | <filename>Resolutions/Bayonetta2_Resolution/patch_aspect.asm
[Bayo2USv0] #v5 asm
moduleMatches = 0xAF5D1A85
.origin = codecave all
_widthScaleRatio:
.float $width
_heightScaleRatio:
.float $height
_Cave:
lis r7, _widthScaleRatio@ha
lfs f13, _widthScaleRatio@l(r7)
lis r7, _heightScaleRatio@ha
lfs f31, _heightScale... |
source/main/evaluate/unary/unary.asm | paulscottrobson/6502-basic | 3 | 57402 | <gh_stars>1-10
; ************************************************************************************************
; ************************************************************************************************
;
; Name: unary.asm
; Purpose: Unary Routines
; Created: 26th February 2021
; Reviewed: 7th March 202... |
oeis/187/A187035.asm | neoneye/loda-programs | 11 | 57403 | <filename>oeis/187/A187035.asm
; A187035: Diagonal sums of number triangle A187034.
; Submitted by <NAME>(m3)
; 1,0,1,-1,1,-1,2,-1,2,-2,2,-2,3,-2,3,-3,3,-3,4,-3,4,-4,4,-4,5,-4,5,-5,5,-5,6,-5,6,-6,6,-6,7,-6,7,-7,7,-7,8,-7,8,-8,8,-8,9,-8,9,-9,9,-9,10,-9,10,-10,10,-10,11
add $0,4
mov $1,-2
bin $1,$0
add $1,1
div $1,6
mov... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1189.asm | ljhsiun2/medusa | 9 | 57404 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x12829, %r13
xor $33066, %rbp
mov (%r13), %r10d
nop
nop
cmp $60117, %rbp
lea addresses_WC_ht+0xd29, %rsi
lea addresses_A_ht+0xff29, %rdi
nop
nop... |
programs/oeis/184/A184585.asm | karttu/loda | 1 | 57405 | <filename>programs/oeis/184/A184585.asm
; A184585: floor[(n+1/3)(1+r)], where r=sqrt(5); complement of A184584.
; 2,4,6,7,9,11,13,15,16,18,20,22,24,25,27,29,31,33,34,36,38,40,42,44,45,47,49,51,53,54,56,58,60,62,63,65,67,69,71,72,74,76,78,80,82,83,85,87,89,91,92,94,96,98,100,101,103,105,107,109,110,112,114,116,118,119,1... |
libsrc/cpcmath/pi.asm | dex4er/deb-z88dk | 1 | 57406 | <reponame>dex4er/deb-z88dk<gh_stars>1-10
;
; CPC Maths Routines
;
; August 2003 **_|warp6|_** <kbaccam /at/ free.fr>
;
; $Id: pi.asm,v 1.2 2007/07/21 21:28:22 dom Exp $
;
INCLUDE "#cpcfirm.def"
INCLUDE "#cpcfp.def"
XLIB pi
XDEF pic
XREF fa
.pi ld hl,fa+1
call firmware
.pic defw CPCF... |
transformy/tables/gen/003e.asm | mborik/regression | 3 | 57407 | <gh_stars>1-10
xor a
ld hl, basescradr + #088a
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #0c75
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld d,a
ld e,a
ld (basescradr + #01d0), de... |
Sanity.asm | Ghazal-S/Project2 | 0 | 57408 | <gh_stars>0
_Sanity: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
}
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
b: 89 e5 ... |
Library/Impex/UI/uiManager.asm | steakknife/pcgeos | 504 | 57409 | <reponame>steakknife/pcgeos
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Impex/UI
FILE: UI/uiManager.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
jimmy 3/91 Initial ... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_586.asm | ljhsiun2/medusa | 9 | 57410 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x9669, %r8
nop
sub $11240, %r12
movl $0x61626364, (%r8)
nop
nop
nop
nop
dec %rsi
lea addresses_WT_ht+0x16efd, %r8
nop
nop
sub $23656, %rsi
mov $0x6162636465666768, %r11
movq %r1... |
programs/oeis/082/A082485.asm | jmorken/loda | 1 | 57411 | <filename>programs/oeis/082/A082485.asm
; A082485: Numbers n such that 1/(2-s(n)) is an integer where s(k)=sum(i=1,k,1/3^floor(sqrt(i))).
; 3,11,21,33,47,63,83,105,129,155,183,213,245,279,315,353,393,435,479,525,573,623,675,731,789,849,911,975,1041,1109,1179,1251,1325,1401,1479,1559,1641,1725,1811,1899,1989
mov $2,$0
... |
programs/oeis/165/A165145.asm | jmorken/loda | 1 | 57412 | ; A165145: Partial sums of A058183.
; 1,3,6,10,15,21,28,36,45,56,69,84,101,120,141,164,189,216,245,276,309,344,381,420,461,504,549,596,645,696,749,804,861,920,981,1044,1109,1176,1245,1316,1389,1464,1541,1620,1701,1784,1869,1956,2045,2136,2229,2324,2421
mov $2,$0
add $0,1
mov $1,$0
lpb $2
add $1,$2
add $3,$2
sub ... |
libsrc/_DEVELOPMENT/l/sccz80/8-gbz80/division16.asm | ahjelm/z88dk | 640 | 57413 | <gh_stars>100-1000
;--------------------------------------------------------------------------
; div.s
;
; Copyright (C) 2000, <NAME>
;
; This library 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; eithe... |
exercises/13_conditions.asm | Catherine22/Assembly | 0 | 57414 | <gh_stars>0
STDIN equ 0
STDOUT equ 1
SYS_EXIT equ 1
SYS_READ equ 3
SYS_WRITE equ 4
section .data
msg db "The largest digit is: "
len equ $- msg
num1 dd "57"
num2 dd "37"
num3 dd "97"
section .bss
largest resb 2
section .text
global main
main:
mov ecx, [num1]
c... |
oeis/255/A255765.asm | neoneye/loda-programs | 11 | 57415 | ; A255765: Partial sums of A255744.
; 1,11,21,111,121,211,301,1111,1121,1211,1301,2111,2201,3011,3821,11111,11121,11211,11301,12111,12201,13011,13821,21111,21201,22011,22821,30111,30921,38211,45501,111111,111121,111211,111301,112111,112201,113011,113821,121111,121201,122011,122821,130111,130921,138211,145501,211111,211... |
test/rv32f_test13.asm | kojad666/Vulcan | 102 | 57416 | <reponame>kojad666/Vulcan
addi x10, x0, 5
addi x11, x0, 10
addi x12, x0, -3
addi x13, x0, 4
addi x14, x0, 2
fcvt.s.w f0, x10
fcvt.s.w f1, x11
fcvt.s.w f2, x12
fcvt.s.w f3, x13
fcvt.s.w f4, x14
fmadd.s f5, f0, f1, f2
fnmadd.s f6, f0, f1, f2
fmsub.s f10, f3, f4, f0
|
programs/oeis/126/A126792.asm | neoneye/loda | 22 | 57417 | <reponame>neoneye/loda
; A126792: Removing the first, fourth, seventh, tenth ... term of the sequence yields the original sequence, augmented by 1.
; 0,1,2,1,3,2,2,4,3,1,3,5,3,4,2,2,4,6,2,4,5,4,3,3,3,5,7,1,3,5,3,6,5,5,4,4,3,4,6,4,8,2,2,4,6,2,4,7,4,6,6,6,5,5,2,4,5,4,7,5,5,9,3,4,3,5,3,7,3,3,5,8,3,5,7,5,7,7,7,6,6,1,3,5,3,... |
kernel/entry.asm | ddjohn/mordana | 0 | 57418 | <filename>kernel/entry.asm<gh_stars>0
BITS 32
CPU 386
EXTERN main
EXTERN printString
EXTERN printHex
EXTERN handleScanCode
cli
; Set up the PIC to send IRQs to the right offset
mov al, 0x11
out 0x20, al
out 0xA0, al
mov al, 0x70 ; IRQ 0-7 goes on this offset
out 0x21, al
mov al, 0x78 ; and IRQ 8-15 goes here
out 0x... |
programs/oeis/214/A214091.asm | neoneye/loda | 22 | 57419 | <filename>programs/oeis/214/A214091.asm
; A214091: a(n) = 3^n - 2^(n+2).
; -3,-5,-7,-5,17,115,473,1675,5537,17635,54953,168955,515057,1561555,4717433,14217835,42784577,128615875,386371913,1160164315,3482590097,10451964595,31364282393,94109624395,282362427617,847154391715,2541597392873,7625060614075,22875718713137,68628... |
libsrc/math/mbf32/c/sccz80/ldexp.asm | ahjelm/z88dk | 640 | 57420 | <reponame>ahjelm/z88dk
SECTION code_fp_mbf32
PUBLIC ldexp
; float ldexpf (float x, int16_t pw2)
ldexp:
ld hl,2
add hl,sp
ld c,(hl) ;pw2
ld hl,7
add hl,sp ;exponent
ld a,(hl)
and a
jr z,skip
add c
skip:
ld d,a
dec hl
... |
programs/oeis/021/A021361.asm | neoneye/loda | 22 | 57421 | ; A021361: Decimal expansion of 1/357.
; 0,0,2,8,0,1,1,2,0,4,4,8,1,7,9,2,7,1,7,0,8,6,8,3,4,7,3,3,8,9,3,5,5,7,4,2,2,9,6,9,1,8,7,6,7,5,0,7,0,0,2,8,0,1,1,2,0,4,4,8,1,7,9,2,7,1,7,0,8,6,8,3,4,7,3,3,8,9,3,5,5,7,4,2,2,9,6,9,1,8,7,6,7,5,0,7,0,0,2
add $0,1
mov $1,10
pow $1,$0
sub $1,6
mul $1,6
div $1,17
add $1,4
div $1,126
mod... |
oeis/097/A097454.asm | neoneye/loda-programs | 11 | 57422 | ; A097454: a(n) = (number of nonprimes <= n) - (number of primes <= n).
; Submitted by <NAME>(s4)
; 1,0,-1,0,-1,0,-1,0,1,2,1,2,1,2,3,4,3,4,3,4,5,6,5,6,7,8,9,10,9,10,9,10,11,12,13,14,13,14,15,16,15,16,15,16,17,18,17,18,19,20,21,22,21,22,23,24,25,26,25,26,25,26,27,28,29,30,29,30,31,32,31,32,31,32,33,34,35,36,35,36,37,38,... |
net/mcast/pgm/sys/i386/xsumw2k.asm | npocmaka/Windows-Server-2003 | 17 | 57423 | <reponame>npocmaka/Windows-Server-2003
title "Compute Checksum"
;/*++
;
; Copyright (c) 1992 Microsoft Corporation
;
; Module Name:
;
; cksy.asm
;
; Abstract:
;
; This module implements a function to compute the checksum of a buffer.
;
; Author:
;
; <NAME> (davec) 27-Jan-1992
;
; R... |
cpu/corrupted_stop_sound/main.asm | AntonioND/gbc-hw-tests | 6 | 57424 | <filename>cpu/corrupted_stop_sound/main.asm
INCLUDE "hardware.inc"
INCLUDE "header.inc"
SECTION "Main",HOME
;--------------------------------------------------------------------------
;- Main() -
;-----------------------------------------------------... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_6381_1527.asm | ljhsiun2/medusa | 9 | 57425 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x14c2c, %rsi
lea addresses_UC_ht+0x8cc, %rdi
clflush (%rdi)
add %rax, %rax
mov $100, %rcx
rep movsb
nop
nop
and %rbp, %rbp
lea addresses_UC_ht+0x36cc, %rsi
lea addresses... |
src/kernel/process.asm | Nax/Fragments | 2 | 57426 | <filename>src/kernel/process.asm
;
; Copyright (c) 2019, <NAME>
; 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
;... |
test/link/extrn6/module1.asm | nigelperks/BasicAssembler | 0 | 57427 | IDEAL
ASSUME CS:SEG1
SEGMENT SEG1 PUBLIC
ORG 100h
start:
int 20h
ENDS SEG1
PUBLIC start
GROUP GROUP1 SEG1
END start
|
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_fmod_callee.asm | meesokim/z88dk | 0 | 57428 |
; float fmod(float x, float y) __z88dk_callee
SECTION code_fp_math48
PUBLIC cm48_sdcciy_fmod_callee, l0_cm48_sdcciy_fmod_callee
EXTERN am48_fmod, cm48_sdcciyp_dcallee2, cm48_sdcciyp_m482d
cm48_sdcciy_fmod_callee:
call cm48_sdcciyp_dcallee2
; AC'= y
; AC = x
l0_cm48_sdcciy_fmod_callee:
exx
... |
commands/charset.asm | alexbelm48/AtieDOS | 33 | 57429 | <reponame>alexbelm48/AtieDOS
; AtieDOS 2.10 Charset Command
; Copyright (c) 2020 AtieSoftware.
; See LICENSE in root folder
command_charset:
call os_command_init
.ss1:
mov ax, 0x03
int 10h
mov ax, 0xb800
mov ds, ax
mov es, ax
cld
mov di, 0x0020
mov cx, 16
mov ax, 0x0700... |
libsrc/target/m100/stdio/fputc_cons.asm | ahjelm/z88dk | 640 | 57430 | <filename>libsrc/target/m100/stdio/fputc_cons.asm
;
; TRS 80 Model 100 C Library
;
; Print character to the screen
;
; <NAME> - Feb 2020
; <NAME> - Nov 2020
;
; $Id: fputc_cons.asm$
;
; Prints at cooards from 4020-4021
SECTION code_clib
PUBLIC fputc_cons_native
PUBLIC _fputc_cons_native
INCLUDE "target/m... |
src/exec/deploy.asm | szapp/Ninja | 17 | 57431 | ; Executive code for deploying the ninjas
global deploy_music_ninja
deploy_music_ninja:
resetStackoffset g1g2(0xD8,0xC8)
pusha
push ninja_injectSrc
push NINJA_PATH_MUSIC
mov eax, DWORD [zCMusicSys_DirectMusic__musicParser]
push eax
call ninja_armParse... |
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_21829_1844.asm | ljhsiun2/medusa | 9 | 57432 | <filename>Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_21829_1844.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x13eec, %rsi
lea addresses_D_ht+0x4bfc, %rdi
clflush (%rsi)
xor %r10, %r1... |
data/pokemon/dex_entries/skiploom.asm | AtmaBuster/pokeplat-gen2 | 6 | 57434 | db "COTTONWEED@" ; species name
db "As soon as it"
next "rains, it closes"
next "its flower and"
page "hides in the shade"
next "of a tree to avoid"
next "getting wet.@"
|
Layer2Graphics/asm_l2_scannner_line.asm | ped7g/EliteNext | 9 | 57435 | ; "l2_draw_scan_line bc=rowcol, de=col2,color)
l2_draw_scan_line: push bc,,de
ld d,3
call l2_draw_horz_line
pop bc,,de
.testy1lty2: ld a,c
cp d
jr nc, .calclinelen
.... |
util/gut/mkjbl.asm | olifink/smsqe | 0 | 57436 | ; Make a list of Jobs V0.04 1988 J.R.Oakley QJUMP
; 1989 <NAME>
section gen_util
*
include 'dev8_keys_chn'
include 'dev8_keys_err'
include 'dev8_keys_k'
include 'dev8_keys_sys'
include 'dev8_keys_con'
... |
reference_asm/vram_extra_offsets.asm | tashiww/maten_tools | 1 | 57437 | ; ########################################################################################
; # Generated by the active disassembly feature of the Exodus emulation platform
; #
; # Creation Date: 2020-11-25 23:38:26
; # Analysis Region: 0x000038BE - 0x000038DE
; ########################################################... |
Appl/Art/Decks/GeoDeck/CGAGeoback.asm | steakknife/pcgeos | 504 | 57438 | <reponame>steakknife/pcgeos
CGAGeoback label byte
word C_BLACK
Bitmap <67,41,BMC_PACKBITS,BMF_MONO>
db 0xf8, 0x00
db 0x00, 0x3f, 0xfa, 0xff, 0x00, 0xc0
db 0x00, 0x7f, 0xfa, 0xff, 0x00, 0xc0
db 0x00, 0x7f, 0xfa, 0xff, 0x00, 0xc0
db 0x00, 0x7f, 0xfa, 0xff, 0x00, 0xc0
db 0x00, 0x7f, 0xfa, 0xff, 0x00, 0xc0
... |
programs/oeis/092/A092807.asm | jmorken/loda | 1 | 57439 | <reponame>jmorken/loda
; A092807: Expansion of (1-6*x+4*x^2)/((1-2*x)*(1-6*x)).
; 1,2,8,40,224,1312,7808,46720,280064,1679872,10078208,60467200,362799104,2176786432,13060702208,78364180480,470185017344,2821109972992,16926659575808,101559956930560,609359740534784
mov $26,$0
mov $28,$0
add $28,1
lpb $28
clr $0,26
mo... |
assembly/player/player_z_load.asm | aBARICHELLO/minininjas-noclip | 0 | 57440 | <reponame>aBARICHELLO/minininjas-noclip
[ENABLE]
aobscanmodule(INJECT,ninja.exe,D9 5F 28 D9 44 24 0C) // should be unique
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
fstp st(0)
fld dword ptr [esp+0C]
jmp return
INJECT:
jmp newmem
nop
nop
return:
registersymbol(INJECT... |
CS61/cs61_assignments/assignment-1-Kuzame/assn1.asm | Kuzame/CS61 | 1 | 57441 | ;=================================================
; Name: <NAME>
; Login: aharm002
; Email: <EMAIL>
;
; Assignment name: Assignment 1
; Lab section: 24
; TA: <NAME>
;
; I hereby certify that I have not received assistance on this assignment,
; or used code, from ANY outside source other than the instructio... |
code.asm | yolomachine/PotatoCompiler | 0 | 57442 | include G:\masm32\include\masm32rt.inc
.xmm
.const
__@strfmti db 37,100,32,0
__@strfmtiln db 37,100,32,10,0
.code
__@function0:
enter 12, 1
lea eax, dword ptr [ebp - 4]
push eax
push 12345
push 42
pop ebx
pop eax
sub eax, ebx
push eax
pop eax
pop ebx
mov dword ptr [ebx], eax
lea eax, dword ptr ... |
src/asmdemos/hello1.asm | helvm/fungus | 1 | 57444 | <reponame>helvm/fungus<filename>src/asmdemos/hello1.asm<gh_stars>1-10
.ENTRY .+(0,1) .ORG (2,0)
GOE LI $3, 'H' SMR.x $3, #1 GOS
GOS NOP NOP GOW
GOE LI $3, 'e' SMR.x $3, #1 GOS
GOS NOP NOP GOW
GOE LI $3, 'l' SMR.x $3, #1 GOS
GOS NOP N... |
Miei-sorgenti/new/Quinta lezione/Versione 2/Elaboratore/main.asm | DigiOhhh/LabArchitettura2-2017-2018 | 1 | 57446 | <reponame>DigiOhhh/LabArchitettura2-2017-2018
# Si scriva poi il main dove:
# vengono chiesti all’utente operandi e operatore;
# il risultato dell’operazione è mostrato a terminale.
.data
string1: .asciiz "Inserisci un intero: "
string2: .asciiz "Inserisci l'operatore\n(+ : 0, - : 1, * = 2, / = 3): "
string3... |
danagy/print_bin.asm | DW0RKiN/Floating-point-Library-for-Z80 | 12 | 57448 | if not defined PRINT_BIN
; Input: HL
; Output: "+(2^+exp)*1.mant issa"
; Pollutes: nothing
PRINT_BIN:
PUSH AF ; 1:11
PUSH BC ; 1:11
PUSH DE ; 1:11
PUSH HL ; 1:11
LD A, H ... |
programs/oeis/120/A120718.asm | karttu/loda | 0 | 57452 | ; A120718: Expansion of 3*x/(1 - 2*x^2 - 2*x + x^3).
; 0,3,6,18,45,120,312,819,2142,5610,14685,38448,100656,263523,689910,1806210,4728717,12379944,32411112,84853395,222149070,581593818,1522632381,3986303328,10436277600,27322529475,71531310822,187271402994,490282898157,1283577291480,3360448976280,8797769637363,230328599... |
oeis/040/A040764.asm | neoneye/loda-programs | 11 | 57453 | ; A040764: Continued fraction for sqrt(793).
; Submitted by <NAME>
; 28,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6,56,6,4,6
seq $0,40282 ; Continued fraction for sqrt(300).
dif $0,4
mul... |
src/upcore/src/cfenv/msvc/x86_64/feupdateenv.x64.asm | upcaste/upcaste | 1 | 57454 | <gh_stars>1-10
;;
;; Upcaste Performance Libraries
;; Copyright (C) 2012-2013 <NAME>
;;
;; Permission is hereby granted, free of charge, to any person obtaining
;; a copy of this software and associated documentation files (the
;; "Software"), to deal in the Software without restriction, including
;; without lim... |
src/third_party/nasm/test/br3174983.asm | Mr-Sheep/naiveproxy | 2,219 | 57455 | ;Testname=unoptimized; Arguments=-O0 -fbin -obr3174983.bin; Files=stdout stderr br3174983.bin
;Testname=optimized; Arguments=-Ox -fbin -obr3174983.bin; Files=stdout stderr br3174983.bin
bits 32
vpextrw ecx,xmm0,8 ; c5 f9 c5 c8 08
vpextrw ecx,xmm2,3 ; c5 f9 c5 ca 03
bits 64
vpextrw rcx,xmm0,8 ; c5 f9 c5 c8 08
|
programs/oeis/307/A307182.asm | jmorken/loda | 1 | 57456 | <reponame>jmorken/loda
; A307182: Crossing number of the n-crown graph (conjectured).
; 0,0,0,0,4,12,36,72,144,240,400,600,900,1260,1764,2352,3136,4032,5184,6480,8100,9900,12100,14520,17424,20592,24336,28392,33124,38220,44100,50400,57600,65280,73984,83232,93636,104652,116964,129960,144400,159600,176400,194040
lpb $0
... |
touch.asm | FeinardSlim/FP_SISOP20_C02 | 0 | 57457 | <gh_stars>0
_touch: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "user.h"
#include "fcntl.h"
#include "fs.h"
int main(int argc, char *argv[]){
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pus... |
oeis/292/A292209.asm | neoneye/loda-programs | 11 | 57458 | <gh_stars>10-100
; A292209: Number of cliques in the n-Menger sponge graph.
; Submitted by <NAME>
; 45,1073,22977,471809,9534465,191475713,3835805697,76766445569,1535731564545,30717852516353,614382820130817,12287862561046529,245758900488372225,4915191203906977793,98303929631255822337,1966079437050046578689
add $0,1
mo... |
_maps/obj5F.asm | NatsumiFox/AMPS-Sonic-1-2005 | 2 | 57459 | <reponame>NatsumiFox/AMPS-Sonic-1-2005<gh_stars>1-10
; ---------------------------------------------------------------------------
; Sprite mappings - walking bomb enemy (SLZ, SBZ)
; ---------------------------------------------------------------------------
dc.w byte_11C40-Map_obj5F, byte_11C50-Map_obj5F
dc.w byte... |
cards/bn4/ModCards/134-E014 TripleSupporter 12 (0B).asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 57460 | .include "defaults_mod.asm"
table_file_jp equ "exe4-utf8.tbl"
table_file_en equ "bn4-utf8.tbl"
game_code_len equ 3
game_code equ 0x4234574A // B4WJ
game_code_2 equ 0x42345745 // B4WE
game_code_3 equ 0x42345750 // B4WP
card_type equ 1
card_id equ 74
card_no equ "074"
card_sub equ "Mod Card 074"
card_sub_x ... |
audio/music/pokemonlullaby.asm | Dev727/ancientplatinum | 28 | 57461 | <gh_stars>10-100
Music_PokemonLullaby:
musicheader 3, 1, Music_PokemonLullaby_Ch1
musicheader 1, 2, Music_PokemonLullaby_Ch2
musicheader 1, 3, Music_PokemonLullaby_Ch3
Music_PokemonLullaby_Ch1:
tempo 224
volume $77
dutycycle $3
tone $0001
Music_PokemonLullaby_branch_f6d8c:
notetype $c, $a7
octave 3
note G_, ... |
bahamut/source/constants.asm | higan-emu/bahamut-lagoon-translation-kit | 2 | 57462 | <reponame>higan-emu/bahamut-lagoon-translation-kit<filename>bahamut/source/constants.asm
namespace command {
constant base = $f0 //$f0-$ff
constant break = $fe //$fe-$ff
constant styleNormal = $f0
constant styleItalic = $f1 //8x11 font
constant styleTiny = $f1 // 8x8 font
constant colorNormal = $f2
... |
gimbaltest/pwm_test.asm | cactorium/UCFBrainStuff | 0 | 57464 | <filename>gimbaltest/pwm_test.asm
.include "msp430x2xx.inc"
CALBC1_16MHZ equ 0x10F9 ; address where the clock calibration data's stored
CALDCO_16MHZ equ 0x10F8 ; address where the clock calibration data's stored
GIE equ 0x08
TA0CTL equ 0x0160
TA0CCTL0 equ 0x162
TA0CCR0 equ 0x0172
TA0CCTL1 equ 0x164
TA0CCR1 equ 0x01... |
net/testdata/Png4BitIndexed.dll.asm | lillobillo/completion | 300 | 57465 | <reponame>lillobillo/completion
ModuleRow
&{Generation:0 Name:Png4BitIndexed.dll Mvid:DC74EA34-D62F-4136-93BF-797DF4217B8E EncId:nil EncBaseId:nil}
TypeRefRow
&{ResolutionScope:AssemblyRefRow[1] TypeName:Object TypeNamespace:System}
&{ResolutionScope:AssemblyRefRow[1] TypeName:ArgumentOutOfRangeException TypeNamespa... |
forth.asm | abassouk/simple-forth | 3 | 57466 | <reponame>abassouk/simple-forth<gh_stars>1-10
opt i+,w+
incdir "df0:assembler_headers/"
include "exec/types.i"
include "exec/funcdef.i"
include "exec/exec_lib.i"
include "exec/memory.i"
include "exec/tasks.i"
include "libraries/dos_lib.i"
include "LIbraries/dos.i"
xref _DOSBase
xref _exit
xref _stdin
xre... |
maps/Route2Gate.asm | Dev727/ancientplatinum | 28 | 57467 | object_const_def ; object_event constants
const ROUTE2GATE_SCIENTIST
Route2Gate_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
Route2GateScientistScript:
jumptextfaceplayer Route2GateScientistText
Route2GateScientistText:
text "Are you <PLAY_G>?"
para "I work as PROF."
line "OAK's AIDE."
para "I had n... |
oeis/106/A106409.asm | neoneye/loda-programs | 11 | 57470 | <gh_stars>10-100
; A106409: n XOR (greatest proper divisor of n).
; Coded manually 2021-09-25 by <NAME>, https://github.com/neoneye
; 0,3,2,6,4,5,6,12,10,15,10,10,12,9,10,24,16,27,18,30,18,29,22,20,28,23,18,18,28,17,30,48,42,51,36,54,36,53,42,60
mov $5,$0
add $0,1 ; Adjust offset=1
seq $5,32742 ; a(1) = 1; for n > 1, ... |
programs/oeis/211/A211466.asm | jmorken/loda | 1 | 57471 | <reponame>jmorken/loda
; A211466: Number of (n+1) X (n+1) -8..8 symmetric matrices with every 2 X 2 subblock having sum zero and one or two distinct values.
; 25,33,45,65,97,149,233,369,589,945,1521,2453,3961,6401,10349,16737,27073,43797,70857,114641,185485,300113,485585,785685,1271257,2056929,3328173,5385089,8713249,1... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_990.asm | ljhsiun2/medusa | 9 | 57472 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1e52f, %r10
nop
nop
nop
nop
nop
dec %rbp
and $0xffffffffffffffc0, %r10
movntdqa (%r10), %xmm2
vpextrq $0, %xmm2, %r13
nop
nop
nop
nop
nop
add $41088, %r10
lea addresses_WT_ht+0xcaed, %... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1795.asm | ljhsiun2/medusa | 9 | 57474 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x8096, %rsi
lea addresses_normal_ht+0x1a8b6, %rdi
nop
nop
nop
nop
sub $54714, %r10
mov $63, %rcx
rep movsl
nop
nop
xor $19376, %rcx
lea addresses_UC_ht+0xc0b6, ... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1215.asm | ljhsiun2/medusa | 9 | 57475 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xd258, %r8
nop
add $7608, %r12
mov $0x6162636465666768, %r15
movq %r15, %xmm4
and $0xffffffffffffffc0, %r8
vmovntdq %ymm4, (%r8)
nop
inc %r8
lea addresses_WT_ht+... |
Working Disassembly/Levels/Misc/Map - Tension Bridge.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 0 | 57476 | <gh_stars>0
dc.w word_38FF6-Map_TensionBridge
dc.w word_38FFE-Map_TensionBridge
word_38FF6: dc.w 1 ; DATA XREF: ROM:00038FF2o
dc.b $F8, 5, 0, 4, $FF, $F8
word_38FFE: dc.w 1 ; DATA XREF: ROM:00038FF2o
dc.b $F8, 5, 0, 0, $FF, $F8
|
programs/oeis/049/A049760.asm | neoneye/loda | 22 | 57477 | <reponame>neoneye/loda
; A049760: a(n) = Sum_{k=1..n} T(n,k), array T as in A049759.
; 0,0,1,1,3,1,8,10,11,12,13,13,31,37,31,41,42,47,58,60,82,86,95,76,125,123,140,103,115,134,188,229,235,213,186,239,264,283,244,243,263,342,369,430,387,407,473,413,446,489,522,492,558,570,569,547,692,645,693,626,847,805,801,785,825,863,... |
data/battle/ai/stall_moves.asm | Dev727/ancientplatinum | 6 | 57478 | ; AI_OPPORTUNIST discourages these moves
; when the player's HP is low.
StallMoves:
dw SWORDS_DANCE
dw TAIL_WHIP
dw LEER
dw GROWL
dw DISABLE
dw MIST
dw COUNTER
dw LEECH_SEED
dw GROWTH
dw STRING_SHOT
dw MEDITATE
dw AGILITY
dw RAGE
dw MIMIC
dw SCREECH
dw HARDEN
dw WITHDRAW
dw DEFENSE_CURL
dw BARRIER
... |
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/ftog_callee.asm | meesokim/z88dk | 0 | 57479 |
; size_t ftog(float x, char *buf, uint16_t prec, uint16_t flag)
SECTION code_stdlib
PUBLIC _ftog_callee
EXTERN _dtog_callee
defc _ftog_callee = _dtog_callee
|
src/asm/blt.asm | DNS-OARC/pplib | 1 | 57480 | <filename>src/asm/blt.asm
;###############################################################################
;# This file is part of "Patrick's Programming Library", Version 7 (PPL7).
;# Web: http://www.pfp.de/ppl/
;#
;# $Author$
;# $Revision$
;# $Date$
;# $Id$
;#
;########################################################... |
src/util/oli/qdos/prior.asm | olifink/qspread | 0 | 57481 | <filename>src/util/oli/qdos/prior.asm
; Set priority of current job
section utility
xdef ut_prior
include win1_keys_qdos_sms
;+++
; Set priority of current job
;
; Entry Exit
; d0 priority smashed
;
; Error ret... |
LagTest/Z80/cmd01.asm | neogeodev/NGAcidTests | 6 | 57482 | Command_01:
di ; Freeze in RAM
xor a
out ($0C),a ; Clear reply
out ($00),a ; Clear command
ld hl,$FFFD
ld (hl),$C3 ; JP opcode
ld ($FFFE),hl ; JP $FFFD
ld a,1
out ($0C),a ; Reply
jp $FFFD
|
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_resize_callee.asm | teknoplop/z88dk | 8 | 57483 |
; int w_vector_resize(w_vector_t *v, size_t n)
SECTION code_clib
SECTION code_adt_w_vector
PUBLIC w_vector_resize_callee
EXTERN asm_w_vector_resize
w_vector_resize_callee:
pop hl
pop de
ex (sp),hl
jp asm_w_vector_resize
|
video.asm | lestersantos/Assembly2019 | 0 | 57484 | ;========================== MACROS MODO GRAFICO ===================================
;---------REGRESAR AL MODO DE TEXTO------------------
ModoTexto macro
;Regresar a modo texto
mov ax,0003h
int 10h
mov ax,@data
mov ds,ax
endm
;--------MODO GRAFICO-------------------
ModoGrafico macro
;Iniciacion de modo video
... |
oeis/027/A027758.asm | neoneye/loda-programs | 11 | 57485 | <filename>oeis/027/A027758.asm
; A027758: Primes of the form k^2 + k + 9.
; Submitted by <NAME>(w4)
; 11,29,191,281,389,659,821,1901,2459,3089,5861,6329,7841,11351,14051,14771,19469,21179,22961,23879,30809,36299,42239,43481,44741,55469,56891,64271,67349,72101,73721,90911,96419,137279,139511
mov $1,2
mov $2,332203
mov ... |
oeis/078/A078608.asm | neoneye/loda-programs | 11 | 57486 | <filename>oeis/078/A078608.asm
; A078608: a(n) = ceiling( 2/(2^(1/n)-1)).
; Submitted by <NAME>
; 2,5,8,11,14,17,20,23,25,28,31,34,37,40,43,46,49,51,54,57,60,63,66,69,72,75,77,80,83,86,89,92,95,98,100,103,106,109,112,115,118,121,124,126,129,132,135,138,141,144,147,150,152,155,158,161,164,167,170,173,176,178,181,184,187... |
programs/oeis/057/A057570.asm | neoneye/loda | 22 | 57487 | ; A057570: Numbers of the form n*(7n+-1)/2.
; 0,3,4,13,15,30,33,54,58,85,90,123,129,168,175,220,228,279,288,345,355,418,429,498,510,585,598,679,693,780,795,888,904,1003,1020,1125,1143,1254,1273,1390,1410,1533,1554,1683,1705,1840,1863,2004,2028,2175,2200,2353,2379,2538,2565,2730,2758,2929,2958,3135,3165,3348,3379,3568,3... |
03. 8086/06. Factors of Number.asm | nitrece/microprocessor-laboratory | 0 | 57489 | ; Q 6> Given a 16bit number determine all its factors from
; 0 to 9
SW 2000h
[2000h] = 00D2h ; A = 210
[2002h] = 2004h ; Address to Factors Array F[]
.
A
1000h
mov cx, 0000h
mov bx, 0001h
mov di, [2002h]
add di, 0002h
loop_label:
mov dx, 0000h
mov ax, [2000h]
div bx
or dx, ... |
Tiny_final/tiny.asm | TAbdiukov/noExec | 0 | 57490 | <reponame>TAbdiukov/noExec<gh_stars>0
; tiny.asm
BITS 32
;
; MZ header
;
; The only two fields that matter are e_magic and e_lfanew
mzhdr:
dw "MZ" ; e_magic
dw 0 ; e_cblp UNUSED
;
; PE signature
;
pesig:
dd "PE" ; e_cp UNUSED ; PE signature
; e_crlc UNUSE... |
oam.asm | adamsmasher/bustfree | 0 | 57492 | SECTION "ShadowOAM", WRAM0, ALIGN[8]
ShadowOAM:: DS 4 * 40
SECTION "OAM", ROM0
OAMDMACode:
LOAD "OAMDMA code", HRAM
OAMDMA:: LD A, HIGH(ShadowOAM)
LDH [$46], A
LD A, $28
.wait DEC A
JR NZ, .wait
RET
.end
ENDL
ClearOAM:: XOR A
LD HL, ShadowOAM
... |
oeis/253/A253475.asm | neoneye/loda-programs | 11 | 57493 | ; A253475: Indices of centered square numbers (A001844) which are also centered hexagonal numbers (A003215).
; Submitted by <NAME>
; 1,6,55,540,5341,52866,523315,5180280,51279481,507614526,5024865775,49741043220,492385566421,4874114620986,48248760643435,477613491813360,4727886157490161,46801248083088246,463284594673392... |
Ch23/02.Kernel64/Source/ISR.asm | ybjeon01/my-operating-system-programming-skills | 0 | 57494 | <reponame>ybjeon01/my-operating-system-programming-skills<gh_stars>0
;; Every ISR pass a exception/interrupt number parameter to C code and
;; some ISRs pass error number too
[BITS 64]
SECTION .text
extern kCommonExceptionHandler, kCommonInterruptHandler, kKeyboardHandler
extern kTimerHandler, kDeviceNotAvailableHan... |
bootloader/ata.asm | sudoamin/mars-os | 3 | 57495 | ata_lba_read:
mov ebx, eax, ; Backup the LBA
; Send the highest 8 bits of the lba to hard disk controller
shr eax, 24
or eax, 0xE0 ; Select the master drive
mov dx, 0x1F6
out dx, al
; Finished sending the highest 8 bits of the lba
; Send the total sectors to read
mov eax, ecx
m... |
src/BreathOfTheWild/Mods/ControllerLayout/patch_XboxImageReplacement.asm | UltraDragonZord/cemu_graphic_packs | 1,002 | 57496 | <reponame>UltraDragonZord/cemu_graphic_packs<filename>src/BreathOfTheWild/Mods/ControllerLayout/patch_XboxImageReplacement.asm
[BotW_XboxImageReplacement_V208]
moduleMatches = 0x6267BFD0
.origin = codecave
str_Nt_KeyTexA_00_d:
.string "Nt_KeyTexA_00^d.bflim"
str_Nt_KeyTexB_00_d:
.string "Nt_KeyTexB_00^d.bflim"
str_Nt... |
oeis/296/A296770.asm | neoneye/loda-programs | 11 | 57497 | <reponame>neoneye/loda-programs<filename>oeis/296/A296770.asm<gh_stars>10-100
; A296770: Row sums of A050158.
; Submitted by <NAME>
; 1,5,24,111,500,2210,9632,41531,177564,754014,3184016,13382710,56026984,233765636,972504704,4035441491,16707488684,69033916166,284733161264,1172510645666,4821324991064,19799091571676,8120... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_937.asm | ljhsiun2/medusa | 9 | 57498 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_937.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1b00f, %rbx
nop
nop
and $20346, %rdi
movb $0x61, (%rbx)
nop
sub $21775, %r13
lea addresses_WC_... |
CS61/cs61_labs/lab-5-Kuzame/lab05_ex4.asm | Kuzame/CS61 | 1 | 57499 | ;=================================================
; Name: <NAME>
; Email: <EMAIL>
;
; Lab: lab 4
; Lab section: 24
; TA: <NAME>
;
;=================================================
.orig x3000
;------------
;Instruction
;------------
LD R2, ptr
LD R6, start
LD R1, size
LD R5, convert
Loop ;
ST... |
src/firmware-tests/Platform/Isr/Initialisation/InitialisationChainTest.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 57500 | <filename>src/firmware-tests/Platform/Isr/Initialisation/InitialisationChainTest.asm<gh_stars>1-10
#include "Platform.inc"
#include "FarCalls.inc"
#include "Isr.inc"
#include "TestFixture.inc"
#include "../InitialiseAfterIsrMock.inc"
radix decimal
InitialisationChainTest code
global testArrange
testArrange:
... |
source/kernel.asm | sanjula97/CustomOS | 0 | 57501 | ;Dragon --- The Dragon Operating System Kernel
;===================================================================
BITS 16
%DEFINE DRAGONOS_VER '1.0.0' ;OS version number
%DEFINE DRAGONOS_API_VER 1 ; API version for programs to check
%DEFINE KEY_ESC 27
disk_buffer equ 24576
os_call_vectors:
jmp os_main ... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_849_260.asm | ljhsiun2/medusa | 9 | 57502 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xa9bb, %rsi
lea addresses_normal_ht+0x58e3, %rdi
nop
nop
sub $1762, %r8
mov $53, %rcx
rep movsq
nop
sub %rbx, %rbx
lea addresses_WT_ht+0x26db, %rsi
lea addresses_WC_ht+0x1823, ... |
input/nes/InputSystem.asm | puzzud/puzl6502 | 0 | 57504 | ; InputSystem.asm
; NES
;------------------------------------------------------------------
!zone UpdateInput
UpdateInput
lda joystickButtons
sta joystickOldButtons
ldx #$01
stx JOYPAD1_REG
dex
stx JOYPAD1_REG
.JoystickLoop
lda JOYPAD1_REG
lsr
ror joystickButtons
inx
cpx #8
bne .JoystickLoop... |
Mid-Term/Solution/2_1731201042.asm | sakibsadmanshajib/CSE331L-Section-1-Fall20-NSU | 0 | 57505 | <gh_stars>0
.MODEL SMALL
.STACK 100H
.DATA
PROMPT1 DB 10,13,"Digits: $"
PROMPT2 DB 10,13,"Sum: $"
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
LEA DX, PROMPT1
MOV AH, 9
INT 21H
MOV CX, 10
MOV AH, 2
MOV DL, 48
MOV BL, 0
@LOOP:
ADD BL, DL
SUB BL, 48
... |
src/boss_bass.asm | Gegel85/SpaceShooterGB | 3 | 57506 | <filename>src/boss_bass.asm
;channel 3
bossBass::
;patt2
db $80, $00, $40, $17, $84, QUAVER * 2;DO 0
db $80, $00, $00, $17, $84, QUAVER * 2;NO SOUND
db $80, $00, $40, $E6, $84, QUAVER * 2;MI 0
db $80, $00, $40, $17, $84, QUAVER ;DO 0
db $80, $00, $40, $E6, $84, QUAVER * 2;MI 0
db $80, $00, $40, ... |
_build/dispatcher/jmp_ippsTDESDecryptCTR_21d0a462.asm | zyktrcn/ippcp | 1 | 57507 | extern m7_ippsTDESDecryptCTR:function
extern n8_ippsTDESDecryptCTR:function
extern y8_ippsTDESDecryptCTR:function
extern e9_ippsTDESDecryptCTR:function
extern l9_ippsTDESDecryptCTR:function
extern n0_ippsTDESDecryptCTR:function
extern k0_ippsTDESDecryptCTR:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeIni... |
Layer2Graphics/layer2_plot_circle.asm | TinfoilAsteroid/EliteNext | 9 | 57508 |
l2_circle_pos DW 0
l2_circle_colour DB 0
l2_circle_radius DB 0
l2_circle_x DB 0
l2_circle_y DB 0
l2_circle_d DB 0
; ">l2_draw_circle BC = center row col, d = radius, e = colour"
l2_draw_circle: ld a,e
ld (.PlotPixel+1),a
ld a,d ; get radius
... |
non_regression/other_x64_linux_4.att.s.asm | LRGH/plasmasm | 1 | 57510 | <reponame>LRGH/plasmasm
.file "c9.c"
.text
.p2align 4,,15
# ----------------------
.globl P
.type P, @function
P:
.cfi_startproc
pushq %rbx
movsbq %dil, %rbx
call __ctype_b_loc@PLT
movq (%rax), %rax
movzwl (%rax,%rbx,2), %eax
popq %rbx
andw $8192, %ax
movzwl %ax, %eax
ret... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.