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 |
|---|---|---|---|---|
ln.asm | ZYFFF166/operating_system_creatingthread | 0 | 55468 |
_ln: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.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 pushl -0x4(%ecx)
a: 55 ... |
progs/chap11p08.asm | HKhademian/AssemblyDandamudi | 1 | 55469 | %include "lib.asm"
global _start
section .bss
resb 10
bufferA resb 100
bufferB resb 100
section .data
bufferR times 100 db 0
section .code
_start:
enter 0,0
fgets bufferA, 100
fgets bufferB, 100
mov esi, -1
alen:
inc esi
cmp [bufferA+esi], byte 0
jne alen
mov edi, -1
blen:
inc edi
cmp [bufferB... |
smsq/recent/basic.asm | olifink/smsqe | 0 | 55470 | <gh_stars>0
; SBasic routines for Recent Thing v1.00 copyright (c) <NAME> 2015
section exten
xdef rcnt_addf
xdef rcnt_gffj$
xdef rcnt_gffa$
xdef rcnt_jobs
xdef rcnt_gall
xdef rcnt_info
xdef rcnt_garr
xdef rcnt_galj
xdef rcnt_garj
xdef rcnt_load
xdef rcnt_save
xdef rcnt_remv
xdef rcnt_sync
xref rcnt_... |
engine/overworld/pokecenter.asm | adhi-thirumala/EvoYellow | 16 | 55471 | DisplayPokemonCenterDialogue_:
ld a, [wCurMap]
cp PEWTER_POKECENTER
jr nz, .regularCenter
call CheckPikachuFollowingPlayer
jr z, .regularCenter
ld hl, LooksContentText ; if pikachu is sleeping, don't heal
call PrintText
ret
.regularCenter
call SaveScreenTilesToBuffer1 ; save screen
ld hl, PokemonCenterWelcome... |
grep.asm | sparsh99/xv6 | 0 | 55472 |
_grep: file format elf32-i386
Disassembly of section .text:
00000000 <grep>:
char buf[1024];
int match(char*, char*);
void
grep(char *pattern, int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x18,%esp
int n, m;
char *p, *q;
... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3112.asm | ljhsiun2/medusa | 9 | 55473 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x153a5, %r11
nop
nop
nop
inc %r9
and $0xffffffffffffffc0, %r11
movaps (%r11), %xmm3
vpextrq $0, %xmm3, %rbp
nop
nop
sub $561, %r10
lea addresses_D_ht+0xca45, %r11... |
_incObj/24, 27 & 3F Explosions.asm | kodishmediacenter/msu-md-sonic | 9 | 55474 | <reponame>kodishmediacenter/msu-md-sonic<gh_stars>1-10
; ---------------------------------------------------------------------------
; Object 24 - buzz bomber missile vanishing (unused?)
; ---------------------------------------------------------------------------
MissileDissolve:
moveq #0,d0
move.b obRoutine(a0),... |
libsrc/balloc/ba_BestFit.asm | grancier/z180 | 8 | 55475 | <filename>libsrc/balloc/ba_BestFit.asm<gh_stars>1-10
; CALLER linkage for function pointers
SECTION code_clib
PUBLIC ba_BestFit
PUBLIC _ba_BestFit
EXTERN BABestFit
.ba_BestFit
._ba_BestFit
ld hl,2
add hl,sp
ld b,(hl)
inc hl
inc hl
ld l,(hl)
ld h,0
jp BABestFit
|
programs/oeis/315/A315676.asm | neoneye/loda | 22 | 55476 | ; A315676: Coordination sequence Gal.4.75.4 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.
; 1,6,12,17,21,26,32,38,44,50,55,59,64,70,76,82,88,93,97,102,108,114,120,126,131,135,140,146,152,158,164,169,173,178,184,190,196,202,207,211,21... |
libsrc/_DEVELOPMENT/target/rc2014/driver/ram/c/sccz80/shadow_write_callee.asm | dikdom/z88dk | 1 | 55477 |
; void *shadow_write(void * restrict s1, const void * restrict s2, size_t n) __smallc __z88dk_callee
SECTION smc_lib
PUBLIC shadow_write_callee
EXTERN asm_push_di
EXTERN asm_pop_ei_jp
EXTERN __IO_RAM_SHADOW_BASE
.shadow_write_callee
pop hl
pop bc
pop de
ex (sp),hl
ex de,hl
ld a,b
or c
ret... |
oeis/014/A014811.asm | neoneye/loda-programs | 11 | 55478 | ; A014811: a(n) = Sum_{k=1..n-1} ceiling(k^2/n).
; Submitted by <NAME>
; 0,1,3,5,8,12,17,22,26,33,41,49,56,66,77,86,96,107,121,135,148,162,179,196,206,225,243,263,280,302,323,344,364,385,411,433,456,482,511,538,560,589,617,649,676,708,741,774,798,831,869,903,936,972,1013,1052
mov $8,$0
mov $9,$0
lpb $8
mov $0,$9
s... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1461.asm | ljhsiun2/medusa | 9 | 55481 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r15
push %r8
push %rax
push %rdi
lea addresses_D_ht+0x1a299, %rax
clflush (%rax)
nop
nop
nop
nop
cmp %rdi, %rdi
movw $0x6162, (%rax)
nop
nop
nop
cmp %r11, %r11
lea addresses_normal_ht+0x17ba9, %r14
nop
nop
nop
sub $57561, %r10
mov $0x61626... |
programs/oeis/289/A289521.asm | neoneye/loda | 22 | 55482 | <reponame>neoneye/loda
; A289521: Number of vertices in a planar Apollonian graph at iteration n.
; 4,7,16,43,124,367,1096,3283,9844,29527,88576,265723,797164,2391487,7174456,21523363,64570084,193710247,581130736,1743392203,5230176604,15690529807,47071589416,141214768243,423644304724,1270932914167,3812798742496,1143839... |
2020/5/binary_boarding_p1.asm | ped7g/adventofcode | 2 | 55483 | ; https://adventofcode.com/2020/day/5 (part 1)
OPT listoff : DEVICE ZXSPECTRUMNEXT : MMU 0 7, 0, $0000
inputFile: ; load the input.txt into virtual device memory for processing
INCBIN "input.txt"
inputEnd:
; init variables
inPtr = inputFile
seatID = 0
maxSeatID = 0
; read+process whole input file
... |
009-osdev-02/stage2.asm | gynvael/stream | 152 | 55484 | <filename>009-osdev-02/stage2.asm<gh_stars>100-1000
[bits 16]
[org 0x0000]
start:
mov ax, 0x2000
mov ds, ax
mov es, ax
mov ax, 0x1f00
mov ss, ax
xor sp, sp
; remove later
;mov ax, 0xb800 ; 0xb8000
;mov fs, ax
;mov bx, 0
;mov ax, 0x4141
;mov [fs:bx], ax
; ds, cs, ss, ... |
tests/asm/ld.asm | benjaminselfridge/lc3b | 5 | 55485 | <reponame>benjaminselfridge/lc3b
0x3010
LEA R0 DATA1
LDW R1 R0 0x0
LDB R2 R0 0x0
LDB R3 R0 0x1
LDW R4 R0 0x0
LDW R4 R0 0x1
TRAP 0x0
DATA1: 0x1234
|
asm/ooe_open_world_map.asm | Iemnur/DSVEdit | 70 | 55486 | <gh_stars>10-100
.nds
.relativeinclude on
.erroronwarning on
.open "ftc/arm9.bin", 02000000h
; Make all areas on the world map accessible.
.org 0x020AA8E4
mov r0, 1
.close
|
codes/low-level/lib/lib.asm | zhoujiagen/learning-system-programming | 0 | 55488 | <filename>codes/low-level/lib/lib.asm
%include "syscall.inc"
section .text
global exit
global string_length, string_equals, string_copy
global print_string, print_char, print_newline, print_uint, print_int
global read_char, read_word
global parse_uint, parse_int
exit:
mov rax, NR_EXIT
xor rdi, rdi
syscall
str... |
matrix_overflow.asm | gabrielganzer/EMU8086 | 1 | 55490 | N EQU 4
M EQU 7
P EQU 5
PS EQU -32768
NG EQU 32767
.MODEL small
.STACK
.DATA
matA DB 3,14,-15,9,26,-53,5,89,79,3,23,84,-6,26,43,-3,83,27,-9,50,28,-88,41,97,-103,69,39,-9
matB DB 37,-101,0,58,-20,9,74,94,-4,59,-23,90,-78,16,-4,0,-62,86,20,89,9,86,28,0,-34,82,5,34,-21,1,70,-67,9,82,14
matC DW N*P DUP(... |
_anim/obj2C.asm | NatsumiFox/AMPS-Sonic-1-2005 | 2 | 55491 | ; ---------------------------------------------------------------------------
; Animation script - Jaws enemy
; ---------------------------------------------------------------------------
dc.w byte_AC6A-Ani_obj2C
byte_AC6A: dc.b 7, 0, 1, 2, 3, $FF
even |
ascplayer.asm | lukq/mz-asciimation | 1 | 55492 | ; Ascii Star Wars player for Sharp MZ-800, version 1.0
; January 2019
; by <NAME>
; Open source under the MIT License (Expat)
; This program can play specially crafted data files containing asciimation.
; It was created to play the Star Wars asciimation created by <NAME>.
; Load this program either from a c... |
kernel.asm | Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads | 0 | 55494 |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... |
libsrc/_DEVELOPMENT/target/yaz180/driver/i2c/z180/__i2c1_need.asm | Frodevan/z88dk | 640 | 55495 |
; Generate references to any portions of i2c1
; code that must be part of every compile that
; uses the i2c1.
PUBLIC asm_i2c1_need
EXTERN __i2c1ControlEcho
DEFC asm_i2c1_need = __i2c1ControlEcho
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_390.asm | ljhsiun2/medusa | 9 | 55496 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x4eb1, %r15
nop
dec %rcx
movb (%r15), %r11b
nop
nop
nop
nop
and %r13, %r13
lea addresses_UC_ht+0x11221, %rsi
lea addresses_WT_ht+0x10a1, %rdi
nop
nop
nop
xor $51312, %rdx
mov $... |
src/title.asm | mgr-inz-rafal/skakatory | 1 | 55497 | <filename>src/title.asm<gh_stars>1-10
mva #0 IN_GAME
jsr CLEAR_PLAYERS_PMG
jsr TITLE_MAIN
@ jsr SYNCHRO
dec QUOTE_COLOR_COUNTER
lda QUOTE_COLOR_COUNTER
bne TIT_1
#if .byte QUOTE_COLOR < #QUOTE_TARGET_COLOR
inc... |
samples/nes/common/character_cntrl.asm | 0x8BitDev/MAPeD-SPReD | 23 | 55499 | <reponame>0x8BitDev/MAPeD-SPReD
;###############################################
;
; Copyright 2018-2019 0x8BitDev ( MIT license )
;
;###############################################
;
; Simple character controller
;
.segment "ZP"
; character controller variables
_player_pos_x: .res 1
_player_pos_y: .r... |
oeis/211/A211873.asm | neoneye/loda-programs | 11 | 55500 | <reponame>neoneye/loda-programs
; A211873: Numbers b >= 0 such that 2 b^2 + 3 b + 5 is prime.
; Submitted by <NAME>
; 0,2,8,14,22,24,28,42,52,58,62,64,72,84,92,94,98,114,122,134,142,148,168,178,188,202,212,218,244,248,262,274,282,302,304,308,314,318,324,328,338,342,352,358,364,372,374,392,394,398,402,408,414,434,442,44... |
2020 Fall E C E 252/EX11/strend.asm | jsswd888/2020_FALL_UW_MADISON | 0 | 55501 | <reponame>jsswd888/2020_FALL_UW_MADISON<gh_stars>0
; Filename: strend.asm
; Author: <NAME>
; Description: test program for finding the end of
; a null-terminated string
.orig x0200
START
LEA R1, S1
JSR STREND
LEA R1, S6
JSR STREND
LEA R1, S2
JSR STREND
LEA R1, S5
JSR STREND
LE... |
school2/8B/14.asm | momomeomo/School | 0 | 55502 | <reponame>momomeomo/School
INCLUDE asmlib.inc
;//Tab macro
tabm MACRO
mov al, 9h ;;//moves tab into 09h
call writechar ;;//writes tab to screen
ENDM
.data
;//strings to be tab delimited
prompt1 BYTE "test 1",0
prompt2 BYTE "test 2",0
prompt3 BYTE "test 3",0
.code
main PROC
tabm ... |
P6/data_P6_2/MDTest184.asm | alxzzhou/BUAA_CO_2020 | 1 | 55503 | <gh_stars>1-10
ori $ra,$ra,0xf
div $4,$ra
mfhi $4
lb $3,10($0)
lui $5,14039
lb $4,13($0)
mtlo $4
sb $2,11($0)
lb $3,8($0)
srav $1,$1,$4
ori $6,$1,24142
addu $1,$4,$3
mfhi $5
div $0,$ra
ori $1,$2,11756
ori $4,$1,17139
multu $1,$1
sll $2,$4,17
mtlo $0
mflo $2
addu $1,$5,$3
mflo $2
sb $4,10($0)
ori $4,$2,22166
lb $1,11($0... |
libsrc/_DEVELOPMENT/string/c/sdcc_iy/memset_wr_callee.asm | ahjelm/z88dk | 640 | 55504 | <gh_stars>100-1000
; void *memset_wr_callee(void *s, int c, size_t n)
SECTION code_clib
SECTION code_string
PUBLIC _memset_wr_callee
EXTERN asm_memset_wr
_memset_wr_callee:
pop af
pop hl
pop de
pop bc
push af
jp asm_memset_wr
|
Driver/Video/Dumb/Simp2Bit/simp2bitTables.asm | steakknife/pcgeos | 504 | 55505 | <filename>Driver/Video/Dumb/Simp2Bit/simp2bitTables.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1996. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: PC GEOS
MODULE: Simp2Bit video drivre
FILE: simp2bitTables.asm
AUTHOR: <NAME>, Oct 7, ... |
src/loader/loader-template.asm | EugenyN/glazx | 9 | 55506 | <reponame>EugenyN/glazx
; by na_th_an - Thanks to <NAME> for his tutorials and utilities.
org $5ccb
ld sp, 23999 ;$ffff
di
db $de, $c0, $37, $0e, $8f, $39, $96 ;OVER USR 7 ($5ccb)
; screen 0
ld hl, $5800
ld de, $5801
ld bc, 768
ld (hl), l
ldir
; load screen
scf
ld a, $ff
ld ix, $4000
ld de, $1b00
call... |
src/engine.asm | NEPETAISCUTE/simon-gameboy | 1 | 55507 | <reponame>NEPETAISCUTE/simon-gameboy
INCLUDE "src/lib/hardware.inc"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;not really useful, but still better than having numbers in code i guess?
LY_VBLANK EQU 148
SIZE_OAM EQU $A0
PALETTE_BLACK_ON_WHITE EQU %00100111
;;;boolean
False EQU $0
True EQU $1
;;;gameStates:
STATE_TITLE EQU... |
game-projects/AnimatedBackground/GameMode/TitleScreen/TitleScreenRamData.asm | wide-dot/thomson-to8-game-engine | 11 | 55508 | ; RAM variables
* ===========================================================================
* Object Constants
* ===========================================================================
nb_dynamic_objects equ 2
nb_graphical_objects equ 2 * max 64 total
Object_RAM
SS_Object_RAM
Dynami... |
100doors/100doors.asm | XCaminhante/tutoriais-e-exemplos | 15 | 55509 | <reponame>XCaminhante/tutoriais-e-exemplos
;Compile com `fasm 100doors.asm`
;Executa em sistema baseado em Linux, Intel de 32 ou 64 bits
format elf executable 3 ; elf32-i386
entry início ; onde meu programa começa
include 'proc32.inc' ; macros para subrotinas estilosas do FASM (v... |
src/libft/arch/x86_64/coroutine.asm | Nax/libft | 0 | 55510 | <filename>src/libft/arch/x86_64/coroutine.asm
EXTERN ftCoCurrent
EXTERN ft_CoSetCurrent
GLOBAL ft_ArchCoFirstRun
GLOBAL ftCoSwitch
%ifdef WIN32
%define ARG0 rcx
%define PLT
%else
%define ARG0 rdi
%define PLT WRT ..plt
%endif
ft_ArchCoFirstRun:
call ftCoCurrent PLT
mov ARG0, [rax + 0x8]
... |
tests/t29.asm | mras0/sasm | 26 | 55511 | org 0x7c00
Start:
jmp short RealStart
nop
db 0x01, 0x02
RealStart:
jmp $
jmp $+2
jne $-10
resb 510 - ($-$$)
dw 0xaa55
|
libsrc/target/zx-common/fcntl/esxdos/target_read_structtm.asm | ahjelm/z88dk | 640 | 55512 |
SECTION code_time
PUBLIC target_read_structtm
PUBLIC time
PUBLIC _time
EXTERN _time_from_structtm
EXTERN asm_tm_from_dostm
EXTERN asm_esx_m_getdate
defc time = _time_from_structtm
defc _time = time
; struct tm {
; int tm_sec;
; int tm_min;
; int tm_hour;
; int tm_mday;
; int tm... |
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/asin.asm | witchcraft2001/z88dk | 640 | 55513 | <gh_stars>100-1000
SECTION code_fp_math16
PUBLIC asinf16
EXTERN _m16_asinf
defc asinf16 = _m16_asinf
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _asinf16
EXTERN cm16_sdcc_asin
defc _asinf16 = cm16_sdcc_asin
ENDIF
|
kernel.asm | nayajiwon/ssu_practice- | 0 | 55514 |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... |
Appl/SDK_Asm/GrObj/DupGrObj/dupgrobj.asm | steakknife/pcgeos | 504 | 55515 | <filename>Appl/SDK_Asm/GrObj/DupGrObj/dupgrobj.asm
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: DupGrObj (Sample PC GEOS application)
FILE: dupgrobj.asm
REVISION HISTORY:
Name Date Descriptio... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_159.asm | ljhsiun2/medusa | 9 | 55516 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xf7d0, %rbx
nop
xor $37303, %r14
movups (%rbx), %xmm1
vpextrq $0, %xmm1, %rdx
nop
nop
nop
and %r13, %r13
lea addresses_D_ht+0x4d0, %rbx
... |
Demo/spectrum.asm | DW0RKiN/Floating-point-Library-for-Z80 | 12 | 55517 | ZOOM EQU 1
TEST_PIXEL EQU 0
DEBUG EQU TEST_PIXEL
carry_flow_warning EQU 0
color_flow_warning EQU 0
if DEBUG
print_name_fce
print_register
print_variables
endif
INCLUDE "finit.asm"
; MACROS
INCLUDE "mmul2.asm"
INC... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_503.asm | ljhsiun2/medusa | 9 | 55518 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_503.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r15
push %r8
push %rax
push %rbp
push %rbx
push %rsi
// Store
lea addresses_normal+0x1aff, %rax
nop
nop
nop
add $506... |
src/shaders/h264/ildb/save_Cur_UV_8x8.asm | tizenorg/platform.upstream.libva-intel-driver | 0 | 55519 | /*
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*
*/
// Module name: save_Cur_UV_8x8.asm
//
// Save UV 8x8 bl... |
memcpy.asm | Antoine340/minilibc-asm | 0 | 55521 |
BITS 64
GLOBAL memcpy:function
memcpy:
PUSH RBP
MOV RBP, RSP
XOR RAX, RAX
XOR RCX, RCX
CMP RDX, 0
JZ return_0
loop:
CMP RCX, RDX
MOV R8B, [RSI + RCX]
JE end
MOV BYTE[RDI + RCX], R8B
inc RCX
JMP loop
end:
XOR RAX, RDI
XOR RCX, RCX
LEAVE
RE... |
oeis/052/A052784.asm | neoneye/loda-programs | 11 | 55522 | ; A052784: E.g.f.: x^3*(exp(x)-1)^3.
; Submitted by <NAME>
; 0,0,0,0,0,0,720,7560,50400,272160,1300320,5738040,23958000,96061680,373477104,1417295880,5274360000,19313985600,69770966976,249130574424,880629138000
mov $2,$0
trn $0,1
seq $0,52777 ; E.g.f.: x^2*(exp(x)-1)^3.
mul $0,$2
|
programs/oeis/090/A090848.asm | karttu/loda | 1 | 55525 | <gh_stars>1-10
; A090848: Positions of the terms of A090847^4 in A090847, where A090847 is equal to the union of the self-convolutions A090847^2 and A090847^4 when ordered by size.
; 1,3,6,8,11,13,16,19,21,24,26,29,32,34,37,40,42,45,47,50,53,55,58,60,63,66,68,71,73,76,79,81,84,86,89,92,94,97,99,102,105,107,110,112,115,... |
Library/Text/TextAttr/taElement.asm | steakknife/pcgeos | 504 | 55526 | <filename>Library/Text/TextAttr/taElement.asm
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: User/Text
FILE: textElement.asm
ROUTINES:
Name Description
---- -----------
Routines used ... |
libsrc/math/cpcmath/minusfa.asm | andydansby/z88dk-mk2 | 1 | 55527 | <reponame>andydansby/z88dk-mk2
;
; CPC Maths Routines
;
; August 2003 **_|warp6|_** <kbaccam /at/ free.fr>
;
; $Id: minusfa.asm,v 1.2 2009/06/22 21:44:17 dom Exp $
;
INCLUDE "cpcfirm.def"
INCLUDE "cpcfp.def"
XLIB minusfa
XDEF minusfac
XREF fa
.minusfa
ld hl,fa+1
call firmware
... |
programs/oeis/321/A321579.asm | neoneye/loda | 22 | 55528 | ; A321579: Number of n-tuples of 4 elements excluding reverse duplicates and those consisting of repetitions of the same element only.
; 0,0,6,36,132,540,2076,8316,32892,131580,524796,2099196,8390652,33562620,134225916,536903676,2147516412,8590065660,34359869436,137439477756,549756338172,2199025352700,8796095119356,351... |
dos/digger/bc02.asm | sergev/vak-opensource | 34 | 55529 | PUBLIC N_LDIV@,F_LDIV@,LDIV@,N_LUDIV@,LUDIV@,F_LUDIV@,N_LMOD@,LMOD@,F_LMOD@
PUBLIC N_LUMOD@,LUMOD@,F_LUMOD@,N_LXLSH@,F_LXLSH@,LXLSH@,N_LXMUL@,N_PADA@
PUBLIC F_PADA@,PADA@,N_PSBA@,F_PSBA@,PSBA@,N_PADD@,F_PADD@,PADD@,N_PSUB@
PUBLIC F_PSUB@,PSUB@,N_SCOPY@
_TEXT SEGMENT WORD PUBLIC 'CODE'
N_LDIV@:
POP CX
PUS... |
Transynther/x86/_processed/US/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_2836.asm | ljhsiun2/medusa | 9 | 55530 | <filename>Transynther/x86/_processed/US/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_2836.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x15b7e, %r14
nop
nop
nop
xor $48599, %r9
movb $0x61, (%r14)
nop
nop
nop
sub... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1961.asm | ljhsiun2/medusa | 9 | 55531 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xaba5, %rsi
lea addresses_normal_ht+0x9265, %rdi
clflush (%rsi)
nop
nop
nop
and %r10, %r10
mov $108, %rcx
rep movsw
nop
dec %rcx
lea addresses_WT_ht+0x18ea5, %r... |
Aurora/Aurora/x64/Debug/apic.asm | manaskamal/aurora-xeneva | 8 | 55532 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_BSS SEGMENT
x2apic DB 01H DUP (?)
ALIGN 8
apic DQ 01H DUP (?)
_BSS ENDS
PUBLIC ?initialize_apic@@YAXXZ ; initialize_apic
PUBLIC ?apic_local_eoi@@YAXXZ ; apic_local_eoi
PU... |
oeis/083/A083582.asm | neoneye/loda-programs | 11 | 55533 | <filename>oeis/083/A083582.asm
; A083582: a(n) = (8*2^n-5*(-1)^n)/3.
; Submitted by <NAME>(s2)
; 1,7,9,23,41,87,169,343,681,1367,2729,5463,10921,21847,43689,87383,174761,349527,699049,1398103,2796201,5592407,11184809,22369623,44739241,89478487,178956969,357913943,715827881,1431655767,2863311529,5726623063,11453246121,2... |
src/TimerKeypad.asm | glen-mac/COMP2121-16s1 | 0 | 55534 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;; KEYPAD ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... |
6502DotNet/Examples/vcs/pocbackgroundcyclereleasecompiled.asm | Yttrmin/CSharpTo2600 | 7 | 55536 | <filename>6502DotNet/Examples/vcs/pocbackgroundcyclereleasecompiled.asm<gh_stars>1-10
/*
.method public hidebysig static void Main() cil managed
{
// Code size 140 (0x8c)
.maxstack 2
.locals init (uint8 V_0)
IL_0000: ldc.i4.1
IL_0001: stsfld uint8 Samples.NtscBackgroundColorsSample::Increment
... |
programs/oeis/110/A110516.asm | karttu/loda | 1 | 55537 | ; A110516: Expansion of (1-x+x^2+x^3)/(1+x-x^4-x^5).
; 1,-2,3,-2,3,-4,5,-4,5,-6,7,-6,7,-8,9,-8,9,-10,11,-10,11,-12,13,-12,13,-14,15,-14,15,-16,17,-16,17,-18,19,-18,19,-20,21,-20,21,-22,23,-22,23,-24,25,-24,25,-26,27,-26,27,-28,29,-28,29,-30,31,-30,31,-32,33,-32,33,-34,35,-34,35,-36,37,-36,37,-38,39,-38,39,-40,41,-40,41... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1212.asm | ljhsiun2/medusa | 9 | 55539 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xe91, %r13
nop
nop
nop
xor $65295, %r8
vmovups (%r13), %ymm3
vextracti128 $0, %ymm3, %xmm3
vpextrq $1, %xmm3, %rbp
nop
nop
nop
nop
cmp $20488, %rdi
lea addresse... |
MIPS_Course/traverseOrig.asm | akellermann97/college-dump | 0 | 55540 | # File: traverse_tree.asm
# Author: <NAME>
# Contributors: <NAME>,
# <NAME>,
# <NAME>
#
# Description: Binary tree traversal functions.
#
# Revisions: $Log$
# CONSTANTS
#
# traversal codes
PRE_ORDER = 0
IN_ORDER = 1
POST_ORDER = 2
.text # this is program code
.align 2 # instructions must be on word bound... |
boot/pikos_print_str.asm | pikobyte/pikos | 1 | 55541 | <filename>boot/pikos_print_str.asm
;
; pikos_print_str.asm
; Contains simple function for printing strings and a new line. The data are
; received into the BX register.
;
; Push all of the current registers onto the stack.
print_str:
pusha
; Loop over the string, printing the current character and end at the null... |
programs/oeis/298/A298705.asm | ckrause/cm | 22 | 55542 | <filename>programs/oeis/298/A298705.asm
; A298705: Numbers from the 15-theorem for universal Hermitian lattices.
; 1,2,3,5,6,7,10,13,14,15
mov $2,29
add $2,$0
mov $3,$0
add $3,2
seq $3,102363 ; Triangle read by rows, constructed by a Pascal-like rule with left edge = 2^k, right edge = 2^(k+1)-1 (k >= 0).
add $3,3
min ... |
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_insert_block_callee.asm | jpoikela/z88dk | 640 | 55543 | <filename>libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_insert_block_callee.asm
; void *b_vector_insert_block_callee(b_vector_t *v, size_t idx, size_t n)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC _b_vector_insert_block_callee
EXTERN asm_b_vector_insert_block
_b_vector_insert_block_callee:
pop af... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_321_1430.asm | ljhsiun2/medusa | 9 | 55545 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xaad5, %r9
nop
nop
nop
nop
nop
and $14898, %rbx
mov $0x6162636465666768, %rax
movq %rax, (%r9)
nop
and $3167, %r13
lea addresses_WT_ht+0x11c4, %rsi
lea addresses_WC_ht+0x1ec0e,... |
os/arch.asm | SimonFJ20/jdh-8 | 911 | 55547 | @ifndef ARCH_ASM
@define ARCH_ASM
; ARCHITECTURE CONSTANTS
; SPECIAL MEMORY ADDRESSES
@define ADDR_ROM 0x0000
@define ADDR_BANK 0x8000
@define ADDR_RAM 0xC000
@define ADDR_STACK 0xFEFF
; SPECIAL MEMORY-MAPPED REGISTERS
@define ADDR_MB 0xFFFA
@define ADDR_SP 0xFFFC
@define ADDR_SPL 0xFFFC
@define ADDR_SPH 0xFFFD... |
Quickdraw/QuickDraw Source/Ovals.asm | Computer-history-Museum/MacPaint | 2 | 55548 | <reponame>Computer-history-Museum/MacPaint
.INCLUDE GRAFTYPES.TEXT
;-----------------------------------------------------------
;
;
; *** * * * * ***
; * * * * * * * * *
; * * * * * * * *
; * * * * * * * ***
; * * * * ***** * ... |
oeis/041/A041041.asm | neoneye/loda-programs | 11 | 55549 | <filename>oeis/041/A041041.asm
; A041041: Denominators of continued fraction convergents to sqrt(26).
; Submitted by <NAME>(s2)
; 1,10,101,1020,10301,104030,1050601,10610040,107151001,1082120050,10928351501,110365635060,1114584702101,11256212656070,113676711262801,1148023325284080,11593909964103601,117087122966320090,1... |
oeis/023/A023418.asm | neoneye/loda-programs | 11 | 55550 | <reponame>neoneye/loda-programs<filename>oeis/023/A023418.asm
; A023418: Denominator of n*(n-3)*(3*n^2 - 6*n + 2)/(3*(n-1)*(n-2)).
; Submitted by <NAME>
; 1,9,18,5,45,63,28,54,135,55,198,117,91,315,360,68,459,513,190,315,693,253,828,450,325,1053,1134,203,1305,1395,496,792,1683,595,1890,999,703,2223,2340,410,2583,2709,9... |
audio/headers/sfxheaders1.asm | opiter09/ASM-Machina | 1 | 55551 | SFX_Headers_1::
db $ff, $ff, $ff ; padding
SFX_Noise_Instrument01_1::
audio_header SFX_Noise_Instrument01_1, Ch8
SFX_Noise_Instrument02_1::
audio_header SFX_Noise_Instrument02_1, Ch8
SFX_Noise_Instrument03_1::
audio_header SFX_Noise_Instrument03_1, Ch8
SFX_Noise_Instrument04_1::
audio_header SFX_Noise_Instrume... |
decrunch/lz48decrunch_v006b.asm | lgblgblgb/rasm | 0 | 55554 | ;
; LZ48 decrunch
;
; In ; HL=compressed data address
; ; DE=output data address
; Out ; HL last address of compressed data read (you must inc once for LZ48 stream)
; ; DE last address of decrunched data write +1
; ; BC always 3
; ; A always zero
; ; IXL undetermined
; ; flags (inc a -> 0)
; Modif ; AF... |
uuu/src/cells/lib/string/common/common.asm | ekscrypto/Unununium | 7 | 55555 | <reponame>ekscrypto/Unununium
;; $Header: /cvsroot/uuu/uuu/src/cells/lib/string/common/common.asm,v 1.14 2001/12/10 00:00:24 instinc Exp $
;;
;; Common string functions cell -- provides incredibly common string functions
;; Copyright (C) 2001 <NAME>
;; Distributed under the BSD license; see file "license" for details.... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_845.asm | ljhsiun2/medusa | 9 | 55556 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xe9da, %rsi
lea addresses_UC_ht+0xce1a, %rdi
nop
nop
sub $34241, %r14
mov $102, %rcx
rep movsl
nop
nop
nop
nop
nop
inc %r10
lea addresses_A_ht+0x11c2c, %rbx
nop
nop
nop
no... |
programs/oeis/227/A227513.asm | neoneye/loda | 22 | 55557 | ; A227513: Round(-1/n + 1/log((2n+1)/(2n-1))).
; 10,92,319,761,1491,2581,4103,6130,8732,11982,15952,20714,26341,32903,40473,49123,58925,69952,82274,95964,111094,127736,145963,165845,187455,210865,236147,263374,292616,323946,357436,393158,431185,471587,514437,559807,607769,658396,711758,767928,826978,888980,954007,10221... |
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_977.asm | ljhsiun2/medusa | 9 | 55558 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r9
push %rax
push %rbp
push %rbx
push %rdi
push %rsi
lea addresses_D_ht+0x1d12e, %rsi
cmp $23910, %rdi
movups (%rsi), %xmm7
vpextrq $0, %xmm7, %r12
nop
nop
nop
nop
nop
and $63787, %rsi
lea addresses_WT_ht+0x1ca0e, %rbx
nop
nop
nop
nop
and %r9, %r9
movl $0x616... |
programs/oeis/183/A183572.asm | neoneye/loda | 22 | 55559 | ; A183572: a(n) = n + floor(sqrt(2*n-1)).
; 2,3,5,6,8,9,10,11,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,30,32,33,34,35,36,37,38,39,41,42,43,44,45,46,47,48,50,51,52,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,72,73,74,75,76,77,78,79,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,98,99,100,101,102,103,104,105,... |
P6/data_P6_2/MDTest143.asm | alxzzhou/BUAA_CO_2020 | 1 | 55561 | <filename>P6/data_P6_2/MDTest143.asm
ori $ra,$ra,0xf
divu $0,$ra
lb $1,5($0)
addiu $2,$2,-14305
div $4,$ra
mthi $6
mthi $0
srav $4,$4,$2
mflo $1
div $5,$ra
mfhi $1
addiu $4,$6,-2111
srav $5,$5,$5
addu $4,$4,$5
mfhi $5
div $0,$ra
mthi $4
div $5,$ra
mtlo $1
addu $5,$2,$3
mfhi $2
mfhi $1
sll $4,$2,9
addiu $1,$4,20959
mflo... |
libsrc/_DEVELOPMENT/arch/zx/esxdos/z80/asm_esxdos_f_seek.asm | jpoikela/z88dk | 640 | 55562 | <reponame>jpoikela/z88dk
; ulong esxdos_f_seek(uchar handle, ulong dist, uchar whence)
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_esxdos
PUBLIC asm_esxdos_f_seek
EXTERN __esxdos_error_mc
asm_esxdos_f_seek:
; F_SEEK:
; Seek BCDE bytes. A=handle
; L=mode (0 from start of file, 1 fwd from c... |
oeis/028/A028133.asm | neoneye/loda-programs | 11 | 55563 | ; A028133: Expansion of 1/((1-4x)(1-6x)(1-7x)(1-11x)).
; Submitted by <NAME>
; 1,28,503,7418,98169,1217136,14481211,167749366,1909343117,21481183724,239821188399,2663810246994,29488849731745,325724954017192,3592642298586467,39588148322702702,435961667557278453
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
sub $2,1... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1428.asm | ljhsiun2/medusa | 9 | 55564 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x14e00, %r11
clflush (%r11)
nop
nop
nop
dec %rbx
movb (%r11), %al
nop
nop
sub %rcx, %rcx
lea addresses_D_ht+0x162d0, %r11
nop
nop
nop
nop
nop
add $63458, %r13
mov (%r11), %r1... |
programs/oeis/305/A305155.asm | neoneye/loda | 22 | 55565 | ; A305155: a(n) = 28*2^n - 15.
; 13,41,97,209,433,881,1777,3569,7153,14321,28657,57329,114673,229361,458737,917489,1834993,3670001,7340017,14680049,29360113,58720241,117440497,234881009,469762033,939524081,1879048177,3758096369,7516192753,15032385521,30064771057,60129542129,120259084273,240518168561,481036337137,962072... |
programs/oeis/261/A261872.asm | neoneye/loda | 22 | 55566 | <reponame>neoneye/loda
; A261872: a(n) = phi(n) mod 5, where phi is the Euler totient function.
; 1,1,2,2,4,2,1,4,1,4,0,4,2,1,3,3,1,1,3,3,2,0,2,3,0,2,3,2,3,3,0,1,0,1,4,2,1,3,4,1,0,2,2,0,4,2,1,1,2,0,2,4,2,3,0,4,1,3,3,1,0,0,1,2,3,0,1,2,4,4,0,4,2,1,0,1,0,4,3,2,4,0,2,4,4,2,1,0,3,4,2,4,0,1,2,2,1,2,0,0
seq $0,10 ; Euler tot... |
LoadLongAddress_ArrayElement_Into_8D.asm | clandrew/nhl94e | 2 | 55567 | // Multiply by 4 to turn index into an offset
0A ASL
0A ASL
A8 TAY
// Put 0xA08200 (or whatever the string table address is) into $8D
A9 A0 00 LDA #$00A0
85 8F STA $8F
A9 00 82 LDA #$8200
85 8D STA $8D
// load from 0xA08200, y
B7 8D LDA [$8... |
Lisp65/tests/mockConio.asm | Martin-H1/6502 | 3 | 55569 | ; -----------------------------------------------------------------------------
; Definitions for the py65mon emulator
; -----------------------------------------------------------------------------
.alias py65_putc $f001
.alias py65_getc $f004
;
; Data segments
;
.data ZPDATA
.space DBGPTR 2 ; pointers used by ... |
Working Disassembly/Levels/EMZ/Misc Object Data/Map - Dripper.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 55570 | <filename>Working Disassembly/Levels/EMZ/Misc Object Data/Map - Dripper.asm
dc.w word_3825A-Map_EMZDripper
dc.w word_38262-Map_EMZDripper
dc.w word_3826A-Map_EMZDripper
dc.w word_38272-Map_EMZDripper
word_3825A: dc.w 1 ; DATA XREF: ROM:00038252o
dc.b $FC, 4, 0, 0, $FF, $F8
word_38262: dc.w 1 ; DAT... |
oeis/244/A244735.asm | neoneye/loda-programs | 11 | 55571 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A244735: a(n) = (prime(n) mod 5) mod 2.
; Submitted by <NAME>
; 0,1,0,0,1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,0,1,0,1,0,1,0,1,1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,0,1,1,1
mul $... |
Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_655.asm | ljhsiun2/medusa | 9 | 55572 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x14592, %r12
dec %r9
movups (%r12), %xmm5
vpextrq $1, %xmm5, %rsi
nop
nop
nop
add %r10, %r10
lea addresses_D_ht+0x15b59, %rsi
nop
nop
dec %rbp
movb (%rsi), %cl
xor %rcx, %rcx
l... |
samples/imported.asm | zedshaw/earing | 7 | 55573 | <filename>samples/imported.asm<gh_stars>1-10
# this is imported by samples/simpler.asm to demonstrate the import system
function imported_setup() : int
movi.i(RET, 20000)
ret
end
|
src/main/fragment/mos6502-common/vdsm1=pdsm2_derefidx_vbuyy_plus_vdsc1.asm | jbrandwood/kickc | 2 | 55575 | lda {m2}
sta $fe
lda {m2}+1
sta $ff
clc
lda ($fe),y
adc #<{c1}
sta {m1}
iny
lda ($fe),y
adc #>{c1}
sta {m1}+1
iny
lda ($fe),y
adc #<{c1}>>$10
sta {m1}+2
iny
lda ($fe),y
adc #>{c1}>>$10
sta {m1}+3 |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2791.asm | ljhsiun2/medusa | 9 | 55576 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xbe81, %r13
nop
nop
nop
cmp %r11, %r11
mov $0x6162636465666768, %rbp
movq %rbp, %xmm5
movups %xmm5, (%r13)
add %rsi, %rsi
lea addresses_... |
128b/sprite_mini/sprite_mini.asm | 42Bastian/lynx_hacking | 12 | 55577 | <gh_stars>10-100
***************
* Minimal Suzy setup for sprites (no tricks).
* 20 byte free.
****************
include <includes/hardware.inc>
;;; ROM sets this address
screen0 equ $2000
IFD LNX
run $200
ELSE
;; BLL loader is at $200, so move up
run $400
ENDIF
IFND LNX
;; Setup needed if loaded via BLL/H... |
testc/cputest/btx.asm | krismuad/TOWNSEMU | 124 | 55578 | .386p
ASSUME CS:CODE
PUBLIC BTX_R32_I8
PUBLIC BTX_R32_R32
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
EFLAGS_CF EQU 00001H
EFLAGS_PF EQU 00004H
EFLAGS_AF EQU 00010H
EFLAGS_ZF EQU 00040H
EFLAGS_SF EQU 00080H
EFLAGS_TRAP ... |
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/powerpc32/add_n.asm | problem-frames/openpf | 1 | 55579 | <reponame>problem-frames/openpf
dnl PowerPC-32 mpn_add_n -- Add two limb vectors of the same length > 0 and
dnl store sum in a third limb vector.
dnl Copyright (C) 1995, 1997, 2000 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribut... |
programs/oeis/315/A315461.asm | karttu/loda | 1 | 55580 | <reponame>karttu/loda<filename>programs/oeis/315/A315461.asm
; A315461: Coordination sequence Gal.5.69.4 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.
; 1,6,11,16,21,25,29,34,39,44,50,56,61,66,71,75,79,84,89,94,100,106,111,116,121,12... |
example.asm | LMinJae/MIPS-Assembler | 0 | 55581 | <reponame>LMinJae/MIPS-Assembler
add $t0, $s1, $s2
# i = N*N + 3*N
1_Unoptimized:
lw $t0, 4($gp) # fetch N
mult $t0, $t0, $t0 # N*N
lw $t1, 4($gp) # fetch N
ori $t2, $zero, 3 # 3
mult $t1, $t1, $t2 # 3*N
add $t2, $t0, $t1 # N*N + 3*N
sw $t2... |
base/mvdm/wow16/win87em/emulator.asm | npocmaka/Windows-Server-2003 | 17 | 55582 | page ,132
title emulator - 8087/287 emulator for MS-DOS, XENIX, OS/2, Windows
;***
;emulator.asm - 8087/287 emulator for MS-DOS, XENIX, OS/2, Windows
;
; Copyright (c) 1984-89, Microsoft Corporation
;
;Purpose:
; 8087/287 emulator for MS-DOS, XENIX, OS/2, Windows
;
; This Module contains Proprietary Infor... |
mc-sema/validator/x86/tests/MOVSSrm.asm | randolphwong/mcsema | 2 | 55584 | <reponame>randolphwong/mcsema
BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; convert 1 to a single precision float and store in xmm0
mov ecx, 1
cvtsi2ss xmm0, ecx
; convert 0 to a single precision float and store in xmm1
mov ecx, 0
cvtsi2ss xmm1, ecx
;TEST_BEGIN_RECORDING... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1036.asm | ljhsiun2/medusa | 9 | 55588 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x10ca1, %r12
nop
nop
nop
nop
nop
cmp %r14, %r14
mov $0x6162636465666768, %r13
movq %r13, (%r12)
nop
add %rdx, %rdx
lea addresses_UC_ht+0x1dc4a, ... |
programs/oeis/072/A072632.asm | neoneye/loda | 22 | 55589 | ; A072632: Solutions to A072631[n]=0.
; 1,3,8,21,55,149,404,1097,2981,8104,22027,59875,162755,442414,1202605,3269018
mov $2,1
mov $3,$0
mul $3,5
lpb $3
mul $1,$0
mul $2,$3
add $1,$2
sub $3,1
max $3,1
lpe
mul $1,$0
sub $1,1
div $1,$2
add $1,2
mov $0,$1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.