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 |
|---|---|---|---|---|
Library/Hyperlink/hyperlinkMain.asm | steakknife/pcgeos | 504 | 199188 | <filename>Library/Hyperlink/hyperlinkMain.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
PROJECT: GEOS
MODULE: Hyperlink Library
FILE: hyperlink.asm
AUTHOR: <NAME>, Apr 29, 1994
ROUTINES:
Name Description
----... |
programs/oeis/207/A207064.asm | karttu/loda | 0 | 199189 | <filename>programs/oeis/207/A207064.asm
; A207064: Number of n X 4 0..1 arrays avoiding 0 0 1 and 0 1 0 horizontally and 0 0 1 and 1 0 1 vertically.
; 9,81,288,720,1485,2709,4536,7128,10665,15345,21384,29016,38493,50085,64080,80784,100521,123633,150480,181440,216909,257301,303048,354600,412425,477009,548856,628488,7164... |
week-5/subtract-16bit.asm | 2black0/8085-laboratory | 1 | 199190 | LHLD 4000
XCHG
LHLD 4002
MOV A,E
SUB L
MOV L,A
MOV A,D
SBB H
MOV H,A
SHLD 4004
HLT
# ORG 4000H
# DB 50H,20H
# ORG 4002H
# DB 30H,10H |
masm(msdos)/escuela/unidad1/mimouse.asm | GioProyects/ensamblador | 0 | 199191 | <gh_stars>0
.286
DATOS SEGMENT
menu db "1.-llenar",10,13,"2.-Salir",10,13,'$'
finizquierdo db "fin!!!$"
punto1x dw 0000h
punto1y dw 0008h
punto2x dw 0100h
punto2y dw 0108h
pos1 db 10,13,"posicion en X:$"
pos2 db 10,13,'posicion en y:$'
posx dw ?,'$'
posy dw ?,'$'
DATOS ENDS
PILA SEGMENT STACK... |
src/test/ref/forrangemin.asm | jbrandwood/kickc | 2 | 199192 | <gh_stars>1-10
// Minimal range based for() loop
// Commodore 64 PRG executable file
.file [name="forrangemin.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:Basi... |
oeis/124/A124781.asm | neoneye/loda-programs | 11 | 199194 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A124781: a(n) = gcd(A093101(n), A093101(n+2)) where A093101(n) = gcd(n!, A(n)) and A(n) = A000522(n) = Sum_{k=0..n} n!/k!).
; Submitted by <NAME>
; 1,1,1,2,1,2,1,10,1,2,1,2,5,2,1,2,1,10,1,2,1,2,5,26,1,2,1,10,1,2,1,2,5,2,1,2,13,10,1,2,1,2,5,2,1,2,1,10,1,26,1,2,5,2,1,2,1,... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0x48_notsx.log_21829_1510.asm | ljhsiun2/medusa | 9 | 199196 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x19b85, %r11
nop
nop
add %r14, %r14
movl $0x61626364, (%r11)
sub $55662, %r11
lea addresses_A_ht+0x1c185, %r9
nop
nop
nop
nop
nop
cmp %rdx, %rdx
movl $0x6162636... |
src/sub/r1_err.asm | Iambian/VANISH | 1 | 199198 | .ASSUME ADL=1
errnosupport:
CALL.SIS OffpageRestoreHardware&$FFFF
CALL DispErrStart
LD HL,_errnosupp_str
CALL PutSInternal
LD HL,(r0syscalldata)
CALL DispHLHex
JR errorcommon
_errnosupp_str:
;0123456789012345
.db "System call not "
.db "supported: ",0
errorcommon:
CALL updateScreen
CALL waitAnyKey
JP e... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2081.asm | ljhsiun2/medusa | 9 | 199199 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x112b5, %rsi
lea addresses_WT_ht+0x18055, %rdi
nop
nop
nop
sub %r8, %r8
mov $77, %rcx
rep movsl
add $32168, %r12
lea addresses_A_ht+0x6db5, %r14
nop
nop
nop
cmp %... |
asm/orangeOS/chapter3/h/15he801.asm | BoKoIsMe/J1900_FreeBSD | 0 | 199200 | <reponame>BoKoIsMe/J1900_FreeBSD
[SECTION .data] ;数据段
ALIGN 16
[BITS 16]
LABEL_DATA:
szMessage0: db "INT 15h,Function Code:0E801h - Get Memory Size for large configurations.",0ah,0dh,'$'
szMessage1: db "Memory check failed.",0ah,0dh,'$'
szMessage2: db "Memory check succeed.",0ah,0dh,"AX = Extended 1: "
szExtended1: db ... |
oeis/122/A122230.asm | neoneye/loda-programs | 11 | 199201 | <gh_stars>10-100
; A122230: a(n) = A007088(A122229(n)).
; Submitted by <NAME>
; 0,10,1100,111000,11100100,1110011000,111001100100,11100110011000,1110011001100100,111001100110011000,11100110011001100100,1110011001100110011000,111001100110011001100100
seq $0,122229 ; a(n) = A014486(A122228(n)).
seq $0,7088 ; The binary ... |
programs/oeis/299/A299256.asm | neoneye/loda | 22 | 199203 | ; A299256: Coordination sequence for 3D uniform tiling formed by stacking parallel layers of the 3.6.3.6 2D tiling (cf. A008579).
; 1,6,18,40,72,112,162,220,288,364,450,544,648,760,882,1012,1152,1300,1458,1624,1800,1984,2178,2380,2592,2812,3042,3280,3528,3784,4050,4324,4608,4900,5202,5512,5832,6160,6498,6844,7200,7564,... |
Lab 1/Lab_1.asm | Vladicka/Assembler | 0 | 199204 | data segment
message db 'Hello!', 10, 13, 'My name is Vlad.', 10, 13, 'Bye!$'
data ends
code segment
start:
assume cs:code, ds: data
mov ax, data
mov ds, ax
mov ah, 9
mov dx, offset message
int 21h
mov ax, 4c00h
int 21h
code ends
end start
|
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_7586_2828.asm | ljhsiun2/medusa | 9 | 199205 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x15e08, %rsi
lea addresses_normal_ht+0x11aa5, %rdi
nop
nop
nop
nop
nop
inc %rdx
mov $109, %rcx
rep movsw
nop
nop
nop
nop
add $14655, %r13
lea addresses_UC_ht+... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_1249.asm | ljhsiun2/medusa | 9 | 199206 | .global s_prepare_buffers
s_prepare_buffers:
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xb02, %rsi
lea addresses_WT_ht+0x103e1, %rdi
nop
nop
nop
nop
and %rbp, %rbp
mov $96, %rcx
rep movsw
nop
nop
nop
nop
sub %rcx, %rcx
lea addresses_D_ht+0xc782, %rsi
lea addresses_normal_ht+0x1c202, %rdi
nop
... |
8086/4decarith/decadd.asm | iamvk1437k/mpmc | 1 | 199207 | MOV AL,15 ; load the value of AL
MOV BL,08 ; load the value of BL
ADD AL,BL ; AL=AL+BL
DAA ; adjust the decimal after addition
RET
|
externals/mpir-3.0.0/mpn/x86_64w/skylake/avx/addmul_1.asm | JaminChan/eos_win | 12 | 199208 | ; AMD64 mpn_addmul_1 optimised for Intel Broadwell.
;
; Copyright 2015 Free Software Foundation, Inc.
;
; This file is part of the GNU MP Library.
;
; The GNU MP Library is free software; you can redistribute it and/or modify
; it under the terms of either:
;
; * the GNU Lesser General Public License as publish... |
src/bufferutils.asm | poletaevvlad/http-asm | 7 | 199209 | %define write_sc 1
%define BUFFER_SIZE 8
section .text
__inline_flush:
push rax
push rsi
push rdi
push rdx
push rcx
mov rax, write_sc
mov rsi, rdi
mov rdi, rdx
mov rdx, BUFFER_SIZE
syscall
pop rcx
pop rdx
pop rdi
pop rsi
pop rax
ret
; inp... |
oeis/240/A240603.asm | neoneye/loda-programs | 11 | 199210 | ; A240603: Numbers that are the sum of two successive squarefree numbers.
; Submitted by <NAME>
; 3,5,8,11,13,17,21,24,27,29,32,36,40,43,45,49,55,59,61,64,67,69,72,75,77,80,83,85,89,93,98,104,108,112,115,117,120,123,127,131,133,136,139,141,144,147,151,155,157,161,165,168,171,173,176,180,184,187,189,192,198,203,205,208,... |
data/mapObjects/IndigoPlateau.asm | AmateurPanda92/pokemon-rby-dx | 9 | 199211 | <reponame>AmateurPanda92/pokemon-rby-dx<gh_stars>1-10
IndigoPlateau_Object:
db $e ; border block
db 2 ; warps
warp 9, 5, 0, INDIGO_PLATEAU_LOBBY
warp 10, 5, 0, INDIGO_PLATEAU_LOBBY
db 0 ; signs
db 0 ; objects
; warp-to
warp_to 9, 5, INDIGO_PLATEAU_WIDTH ; INDIGO_PLATEAU_LOBBY
warp_to 10, 5, INDIGO_PLATEAU_... |
bachelor/computer-systems/Assembly/oef2.asm | Brent-rb/University | 0 | 199212 | ####################################################################
# <naam van programma>
#
# Doel: Een while loop nabootsen in assembly
####################################################################
# Input: /
# Output: /
#
# Register gebruik:
# $t0 : de eindwaarde voor het eindigen van de loop
# $t3 : de tel... |
programs/oeis/033/A033876.asm | karttu/loda | 1 | 199214 | <filename>programs/oeis/033/A033876.asm
; A033876: Expansion of 1/(2*x) * (1/(1-4*x)^(3/2)-1).
; 3,15,70,315,1386,6006,25740,109395,461890,1939938,8112468,33801950,140408100,581690700,2404321560,9917826435,40838108850,167890003050,689232644100,2825853840810,11572544300460,47342226683700,193485622098600,790066290235950,... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0xca_notsx.log_16552_1855.asm | ljhsiun2/medusa | 9 | 199215 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xb117, %rsi
lea addresses_WT_ht+0x12e97, %rdi
nop
nop
nop
nop
nop
cmp $3882, %r8
mov $116, %rcx
rep movsq
nop
nop
nop
nop
nop
and %r15, %r15
lea addresses_normal_ht+0x4201, %r1... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_163.asm | ljhsiun2/medusa | 9 | 199217 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_163.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x17da9, %r15
cmp %rdx, %rdx
mov $0x6162636465666768, %r13
movq %r13,... |
libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_fsneg.asm | rjcorrig/z88dk | 0 | 199219 | <reponame>rjcorrig/z88dk<filename>libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_fsneg.asm
; float __fsneg (float number) __z88dk_fastcall
SECTION code_clib
SECTION code_math
PUBLIC asm_fsneg
EXTERN m32_fsneg_fastcall
; negate sccz80 floats
;
; enter : stack = ret
; DEHL = sccz80_float... |
test/programs/test-008.asm | jfrech/Joy-Assembler | 0 | 199220 | <reponame>jfrech/Joy-Assembler<filename>test/programs/test-008.asm
nop
jmp @main
garbage:
data 0xabbccddd
main:
mov @primes
psh
cal @f
cal @g
pop
f:
ssa -8
swp
lia +8
swp
mov -5
add
jz @works
hlt
works:
inc
jnz @works2
hlt
works2:
jmp @... |
programs/oeis/214/A214857.asm | jmorken/loda | 1 | 199223 | <reponame>jmorken/loda<filename>programs/oeis/214/A214857.asm
; A214857: Number of triangular numbers in interval [0, n^2].
; 1,2,3,4,6,7,9,10,11,13,14,16,17,18,20,21,23,24,25,27,28,30,31,33,34,35,37,38,40,41,42,44,45,47,48,50,51,52,54,55,57,58,59,61,62,64,65,66,68,69,71,72,74,75,76,78,79,81,82,83,85,86,88,89,91,92,93,... |
oeis/006/A006102.asm | neoneye/loda-programs | 11 | 199225 | ; A006102: Gaussian binomial coefficient [ n,4 ] for q=3.
; Submitted by <NAME>
; 1,121,11011,925771,75913222,6174066262,500777836042,40581331447162,3287582741506063,266307564861468823,21571273555248777493,1747282899667791058573,141530177899268957392924,11463951511551877750726204,928580264181940191843785764,75215006575... |
Working Disassembly/General/Sprites/Mushmeanie/Map - Mushmeanie.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 199226 | <gh_stars>1-10
; Mushmeanie mappings
dc.w word_8DD00-Map_Mushmeanie
dc.w word_8DD08-Map_Mushmeanie
dc.w word_8DD16-Map_Mushmeanie
dc.w word_8DD24-Map_Mushmeanie
word_8DD00: dc.w 1 ; DATA XREF: ROM:0008DCF8o
dc.b $F8, 9, 0, 0, $FF, $F4
word_8DD08: dc.w 2 ; DATA XREF: ROM:0008DCF8o
dc.b $F8, 5... |
oeis/063/A063726.asm | neoneye/loda-programs | 11 | 199227 | <reponame>neoneye/loda-programs
; A063726: a(n) = gcd(1 + Fibonacci(n+1), 1 + Fibonacci(n)).
; Submitted by <NAME>
; 1,2,1,1,2,3,1,2,1,7,2,5,1,18,1,13,2,47,1,34,1,123,2,89,1,322,1,233,2,843,1,610,1,2207,2,1597,1,5778,1,4181,2,15127,1,10946,1,39603,2,28657,1,103682,1,75025,2,271443,1,196418,1,710647,2,514229,1,1860498,1... |
src/ctrlCode/cin2.asm | Gip-Gip/VePseu | 5 | 199228 | SUBROUTINE
STA WSYNC
LDA SWCHA
AND #FBACK
BNE .noPress
LDA playerPos
SEC
SBC yGain
CLC
ADC yLoss
TAY
LDA (mapPtr),Y
BNE .end
LDX backPressed
BNE .wait
STY playerPos
LDA #CWAITCNT
STA backPressed
LDA #PLAYER_STEPV
... |
oeis/255/A255435.asm | neoneye/loda-programs | 11 | 199229 | <reponame>neoneye/loda-programs<filename>oeis/255/A255435.asm
; A255435: Product_{k=0..n} (k^5+1).
; 1,2,66,16104,16506600,51599631600,401290334953200,6744887949893385600,221023233230056352726400,13051421922234827628493920000,1305155243645404997677020493920000,210197862299579765685879504586803840000,5230416466959133183... |
oeis/051/A051411.asm | neoneye/loda-programs | 11 | 199230 | ; A051411: a(n+1) = a(n) + sum of digits of a(n)^3.
; Submitted by <NAME>(s2)
; 7,17,34,53,88,116,151,179,214,242,277,305,340,359,403,440,466,503,538,575,610,638,682,719,772,818,853,890,925,962,1006,1034,1060,1079,1114,1160,1195,1250,1276,1322,1357,1412,1456,1502,1546,1592,1645,1673,1717
mov $1,5
mov $3,$0
add $3,1
lp... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1330.asm | ljhsiun2/medusa | 9 | 199231 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xcc66, %rdi
nop
cmp %rbp, %rbp
mov (%rdi), %r15
cmp %r9, %r9
lea addresses_WC_ht+0x114ec, %rbp
nop
nop
inc %rax
and $0xffffffffffffffc0, %rbp
vmovaps (%rbp)... |
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/atof.asm | jpoikela/z88dk | 640 | 199234 | <filename>libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/atof.asm<gh_stars>100-1000
; float atof(const char *nptr)
SECTION code_clib
SECTION code_stdlib
PUBLIC _atof
EXTERN _atof_fastcall
_atof:
pop af
pop hl
push hl
push af
jp _atof_fastcall
|
2/03.asm | Changlon/x86Assembly | 0 | 199235 |
;设置数据段
mov ax,0x07c0
mov ds,ax
;设置数据段偏移地址
mov ax,number
mov bx,ax
;设置分解数
mov ax,0x7c00
mov cx,5
mov si,10
digit:
xor dx,dx
div si
mov [bx], dl
inc bx
loop digit
mov ax,0xb800
mov es,ax
mov di,0
mov cx,5
show:
; xor bx,bx ;置零bx
; mov bx,(number -1 )
; add b... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_120.asm | ljhsiun2/medusa | 9 | 199236 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x136d4, %r13
nop
nop
nop
nop
xor %r8, %r8
mov (%r13), %r15d
nop
nop
sub $6778, %rcx
lea addresses_D_ht+0x11e54, %r9
nop
nop
cmp %r11, %r11
vmovups (%r9), %ymm7
vextracti128 $0,... |
vic20-timings/test_num_cols.asm | nippur72/8-bit-projects | 1 | 199237 | <reponame>nippur72/8-bit-projects
PROCESSOR 6502
VIC20 = 1
GETIN = $FFE4
CLRSCN = $E55F
PRNSTR = $CB1E
GOHOME = $E581
PRNINT = $DDCD
SCNKEY = $FF9F
CURSOR_PTR = 209
JIFFY_CLOCK = 162
CRSRCOL = 646
COLOR_BLACK = 0
COLOR_WHITE = 1
COLOR_RED = 2
COLOR_CYAN ... |
data/maps/objects/IndigoPlateau.asm | opiter09/ASM-Machina | 1 | 199239 | <filename>data/maps/objects/IndigoPlateau.asm
IndigoPlateau_Object:
db $e ; border block
def_warps
warp 9, 5, 0, INDIGO_PLATEAU_LOBBY
warp 10, 5, 0, INDIGO_PLATEAU_LOBBY
def_signs
def_objects
def_warps_to INDIGO_PLATEAU
|
data/items/fruit_trees.asm | Dev727/ancientplatinum | 28 | 199240 | <filename>data/items/fruit_trees.asm
FruitTreeItems:
; entries correspond to FRUITTREE_* constants
db BERRY ; ROUTE_29
db BERRY ; ROUTE_30_1
db BERRY ; ROUTE_38
db BERRY ; ROUTE_46_1
db PSNCUREBERRY ; ROUTE_30_2
db PSNCUREBERRY ; ROUTE_33
db BITTER_BERRY ; ROUTE_31
db BITTER_BERRY ; ... |
text/maps/rock_tunnel_b1f.asm | adhi-thirumala/EvoYellow | 16 | 199242 | <gh_stars>10-100
_RockTunnel1BattleText1::
text "This tunnel goes"
line "a long way, kid!"
done
_RockTunnel1EndBattleText1::
text "Doh!"
line "You win!"
prompt
_RockTunnel1AfterBattleText1::
text "Watch for ONIX!"
line "It can put the"
cont "squeeze on you!"
done
_RockTunnel1BattleText2::
text "Hmm. Maybe... |
Transynther/x86/_processed/NC/_un_/i9-9900K_12_0xa0.log_13_426.asm | ljhsiun2/medusa | 9 | 199243 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x90dc, %rsi
lea addresses_WT_ht+0x198fc, %rdi
nop
nop
nop
nop
nop
xor $22677, %rbx
mov $13, %rcx
rep movsw
nop
nop
nop
inc %rax
lea addresses_WC_ht+0x1e8dc, %rcx
nop
add %r12, %r12
mov $... |
programs/oeis/140/A140227.asm | neoneye/loda | 22 | 199244 | ; A140227: Binomial transform of [1, 4, 6, 4, 1, 1, -1, 1, -1, 1,...].
; 1,5,15,35,70,127,215,345,530,785,1127,1575,2150,2875,3775,4877,6210,7805,9695,11915,14502,17495,20935,24865,29330,34377,40055,46415,53510,61395,70127,79765,90370,102005,114735,128627,143750,160175,177975
mov $2,$0
add $2,1
mov $4,$0
lpb $2
mov ... |
Aurora/Aurora/x64/Debug/ethernet.asm | manaskamal/aurora-xeneva | 8 | 199245 | <filename>Aurora/Aurora/x64/Debug/ethernet.asm
; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
CONST SEGMENT
$SG3424 DB 'Ethernet Protocol Received ->> ARP type', 0aH, 00H
ORG $+7
$SG3426 DB 'Ethernet Protocol Received packet ... |
programs/oeis/253/A253887.asm | karttu/loda | 1 | 199246 | <filename>programs/oeis/253/A253887.asm
; A253887: Row index of n in A191450: a(3n) = 2n, a(3n+1) = 2n+1, a(3n+2) = a(n+1).
; 1,1,2,3,1,4,5,2,6,7,3,8,9,1,10,11,4,12,13,5,14,15,2,16,17,6,18,19,7,20,21,3,22,23,8,24,25,9,26,27,1,28,29,10,30,31,11,32,33,4,34,35,12,36,37,13,38,39,5,40,41,14,42,43,15,44,45,2,46,47,16,48,49,1... |
oeis/119/A119944.asm | neoneye/loda-programs | 11 | 199247 | ; A119944: First differences of A003418(n) = lcm(1..n).
; Submitted by <NAME>
; 0,1,4,6,48,0,360,420,1680,0,25200,0,332640,0,0,360360,11531520,0,220540320,0,0,0,5121436320,0,21416915520,0,53542288800,0,2248776129600,0,69872686884000,72201776446800,0,0,0
mov $5,$0
mov $7,2
lpb $7
mov $0,$5
sub $7,1
add $0,$7
tr... |
atoi.asm | magore/picfloat | 1 | 199248 | ;File: atoi.asm
;================================================================
; PIC Floating point library
;================================================================
; Copyright (C) 1991,1997,1998,1999,2000,2001,2002,2003 <NAME>
; All rights reserved.
;
; Redistribution and use in source and binary forms, ... |
engine/overworld/init_map.asm | Dev727/ancientplatinum | 28 | 199249 | ReanchorBGMap_NoOAMUpdate::
call DelayFrame
ldh a, [hOAMUpdate]
push af
ld a, $1
ldh [hOAMUpdate], a
ldh a, [hBGMapMode]
push af
xor a
ldh [hBGMapMode], a
call .ReanchorBGMap
pop af
ldh [hBGMapMode], a
pop af
ldh [hOAMUpdate], a
ld hl, wVramState
set 6, [hl]
ret
.ReanchorBGMap:
xor a
ldh [hLCDCPo... |
altairsim/killbits.asm | qoelet/z80pack | 85 | 199250 | <filename>altairsim/killbits.asm
;
; KILL THE BIT GAME BY <NAME>, MAY 15, 1975
;
; OBJECT: KILL THE ROTATING BIT. IF YOU MISS THE LIT BIT, ANOTHER
; BIT TURNS ON LEAVING TWO BITS TO DESTROY. QUICKLY
; TOGGLE THE SWITCH, DON'T LEAVE THE SWITCH IN THE UP
; POSITION. BEFORE STARTING, MAKE SUR... |
oeis/027/A027952.asm | neoneye/loda-programs | 11 | 199252 | ; A027952: a(n) = T(2n,n+4), T given by A027948.
; Submitted by <NAME>
; 1,10,231,2300,14820,72905,298925,1077748,3540913,10871723,31775031,89633545,246575109,666605513,1781049298,4721874921,12456394685,32758238316,85985810716,225446971141,590714939822,1547211717890,4051642877482,10608719012366,27775885869046,727207939... |
mkdir.asm | asacela/xv6_cs153_Fall2020 | 0 | 199253 |
_mkdir: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#define FAIL_STATUS 0
#define PASS_STATUS 1
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: ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_3_208.asm | ljhsiun2/medusa | 9 | 199254 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xa1d7, %rsi
lea addresses_WT_ht+0x10edd, %rdi
clflush (%rdi)
nop
xor %r9, %r9
mov $119, %rcx
rep movsb
add $40125, %rdi
lea addresses_normal_ht+0x999d... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_868.asm | ljhsiun2/medusa | 9 | 199255 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %rax
push %rbp
lea addresses_WT_ht+0x169ee, %r13
nop
nop
nop
xor $61904, %r10
vmovups (%r13), %ymm2
vextracti128 $0, %ymm2, %xmm2
vpextrq $0, %xmm2, %rbp
nop
nop
xor %rax, %rax
pop %rbp
pop %rax
pop %r13
pop %r... |
programs/oeis/341/A341706.asm | neoneye/loda | 22 | 199256 | ; A341706: Row 2 of semigroup multiplication table shown in A341317 and A341318.
; 0,2,7,8,16,17,18,29,30,31,32,46,47,48,49,50,67,68,69,70,71,72,92,93,94,95,96,97,98,121,122,123,124,125,126,127,128,154,155,156,157,158,159,160,161,162,191,192,193,194,195,196,197,198,199,200,232,233,234,235,236,237,238,239,240,241,242,27... |
programs/oeis/194/A194063.asm | neoneye/loda | 22 | 199257 | <gh_stars>10-100
; A194063: Natural fractal sequence of A006578.
; 1,2,3,1,2,3,4,1,2,3,4,5,6,1,2,3,4,5,6,7,1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11,12,13,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,1,2,3,4,5,6,7,8,9,10,11,12
lpb $0
sub $0,1
add $1,$2
sub $1,2
add $0,$1
... |
HW#5/HW#5_1.asm | SCGTall/Water | 1 | 199258 | <filename>HW#5/HW#5_1.asm<gh_stars>1-10
##############################################################################
# Program : HW#5_1 Programmer: <NAME>
# Due Date: 11/04/19 Last Modified:11/06/19
# Course: CS3340 Section:501
#############################################################################
# Descriptio... |
src/test/resources/elfsamples/tiny/hello.asm | thingswars/johnnyriscv | 3 | 199259 | ;; hello.asm: Copyright (C) 2001 <NAME> <<EMAIL>>
;; Licensed under the terms of the GNU General Public License, either
;; version 2 or (at your option) any later version.
;;
;; To build:
;; nasm -f bin -o hello hello.asm && chmod +x hello
BITS 32
org 0x05430000
db 0x7F, "ELF"
dd 1
dd 0
dd $$
dw 2
dw 3... |
programs/oeis/286/A286687.asm | neoneye/loda | 22 | 199260 | <reponame>neoneye/loda
; A286687: Positions of 1 in A286685; complement of A286686.
; 2,4,5,8,10,11,14,16,18,19,22,24,25,28,30,32,33,36,38,39,42,44,45,48,50,52,53,56,58,59,62,64,66,67,70,72,73,76,78,79,82,84,86,87,90,92,93,96,98,100,101,104,106,107,110,112,114,115,118,120,121,124,126,127,130,132,134,135,138,140,141,144... |
grep.asm | kingsleyljc/editpr | 0 | 199261 |
_grep: 文件格式 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;
m ... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_42_633.asm | ljhsiun2/medusa | 9 | 199262 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x14670, %rsi
lea addresses_WC_ht+0xf480, %rdi
nop
nop
sub $30714, %r8
mov $88, %rcx
rep movsb
nop
nop
dec %rsi
pop %rsi
pop %rdi
pop %rcx
pop %r8
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
pus... |
oeis/157/A157697.asm | neoneye/loda-programs | 11 | 199265 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A157697: Decimal expansion of sqrt(2/3).
; Submitted by <NAME>
; 8,1,6,4,9,6,5,8,0,9,2,7,7,2,6,0,3,2,7,3,2,4,2,8,0,2,4,9,0,1,9,6,3,7,9,7,3,2,1,9,8,2,4,9,3,5,5,2,2,2,3,3,7,6,1,4,4,2,3,0,8,5,5,7,5,0,3,2,0,1,2,5,8,1,9,1,0,5,0,0,8,8,4,6,6,1,9,8,1,1,0,3,4,8,8,0,0,7,8,2
add ... |
oeis/227/A227325.asm | neoneye/loda-programs | 11 | 199266 | <filename>oeis/227/A227325.asm
; A227325: A000272(n+1) * A000984(n).
; Submitted by <NAME>
; 1,2,18,320,8750,326592,15529668,899678208,61556811030,4862000000000,435644983598396,43678490079264768,4846281282497517772,589650705050503577600,78074729079345703125000,11177395284330167371038720,1720546364146510165684599270,283... |
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_414.asm | ljhsiun2/medusa | 9 | 199267 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1bbc7, %r14
clflush (%r14)
xor %rcx, %rcx
mov (%r14), %bp
nop
nop
nop
nop
and $55204, %rdx
lea addresses_A_ht+0xc2b7, %rsi
lea addresses_normal_ht+0x1c478, %rdi
nop
nop
nop
nop
sub $29... |
documents/manuals/intel/80386/ops/LOADALL/macros.386.asm | jriwanek-forks/pcjs | 711 | 199269 | ;-----------------------------------------------------------------------------
;
; MACROS.386
;
; Copyright (c) 1991, 1995-Present <NAME>
;
; You have my permission to copy and distribute this software for
; non-commercial purposes. Any commercial use of this software or
; source code is allow... |
S4/HW_Lab/Practice_Lab1/Q4.asm | akxavier/Assignments | 0 | 199270 | ;Read two numbers and print the sum
section .data
msg1 : db "Enter first number : "
l1 : equ $-msg1
msg2 : db "Enter second number : "
l2 : equ $-msg2
section .bss
d1 : resb 1
d2 : resb 1
junk : resb 1
ans1 : resb 1
ans2 : resb 2
section .text
global _start:
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg1
mov edx, ... |
programs/oeis/064/A064775.asm | neoneye/loda | 22 | 199271 | <reponame>neoneye/loda<filename>programs/oeis/064/A064775.asm
; A064775: Card{ k<=n, k such that all prime divisors of k are <= sqrt(k) }.
; 1,1,1,2,2,2,2,3,4,4,4,5,5,5,5,6,6,7,7,7,7,7,7,8,9,9,10,10,10,11,11,12,12,12,12,13,13,13,13,14,14,14,14,14,15,15,15,16,17,18,18,18,18,19,19,20,20,20,20,21,21,21,22,23,23,23,23,23,2... |
oeis/081/A081006.asm | neoneye/loda-programs | 11 | 199272 | <filename>oeis/081/A081006.asm
; A081006: a(n) = Fibonacci(4n) - 1, or Fibonacci(2n+1)*Lucas(2n-1).
; 2,20,143,986,6764,46367,317810,2178308,14930351,102334154,701408732,4807526975,32951280098,225851433716,1548008755919,10610209857722,72723460248140,498454011879263,3416454622906706,23416728348467684,160500643816367087,... |
programs/oeis/016/A016215.asm | neoneye/loda | 22 | 199273 | ; A016215: Expansion of 1/((1-x)(1-3x)(1-10x)).
; 1,14,153,1570,15821,158574,1586833,15871610,158725941,1587288934,15872977913,158730044850,1587301245661,15873014848094,158730155655393,1587301578077290,15873015845342981,158730158647140054,1587301587052531273,15873015872268704930
lpb $0
mov $2,$0
sub $0,1
seq $2,... |
src/firmware/Door/Initialise.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 199274 | #include "Platform.inc"
#include "TailCalls.inc"
#include "InitialisationChain.inc"
#include "Door.inc"
#include "States.inc"
radix decimal
extern INITIALISE_AFTER_DOOR
Door code
global initialiseDoor
initialiseDoor:
.safelySetBankFor doorFlags
clrf doorFlags
clrf doorState
tcall INITIALISE_AFTER_DOOR
... |
bios/prhex.asm | p-durlej/dosbios | 4 | 199275 | ; Copyright (c) <NAME>
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the above copyright notice,
; this list of conditions and the following dis... |
scripts/CopycatsHouse2F.asm | opiter09/ASM-Machina | 1 | 199276 | CopycatsHouse2F_Script:
jp EnableAutoTextBoxDrawing
CopycatsHouse2F_TextPointers:
dw CopycatsHouse2FText1
dw CopycatsHouse2FText2
dw CopycatsHouse2FText3
dw CopycatsHouse2FText4
dw CopycatsHouse2FText5
dw CopycatsHouse2FText6
dw CopycatsHouse2FText7
CopycatsHouse2FText1:
text_asm
CheckEvent EVENT_GOT_TM31
... |
oeis/004/A004731.asm | neoneye/loda-programs | 11 | 199277 | ; A004731: Denominator of n!!/(n+1)!! (cf. A006882).
; Submitted by <NAME>
; 1,1,1,2,3,8,15,16,35,128,315,256,693,1024,3003,2048,6435,32768,109395,65536,230945,262144,969969,524288,2028117,4194304,16900975,8388608,35102025,33554432,145422675,67108864,300540195,2147483648,9917826435,4294967296,20419054425,17179869184,83... |
programs/oeis/110/A110034.asm | karttu/loda | 1 | 199278 | ; A110034: Row sums of a characteristic triangle for the Fibonacci numbers.
; 1,0,-1,-4,-11,-30,-79,-208,-545,-1428,-3739,-9790,-25631,-67104,-175681,-459940,-1204139,-3152478,-8253295,-21607408,-56568929,-148099380,-387729211,-1015088254,-2657535551,-6957518400,-18215019649,-47687540548,-124847601995,-326855265438
su... |
oeis/166/A166645.asm | neoneye/loda-programs | 11 | 199279 | <reponame>neoneye/loda-programs
; A166645: Totally multiplicative sequence with a(p) = 5*(p+1) for prime p.
; Submitted by <NAME>
; 1,15,20,225,30,300,40,3375,400,450,60,4500,70,600,600,50625,90,6000,100,6750,800,900,120,67500,900,1050,8000,9000,150,9000,160,759375,1200,1350,1200,90000,190,1500,1400,101250,210,12000,22... |
programs/oeis/156/A156735.asm | karttu/loda | 0 | 199280 | <reponame>karttu/loda
; A156735: 57122n^2 + 47320n + 9801.
; 9801,114243,332929,665859,1113033,1674451,2350113,3140019,4044169,5062563,6195201,7442083,8803209,10278579,11868193,13572051,15390153,17322499,19369089,21529923,23805001,26194323,28697889,31315699,34047753,36894051,39854593,42929379,46118409,49421683,52839201... |
programs/oeis/133/A133548.asm | neoneye/loda | 22 | 199281 | ; A133548: a(n) = sum of cubes of first n odd primes.
; 27,152,495,1826,4023,8936,15795,27962,52351,82142,132795,201716,281223,385046,533923,739302,966283,1267046,1624957,2013974,2507013,3078800,3783769,4696442,5726743,6819470,8044513,9339542,10782439,12830822,15078913,17650266
mov $2,$0
mov $3,$0
lpb $3
mov $0,$2
... |
data/events/odd_eggs.asm | Dev727/ancientplatinum | 6 | 199283 | prob: MACRO
prob_total = prob_total + (\1)
dw prob_total * $ffff / 100
ENDM
OddEggProbabilities:
prob_total = 0
; Pichu
prob 8
prob 1
; Cleffa
prob 16
prob 3
; Igglybuff
prob 16
prob 3
; Smoochum
prob 14
prob 2
; Magby
prob 10
prob 2
; Elekid
prob 12
prob 2
; Tyrogue
prob 10
prob 1
OddEggSpecies:
dw P... |
programs/oeis/024/A024862.asm | neoneye/loda | 22 | 199286 | <reponame>neoneye/loda<gh_stars>10-100
; A024862: a(n) = s(1)t(n) + s(2)t(n-1) + ... + s(k)t(n-k+1), where k = floor( n/2 ), s = natural numbers, t = odd natural numbers.
; 3,5,17,23,50,62,110,130,205,235,343,385,532,588,780,852,1095,1185,1485,1595,1958,2090,2522,2678,3185,3367,3955,4165,4840,5080,5848,6120,6987,7293,8... |
engine/overworld/movement.asm | Dev727/ancientplatinum | 28 | 199287 | <reponame>Dev727/ancientplatinum<filename>engine/overworld/movement.asm<gh_stars>10-100
MovementPointers:
; entries correspond to macros/scripts/movement.asm enumeration
dw Movement_turn_head_down ; 00
dw Movement_turn_head_up ; 01
dw Movement_turn_head_left ; 02
dw Movement_turn_head_right ... |
base.asm | leogermond/repro | 0 | 199288 | <reponame>leogermond/repro
section .text
global _start
_start:
mov rcx, _start
mov r8, _start
mov r9, _start
add r9, 0x100
mov byte [disp_data+2], ' '
mov rsi, disp_data
mov rdi, 1
disp_line:
add r8, 0x10
disp_byte:
push rcx
mov rax, [rcx]
call asciibyte
mov rax, 1
mov rdx, 3
syscall
pop rcx
inc rcx
c... |
data/mapHeaders/safarizoneentrance.asm | adhi-thirumala/EvoYellow | 16 | 199290 | SafariZoneEntrance_h:
db GATE ; tileset
db SAFARI_ZONE_ENTRANCE_HEIGHT, SAFARI_ZONE_ENTRANCE_WIDTH ; dimensions (y, x)
dw SafariZoneEntranceBlocks, SafariZoneEntranceTextPointers, SafariZoneEntranceScript ; blocks, texts, scripts
db $00 ; connections
dw SafariZoneEntranceObject ; objects
|
backup/rogue0.asm | iSnakeBuzz/bootRogue | 95 | 199291 | ;
; bootRogue game in 512 bytes (boot sector)
;
; by <NAME>.
; http://nanochess.org/
;
; (c) Copyright 2019 <NAME>.
;
; Creation date: Sep/19/2019. Generates room boxes.
; Revision date: Sep/20/2019. Connect rooms. Allows to naviga... |
src/asmdemos/printme.asm | helvm/fungus | 1 | 199293 | <filename>src/asmdemos/printme.asm
(* Usage:
* simfunge.exe printme.elf hello.txt
* The program prints the contents of funge-space until
* it encounters a blank line (two newlines in a row).
* Files of more than 510 lines or containing lines
* longer than 511 characters obviously won't work right.
*)
.EQU ... |
programs/oeis/140/A140531.asm | karttu/loda | 0 | 199294 | ; A140531: Concatenate subsequences 0, 1, 2, 4, ..., 2^k.
; 0,0,1,0,1,2,0,1,2,4,0,1,2,4,8,0,1,2,4,8,16,0,1,2,4,8,16,32,0,1,2,4,8,16,32,64,0,1,2,4,8,16,32,64,128,0,1,2,4,8,16,32,64,128,256,0,1,2,4,8,16,32,64,128,256,512,0,1,2,4,8,16,32,64,128,256,512,1024
mov $8,$0
mov $10,2
lpb $10,1
clr $0,8
mov $0,$8
sub $10,1... |
asmtutor_com/hello-strlen.asm | dev001hajipro/study_nasm | 0 | 199295 | <reponame>dev001hajipro/study_nasm
; nasm -f elf helloworld.asm && ld -m elf_i386 helloworld.o -o helloworld && ./helloworld
;
section .data
msg db 'Hello, brave new world!', 0Ah
section .text
global _start
_start:
mov eax, msg
call strlen
; sys_write
mov edx, eax ; letval = eax
mov ecx, msg
mov ebx, 1
m... |
programs/oeis/186/A186330.asm | neoneye/loda | 22 | 199297 | <filename>programs/oeis/186/A186330.asm
; A186330: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) after g(j) when f(i)=g(j), where f and g are the pentagonal numbers and the hexagonal numbers. Complement of A186331.
; 2,3,5,7,9,11,13,15,16,18,20,22,24,26,28,29,31,33,35,37,39,41,43,44,46,48,50,52,54,56,57,... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_620.asm | ljhsiun2/medusa | 9 | 199298 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1c169, %rdi
nop
nop
nop
nop
nop
cmp $18364, %r8
and $0xffffffffffffffc0, %rdi
vmovntdqa (%rdi), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $1, %xmm1, %r10
xor $44592, %r... |
Appl/Bindery/Document/documentBody.asm | steakknife/pcgeos | 504 | 199299 | <filename>Appl/Bindery/Document/documentBody.asm
COMMENT @----------------------------------------------------------------------
Copyright (c) Geoworks 1992-1994 -- All Rights Reserved
PROJECT: GEOS
MODULE: Studio
FILE: documentBody.asm
ROUTINES:
Name Description
---- -----------
INT SendUpTo... |
modules/libc/misc/kernsyscall.nasm | r-tty/radios | 0 | 199300 | ;-------------------------------------------------------------------------------
; kernsyscall.nasm - kernel system calls, accessible from C.
;-------------------------------------------------------------------------------
module libc.kernsyscall
%include "locstor.ah"
%include "syscall.ah"
; Negate the dword in stac... |
oeis/294/A294364.asm | neoneye/loda-programs | 11 | 199303 | <filename>oeis/294/A294364.asm
; A294364: Linear recurrence with signature (1,1,-1,1,1), where the first terms are powers of 2 (1,2,4,8,16).
; Submitted by <NAME>
; 1,2,4,8,16,23,37,56,94,152,250,401,649,1046,1696,2744,4444,7187,11629,18812,30442,49256,79702,128957,208657,337610,546268,883880,1430152,2314031,3744181,60... |
oeis/176/A176083.asm | neoneye/loda-programs | 11 | 199304 | <gh_stars>10-100
; A176083: a(n) = 2^(2n-2) mod prime(2n).
; Submitted by <NAME>
; 1,4,3,7,24,25,11,7,22,12,9,1,5,69,1,62,41,16,133,89,39,3,162,66,121,12,4,109,163,85,135,52,251,8,14,6,154,126,167,284,149,158,254,110,318,23,75,23,59,279,478,513,290,58,256,345,347,25,58,361,672,681,673,697,669,609,278,739,355,529,543,47... |
lab5/assemblies/add.asm | AriaPahlavan/CompArch | 0 | 199305 | <gh_stars>0
.ORIG x3000
AND R0, R0, #0 ;0x3000
AND R1, R1, #0 ;0x3002
AND R2, R2, #0 ;0x3004
AND R3, R3, #0 ;0x3006
LEA R0, COUNTER ;0x3008
LDW R0, R0, #0 ;0x300A
LEA R1, DATA ;0x300C
LDW R1, R1, #0 ;... |
oeis/170/A170799.asm | neoneye/loda-programs | 11 | 199307 | ; A170799: a(n) = n^10*(n^7 + 1)/2.
; 0,1,66048,64599606,8590458880,381474609375,8463359955456,116315398231228,1125900443713536,8338592593225485,50000005000000000,252723527218359186,1109305584328900608,4325208028619914891,15245673509292925440,49263062956171875000,147573953139432226816,413620131951165332313,109295578165... |
oeis/250/A250309.asm | neoneye/loda-programs | 11 | 199308 | ; A250309: a(n) = a(n-1)*(1 + a(n-1)/a(n-3)), with a(0) = a(1) = a(2) = 1.
; Submitted by <NAME>
; 1,1,1,2,6,42,924,143220,488523420,258285263294520,465795819523189050504840,444125576385425970712647062585372630520,763680920404535561780141108036287312478667174369871222219397040,125206909067350332192155291988811105202819... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1045.asm | ljhsiun2/medusa | 9 | 199309 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r15
push %r9
push %rbp
push %rbx
push %rdi
// Faulty Load
lea addresses_normal+0x9762, %r9
nop
nop
and $26090, %r15
vmovups (%r9), %ymm7
vextracti128 $0, %ymm7, %xmm7
vpextrq $0, %xmm7, %rbp
lea oracles, %r14
and... |
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_sinh.asm | meesokim/z88dk | 0 | 199311 |
; double sinh(double x)
SECTION code_fp_math48
PUBLIC am48_sinh
EXTERN am48_exp, am48_dpopret, am48_dconst_1
EXTERN am48_dadd, am48_derror_znc, am48_ddiv
am48_sinh:
; hyperbolic sine
; AC' = sinh(AC')
;
; enter : AC' = double x
;
; exit : success
;
; AC' = sinh(x)
; ... |
oeis/015/A015531.asm | neoneye/loda-programs | 11 | 199313 | <reponame>neoneye/loda-programs
; A015531: Linear 2nd order recurrence: a(n) = 4*a(n-1) + 5*a(n-2).
; 0,1,4,21,104,521,2604,13021,65104,325521,1627604,8138021,40690104,203450521,1017252604,5086263021,25431315104,127156575521,635782877604,3178914388021,15894571940104,79472859700521,397364298502604,1986821492513021,99341... |
oeis/008/A008279.asm | neoneye/loda-programs | 11 | 199314 | <gh_stars>10-100
; A008279: Triangle T(n,k) = n!/(n-k)! (0 <= k <= n) read by rows, giving number of permutations of n things k at a time.
; Submitted by <NAME>
; 1,1,1,1,2,2,1,3,6,6,1,4,12,24,24,1,5,20,60,120,120,1,6,30,120,360,720,720,1,7,42,210,840,2520,5040,5040,1,8,56,336,1680,6720,20160,40320,40320,1,9,72,504,302... |
sprite/631798.spr.asm | RockmanEXEZone/MMBN45-English-Translation | 6 | 199315 | .include "sprite/template.asm"
.gba
.create TEMP+"/631798.dmp",0
header
anim
frame @tile,@pal,@sub,@oam,4,ANIM_END
tiles @tile, TEMP+"/631798.img.bin"
pal @pal, TEMP+"/631798.pal.bin"
subanim_header @sub
subanim
sframe 0,11,ANIM_END
subanim
sframe 1,11,ANIM_END
subanim
sframe 2,11,ANIM_END
subanim
... |
oeis/100/A100296.asm | neoneye/loda-programs | 11 | 199316 | ; A100296: Sequence generated from a symmetric matrix.
; Submitted by <NAME>
; 1,6,25,111,488,2149,9461,41654,183389,807403,3554736,15650361,68903513,303360038,1335596817,5880203831,25888648920,113979406525,501814720109,2209329044566,9726966211957,42824708216851,188543436246752,830096195208753,3654646945111665
mov $2,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.