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/_DEVELOPMENT/target/rc2014/device/acia/acia_peekc.asm | grancier/z180 | 8 | 55831 | <filename>libsrc/_DEVELOPMENT/target/rc2014/device/acia/acia_peekc.asm
SECTION code_driver
SECTION code_driver_character_input
PUBLIC _acia_peekc
EXTERN aciaRxCount, aciaRxOut
_acia_peekc:
ld a, (aciaRxCount) ; get the number of bytes in the Rx buffer
ld l, a ... |
cv/cvmod3.asm | DigitalMars/optlink | 28 | 55832 | <gh_stars>10-100
TITLE CVMOD3 - Copyright (c) SLR Systems 1994
INCLUDE MACROS
INCLUDE MODULES
INCLUDE SEGMENTS
INCLUDE IO_STRUC
PUBLIC CV_MODULE_3
.DATA
EXTERNDEF CV_TEMP_RECORD:BYTE
EXTERNDEF CURNMOD_GINDEX:DWORD,BYTES_SO_FAR:DWORD
EXTERNDEF MODULE_GARRAY:STD_PTR_S,_FILE_LIST_GARRAY:STD_PTR_... |
avx512/aes_cbc_dec_vaes_avx512.asm | kevintraynor/intel-ipsec-mb | 0 | 55834 | ;;
;; Copyright (c) 2019-2020, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_f_opendir_ex.asm | jpoikela/z88dk | 640 | 55835 | <reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_f_opendir_ex.asm<gh_stars>100-1000
; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
SECTION code_esxdos
PUBLIC _esx_f_opendir_ex
EXTERN l0_esx_f_opendir_ex_callee
_esx_f_opendir_ex:
pop af
pop hl
dec s... |
oeis/347/A347596.asm | neoneye/loda-programs | 11 | 55836 | ; A347596: Alternating row sums of A346837.
; Submitted by <NAME>
; 1,-1,-2,0,8,0,-32,0,128,0,-512,0,2048,0,-8192,0,32768,0,-131072,0,524288,0,-2097152,0,8388608,0,-33554432,0,134217728,0,-536870912,0,2147483648,0,-8589934592,0,34359738368,0,-137438953472,0,549755813888,0,-2199023255552
mov $1,2
mov $2,1
mov $3,1
lpb ... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_9213_699.asm | ljhsiun2/medusa | 9 | 55837 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x7941, %rax
sub %rcx, %rcx
mov (%rax), %r15w
nop
nop
nop
nop
cmp %r8, %r8
lea addresses_normal_ht+0x16141, %rsi
lea addresses_UC_ht+0x163ab, %rdi
nop
nop
nop
nop
xor $44785, %rdx
mov $9... |
1581/64tass/patch.asm | silverdr/assembly | 23 | 55839 | ; the following patches to SPIN and SPOUT insure clean shift register
; before starting data transmission. 3/20/87 F.Bowen
spin_patch
sta cra ;in
lda pb
ora #fsdir
sta pb ;turn driver out (protection, just in case...)
lda cra
ora #$40
sta cra ... |
programs/oeis/084/A084968.asm | jmorken/loda | 1 | 55840 | <reponame>jmorken/loda
; A084968: Multiples of 7 coprime to 30.
; 7,49,77,91,119,133,161,203,217,259,287,301,329,343,371,413,427,469,497,511,539,553,581,623,637,679,707,721,749,763,791,833,847,889,917,931,959,973,1001,1043,1057,1099,1127,1141,1169,1183,1211,1253,1267,1309,1337,1351,1379,1393,1421,1463,1477,1519,1547,15... |
programs/oeis/199/A199238.asm | jmorken/loda | 1 | 55841 | ; A199238: n mod (number of ones in binary representation of n).
; 0,0,1,0,1,0,1,0,1,0,2,0,1,2,3,0,1,0,1,0,0,1,3,0,1,2,3,1,1,2,1,0,1,0,2,0,1,2,3,0,2,0,3,2,1,2,2,0,1,2,3,1,1,2,0,2,1,2,4,0,1,2,3,0,1,0,1,0,0,1,3,0,1,2,3,1,1,2,4,0,0,1,3,0,1,2,2,1,1,2,1,0,3,4,5,0,1,2,3,1,1,2,3,2,1,2,2,0,4,0,3,1,1,2,0,0,2,3,5,0,1,2,3,4,5,0,1... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_1380.asm | ljhsiun2/medusa | 9 | 55842 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x39a, %rsi
lea addresses_A_ht+0x19052, %rdi
nop
nop
xor %r10, %r10
mov $71, %rcx
rep movsq
nop
nop
nop
and $41402, %rdi
lea addresses_WT_ht+0x12036, ... |
oeis/137/A137410.asm | neoneye/loda-programs | 11 | 55843 | ; A137410: a(n) = (5^n - 3) / 2.
; -1,1,11,61,311,1561,7811,39061,195311,976561,4882811,24414061,122070311,610351561,3051757811,15258789061,76293945311,381469726561,1907348632811,9536743164061,47683715820311,238418579101561,1192092895507811,5960464477539061,29802322387695311,149011611938476561,745058059692382811,372529... |
programs/oeis/135/A135319.asm | neoneye/loda | 22 | 55844 | ; A135319: a(n) is the first digit after the decimal point in the decimal expansion of log_10(n), i.e., of the Briggsian logarithm of n.
; 0,3,4,6,6,7,8,9,9,0,0,0,1,1,1,2,2,2,2,3,3,3,3,3,3,4,4,4,4,4,4,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9... |
Xeno.asm | LutzGrosshennig/amiga-xeno-dungeon-crawler | 1 | 55845 | <gh_stars>1-10
;***********************************************
;* *
;* SCIFI DUNGEON CRAWLER *
;* *
;* WRITTEN DECEMBER 1991 BY *
;* <NAME> *
;* ... |
asm/x86/windows-post.asm | dd86k/ddcput | 1 | 55846 | <reponame>dd86k/ddcput
BITS 32
pre_test:
dec edi
jnz near pre_test
; -- Test finished at this point --
rdtsc
mov [esi + 8], eax ; __TEST_SETTINGS.ts2_l
mov [esi + 12], edx ; __TEST_SETTINGS.ts2_h
ret |
libsrc/_DEVELOPMENT/stdlib/z80/asm_ftoh.asm | jpoikela/z88dk | 640 | 55847 |
; ===============================================================
; Jun 2015
; ===============================================================
;
; size_t ftoh(float x, char *buf, uint16_t prec, uint16_t flag)
;
; (-0xh.hhhp+d)
;
; An alias for dtoh() since the C compilers do not distinguish
; between float and double... |
oeis/007/A007455.asm | neoneye/loda-programs | 11 | 55848 | <reponame>neoneye/loda-programs
; A007455: Number of subsequences of [ 1,...,n ] in which each odd number has an even neighbor.
; Submitted by <NAME>
; 1,1,3,5,11,17,39,61,139,217,495,773,1763,2753,6279,9805,22363,34921,79647,124373,283667,442961,1010295,1577629,3598219,5618809,12815247,20011685,45642179,71272673,16255... |
programs/oeis/061/A061981.asm | neoneye/loda | 22 | 55849 | ; A061981: a(n) = 3^n - 2n - 1.
; 0,0,4,20,72,232,716,2172,6544,19664,59028,177124,531416,1594296,4782940,14348876,43046688,129140128,387420452,1162261428,3486784360,10460353160,31381059564,94143178780,282429536432,847288609392,2541865828276,7625597484932,22876792454904,68630377364824,205891132094588,617673396283884,18... |
pic/key.asm | kajusK/DarkStar | 3 | 55850 | ;**********************************************************************
;Led headlamp
;PIC 16F616
;internal 8MHz
;------------------------------
; <NAME>
; <EMAIL>
; 2015
;------------------------------
; key.asm
;------------------------------
; The device has two buttons which can be used in two states
;
; short pres... |
programs/oeis/265/A265381.asm | neoneye/loda | 22 | 55851 | <reponame>neoneye/loda
; A265381: Decimal representation of the middle column of the "Rule 158" elementary cellular automaton starting with a single ON (black) cell.
; 1,3,7,14,29,59,119,238,477,955,1911,3822,7645,15291,30583,61166,122333,244667,489335,978670,1957341,3914683,7829367,15658734,31317469,62634939,125269879... |
secure_api/vale/asm/oldaesgcm-x86_64-msvc.asm | santtu/hacl-star | 1,332 | 55852 | .code
ALIGN 16
old_aes128_key_expansion proc
movdqu xmm1, xmmword ptr [rcx + 0]
movdqu xmmword ptr [rdx + 0], xmm1
aeskeygenassist xmm2, xmm1, 1
pshufd xmm2, xmm2, 255
vpslldq xmm3, xmm1, 4
pxor xmm1, xmm3
vpslldq xmm3, xmm1, 4
pxor xmm1, xmm3
vpslldq xmm3, xmm1, 4
pxor xmm1, xmm3
pxor xmm1, xmm2
... |
programs/oeis/276/A276869.asm | karttu/loda | 0 | 55853 | <gh_stars>0
; A276869: First differences of the Beatty sequence A182769 for 2 + sqrt(1/2).
; 2,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,3,2,3,3,2,3,3,2,3,3,3,2,3,3,2,3... |
Tools/swat/Stub/cbreak.asm | steakknife/pcgeos | 504 | 55854 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Stub -- Conditional Breakpoints
FILE: cbreak.asm
AUTHOR: <NAME>, May 12, 1989
ROUTINES:
Name Description
---- -----------
... |
src/intel/tools/tests/gen5/send.asm | SoftReaper/Mesa-Renoir-deb | 0 | 55855 | send(8) 2 g2<1>F g2<8,8,1>F 0x02100001
math MsgDesc: inv mlen 1 rlen 1 { align1 };
send(8) 1 null<1>UW g0<8,8,1>UW 0x8c084c00
write MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 6 rlen 0 { align1 EOT };
send(16... |
Debug/sysctl.asm | polamagdygeo/uWave | 0 | 55856 | ;******************************************************************************
;* TI ARM C/C++ Codegen Unix v18.1.1.LTS *
;* Date/Time created: Fri Jul 3 20:08:25 2020 *
;******************************************************************************
... |
programs/oeis/001/A001953.asm | karttu/loda | 0 | 55857 | <reponame>karttu/loda
; A001953: a(n) = floor((n + 1/2) * sqrt(2)).
; 0,2,3,4,6,7,9,10,12,13,14,16,17,19,20,21,23,24,26,27,28,30,31,33,34,36,37,38,40,41,43,44,45,47,48,50,51,53,54,55,57,58,60,61,62,64,65,67,68,70,71,72,74,75,77,78,79,81,82,84,85,86,88,89,91,92,94,95,96,98,99,101,102,103,105,106,108,109,111,112,113,115,... |
libsrc/_DEVELOPMENT/adt/b_vector/z80/asm_b_vector_size.asm | jpoikela/z88dk | 640 | 55859 | <reponame>jpoikela/z88dk
; ===============================================================
; Mar 2014
; ===============================================================
;
; size_t b_vector_size(b_vector_t *v)
;
; Return the vector's current size.
;
; ===============================================================
SEC... |
stream.asm | QuorumComp/hc800-stdlib | 1 | 55860 | <filename>stream.asm
INCLUDE "lowlevel/math.i"
INCLUDE "stream.i"
INCLUDE "string.i"
INCLUDE "syscall.i"
; -- Write data to stream out
; --
; -- Inputs:
; -- bc - pointer to code/data
; -- de - number of bytes to write
SECTION "StreamDataOut",CODE
StreamDataOut:
pusha
tst de
j/z .exit
sub de,1
... |
expansion/famistudio_conf.asm | Lrs121/dwrandomizer | 0 | 55861 |
FAMISTUDIO_CFG_EXTERNAL = 1
;======================================================================================================================
; 1) SEGMENT CONFIGURATION
;======================================================================================================================
FAMISTUDIO_ASM6_ZP_ENUM... |
libsrc/stdio/ansi/z1013/f_ansi_cls.asm | jpoikela/z88dk | 640 | 55862 | <filename>libsrc/stdio/ansi/z1013/f_ansi_cls.asm
;
; ANSI Video handling for the Robotron Z1013
;
; CLS - Clear the screen
;
;
; <NAME> - Aug 2016
;
;
; $Id: f_ansi_cls.asm,v 1.1 2016-08-05 07:04:10 stefano Exp $
;
SECTION code_clib
PUBLIC ansi_cls
.ansi_cls
ld hl,$EC00
ld (hl),32 ;' '
ld d,h
ld e,l
... |
main.asm | StevenMonty/MARS-Invaders | 0 | 55863 | <filename>main.asm
# <NAME>
# smm285
.include "convenience.asm"
.include "game.asm"
.eqv GAME_TICK_MS 16 # Defines the number of frames per second: 16ms -> 60fps
.data
.globl frame_counter
.globl _main_game_over
.globl level
.globl score
.globl lives
.globl bullets_left
# Variables used by wait_for_next_frame - a... |
games/HomeLand/Areas/Cloots.asm | BttrDrgn/GC-Translation | 1 | 55864 | <reponame>BttrDrgn/GC-Translation
//Cloots Village
Text($24879ABF, "Cloots Vill") ; fill 2 //Not evnough space for Village
Text($24879ACC, "[Hossie's House]") ; fill 3
Text($24879ADF, "[Cloots Village]") ; fill 1
//Run tutorial
Text($24879AF0, "[Point of Advice]") ; fill 13
Text($24879B0E, "In a hurry? Walk faster!")... |
dino/lcs/base/6BD9.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 55865 | <reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<filename>dino/lcs/base/6BD9.asm
copyright zengfr site:http://github.com/zengfr/romhack
004CF4 move.b D0, ($6bd9,A5)
004CF8 move.b D0, ($6bda,A5)
016CA8 move.b ($6bd9,A5), D2
016CAC bra $16cc8 [base+6BD9]
016CD4 move.b D2, ($6bd9,A5)
01... |
programs/oeis/125/A125089.asm | neoneye/loda | 22 | 55866 | ; A125089: First nonzero digit of solution to log_n(z) = -z, where log_n stands for the base-n logarithm.
; 6,5,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
lpb $0
po... |
programs/oeis/062/A062558.asm | jmorken/loda | 1 | 55867 | ; A062558: Number of nonisomorphic cyclic subgroups of dihedral group with 2n elements.
; 2,2,3,3,3,4,3,4,4,4,3,6,3,4,5,5,3,6,3,6,5,4,3,8,4,4,5,6,3,8,3,6,5,4,5,9,3,4,5,8,3,8,3,6,7,4,3,10,4,6,5,6,3,8,5,8,5,4,3,12,3,4,7,7,5,8,3,6,5,8,3,12,3,4,7,6,5,8,3,10,6,4,3,12,5,4,5,8,3,12,5,6,5,4,5,12,3,6,7,9,3,8,3,8,9,4,3,12,3,8,5,... |
src/x86-64/kernel/syscalls/input.asm | redteamcaliber/BareMetal-kernel | 1 | 55868 | ; =============================================================================
; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
; Copyright (C) 2008-2016 Return Infinity -- see LICENSE.TXT
;
; Input Functions
; =============================================================================
; ---------... |
programs/oeis/167/A167873.asm | jmorken/loda | 1 | 55869 | <filename>programs/oeis/167/A167873.asm
; A167873: Period 4: repeat [10, 6, 10, 4].
; 10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6,10,4,10,6... |
Transynther/x86/_processed/NC/_ht_zr_un_/i7-8650U_0xd2.log_19085_1420.asm | ljhsiun2/medusa | 9 | 55871 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x19946, %rsi
lea addresses_WC_ht+0x120f1, %rdi
lfence
mov $111, %rcx
rep movsw
nop
nop
nop
nop
nop
dec %rbx
lea addresses_D_ht+0x1de56, %r13
nop
nop
nop
nop
nop
dec %rbp
movw $0... |
oeis/182/A182228.asm | neoneye/loda-programs | 11 | 55872 | <reponame>neoneye/loda-programs<filename>oeis/182/A182228.asm
; A182228: a(n) = 3*a(n-2) - a(n-1) for n > 1, a(0) = 0, a(1) = 1.
; Submitted by <NAME>(s3)
; 0,1,-1,4,-7,19,-40,97,-217,508,-1159,2683,-6160,14209,-32689,75316,-173383,399331,-919480,2117473,-4875913,11228332,-25856071,59541067,-137109280,315732481,-727060... |
oeis/005/A005262.asm | neoneye/loda-programs | 11 | 55873 | ; A005262: a(n) = floor((7*2^(n+1)-9*n-10)/3).
; 1,3,9,25,59,131,277,573,1167,2359,4745,9521,19075,38187,76413,152869,305783,611615,1223281,2446617,4893291,9786643,19573349,39146765,78293599,156587271,313174617,626349313,1252698707,2505397499,5010795085,10021590261,20043180615,40086361327,80172722753,160345445609,32069... |
src/routines/ramquit.asm | zdimension/Cesium | 5 | 55874 | <reponame>zdimension/Cesium
.assume adl = 0
funlock:
ld a, $8c
out0 ($24), a
ld c, 4
in0 a, (6)
or c
out0 (6), a
out0 ($28), c
ret.l
flock:
xor a, a
out0 ($28), a
in0 a, (6)
res 2, a
out0 (6), a
ld a, $88
out0 ($24), a
ret.l
.assume adl = 1 |
c-vs-asm/build/03-if.asm | willbr/gameboy-tests | 0 | 55875 | <gh_stars>0
;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.0.0 #11528 (MINGW64)
;--------------------------------------------------------
; MODULE 03_if
.optsdcc -mgbz80
; Generated using the rgbds tokens.
; We have to define these her... |
Source Codes/Odd or Even.asm | kaazima/Emulator-8086 | 0 | 55876 | .MODEL small
.STACK
.DATA
num db 05h
odd db ?
.CODE
.STARTUP
mov al,num
and al,01h
jnz set
mov odd,00h
.EXIT
set:mov odd,01h
.EXIT
end
|
app/hack/vm_hole.asm | USN484259/COFUOS | 1 | 55877 | <gh_stars>1-10
[bits 64]
exit_process equ 0x0210
vm_protect equ 0x0408
section .text
main:
; rdx as image base
sub rdx,0x1000
mov rcx,(~0x0FFF)
mov eax,vm_protect
mov r8d,1
mov r9,0x80000000_00000007
and rdx,rcx
syscall
mov edx,eax
mov eax,exit_process
syscall |
challenge04/intro.asm | dobin/yookiterm-challenges-files | 17 | 55878 | <reponame>dobin/yookiterm-challenges-files
section .data
msg db 'AABBCCDD'
section .text
global _start
_start:
mov eax, 10
mov ah, 0x1
add eax, 0x10
mov eax, 0x11223344
mov ebx, 0x8048001
mov eax, [ebx]
mov ebx, 0x41424344
mov eax, [ebx]
|
code/non1996/2.asm | KongoHuster/assembly-exercise | 1 | 55882 | DATASG SEGMENT
FLD1B DB 'personal computer'
FLD2B DB 32
FLD3B DB 20H
FLD4B DB 01011001B
FLD5B DB 32654
FLD6B DB 10 DUP(0)
FLD7B DB 'PART1', 20
DB 'PART2', 50
DB 'PART3', 14
FLD1W DW 0FFF0H
FLD2W DW 01011001B
FLD3W DW FLD7B
FLD4W DW 5, 6, 7, 8, 9
FLD5W ... |
c2000/C2000Ware_1_00_06_00/libraries/dsp/SGEN/c28/source/SINTB360.asm | ramok/Themis_ForHPSDR | 0 | 55883 | <reponame>ramok/Themis_ForHPSDR
;======================================================================
;
; File Name : sintb360.asm
;
; Originator : Digital Control Systems Group
; Texas Instruments
;
; Description : This file contains 256 entries of SIN values for Table Look-up used
; ... |
libsrc/_DEVELOPMENT/string/c/sccz80/memset_wr_callee.asm | ahjelm/z88dk | 640 | 55884 | <reponame>ahjelm/z88dk<gh_stars>100-1000
; void *memset_wr(void *s, int c, size_t n)
IF !__CPU_GBZ80__
SECTION code_clib
SECTION code_string
PUBLIC memset_wr_callee
EXTERN asm_memset_wr
memset_wr_callee:
pop hl
pop bc
pop de
ex (sp),hl
jp asm_memset_wr
; SDCC bridge for Classic
IF __CLASSIC
PUB... |
libsrc/_DEVELOPMENT/adt/p_forward_list/z80/asm_p_forward_list_pop_back.asm | meesokim/z88dk | 0 | 55885 |
; ===============================================================
; Jan 2014
; ===============================================================
;
; void *p_forward_list_pop_back(p_forward_list_t *list)
;
; Pop item from the back of the list. O(n).
;
; ===============================================================
S... |
source/main/evaluate/unary/unary2.asm | paulscottrobson/6502-basic | 3 | 55886 | <reponame>paulscottrobson/6502-basic<gh_stars>1-10
; ************************************************************************************************
; ************************************************************************************************
;
; Name: unary2.asm
; Purpose: More Unary Routines
; Created: 2nd ... |
oeis/142/A142995.asm | neoneye/loda-programs | 11 | 55887 | ; A142995: a(0) = 0, a(1) = 1, a(n+1) = (2*n^2 + 2*n + 3)*a(n) - n^4*a(n-1), n >= 1.
; Submitted by <NAME>
; 0,1,7,89,1836,56164,2390832,135213840,9809203968,888117094656,98167241088000,13010123816064000,2036436482119680000,371699564417796096000,78251077775510986752000,18820995432367092572160000,51290799814480620080332... |
libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_number_tail_long.asm | meesokim/z88dk | 0 | 55888 | <reponame>meesokim/z88dk
SECTION code_stdio
PUBLIC __stdio_printf_number_tail_long
PUBLIC __stdio_printf_number_tail_ulong
EXTERN __stdio_nextarg_de, __stdio_nextarg_hl, asm1_ultoa, l_neg_dehl
EXTERN __stdio_printf_number_tail, __stdio_printf_number_tail_zero
__stdio_printf_number_tail_long:
; enter : ix = FIL... |
linux/contrib/libjpeg-turbo-dev/simd/i386/jfdctflt-3dn.asm | darthrake/openpnp-capture | 76 | 55889 | ;
; jfdctflt.asm - floating-point FDCT (3DNow!)
;
; Copyright 2009 Pierre Ossman <<EMAIL>> for Cendio AB
; Copyright (C) 2016, <NAME>.
;
; Based on the x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
; T... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1036.asm | ljhsiun2/medusa | 9 | 55890 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x17a95, %rsi
lea addresses_UC_ht+0x1b909, %rdi
nop
cmp $4490, %r10
mov $36, %rcx
rep movsq
cmp %rdi, %rdi
lea addresses_D_ht+0x3b95, %rsi
lea addresses_WC_ht+0xef35, %rdi
cmp... |
shasum/shasum.asm | zellyn/a2audit | 22 | 55892 | <reponame>zellyn/a2audit<filename>shasum/shasum.asm<gh_stars>10-100
;;; SHA-1 implementation in 6502 assembly.
;;; A straightforward implementation of:
;;; https://en.wikipedia.org/wiki/SHA-1#SHA-1_pseudocode
;;; Copyright © 2016 <NAME> <<EMAIL>>
!zone shasum {
;; clear addresses:
;; (http://apple2.org.za/gswv/a2z... |
src/cdsp/sp.asm | Ralakimus/sega-cd-asic-demo | 4 | 55893 | <reponame>Ralakimus/sega-cd-asic-demo
; -------------------------------------------------------------------------
;
; Sega CD Base
; By Ralakimus 2021
;
; -------------------------------------------------------------------------
include "../include/subcpu.asm"
; ----------------------------------------------------... |
配套代码/L056/REV_056/1.asm | zmrbak/ReverseAnalysis | 35 | 55894 | <filename>配套代码/L056/REV_056/1.asm<gh_stars>10-100
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.24.28117.0
TITLE C:\Users\libit\source\repos\REV_056\REV_056\REV_056.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC ?RNG_state@@3IA ; RNG_state
... |
asm/0011_INP.asm | barrettotte/angstrom-cpu | 0 | 55895 | ; load input register into accumulator
LDI #0 ; 00010000 00000000 0x1000
INP ; 00110000 00000000 0x3000
LDI #0 ; 00010000 00000000 0x1000
INP ; 00110000 00000000 0x3000
|
smsq/qa/float.asm | olifink/smsqe | 0 | 55896 | ; QL Arithmetic FLOAT V2.01 1990 <NAME> QJUMP
section qa
xdef qa_float
xdef qa_lfloat
xdef qa_flotd
;+++
; QL Arithmetic: LFLOAT
;
; This routine pops the long word at TOS, converts to Float and pushes it.
;
; d0 r error return 0
; a1 c u point... |
programs/oeis/203/A203246.asm | neoneye/loda | 22 | 55897 | <gh_stars>10-100
; A203246: Second elementary symmetric function of the first n terms of (1,1,2,2,3,3,4,4,...).
; 1,5,13,31,58,106,170,270,395,575,791,1085,1428,1876,2388,3036,3765,4665,5665,6875,8206,9790,11518,13546,15743,18291,21035,24185,27560,31400,35496,40120,45033,50541,56373,62871,69730,77330,85330,94150
mov $... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_719_461.asm | ljhsiun2/medusa | 9 | 55899 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r9
push %rax
push %rcx
push %rsi
lea addresses_UC_ht+0x1db04, %rcx
add $13502, %rax
mov $0x6162636465666768, %rsi
movq %rsi, %xmm1
vmovups %ymm1, (%rcx)
nop
nop
nop
nop
sub %r14, %r14
lea addresses_normal_ht+0x13ea4, %rax
no... |
src/dll/asmhooks.asm | mrwonko/fo2unleashed | 0 | 55901 | .386 ; target processor: pentium
.model flat, c ; memory model must be FLAT on 32 bit, langtype can be C or STDCALL
option casemap : none ; case sensitive
; .stack ; define a stack segment, size defaults to 1024
; .data ; start of near data segment for initialized data called _DATA
.code ; start of ... |
programs/oeis/001/A001792.asm | neoneye/loda | 22 | 55902 | <filename>programs/oeis/001/A001792.asm<gh_stars>10-100
; A001792: a(n) = (n+2)*2^(n-1).
; 1,3,8,20,48,112,256,576,1280,2816,6144,13312,28672,61440,131072,278528,589824,1245184,2621440,5505024,11534336,24117248,50331648,104857600,218103808,452984832,939524096,1946157056,4026531840,8321499136,17179869184,35433480192,730... |
oeis/328/A328661.asm | neoneye/loda-programs | 11 | 55903 | ; A328661: If n is the k-th composite number then a(n) = a(k), otherwise a(n) = n.
; Submitted by <NAME>
; 1,2,3,1,5,2,7,3,1,5,11,2,13,7,3,1,17,5,19,11,2,13,23,7,3,1,17,5,29,19,31,11,2,13,23,7,37,3,1,17,41,5,43,29,19,31,47,11,2,13,23,7,53,37,3,1,17,41,59,5,61,43,29,19,31,47,67,11,2,13,71,23,73,7,53,37,3,1,79,17,41,59,8... |
vpx_dsp/x86/subpel_variance_sse2.asm | livingvirus/libvpx | 27 | 55904 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... |
cards/bn6/RequestCards/137-D005 Update Help.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 55905 | .include "defaults_request.asm"
table_file_jp equ "exe6-utf8.tbl"
table_file_en equ "bn6-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252354A // BR5J
game_code_2 equ 0x42523545 // BR5E
game_code_3 equ 0x42523550 // BR5P
card_type equ 4
card_id equ 5
card_no equ "005"
card_sub equ "Request Event Card 005... |
game/data/menu_char_select/anims.asm | benoitryder/super-tilt-bro | 91 | 55907 | menu_character_selection_anim_p1_token:
; Frame 1
ANIM_FRAME_BEGIN(4)
ANIM_SPRITE($00, TILE_MENU_CHAR_SELECT_SPRITE_P, $00, $00)
ANIM_SPRITE($00, TILE_MENU_CHAR_SELECT_SPRITE_1, $00, $08)
ANIM_FRAME_END
; Frame 2
ANIM_FRAME_BEGIN(4)
ANIM_SPRITE($00, TILE_MENU_CHAR_SELECT_SPRITE_P, $00, $01)
ANIM_SPRITE($00, TILE_MENU_C... |
programs/oeis/141/A141449.asm | karttu/loda | 0 | 55908 | ; A141449: A005439 mod 9.
; 1,2,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8,2,5,8
mul $0,2
mov $2,$0
trn $0,4
trn $2,1
add $0,$2
lpb $0,1
mov $3,$0
sub $0,1
add $3,$0
add $3,$0
trn $0,2
lpe
mov $... |
Source/math.asm | AAKMakes/ASM-projects | 0 | 55910 | ; Console Input Assembly Program
; === STACK SEGMENT ===
MyStack segment stack
DB 64 dup('12345678')
MyStack endS
; === DATA SEGMENT ===
MyData Segment
; --- Declare Varibles here ---
inputBuffer DB "000"
firstPrompt DB "Enter the first number to add: ","$"
secondPrompt DB "Enter the second number to add: ","$"
... |
reports/08_pattern_find_1.combine.asm | arnaudroger/re2j-benchmark | 0 | 55911 | <gh_stars>0
# JMH version: 1.19
# VM version: JDK 1.8.0_131, VM 25.131-b11
# VM invoker: /usr/lib/jvm/java-8-oracle/jre/bin/java
# VM options: <none>
# Warmup: 20 iterations, 1 s each
# Measurement: 20 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode... |
oeis/336/A336202.asm | neoneye/loda-programs | 11 | 55913 | ; A336202: a(n) = Sum_{k=0..n} (-n)^k * binomial(n,k)^n.
; Submitted by <NAME>
; 1,0,-3,136,3585,-8065624,985282165,102324513620736,-758462117693095935,-310124007268556369914448,59000420766060452235999162501,231739512209034254162941881236647760,-948238573709799908746228205852168505192191,-432634405207480477366334747696... |
ASM/src/macros.asm | Edos512/OoT-RandomizerNoER | 344 | 55914 | ;==========================================================
; Branch Macros
;==========================================================
//allow branching to absolute file addresses
.macro b_a, addr
b (org() + addr - orga())
.endmacro
.macro beqz_a, reg1, addr
beqz reg1, (org() + addr - orga())
.endmacro
.macro b... |
EDK_II/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm | tomix86/efi-tetris | 8 | 55915 | <gh_stars>1-10
//------------------------------------------------------------------------------
//
// Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
// Copyright (c) 2011 - 2014, ARM Limited. All rights reserved.
//
// This program and the accompanying materials
// are licensed and made available under ... |
DUT S2/M2101 - Assembleur/TP3/mire.asm | Carduin/IUT | 5 | 55916 | <gh_stars>1-10
.DATA
codeCoul DW 0
coordX DW 0
coordY DW 0
largeur DW 255
hauteur DW 16
nbBandes DW 0 ; compteur du nb de bandes déssinées
.CODE
LEA SP, STACK
LD R1, nbBandes
LD R0,0
OUT R0,5 ;on efface l'écran
boucle:
CMP R1, 16 ;Si nombre de bandes >= 17, on arrete de dessiner
BGTU fin
PUSH codeCoul ;O... |
scripts/seafoamislands1.asm | adhi-thirumala/EvoYellow | 16 | 55918 | <reponame>adhi-thirumala/EvoYellow
SeafoamIslands1Script:
call EnableAutoTextBoxDrawing
SetEvent EVENT_IN_SEAFOAM_ISLANDS
ld hl, wFlags_0xcd60
bit 7, [hl]
res 7, [hl]
jr z, .asm_4483b
ld hl, Seafoam1HolesCoords
call CheckBoulderCoords
ret nc
EventFlagAddress hl, EVENT_SEAFOAM1_BOULDER1_DOWN_HOLE
ld a, [wCoor... |
winxp_sp3/trun/socket-reuse_rebind/recv_socket-reuse.nasm | danf42/vulnserver | 0 | 55919 | [BITS 32]
global _start
section .text
_start:
; determine location of socket descriptor
; calculate offset from currrent ESP
push esp
pop eax
add ax, 0x188
;Adjust ESP because it is currently pointing below are stager area.
;If we don't we will overwite our shellcode as we push and pop values onto the stack. ... |
Tests/IO/Comment.e.asm | ShawSumma/Evie | 0 | 55920 | .intel_syntax noprefix
.global _Z4mainv
.global _Z10Start_Testv
.section .text #.text
_Z10Start_Testv:
push rbx #rbx
sub rsp, 32 #.STACK, 32
lea rcx, qword ptr [rsp + 0 ] #a_REG0, .STACK_0
mov rcx, rcx #a_TMP_1724621245280, a_REG0
add qword ptr [rcx + 0 ], 1 #a_TMP_1724621245280_0, 1
mov rbx, rcx #this_80, a_TMP... |
8051_EXTMEM_DUMP.asm | jorge-botana/8051_EXTMEM_DUMP | 1 | 55921 | ;-------------------------------------------------------------------------------
; 8051_EXTMEM_DUMP
;
; - Fichero que contiene el código fuente del programa.
;
;-------------------------------------------------------------------------------
; Copyright (c) 2022 <NAME>
;
; Este archivo se encuentra bajo los términos de ... |
_maps/Newtron.asm | kodishmediacenter/msu-md-sonic | 9 | 55922 | <reponame>kodishmediacenter/msu-md-sonic<gh_stars>1-10
; ---------------------------------------------------------------------------
; Sprite mappings - Newtron enemy (GHZ)
; ---------------------------------------------------------------------------
Map_Newt_internal:
dc.w M_Newt_Trans-Map_Newt_internal
dc.w M_New... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_149_691.asm | ljhsiun2/medusa | 9 | 55923 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1ff8, %rsi
lea addresses_UC_ht+0x1ebf8, %rdi
nop
nop
nop
nop
sub $7667, %r11
mov $16, %rcx
rep movsb
nop
nop
nop
nop
sub %r13, %r1... |
print_hex_macro.asm | elseyf/SNESF1k | 10 | 55924 | <filename>print_hex_macro.asm<gh_stars>1-10
macro print_hex(input) {
variable t({input});
variable d(0)
variable div(1048576)//HEX 0x100000
while div>0 {
d=t/div%16;//get next digit
div=div/16;
if d<10 {
print d;
}
if d==10 {
print "A";
}
if d==11 {
print "B";
}
if d==12 {... |
doc/learning/bootsect_Q4.asm | rm-hull/byok | 41 | 55925 | <reponame>rm-hull/byok
;
; A boot sector that prints a string using our function
;
[org 0x7c00] ; Tell the assembler where this code will be loaded
mov bx, HELLO_MSG ; Use BX as a parameter to our function, so
call print_string ; se can specify the address of a string.
mov bx, CRLF
call print_s... |
data/pokemon/dex_entries/weedle.asm | AtmaBuster/pokeplat-gen2 | 6 | 55927 | db "HAIRY BUG@" ; species name
db "The barb on top of"
next "its head secretes"
next "a strong poison."
page "It uses this toxic"
next "barb to protect"
next "itself.@"
|
libsrc/target/sam/sam/SAM_PALETTE_VALUES.asm | ahjelm/z88dk | 640 | 55928 | SECTION bss_clib
PUBLIC SAM_PALETTE_VALUES
PUBLIC _SAM_PALETTE_VALUES
; We keep a copy of the palette values, for -subtype=basic this
; is overridden and points to the BASIC system variables
SAM_PALETTE_VALUES:
_SAM_PALETTE_VALUES:
defs 16
|
libsrc/_DEVELOPMENT/target/zx/clib_cfg.asm | meesokim/z88dk | 0 | 55933 | <reponame>meesokim/z88dk
IF !_CLIB_CFG_ASM_
defc _CLIB_CFG_ASM_ = 1
; ********************************************************************
; IF YOU MAKE CHANGES TO THIS FILE YOU MUST RECOMPILE THE ZX LIBRARIES
; ********************************************************************
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... |
erasure_code/ec_multibinary.asm | openstack/deb-libisal | 10 | 55934 | <gh_stars>1-10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2015 Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; * Redist... |
project/test2.asm | HKhademian/AssemblyDandamudi | 1 | 55935 | %include "util.asm"
%include "core.asm"
global _start
section .bss
resb 10
buffer resb 1024
section .code
_start:
enter 4,0
DUR EQU 100
regza
reglog
sleep 1000
reglog
beep 350, DUR
beep 400, DUR
beep 450, DUR
; mov ecx, 10
; play:
; beep 440, 100
; sleep 100
; loop play
leave
ret
|
oeis/020/A020082.asm | neoneye/loda-programs | 11 | 55936 | ; A020082: a(n) = floor( Gamma(n + 4/5)/Gamma(4/5) ).
; Submitted by <NAME>(s3)
; 1,0,1,4,15,73,426,2900,22624,199094,1951127,21072175,248651668,3182741351,43921830647,650043093588,10270680878693,172547438762055,3071344409964594,57741274907334370,1143277243165220533,23780166657836587103,518407633140837598861,1181969403... |
usertests.asm | akshatj29/xv6 | 0 | 55938 |
_usertests: file format elf32-i386
Disassembly of section .text:
00000000 <iputtest>:
int stdout = 1;
// does chdir() call iput(p->cwd) in a transaction?
void
iputtest(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 10 sub $0x... |
libsrc/_DEVELOPMENT/font/fzx/c/sdcc_ix/fzx_puts.asm | jpoikela/z88dk | 640 | 55939 | <gh_stars>100-1000
; int fzx_puts(struct fzx_state *fs, char *s)
SECTION code_font
SECTION code_font_fzx
PUBLIC _fzx_puts
EXTERN l0_fzx_puts_callee
_fzx_puts:
pop af
pop hl
pop de
push de
push hl
push af
jp l0_fzx_puts_callee
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_260.asm | ljhsiun2/medusa | 9 | 55940 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x469, %rsi
lea addresses_A_ht+0x1d869, %rdi
nop
nop
nop
and %rbp, %rbp
mov $48, %rcx
rep movsb
nop
nop
nop
nop
inc %rsi
lea addresses_UC_ht+0x1ccb1, %r9
nop
nop
nop
add %r14, %r14
mov (... |
programs/oeis/204/A204441.asm | neoneye/loda | 22 | 55942 | ; A204441: Symmetric matrix: f(i,j)=floor[(i+j+2)/4]-floor[(i+j-1)/4], by (constant) antidiagonals.
; 1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
mov $2,$0
lpb $0
... |
oeis/123/A123066.asm | neoneye/loda-programs | 11 | 55943 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A123066: (Number of numbers <= n with an odd number of distinct prime factors) - (number of numbers <= n with an even number of distinct prime factors).
; 0,1,2,3,4,3,4,5,6,5,6,5,6,5,4,5,6,5,6,5,4,3,4,3,4,3,4,3,4,5,6,7,6,5,4,3,4,3,2,1,2,3,4,3,2,1,2,1,2,1,0,-1,0,-1,-2,-3... |
int13h.asm | satadriver/LiunuxOS | 0 | 55944 | <reponame>satadriver/LiunuxOS
.386p
KERNEL segment public para use32
assume cs:KERNEL
align 10h
;param:edi->secno,edi+4->seccnt,edi+8->buf,edi + 12->bufsize
__int13hProc proc
cli
pushad
push ds
push es
push fs
push gs
push ss
mov ax,rwData32Seg
mov ds,ax
mov es,ax
mov ebx,kernelData
shl ebx,4
... |
oeis/052/A052953.asm | neoneye/loda-programs | 11 | 55946 | <gh_stars>10-100
; A052953: Expansion of 2*(1-x-x^2)/((1-x)*(1+x)*(1-2*x)).
; 2,2,4,6,12,22,44,86,172,342,684,1366,2732,5462,10924,21846,43692,87382,174764,349526,699052,1398102,2796204,5592406,11184812,22369622,44739244,89478486,178956972,357913942,715827884,1431655766,2863311532,5726623062,11453246124,22906492246,458... |
programs/oeis/025/A025775.asm | neoneye/loda | 22 | 55947 | <filename>programs/oeis/025/A025775.asm
; A025775: Expansion of 1/((1-x)(1-x^4)(1-x^11)).
; 1,1,1,1,2,2,2,2,3,3,3,4,5,5,5,6,7,7,7,8,9,9,10,11,12,12,13,14,15,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,31,32,33,34,36,37,38,39,41,42,43,45,47,48,49,51,53,54,55,57,59,60,62,64,66,67,69,71,73,74,76,78,80,82,84,86,88,90,92,9... |
gwnum/xmult3.asm | Kasual/GIMPS | 0 | 55948 | <reponame>Kasual/GIMPS
; Copyright 2001-2012 Mersenne Research, Inc. All rights reserved
; Author: <NAME>
; Email: <EMAIL>
;
; These routine implement some common cleanup code for r4dwpn (r4delay with partial normalization) FFTs
;
TITLE setup
IFNDEF X86_64
.686
.XMM
.MODEL FLAT
ENDIF
INCLUDE unravel.mac
INCL... |
third-party/gmp/gmp-src/mpn/x86_64/atom/mul_1.asm | jhh67/chapel | 1,602 | 55950 | dnl AMD64 mpn_mul_1 optimised for Intel Atom.
dnl Copyright 2003-2005, 2007, 2008, 2012, 2013 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesse... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_798.asm | ljhsiun2/medusa | 9 | 55951 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x13dfa, %r9
nop
nop
nop
and $43667, %rbp
movw $0x6162, (%r9)
nop
sub $15188, %r14
lea addresses_WT_ht+0x394, %rsi
lea addresses_normal_... |
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_21829_562.asm | ljhsiun2/medusa | 9 | 55952 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1e670, %rsi
lea addresses_WT_ht+0x670, %rdi
nop
nop
nop
inc %r8
mov $35, %rcx
rep movsw
nop
cmp %rdi, %rdi
lea addresses_D_ht+0xb770, %r12
nop
nop
nop
nop
add $44623, %rbp
mo... |
Library/Text/UI/uiTextStyleSheet.asm | steakknife/pcgeos | 504 | 55953 | <reponame>steakknife/pcgeos<gh_stars>100-1000
COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Text Library
FILE: uiTextStyleSheetControl.asm
ROUTINES:
Name Description
---- -----------
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.