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 |
|---|---|---|---|---|
sh.asm | kishan1468/memory-management-in-xv6 | 0 | 59596 | <reponame>kishan1468/memory-management-in-xv6<filename>sh.asm
_sh: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
return 0;
}
int
main(void)
{
1000: f3 0f 1e fb endbr32
1004: 8d 4c 24 04 lea 0x4(%esp),%ecx
1008: 83 e4 f0 and $0xffffff... |
kernel/mbr.asm | yuchanns/x86-asm | 1 | 59597 | <gh_stars>1-10
kernel_base_addr equ 0x00040000 ; 内核加载的物理地址
kernel_start_sector equ 1 ; 内核存在的逻辑扇区号
mov ax, cs
mov ss, ax
mov sp, 0x7c00 ; 栈顶设置在 mbr 载入的位置,向下扩展
; 计算 gdt 逻辑段位置 eax/16
mov eax, [cs:pgdt+0x7c00+0x02] ; 偏移 2 byte 跳过描述符表界限
xor edx, edx
mov ebx, 16
div ebx
mov ds... |
data/pokemon/base_stats/giratina_o.asm | TastySnax12/pokecrystal16-493-plus | 2 | 59598 | <gh_stars>1-10
db 0 ; species ID placeholder
db 150, 120, 100, 90, 120, 100
; hp atk def spd sat sdf
db GHOST, DRAGON ; type
db 3 ; catch rate
db 255 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_UNKNOWN ; gender ratio
db 100 ; unknown 1
db 120 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gf... |
programs/oeis/113/A113743.asm | neoneye/loda | 22 | 59600 | <reponame>neoneye/loda<filename>programs/oeis/113/A113743.asm
; A113743: Generalized Mancala solitaire (A002491); to get n-th term, start with n and successively round up to next 6 multiples of n-1, n-2, ..., 1.
; 1,7,19,37,61,87,123,163,207,253,307,373,447,511,589,673,763,843,949,1087,1179,1309,1393,1531,1693,1807,193... |
base/crts/fpw32/tran/i386/ftol2.asm | npocmaka/Windows-Server-2003 | 17 | 59601 | <gh_stars>10-100
page ,132
title ftol2 - truncate TOS to 32-bit integer
;***
;ftol2.asm - truncate TOS to 32-bit integer
;
; Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved.
;
;Purpose:
;
;Revision History:
;
; 01/26/01 <NAME>
; Optimized... |
Library/Mailbox/Message/messageC.asm | steakknife/pcgeos | 504 | 59602 | <reponame>steakknife/pcgeos<filename>Library/Mailbox/Message/messageC.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
PROJECT: Clavin
MODULE: Message
FILE: messageC.asm
AUTHOR: <NAME>, Nov 21, 1994
ROUTINES:
Name ... |
oeis/000/A000255.asm | neoneye/loda-programs | 11 | 59603 | <filename>oeis/000/A000255.asm
; A000255: a(n) = n*a(n-1) + (n-1)*a(n-2), a(0) = 1, a(1) = 1.
; Submitted by <NAME>
; 1,1,3,11,53,309,2119,16687,148329,1468457,16019531,190899411,2467007773,34361893981,513137616783,8178130767479,138547156531409,2486151753313617,47106033220679059,939765362752547227,19690321886243846661,... |
programs/oeis/066/A066106.asm | neoneye/loda | 22 | 59604 | <reponame>neoneye/loda
; A066106: a(2n) = (2n)(2n+2); a(2n+1) = 4n + 4.
; 0,4,8,8,24,12,48,16,80,20,120,24,168,28,224,32,288,36,360,40,440,44,528,48,624,52,728,56,840,60,960,64,1088,68,1224,72,1368,76,1520,80,1680,84,1848,88,2024,92,2208,96,2400,100,2600,104,2808,108,3024,112,3248,116,3480,120,3720,124,3968,128,4224,13... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_1505.asm | ljhsiun2/medusa | 9 | 59605 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xe40e, %r10
nop
nop
nop
dec %r9
and $0xffffffffffffffc0, %r10
movaps (%r10), %xmm4
vpextrq $1, %xmm4, %r14
nop
nop
xor $21313, %rbp
lea addresses_A_ht+0x196e3, %rsi
lea addres... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_499.asm | ljhsiun2/medusa | 9 | 59606 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x16d1a, %r13
nop
nop
nop
sub $31733, %r15
mov (%r13), %ebx
nop
nop
nop
add $58676, %r14
lea addresses_WT_ht+0x16442, %r10
nop
nop
nop
inc %rax
mov $0... |
gfx/footprints.asm | Dev727/ancientplatinum | 0 | 59607 | <reponame>Dev727/ancientplatinum<gh_stars>0
INCBIN "gfx/footprints/bulbasaur.1bpp"
INCBIN "gfx/footprints/ivysaur.1bpp"
INCBIN "gfx/footprints/venusaur.1bpp"
INCBIN "gfx/footprints/charmander.1bpp"
INCBIN "gfx/footprints/charmeleon.1bpp"
INCBIN "gfx/footprints/charizard.1bpp"
INCBIN "gfx/footprints/squirtle.1bpp"
INCBI... |
Engine/LevelManagement/LoadGameMode.asm | wide-dot/thomson-to8-game-engine | 11 | 59608 | <filename>Engine/LevelManagement/LoadGameMode.asm
********************************************************************************
* LoadGameMode - Charge un nouveau niveau de jeu si requis
* ------------------------------------------------------------------------------
*
*
********************************************... |
Assembler/AssemblyCode/LowLevel/ALU_NOT.asm | KPU-RISC/KPU | 8 | 59609 | ; Set register D to "10001111"
SET A, "1000"
SET B, "1111"
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
OR
MOV_ALU_OUT D
; Perform the NOT operation
MOV_ALU_IN A, D
NOT
MOV_ALU_OUT F
HLT |
desolfont.asm | zxwanderer/spectrum-desolate | 18 | 59612 | <filename>desolfont.asm
FontProto:
DB $83, $00,$00,$00,$00,$00,$00,$60,$60,$C0,$80 ; ,
DB $05, $00,$00,$00,$00,$F8,$F8,$00,$00,$00,$00 ; -
DB $02, $00,$00,$00,$00,$00,$00,$00,$00,$C0,$C0 ; .
DB $06, $0C,$0C,$18,$18,$30,$30,$60,$60,$C0,$C0 ; /
DB $06, $78,$FC,$CC,$CC,$CC,$CC,$CC,$CC,$FC,$78 ; 0
DB $06, ... |
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_wdt_05.asm | tp-freeforall/breakfast | 1 | 59613 | <reponame>tp-freeforall/breakfast
;*******************************************************************************
; MSP430x24x Demo - Reset on Invalid Address fetch, Toggle P1.0
;
; Description: Toggle P1.0 by xor'ing P1.0 inside of a software loop that
; ends with TAR loaded with 3FFFh - op-code for "jmp $"... |
programs/oeis/091/A091283.asm | neoneye/loda | 22 | 59614 | ; A091283: Exponent of 2 in -1+prime[n]^s, if s is an exponent of the form s=8k-4.
; 0,4,4,5,4,4,6,4,5,4,7,4,5,4,6,4,4,4,4,5,5,6,4,5,7,4,5,4,4,6,9,4,5,4,4,5,4,4,5,4,4,4,8,8,4,5,4,7,4,4,5,6,6,4,10,5,4,6,4,5,4,4,4,5,5,4,4,6,4,4,7,5,6,4,4,9,4,4,6,5,4,4,6,6,5,4,8,5,4,6,4,7,5,4,4,5,4,5,4,4
seq $0,6005 ; The odd prime numbe... |
07/asm/BasicTest.asm | Bozar/Nand2Tetris | 3 | 59615 | <filename>07/asm/BasicTest.asm<gh_stars>1-10
@256
D=A
@SP
M=D
@10
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
@SP
A=M
D=M
@R13
M=D
@LCL
D=M
@0
D=D+A
@R14
M=D
@R13
D=M
@R14
A=M
M=D
@21
D=A
@SP
A=M
M=D
@SP
M=M+1
@22
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
@SP
A=M
D=M
@R13
M=D
@ARG
D=M
@2
D=D+A
@R14
M=D
@R13
D=M
@R14
A=M
M=D
@SP
M=M-... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1617.asm | ljhsiun2/medusa | 9 | 59616 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x12036, %rcx
and %r8, %r8
movups (%rcx), %xmm0
vpextrq $1, %xmm0, %r15
nop
nop
inc %r9
lea addresses_normal_ht+0x1761a, %rsi
lea addresses_UC_ht+0x13fac, %rdi
no... |
Old Programmes/8085/Multiplication/BOOTH_16.asm | illuminati-inc-2020/school | 0 | 59617 | <gh_stars>0
;Multiplication of 2 2byte numbers using repeatative addition
;Input : 00A0H, 00A1H <- Multiplier
; : 00B0H, 00B1H <- Multiplicand
;Output : 00C0H, 00C1H, 00C2H, 00C3H <- Product
LHLD 00A0H
SPHL ;SP <- multiplier
LHLD 00B0H
MOV D, H
MOV E, L ;DE <- multiplicand
MVI H, 00H
MOV L, H ;HLDE <- produc... |
tests/parsing/smc_label_extras.asm | fengjixuchui/sjasmplus | 220 | 59619 | <reponame>fengjixuchui/sjasmplus
; The syntax `<label>+<single_digit>[:]` is meant to be used as self-modify-code marker only,
; so the plus and single digit should cover cases (+1..+3).
; The syntax is intentionally limited to not clash with regular
; syntax (expressions "eating" `and/or/xor` instruction, etc.)
x ... |
audio/sfx/cry0a_1.asm | opiter09/ASM-Machina | 1 | 59620 | <reponame>opiter09/ASM-Machina
SFX_Cry0A_1_Ch5:
duty_cycle_pattern 3, 3, 0, 0
square_note 8, 15, 7, 1760
square_note 6, 14, 6, 1765
square_note 3, 15, 4, 1760
square_note 3, 15, 6, 1744
square_note 3, 14, 3, 1728
square_note 4, 15, 2, 1712
square_note 15, 10, 2, 1736
sound_ret
SFX_Cry0A_1_Ch6:
duty_cycle_pa... |
programs/oeis/298/A298043.asm | neoneye/loda | 22 | 59622 | ; A298043: If n = Sum_{i=1..h} 2^b_i with b_1 > ... > b_h >= 0, then a(n) = Sum_{i=1..h} i * 2^b_i.
; 0,1,2,4,4,6,8,11,8,10,12,15,16,19,22,26,16,18,20,23,24,27,30,34,32,35,38,42,44,48,52,57,32,34,36,39,40,43,46,50,48,51,54,58,60,64,68,73,64,67,70,74,76,80,84,89,88,92,96,101,104,109,114,120,64,66,68,71,72,75,78,82,80,83... |
libsrc/_DEVELOPMENT/math/integer/fast/l_fast_mulu_8_8x8.asm | jpoikela/z88dk | 640 | 59623 |
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_math
PUBLIC l_fast_mulu_8_8x8
EXTERN l_fast_mulu_16_8x8
; unsigned multiplication of two 8-bit
; multiplicands into a sixteen bit product
;
; error reported on overflow
;
; enter : l = 8-bit multiplicand
; e = 8-bit multiplica... |
programs/oeis/138/A138149.asm | karttu/loda | 1 | 59624 | <filename>programs/oeis/138/A138149.asm
; A138149: n-th run has length n-th prime, with values 0 and 1 only, starting with 1.
; 1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,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,0,0,0,0,0,0,0,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,... |
src/draw/draw_winnerscreen.asm | daullmer/tic-tac-toe | 1 | 59625 |
draw.winnerscreen:
# Create a winnerscreen
# Inputs: None
# Outputs: None
addi sp sp -20
sw ra (sp)
sw a1 4(sp)
sw a2 8(sp)
sw a3 12(sp)
sw a5 16(sp)
# Write "wins" to display
li a3 0xffffff
li a1 102
li a2 170
jal winnertext
# Create 3 trophys
li a1 68
li a2 60
jal draw_trophy
li a1 116
li a2 6... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_7271_1157.asm | ljhsiun2/medusa | 9 | 59627 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1edb0, %rsi
lea addresses_WT_ht+0x8cac, %rdi
nop
nop
nop
cmp %r15, %r15
mov $21, %rcx
rep movsq
nop
nop
nop
nop
sub %r12, %r12
pop %rsi
pop %rdi
pop %rcx
pop %r15
p... |
oeis/304/A304505.asm | neoneye/loda-programs | 11 | 59628 | <reponame>neoneye/loda-programs
; A304505: a(n) = 4*(n+1)*(9*n+4).
; 16,104,264,496,800,1176,1624,2144,2736,3400,4136,4944,5824,6776,7800,8896,10064,11304,12616,14000,15456,16984,18584,20256,22000,23816,25704,27664,29696,31800,33976,36224,38544,40936,43400,45936,48544,51224,53976,56800,59696,62664,65704,68816,72000,752... |
oeis/134/A134503.asm | neoneye/loda-programs | 11 | 59629 | <reponame>neoneye/loda-programs
; A134503: a(n) = Fibonacci(7n + 5).
; 5,144,4181,121393,3524578,102334155,2971215073,86267571272,2504730781961,72723460248141,2111485077978050,61305790721611591,1779979416004714189,51680708854858323072,1500520536206896083277
mul $0,7
seq $0,167616 ; a(n) = Fibonacci(n) - 5.
add $0,5
|
main.asm | cotarr/calc-pi-x86-64-asm | 0 | 59630 | <reponame>cotarr/calc-pi-x86-64-asm
%define MAINFILE
%include "var_header.inc" ; Header has global variable definitions for other modules
%include "func_header.inc" ; Header has global function definitions for other modules
;-------------------------------------------------------------
;
; SINGLE THREAD FLOATING PO... |
programs/oeis/171/A171386.asm | neoneye/loda | 22 | 59631 | <reponame>neoneye/loda
; A171386: The characteristic function of 2 and 3: 1 if n is prime such that either n-1 or n+1 is prime, else 0.
; 0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,... |
dogos_head.asm | Yangtze0/DogOS | 0 | 59632 | ; DOG-OS core
; TAB=4
ENTRY equ 0x00100000
[bits 32]
section head align=16 vstart=0x00040000
;传送bootpack
mov esi,dogos
mov edi,ENTRY
mov ecx,10*2*18*512/4
cld
rep movsd
jmp dword 0x0008:ENTRY
align 16
dogos: |
programs/oeis/213/A213569.asm | neoneye/loda | 22 | 59633 | <filename>programs/oeis/213/A213569.asm
; A213569: Principal diagonal of the convolution array A213568.
; 1,7,25,71,181,435,1009,2287,5101,11243,24553,53223,114661,245731,524257,1114079,2359261,4980699,10485721,22020055,46137301,96468947,201326545,419430351,872415181,1811939275,3758096329,7784628167,16106127301,3328599... |
PRG/objects/6-2.asm | narfman0/smb3_pp1 | 0 | 59634 | <gh_stars>0
.byte $01 ; Unknown purpose
.byte OBJ_AUTOSCROLL, $00, $02
.byte OBJ_CLOUDPLATFORM, $0F, $18
.byte OBJ_CLOUDPLATFORM, $14, $15
.byte OBJ_CLOUDPLATFORM, $1C, $13
.byte OBJ_CLOUDPLATFORM, $2A, $11
.byte OBJ_CLOUDPLATFORM_FAST, $2C, $14
.byte OBJ_CLOUDPLATFORM, $3A, $19
.byte OBJ_REDTROOPA, $30, $16
... |
Library/Mailbox/Outbox/outboxMedia.asm | steakknife/pcgeos | 504 | 59635 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT:
MODULE:
FILE: outboxMedia.asm
AUTHOR: <NAME>, Apr 27, 1994
ROUTINES:
Name Description
---- -----------
INT OMLock Lock down the... |
programs/oeis/183/A183302.asm | karttu/loda | 0 | 59636 | <gh_stars>0
; A183302: Complement of A014106.
; 1,2,3,4,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85
mov $1,$0
add $0,1
lpb $0,1
add $1,1
... |
src/isr.asm | staskevich/MIDICPU | 14 | 59637 | <reponame>staskevich/MIDICPU
; MIDI CPU
; copyright <NAME>, 2017
; <EMAIL>
;
; This work is licensed under a Creative Commons Attribution 4.0 International License.
; http://creativecommons.org/licenses/by/4.0/
;
; isr.asm
;
; Interrupt service routines.
;
list p=16f887
#include <p16f887.inc>
... |
src/test/resources/data/generationtests/sjasmplus-structs-expected.asm | cpcitor/mdlz80optimizer | 0 | 59638 | ; Test for struct definition and usage
SCOLOR: equ 3
SCOLOR.RED: equ 0
SCOLOR.GREEN: equ 1
SCOLOR.BLUE: equ 2
SDOT: equ 5
SDOT.X: equ 0
SDOT.Y: equ 1
SDOT.C: equ 2 ; use new default values
SDOT.C.RED: equ 2
SDOT.C.GREEN: equ 3
SDOT.C.BLUE: equ 4
COLORTABLE:
db 0
db 0
db 0
db 1
db 2
db 3
db ... |
Transynther/x86/_processed/AVXALIGN/_st_zr_un_sm_/i7-7700_9_0xca_notsx.log_395_1160.asm | ljhsiun2/medusa | 9 | 59639 | <filename>Transynther/x86/_processed/AVXALIGN/_st_zr_un_sm_/i7-7700_9_0xca_notsx.log_395_1160.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15a77, %rbx
nop
nop
nop
sub $56320, %r15
mov (%rbx), %bp
nop
nop
add $30673,... |
main.asm | nesdoug/SNES_02 | 2 | 59640 | ; example 2 SNES code
.p816
.smart
.include "regs.asm"
.include "variables.asm"
.include "macros.asm"
.include "init.asm"
.segment "CODE"
; enters here in forced blank
Main:
.a16 ; the setting from init code
.i16
phk
plb
; DMA from BG_Palette to CGRAM
A8
stz CGADD ; $2121 cgram address = zero
stz $43... |
data/pokemon/dex_entries/ekans.asm | AtmaBuster/pokeplat-gen2 | 6 | 59641 | db "SNAKE@" ; species name
db "It flutters the"
next "tip of its tongue"
next "to seek out the"
page "scent of prey,"
next "then swallows the"
next "prey whole.@"
|
binutils-2.21.1/gcc-4.5.1/gcc/config/i386/sol2-ci.asm | cberner12/xv6 | 51 | 59642 | ! crti.s for Solaris 2, x86.
! Copyright (C) 1993, 2008, 2009 Free Software Foundation, Inc.
! Written By <NAME>, Nov 1992
!
! This file 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; either version 3, ... |
Kernel/asm/RegisterManager.asm | jcgrethe/Arqui2017 | 0 | 59643 | <gh_stars>0
GLOBAL outIO
GLOBAL inIO
outIO:
push rbp
mov rbp, rsp
push rdx
mov rdx, rdi
mov rax, rsi
out dx, al
pop rdx
leave
ret
inIO:
push rbp
mov rbp, rsp
push rdx
xor rax,rax
mov rdx, rdi
in al, dx
pop rdx
leave
ret |
programs/oeis/008/A008752.asm | karttu/loda | 0 | 59644 | <filename>programs/oeis/008/A008752.asm
; A008752: Expansion of (1+x^9)/((1-x)*(1-x^2)*(1-x^3)).
; 1,1,2,3,4,5,7,8,10,13,15,18,22,25,29,34,38,43,49,54,60,67,73,80,88,95,103,112,120,129,139,148,158,169,179,190,202,213,225,238,250,263,277,290,304,319,333,348
trn $0,1
mov $1,$0
add $1,1
mov $2,1
lpb $0,1
trn $0,6
add... |
src/test/resources/data/potests/test8.asm | cpcitor/mdlz80optimizer | 36 | 59645 | ; Test case:
; - line 8 (ld a,2), should be optimized
label1:
ld a,1
push af
ld (var1),a
ld a,2
pop af
ld (var1),a
label2:
jp label2
var1:
db 0 |
libsrc/_DEVELOPMENT/ctype/c/sccz80/isalnum.asm | Frodevan/z88dk | 640 | 59646 |
; int isalnum(int c)
SECTION code_clib
SECTION code_ctype
PUBLIC isalnum
EXTERN asm_isalnum, error_zc
IF __CLASSIC && __CPU_GBZ80__
PUBLIC _isalnum
_isalnum:
ld hl,sp+2
ld a,(hl+)
ld h,(hl)
ld l,a
ENDIF
isalnum:
inc h
dec h
jp nz, error_zc
ld a,l
call asm_isalnum
ld l,h
IF __CP... |
libsrc/stdio/tms9918/conio_vars.asm | Toysoft/z88dk | 0 | 59647 | <filename>libsrc/stdio/tms9918/conio_vars.asm
;
; Shared variables between the VT100 and VT52 engines
MODULE conio_vars
SECTION data_clib
PUBLIC msx_attr
.msx_attr defb $F1 ; White on Black
|
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1312.asm | ljhsiun2/medusa | 9 | 59648 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xdb09, %rsi
lea addresses_UC_ht+0xc2c3, %rdi
clflush (%rsi)
clflush (%rdi)
nop
cmp %r8, %r8
mov $60, %rcx
rep movsl
nop
cmp $10731, %rbp
lea addresses_WT_ht+0x3... |
programs/oeis/057/A057944.asm | karttu/loda | 0 | 59649 | <gh_stars>0
; A057944: Largest triangular number less than or equal to n; write m-th triangular number m+1 times.
; 0,1,1,3,3,3,6,6,6,6,10,10,10,10,10,15,15,15,15,15,15,21,21,21,21,21,21,21,28,28,28,28,28,28,28,28,36,36,36,36,36,36,36,36,36,45,45,45,45,45,45,45,45,45,45,55,55,55,55,55,55,55,55,55,55,55,66,66,66,66,66,6... |
programs/oeis/248/A248225.asm | jmorken/loda | 1 | 59651 | <reponame>jmorken/loda<filename>programs/oeis/248/A248225.asm
; A248225: a(n) = 6^n - 3^n.
; 0,3,27,189,1215,7533,45927,277749,1673055,10058013,60407127,362619909,2176250895,13059099693,78359381127,470170635669,2821066860735,16926530304573,101559569247927,609358577749029,3656154953278575,21936940180024653
mov $1,7
mov... |
Transynther/x86/_processed/AVXALIGN/_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_954.asm | ljhsiun2/medusa | 9 | 59652 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xc81f, %rdx
nop
sub %rax, %rax
mov (%rdx), %di
nop
nop
nop
nop
add %rdi, %rdi
lea addresses_D_ht+0x1595d, %rdi
clflush (%rdi)
nop
nop
and $24763, %r1... |
testsuite/ubivm/expected/table_1d_2.asm | alexgarzao/UOP | 0 | 59653 | <reponame>alexgarzao/UOP
Entity start
No options
Constants
0 S start
1 S tab
2 S Alex
3 I 34
4 S Gracy
5 I 32
6 S Gabriel
7 I 1
8 S Alex =
9 I 2
10 S io.writeln
11 S Gracy =
12 S Gabriel=
End
Valid context (always)
No properties
Def start
No parameters
Local variables
0 table t... |
tree.asm | traidna/MUMPS-TI99-4A | 0 | 59655 | ; tree.asm - binary tree routines for MUMPS local variables
addvar: ; pass varname pointer, data pointer on stack
; pass data pionter in r5
; Pull parameters off stack
pop r5 ; pointer to string of data
pop r4 ; pointer to variable name
push r11 ; push return address to the stack
mov @Head,r6... |
programs/oeis/174/A174574.asm | neoneye/loda | 22 | 59656 | ; A174574: Partial sums of A065363.
; 0,1,1,2,4,3,3,4,4,5,7,8,10,13,11,10,10,9,9,10,10,11,13,12,12,13,13,14,16,17,19,22,22,23,25,26,28,31,33,36,40,37,35,34,32,31,31,30,30,31,29,28,28,27,27,28,28,29,31,30,30,31,31,32,34,35,37,40,38,37,37,36,36,37,37,38,40,39,39,40,40,41,43,44,46,49,49,50,52,53,55,58,60,63,67,66,66,67,67... |
oeis/008/A008610.asm | neoneye/loda-programs | 11 | 59657 | ; A008610: Molien series of 4-dimensional representation of cyclic group of order 4 over GF(2) (not Cohen-Macaulay).
; Submitted by <NAME>
; 1,1,3,5,10,14,22,30,43,55,73,91,116,140,172,204,245,285,335,385,446,506,578,650,735,819,917,1015,1128,1240,1368,1496,1641,1785,1947,2109,2290,2470,2670,2870,3091,3311,3553,3795,40... |
scripts/lorelei.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 59658 | <reponame>etdv-thevoid/pokemon-rgb-enhanced
LoreleiScript:
call LoreleiShowOrHideExitBlock
call EnableAutoTextBoxDrawing
ld hl, LoreleiTrainerHeader0
ld de, LoreleiScriptPointers
ld a, [wLoreleiCurScript]
call ExecuteCurMapScriptInTable
ld [wLoreleiCurScript], a
ret
LoreleiShowOrHideExitBlock:
; Blocks or clea... |
src/timers/LineTimer.asm | sharksym/vgmplay-sharksym | 6 | 59659 | ;
; VDP line interrupt timer
;
; 300 Hz resolution
;
LineTimer_SAMPLES: equ 147
LineTimer_LINESTEP_60HZ: equ 52
LineTimer_LINESTEP_50HZ: equ 51
LineTimer_IE1: equ 00010000B
LineTimer: MACRO
super: Timer LineTimer_Start, LineTimer_Stop, LineTimer_Reset, Update
liffy: equ LineInterruptHandler.liffy
lastLiffy:
db 0
... |
target/cos_117/disasm/iop_overlay1/XMP4XP.asm | jrrk2/cray-sim | 49 | 59660 | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291F- f:00024 d: 287 | OR[287] = A
0x0002 (0x000004) 0x7E03-0x05CC f:00077 d: 3 | R = OR[3]+1484 (0x05CC)
0x0004 (0x000008) 0x1050- f:00010 d: 80 | A = 80 (0x0050)
... |
ReClass/Intrinsics32.asm | wbaby/ReClassEx | 466 | 59661 | <reponame>wbaby/ReClassEx<gh_stars>100-1000
; ++
;
; File:
;
; intrinsics.asm
;
; Author:
;
; Dude719
;
; Environment:
;
; 32 bit
;
; --
.386
.MODEL flat, stdcall
;*********************************************************************
; .data section
.DATA
;*********************************************************... |
tstsjf.asm | reubenct/OSproject-xv6 | 1 | 59662 | <filename>tstsjf.asm
_tstsjf: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
argv[3]=minp_runtime
argv[4]=maxp_runtime
arg[5]=maxnum_processes
*/
int main ( int argc, char *argv[] ){
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 ... |
filtros/recortar_asm.asm | partu18/edge_detection_algorithm_SIMD | 0 | 59663 | ;void recortar_asm (
; unsigned char *src,
; unsigned char *dst,
; int m,
; int n,
; int src_row_size,
; int dst_row_size,
; int x,
; int y,
; int tam
;);
section .data
mask: DQ 0x00000000FFFFFFFF
section .text
global recortar_asm
recortar_asm:
; *src en rdi
; *dst en rsi
; m en rdx
; n en rcx
; src_row_size e... |
programs/oeis/137/A137429.asm | neoneye/loda | 22 | 59664 | ; A137429: a(n) = -2*a(n-1) - 2*a(n-2), with a(0)=1 and a(1)=-4.
; 1,-4,6,-4,-4,16,-24,16,16,-64,96,-64,-64,256,-384,256,256,-1024,1536,-1024,-1024,4096,-6144,4096,4096,-16384,24576,-16384,-16384,65536,-98304,65536,65536,-262144,393216,-262144,-262144,1048576,-1572864,1048576,1048576,-4194304,6291456
add $0,3
seq $0,7... |
libsrc/stdio/cpc/fputc_cons.asm | meesokim/z88dk | 0 | 59666 | ;
; Amstrad CPC Stdio
;
; putchar - puts a character
; (HL)=char to display
;
; <NAME> - 8/6/2001
;
;
; $Id: fputc_cons.asm,v 1.5 2015/01/19 01:33:20 pauloscustodio Exp $
;
PUBLIC fputc_cons
INCLUDE "cpcfirm.def"
.fputc_cons
ld hl,2
add hl,sp
ld a,(hl)
... |
llvm/test/tools/llvm-ml/macro_errors.asm | mkinsner/llvm | 2,338 | 59667 | ; RUN: not llvm-ml -filetype=s %s /Fo - 2>&1 | FileCheck %s --implicit-check-not=error:
.code
; CHECK: error: Vararg parameter 'param' should be last in the list of parameters
; CHECK: error: unexpected 'ENDM' in file, no current macro definition
early_vararg_macro MACRO param:vararg, trailing_param
ENDM
; CHECK: er... |
programs/oeis/228/A228797.asm | neoneye/loda | 22 | 59668 | ; A228797: Number of 2 X n binary arrays with top left element equal to 1 and no two ones adjacent horizontally or nw-se.
; 2,2,8,16,42,98,240,576,1394,3362,8120,19600,47322,114242,275808,665856,1607522,3880898,9369320,22619536,54608394,131836322,318281040,768398400,1855077842,4478554082,10812186008,26102926096,6301803... |
mc-sema/validator/x86/tests/CMPXCHG32rr.asm | randolphwong/mcsema | 2 | 59669 | <gh_stars>1-10
BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; Cmpxchg32RR
mov eax, 0x68244256
mov edx, 0x54316785
mov ecx, 0x23423423
;TEST_BEGIN_RECORDING
cmpxchg edx, ecx
;TEST_END_RECORDING
|
cat.asm | sagivnet/Opertion-Systems | 0 | 59670 | <reponame>sagivnet/Opertion-Systems<gh_stars>0
_cat: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
}
}
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 push %edi
4: 56 ... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_1_134.asm | ljhsiun2/medusa | 9 | 59671 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1a855, %rdi
nop
nop
add %r8, %r8
movw $0x6162, (%rdi)
sub $22757, %rsi
lea addresses_D_ht+0xb255, %rsi
lea addresses_WC_ht+0x18fe5, %rdi
clflush (%rsi)
nop
xor %r9, %r9
mo... |
programs/oeis/296/A296779.asm | karttu/loda | 0 | 59673 | <filename>programs/oeis/296/A296779.asm
; A296779: Detour index of the n X n grid graph.
; 0,16,256,1744,6912,21744,55296,126016,256000,487600,864000,1467216,2370816,3716944,5619712,8306944,11943936,16875216,23328000,31800400,42592000,56397616,73598976,95137344,121485312,153887344,192914176,240177616,296352000,36348840... |
oeis/085/A085743.asm | neoneye/loda-programs | 11 | 59674 | ; A085743: a(n) = T(n^3) - T(n^2), where T() are the triangular numbers (A000217).
; Submitted by <NAME>
; 0,0,26,333,1944,7550,22770,57771,129248,262764,495450,879065,1483416,2400138,3746834,5671575,8357760,12029336,16956378,23461029,31923800,42790230,56577906,73883843,95392224,121882500,154237850,193454001,240648408,... |
oeis/346/A346152.asm | neoneye/loda-programs | 11 | 59675 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A346152: a(n) is the least prime divisor p_j of n such that if n = Product_{i=1..k} p_i^e_i and p_1 < p_2 < ... < p_k, then Product_{i=1..j-1} p_i^e_i <= sqrt(n) < Product_{i=j..k} p_i^e_i. a(1) = 1.
; Submitted by <NAME>
; 1,2,3,2,5,3,7,2,3,5,11,2,13,7,5,2,17,3,19,5,7,... |
8085_programming/gnu_8085_rev/add_5_nos_mem.asm | SayanGhoshBDA/code-backup | 16 | 59676 |
LXI H,0000H
MVI C,05H
MVI A,00H
L1: MOV D,M
ADD D
INX H
DCR C
JNZ L1
STA 0009H
HLT
|
programs/oeis/191/A191903.asm | neoneye/loda | 22 | 59677 | <reponame>neoneye/loda
; A191903: Number of compositions of odd natural numbers into 4 parts <=n
; 0,8,40,128,312,648,1200,2048,3280,5000,7320,10368,14280,19208,25312,32768,41760,52488,65160,80000,97240,117128,139920,165888,195312,228488,265720,307328,353640,405000,461760,524288,592960,668168,750312,839808,937080,10425... |
oeis/315/A315486.asm | neoneye/loda-programs | 11 | 59680 | ; A315486: Coordination sequence Gal.6.330.6 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,6,11,16,22,27,31,36,42,47,52,58,64,69,74,80,85,89,94,100,105,110,116,122,127,132,138,143,147,152,158,163,168,174,180... |
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0x48.log_21829_470.asm | ljhsiun2/medusa | 9 | 59681 | <filename>Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0x48.log_21829_470.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1eac1, %rsi
nop
nop
sub $65033, %rcx
movb $0x61, (%rsi)
nop
nop
nop
inc %rdi
lea addres... |
scripts/SSAnneCaptainsRoom.asm | opiter09/ASM-Machina | 1 | 59682 | <filename>scripts/SSAnneCaptainsRoom.asm
SSAnneCaptainsRoom_Script:
call SSAnne7Script_6189b
jp EnableAutoTextBoxDrawing
SSAnne7Script_6189b:
CheckEvent EVENT_RUBBED_CAPTAINS_BACK
ret nz
ld hl, wd72d
set 5, [hl]
ret
SSAnneCaptainsRoom_TextPointers:
dw SSAnne7Text1
dw SSAnne7Text2
dw SSAnne7Text3
SSAnne7Tex... |
Fireware/target/lib/Ezusb/2200jmpt.a51 | iclosure/arinc429 | 1 | 59684 | NAME 2200jmpt
extrn code (ISR_Sudav, ISR_Sof, ISR_Sutok, ISR_Susp, ISR_Ures, ISR_Spare, ISR_Ep0in, ISR_Ep0out, ISR_Ep1in, ISR_Ep1out, ISR_Ep2in, ISR_Ep2out, ISR_Ep3in, ISR_Ep3out, ISR_Ep4in, ISR_Ep4out, ISR_Ep5in, ISR_Ep5out, ISR_Ep6in, ISR_Ep6out, ISR_Ep7in, ISR_Ep7out)
public USB_AutoVector, USB_Jump_Table
;-----... |
src/test/ref/complex/ataritempest/ataritempest.asm | jbrandwood/kickc | 2 | 59685 | // Atari Tempest ROM Development Template
// Each function of the kernal is a no-args function
// The functions are placed in the SYSCALLS table surrounded by JMP and NOP
.cpu _6502
.file [name="ataritempest.bin", type="bin", segments="AtariTempest"]
.segmentdef AtariTempest [segments="Code, RomData, Vectors"]
.segme... |
base/hals/halx86/i386/ixcmos.asm | npocmaka/Windows-Server-2003 | 17 | 59686 | <gh_stars>10-100
title "Cmos Access Routines"
;++
;
; Module Name:
;
; ixcmos.asm
;
; Abstract:
;
; Procedures necessary to access CMOS/ECMOS information.
;
; Author:
;
; <NAME> (o-ncrdr) 20 Apr 1992
;
; Revision History:
;
; Landy Wang (corollary!landy) 04 Dec 1992
; - Move mu... |
programs/oeis/114/A114114.asm | jmorken/loda | 1 | 59687 | ; A114114: An invertible partition matrix.
; 1,1,1,0,2,1,0,1,2,1,0,0,2,2,1,0,0,1,2,2,1,0,0,0,2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,0,2,2,2,2,1,0,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,2,2,2,1,0,0,0,0,0,1,2,2,2,2,2,1,0,0,0,0,0,0,2,2,2,2,2,2,1
cal $0,30528 ; Triangle read by rows: a(n,k) = binomial(k,n-k).
lpb $0
mov $0,2
lpe
mov $1... |
06-uart-rxxd/uart-rxxd.asm | SgtCoDFish/bedrock-bootstrap | 7 | 59689 | <gh_stars>1-10
addi x0, x0, 0x0
addi x0, x0, 0x0
addi x0, x0, 0x0
addi x0, x0, 0x0
# Initialise UART
lui a5, 0x10012
addi a5, a5, 0x3c
lw a0, 0(a5)
addi a1, x0, 0x3
slli a1, a1, 0x10
sub a1, x0, a1
and a0, a1, a0
sw a0, 0(a5)
addi a5, a5, -0x8
lw a0, 0(a5)
sub a1, x0, a1
or a0, a0, a1
lui a5, 0x10013
addi a5, a5, 0x18... |
services/joystick.asm | KittenBot/jacdac-padauk | 4 | 59690 | #define SERVICE_CLASS 0x108f7456
#define SENSOR_SIZE 8
#define BTN_STATE <0>
#define JD_JOYSTICK_BUTTONS_LEFT 0x1
#define JD_JOYSTICK_BUTTONS_UP 0x2
#define JD_JOYSTICK_BUTTONS_RIGHT 0x4
#define JD_JOYSTICK_BUTTONS_DOWN 0x8
#define JD_JOYSTICK_BUTTONS_A 0x10
#define JD_JOYSTICK_BUTTONS_B 0x20
#define JD_JOYS... |
oeis/060/A060007.asm | neoneye/loda-programs | 11 | 59691 | ; A060007: Decimal expansion of v_4, where v_n is the smallest, positive, real solution to the equation (v_n)^n = v_n + 1.
; Submitted by <NAME>
; 1,2,2,0,7,4,4,0,8,4,6,0,5,7,5,9,4,7,5,3,6,1,6,8,5,3,4,9,1,0,8,8,3,1,9,1,4,4,3,2,4,8,9,0,8,6,2,4,8,6,3,5,2,1,4,2,8,8,2,4,4,4,5,3,0,4,9,7,1,0,0,0,8,5,2,2,5,9,1,3,5,0,2,5,3,0,9... |
programs/oeis/158/A158597.asm | neoneye/loda | 22 | 59692 | ; A158597: a(n) = 400*n^2 - 20.
; 380,1580,3580,6380,9980,14380,19580,25580,32380,39980,48380,57580,67580,78380,89980,102380,115580,129580,144380,159980,176380,193580,211580,230380,249980,270380,291580,313580,336380,359980,384380,409580,435580,462380,489980,518380,547580,577580,608380,639980,672380,705580,739580,774380... |
programs/oeis/072/A072201.asm | neoneye/loda | 22 | 59693 | ; A072201: a(n) = 4*a(n-1) + 1, a(1) = 15.
; 15,61,245,981,3925,15701,62805,251221,1004885,4019541,16078165,64312661,257250645,1029002581,4116010325,16464041301,65856165205,263424660821,1053698643285,4214794573141,16859178292565,67436713170261,269746852681045,1078987410724181,4315949642896725,17263798571586901,69055194... |
45/runtime/rt/nhinit.asm | minblock/msdos | 0 | 59694 | <reponame>minblock/msdos
TITLE NHINIT.ASM - Near Heap Initialization/Termination module
;***
;NHINIT.ASM - Near Heap initialization/termination module
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
; This module contains near heap managment initialization and termination
; support for the BASIC 3.0 runtime... |
programs/oeis/338/A338653.asm | neoneye/loda | 22 | 59695 | ; A338653: Number of divisors of n which are greater than 9.
; 1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,1,2,1,2,1,3,1,2,2,2,1,3,1,2,2,3,1,3,1,3,2,2,1,4,1,3,2,3,1,3,2,3,2,2,1,6,1,2,2,3,2,4,1,3,2,4,1,5,1,2,3,3,2,4,1,5,2,2,1,6,2,2,2,4,1,6,2,3,2,2,2,6,1,3,3,5,1,4,1,4,4,2,1,6,1
mov $4,2
mov $6,$0
lpb $4
mov $0,$6
sub $4,1
add $... |
Driver/Printer/PrintCom/Job/Custom/customLJ4PCL.asm | steakknife/pcgeos | 504 | 59696 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Printer Drivers
FILE: customLJ4PCL.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Nam... |
Transynther/x86/_processed/NC/_st_zr_un_sm_/i7-7700_9_0xca.log_21829_530.asm | ljhsiun2/medusa | 9 | 59697 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1d1cf, %r13
nop
nop
sub %rbp, %rbp
mov (%r13), %rdx
nop
nop
nop
nop
nop
cmp %rbp, %rbp
lea addresses_D_ht+0x65e2, %r10
nop
add %r11, %r11
vmovups (%... |
oeis/273/A273003.asm | neoneye/loda-programs | 11 | 59698 | ; A273003: Arrange the base 10 digits of the n-th Fibonacci number in descending order.
; Submitted by <NAME>
; 0,1,1,2,3,5,8,31,21,43,55,98,441,332,773,610,987,9751,8542,8411,7665,96410,77111,87652,86643,75520,933211,986411,873111,954221,843200,9664321,9873210,8755432,8877520,9765422,95433210,87754211,99886310,9866543... |
python_src/other/export/screen_3_0.asm | fjpena/sword-of-ianna-msx2 | 43 | 59699 | <reponame>fjpena/sword-of-ianna-msx2<gh_stars>10-100
org $0000
; Object types
OBJECT_NONE EQU 0
OBJECT_SWITCH EQU 1
OBJECT_DOOR EQU 2
OBJECT_DOOR_DESTROY EQU 3
OBJECT_FLOOR_DESTROY EQU 4
OBJECT_WALL_DESTROY EQU 5
OBJECT_BOX_LEFT EQU 6
OBJECT_BOX_RIGHT EQU 7
OBJECT_JAR EQU 8
OBJECT_TELEPORTER EQU 9
; Pickable object... |
libsrc/_DEVELOPMENT/font/fzx/c/sdcc_ix/fzx_puts_callee.asm | jpoikela/z88dk | 640 | 59701 | <filename>libsrc/_DEVELOPMENT/font/fzx/c/sdcc_ix/fzx_puts_callee.asm
; int fzx_puts_callee(struct fzx_state *fs, char *s)
SECTION code_font
SECTION code_font_fzx
PUBLIC _fzx_puts_callee, l0_fzx_puts_callee
EXTERN l_neg_hl, asm_fzx_puts
_fzx_puts_callee:
pop af
pop hl
pop de
push af
l0_fzx_puts_callee... |
oeis/064/A064602.asm | neoneye/loda-programs | 11 | 59702 | ; A064602: Partial sums of A001157: Sum_{j=1..n} sigma_2(j).
; 1,6,16,37,63,113,163,248,339,469,591,801,971,1221,1481,1822,2112,2567,2929,3475,3975,4585,5115,5965,6616,7466,8286,9336,10178,11478,12440,13805,15025,16475,17775,19686,21056,22866,24566,26776,28458,30958,32808,35370,37736,40386,42596,46006,48457,51712,54612... |
devices/laihost/laimem.asm | JartC0ding/horizon | 0 | 59703 | <filename>devices/laihost/laimem.asm
[bits 64]
[global memcpy]
[global memcmp]
[global memset]
[extern _Z6memcpyPvPKvi]
[extern _Z6memcmpPKvS0_i]
[extern _Z6memsetPvhm]
memcpy:
jmp _Z6memcpyPvPKvi
memcmp:
jmp _Z6memcmpPKvS0_i
memset:
jmp _Z6memsetPvhm |
tests/matrix_3x3.asm | JC-LL/simji | 1 | 59704 | <reponame>JC-LL/simji
; program to compute the square of a 3x3 matrix a
add r0,3,r10 ; N=3 in R10
; precompute the RESULT offset in memory
mul r10,r10,r11 ; OFFSET in R11 for storing result
; start of the multiplication...
add r0,0,r1 ; i=0
L5: slt r1,r10,r2 ; i < N
braz r2, Label_end
ad... |
data/mapObjects/undergroundpathns.asm | adhi-thirumala/EvoYellow | 16 | 59706 | <gh_stars>10-100
UndergroundPathNSObject:
db $1 ; border block
db $2 ; warps
db $4, $5, $2, PATH_ENTRANCE_ROUTE_5
db $29, $2, $2, PATH_ENTRANCE_ROUTE_6
db $0 ; signs
db $0 ; objects
; warp-to
EVENT_DISP UNDERGROUND_PATH_NS_WIDTH, $4, $5 ; PATH_ENTRANCE_ROUTE_5
EVENT_DISP UNDERGROUND_PATH_NS_WIDTH, $29, $2 ... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_1363.asm | ljhsiun2/medusa | 9 | 59707 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_1363.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x70a, %rsi
lea addresses_A_ht+0x1b08e, %rdi
nop
nop
nop... |
hashalphabethooks.asm | joshuadhowe/z3randomizer | 0 | 59708 | ;--------------------------------------------------------------------------------
!FSTILE_SPACE = "$0188"
!FSTILE_BRACKET_OPEN_TOP = "$1D8A"
!FSTILE_BRACKET_OPEN_BOTTOM = "$1D9A"
!FSTILE_BRACKET_CLOSE_TOP = "$1D8B"
!FSTILE_BRACKET_CLOSE_BOTTOM = "$1D9B"
!FSTILE_A_TOP = "$1D4A"
!FSTILE_A_BOTTOM = "$1D5A"
!FSTILE_H_T... |
echo.asm | FeinardSlim/FP_SISOP20_C02 | 0 | 59709 | <filename>echo.asm
_echo: 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(%e... |
Appl/SDK_Asm/no_go/Item/init.asm | steakknife/pcgeos | 504 | 59710 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Item (Sample PC GEOS application)
FILE: init.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Eric 6/1/92 Initial version
... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_21829_873.asm | ljhsiun2/medusa | 9 | 59711 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xcf0c, %rsi
lea addresses_UC_ht+0x17e8c, %rdi
clflush (%rdi)
nop
and $40561, %r9
mov $31, %rcx
rep movsb
nop
nop
nop
nop
and $25796, %r10
lea addr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.