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 |
|---|---|---|---|---|
ASMSimulator/demo/jsr_rtn_test.asm | nivla12345/ASMSimulator | 0 | 124524 | ; Testing JSR and RTN calls.
SET $0xF, R0
SET $0xF, R1
JSR .SUM
JSR .TIMES
STP
.SUM
ADD R0, R1
RTN
.TIMES
MUL R0, R1
RTN
|
oeis/037/A037515.asm | neoneye/loda-programs | 11 | 124525 | ; A037515: Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,1.
; Submitted by <NAME>
; 2,12,73,440,2640,15841,95048,570288,3421729,20530376,123182256,739093537,4434561224,26607367344,159644204065,957865224392,5747191346352,34483148078113,206898888468680,1241393330812080,74... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1621.asm | ljhsiun2/medusa | 9 | 124526 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1621.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x9e3, %rbp
nop
nop
nop
add $57937, %rdi
vmovups (%rbp), %ymm3
vextracti128 $0, %ymm3, %xm... |
work/ff3_menu_savefile.asm | ypyp-pprn-mnmn/ff3_hack | 4 | 124528 | <gh_stars>1-10
;; encoding: utf-8
;; ff3_menu_savefile.asm
;;
;; re-implementation of logics around 'save' menu.
;;
;; version:
;; 0.1.0
;;=================================================================================================
__FF3_MENU_SAVEFILE_INCLUDED__
.ifdef _FEATURE_DEFERRED_RENDERING
INI... |
oeis/265/A265334.asm | neoneye/loda-programs | 11 | 124529 | <reponame>neoneye/loda-programs
; A265334: Numbers that are >= k! but < 2*k! for some k; numbers whose factorial base representation (A007623) begins with digit "1".
; Submitted by <NAME>
; 1,2,3,6,7,8,9,10,11,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,120,121,122,123,124,125,126,127,128,12... |
_build/dispatcher/jmp_ippsSHA1Duplicate_5317541d.asm | zyktrcn/ippcp | 1 | 124530 | <filename>_build/dispatcher/jmp_ippsSHA1Duplicate_5317541d.asm
extern m7_ippsSHA1Duplicate:function
extern n8_ippsSHA1Duplicate:function
extern y8_ippsSHA1Duplicate:function
extern e9_ippsSHA1Duplicate:function
extern l9_ippsSHA1Duplicate:function
extern n0_ippsSHA1Duplicate:function
extern k0_ippsSHA1Duplicate:functio... |
bin/JWASM/Samples/Win32_7.asm | Abd-Beltaji/ASMEMU | 3 | 124531 | <filename>bin/JWASM/Samples/Win32_7.asm
;--- Win32_7 - Shows how to use OPTION DLLIMPORT and cmdline option -Fd.
;--- As a result, no import libraries are needed in the link step.
;---
;--- assemble: JWasm -coff -Fd Win32_7.ASM
;--- link: JWlink format windows pe f Win32_7.OBJ
.386
.MODEL FLAT, ... |
P6/P6Judger - 100 testpoints/testpoint/testpoint85.asm | flyinglandlord/BUAA-CO-2021 | 5 | 124532 | <filename>P6/P6Judger - 100 testpoints/testpoint/testpoint85.asm
ori $1, $0, 4
ori $2, $0, 15
ori $3, $0, 10
ori $4, $0, 9
sw $2, 0($0)
sw $1, 4($0)
sw $4, 8($0)
sw $4, 12($0)
sw $1, 16($0)
sw $4, 20($0)
sw $1, 24($0)
sw $4, 28($0)
sw $2, 32($0)
sw $4, 36($0)
sw $2, 40($0)
sw $4, 44($0)
sw $4, 48($0)
sw $4, 52($0)
sw $... |
_build/dispatcher/jmp_ippsGFpECESGetSize_SM2_a5b9ca2a.asm | zyktrcn/ippcp | 1 | 124533 | <filename>_build/dispatcher/jmp_ippsGFpECESGetSize_SM2_a5b9ca2a.asm
extern m7_ippsGFpECESGetSize_SM2:function
extern n8_ippsGFpECESGetSize_SM2:function
extern y8_ippsGFpECESGetSize_SM2:function
extern e9_ippsGFpECESGetSize_SM2:function
extern l9_ippsGFpECESGetSize_SM2:function
extern n0_ippsGFpECESGetSize_SM2:function
... |
programs/oeis/164/A164409.asm | neoneye/loda | 22 | 124534 | <reponame>neoneye/loda
; A164409: Number of binary strings of length n with no substrings equal to 0000 0001 or 0100
; 13,22,39,69,121,212,372,653,1146,2011,3529,6193,10868,19072,33469,58734,103071,180877,317417,557028,977516,1715421,3010354,5282803,9270673,16268897,28549924,50101624,87922221,154292742,270764887,475159... |
45/qb/ir/ssdo.asm | minblock/msdos | 0 | 124535 | page 49,132
TITLE ssdo - scan support for DO/WHILE related opcodes
;***
;ssdocase.asm
;
; Copyright <C> 1987, Microsoft Corporation
;
;Purpose:
; Scan DO/LOOP, and WHILE/WEND statement opcodes.
;
; Runtime behavior of LOOP opcodes:
; ---------------------------------
; <exp> opStDoWhile(oText) - branch to ... |
libsrc/stdio/pasopia7/generic_console_ioctl.asm | jpoikela/z88dk | 0 | 124536 | <filename>libsrc/stdio/pasopia7/generic_console_ioctl.asm
MODULE generic_console_ioctl
PUBLIC generic_console_ioctl
SECTION code_clib
INCLUDE "ioctl.def"
EXTERN generic_console_cls
EXTERN generic_console_font32
EXTERN generic_console_udg32
EXTERN __console_h
EXTERN __console_w
INCLUDE "target/pasopia7/def... |
programs/oeis/073/A073169.asm | karttu/loda | 1 | 124537 | <reponame>karttu/loda<gh_stars>1-10
; A073169: a(n)=A002808(n)-n, difference between n-th composite and n.
; 3,4,5,5,5,6,7,7,7,8,9,9,9,10,10,10,10,10,11,12,12,12,12,12,13,13,13,14,15,15,15,16,16,16,16,16,17,17,17,17,17,18,19,19,19,19,19,20,20,20,21,22,22,22,22,22,23,23,23,24,24,24,24,24,25,25,25,25,25,25,25,26,26,26,27... |
programs/oeis/079/A079450.asm | neoneye/loda | 22 | 124538 | ; A079450: a(n) = 2^(n-1)*u(n) where u(1)=1 and u(n) = frac(3/2*u(n-1)) + 1.
; 1,3,5,15,29,55,101,175,269,807,1397,2143,6429,11095,16901,50703,86573,259719,517013,1026751,2031677,3997879,7799333,15009391,28250957,51198439,86486453,259459359,509942621,992956951,1905129029,3567903439,6408743021,10636294471,31908883413,61... |
oeis/143/A143647.asm | neoneye/loda-programs | 11 | 124539 | ; A143647: a(n) = ((5 + sqrt(3))^n + (5 - sqrt(3))^n)/2.
; Submitted by <NAME>(s1)
; 1,5,28,170,1084,7100,47152,315320,2115856,14221520,95666368,643790240,4333242304,29169037760,196359046912,1321871638400,8898817351936,59906997474560,403295993003008,2715005985589760,18277548009831424
mov $1,1
mov $3,1
lpb $0
sub $0,... |
LAB 2/Lab2Task_3.asm | smellycattt/Microprocessor-Programming | 1 | 124540 | .MODEL TINY
.DATA
ORG 100H
ARRAY1 DB 78H, 32H, 0AH, 2BH, 0A0H, 5FH, 67H, 0AH, 54H, 49H
.CODE
.STARTUP
LEA SI, ARRAY1
MOV BL, 'E'
MOV CX, 0AH
MOV AL, 0AH
X1: CMP [SI], AL
JNE X2
MOV [SI], BL
X2: INC SI
LOOP X1
LEA SI, ARRAY1
MOV CX, 0AH
X3: MOV DL,[SI]
INC SI
LOO... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_1243.asm | ljhsiun2/medusa | 9 | 124541 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xc0ec, %rsi
lea addresses_WC_ht+0x112bc, %rdi
nop
and %r14, %r14
mov $21, %rcx
rep movsq
nop
nop
xor $36573, %rbx
lea addresses_A_ht+0x902c, %rsi
lea addresses_D_ht+0x1acca, ... |
data/pokemon/base_stats/kingler.asm | opiter09/ASM-Machina | 1 | 124542 | <reponame>opiter09/ASM-Machina<filename>data/pokemon/base_stats/kingler.asm
db DEX_KINGLER ; pokedex id
db 55, 130, 115, 75, 50
; hp atk def spd spc
db WATER, WATER ; type
db 60 ; catch rate
db 206 ; base exp
INCBIN "gfx/pokemon/front/kingler.pic", 0, 1 ; sprite dimensions
dw KinglerPicFront, Kingle... |
libsrc/_DEVELOPMENT/string/z80/asm_memset.asm | RC2014Z80/z88dk | 8 | 124544 |
; ===============================================================
; Dec 2013
; ===============================================================
;
; void *memset(void *s, int c, size_t n)
;
; Write c into the first n bytes of s.
;
; ===============================================================
INCLUDE "config_privat... |
boot/mbr.asm | ValjeanTheWolfie/HelloWorldOS | 0 | 124545 | ;==================================================
; The Master Boot Record
;--------------------------------------------------
; 2020.3.28 ValjeanTheWolfie Create
;==================================================
%include "boot.inc"
SECTION MBR vstart=0x7c00
;Initialize the segment registers using... |
enduser/netmeeting/av/codecs/intel/h263/i386/ex5me.asm | npocmaka/Windows-Server-2003 | 17 | 124546 | ;/* *************************************************************************
;** INTEL Corporation Proprietary Information
;**
;** This listing is supplied under the terms of a license
;** agreement with INTEL Corporation and may not be copied
;** nor disclosed except in accordance with the terms of
... |
programs/oeis/015/A015993.asm | neoneye/loda | 22 | 124547 | ; A015993: Twelve iterations of Reverse and Add are needed to reach a palindrome.
; 2069,2159,2249,2339,2429,2519,2609,2699,2789,2879,2969,3068,3158,3248,3338,3428,3518,3608,3698,3788,3878,3968,4067,4157,4247,4337,4427,4517,4607,4697,4787,4877,4967,5066,5156,5246,5336,5426,5516
mov $1,10
mul $1,$0
div $0,11
add $1,$0
... |
oeis/128/A128142.asm | neoneye/loda-programs | 11 | 124548 | <reponame>neoneye/loda-programs
; A128142: A128132 * A122432 (unsigned).
; Submitted by <NAME>
; 1,5,2,15,8,3,34,21,11,4,65,44,27,14,5,111,80,54,33,17,6,175,132,95,64,39,20,7,260,203,153,110,74,45,23,8,369,296,231,174,125,84,51,26,9,505,414,332,259,195,140,94,57,29,10
lpb $0
add $1,1
sub $0,$1
lpe
sub $0,1
sub $1,... |
examenes/examenpracticas/ejercicios/examen1.asm | ajah1/EC | 0 | 124549 | <reponame>ajah1/EC
# pedir dos numeros e indicar cual es el mayor o si son iguales.
.data
cadena1: .asciiz "numero 1: "
cadena2: .asciiz "numero 2: "
cadena3: .asciiz "el mayor es: "
cadena4: .asciiz "son iguales"
.text
li $v0, 4
la $a0, cadena1
syscall
li $v0, 5
syscall
move $t1, $v0
li $v0, 4
la $a0, c... |
oeis/114/A114766.asm | neoneye/loda-programs | 11 | 124551 | <filename>oeis/114/A114766.asm
; A114766: a(n) = floor(sqrt(8)*10^n)^2.
; Submitted by <NAME>
; 4,784,79524,7997584,799984656,79999596964,7999999294329,799999986001441,79999999731514944,7999999995778911376,799999999973870935009,79999999999649835200676,7999999999998924645564516,799999999999949033098946521,79999999999999... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_1122_601.asm | ljhsiun2/medusa | 9 | 124553 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rbp
push %rcx
push %rdx
push %rsi
lea addresses_UC_ht+0xe4b9, %rsi
nop
nop
and %rbp, %rbp
mov (%rsi), %r10d
nop
nop
nop
add $7347, %r15
lea addresses_WT_ht+0x82b9, %rdx
nop
nop
sub %rcx, %rcx
mov (%rdx), %r10
nop
nop
cmp %rbp, %rbp
lea add... |
libtool/src/gmp-6.1.2/mpn/arm/v5/mod_1_2.asm | kroggen/aergo | 1,602 | 124554 | <reponame>kroggen/aergo<filename>libtool/src/gmp-6.1.2/mpn/arm/v5/mod_1_2.asm
dnl ARM mpn_mod_1s_2p
dnl Contributed to the GNU project by <NAME>.
dnl Copyright 2012 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it an... |
oeis/164/A164587.asm | neoneye/loda-programs | 11 | 124555 | ; A164587: a(n) = 2*a(n - 2) for n > 2; a(1) = 1, a(2) = 8.
; 1,8,2,16,4,32,8,64,16,128,32,256,64,512,128,1024,256,2048,512,4096,1024,8192,2048,16384,4096,32768,8192,65536,16384,131072,32768,262144,65536,524288,131072,1048576,262144,2097152,524288,4194304,1048576,8388608,2097152,16777216,4194304,33554432,8388608,671088... |
oeis/001/A001876.asm | neoneye/loda-programs | 11 | 124556 | ; A001876: Number of divisors of n of form 5k+1; a(0)=0.
; 0,1,1,1,1,1,2,1,1,1,1,2,2,1,1,1,2,1,2,1,1,2,2,1,2,1,2,1,1,1,2,2,2,2,1,1,3,1,1,1,1,2,3,1,2,1,2,1,3,1,1,2,2,1,2,2,2,1,1,1,2,2,2,2,2,1,4,1,1,1,1,2,3,1,1,1,2,2,3,1,2,2,2,1,3,1,2,1,2,1,2,2,2,2,1,1,4,1,1,2
mov $3,2
mov $4,$0
lpb $3
mov $0,$4
sub $3,1
add $0,$3... |
examples/charmaptest.asm | denizzzka/dcpu16 | 0 | 124557 | <gh_stars>0
; find out hardware map
HWN I
:query_loop
SUB I, 1
HWQ I
IFE B, 0x7349
IFE A, 0xf615
SET [monitor_n], I
IFN I, 0
SET PC, query_loop
; set up monitor
SET A, 0
SET B, 0x8000
HWI [monitor_n]
SET A, 1
SET B, 0x8180
HWI [monitor_n]
; load character data:
SET A, shroom
SET B, shroom_end
SET C, 0x8180
J... |
programs/oeis/211/A211372.asm | neoneye/loda | 22 | 124559 | <filename>programs/oeis/211/A211372.asm
; A211372: Side length of smallest square containing n L's with short sides 1, 2, ..., n.
; 2,4,7,11,14,18,22,26,31,36
mov $3,$0
add $3,1
mov $5,$0
lpb $3
mov $0,$5
sub $3,1
sub $0,$3
lpb $0
mov $2,$0
seq $2,131234 ; Starts with 1, then n appears Fibonacci(n-1) t... |
libsrc/stdio/ansi/generic/f_ansi_dline.asm | andydansby/z88dk-mk2 | 1 | 124560 | <filename>libsrc/stdio/ansi/generic/f_ansi_dline.asm
;
; ANSI Video handling
; Non optimized (but generic) code
;
; Clean a text line
;
; <NAME> - 8/5
;
; in: A = text row number
;
;
; $Id: f_ansi_dline.asm,v 1.2 2001/04/13 14:13:59 stefano Exp $
;
XLIB ansi_del_line
LIB ansi_CHAR
XREF text_cols
XREF ansi_COLU... |
_maps/SSDOWNblock.asm | NatsumiFox/AMPS-Sonic-1-2005 | 2 | 124561 | <reponame>NatsumiFox/AMPS-Sonic-1-2005<gh_stars>1-10
; ---------------------------------------------------------------------------
; Sprite mappings - special stage "DOWN" block
; ---------------------------------------------------------------------------
dc.w byte_1B954-Map_SS_Down
dc.w byte_1B95A-Map_SS_Down
byte... |
Week_8-9/34 - test.asm | iamruveyda/KBU-Mikro | 1 | 124562 | .model small
.data
.code
main proc
mov al,00100101b
test al,00001001b ; test bits 0 and 3
mov al,00100100b
test al,00001001b ; test bits 0 and 3
endp
end main |
Wk05_MiniBomb1/secret_NOTES.asm | jwatson-CO-edu/CSCI2400-201_Demo | 1 | 124563 | 0000000000000f06 <secret_sequence>:
# Creat a new stack frame
f06: 55 push %rbp # Push the base pointer onto the stack (Dyn Stack Alloc)
f07: 48 89 e5 mov %rsp,%rbp # Move the stack pointer to the base pointer
# `break secret_squence` will start you at the ... |
dino/lcs/item/16.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 124564 | <gh_stars>1-10
copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
0018B4 move.w ($16,A6), D0
0018B8 add.w ($1c,A6), D0 [123p+ 16, enemy+16, item+16]
0018BC move.w D0, ($16,A6) [123p+ 1C, enemy+1C, item+1C]
0018C0 swap D0 [123p+ 16, base+752, enemy+16... |
MSP430F541xA_MSP430F543xA_Code_Examples/Assembly_CCS/msp430x54xA_dma_02.asm | sususweet/MSP430F541x-MSP430F543x-Code-Examples | 0 | 124565 | ; --COPYRIGHT--,BSD_EX
; Copyright (c) 2012, Texas Instruments Incorporated
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
; * Redistributions of source code must retain the above co... |
oeis/258/A258809.asm | neoneye/loda-programs | 11 | 124567 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A258809: a(n) = n^8 - 1.
; Submitted by <NAME>
; 0,255,6560,65535,390624,1679615,5764800,16777215,43046720,99999999,214358880,429981695,815730720,1475789055,2562890624,4294967295,6975757440,11019960575,16983563040,25599999999,37822859360,54875873535,78310985280,11007531... |
src/core0/test/interrupt.asm | uarc/nexys4-u0-32 | 0 | 124568 | # Select bus 0
imm8:0 seb
# Set the interrupt PC for bus 0
.interrupt intset
# Enable interrupts
inten
# Create a loop that will go on effectively forever
iloop:+
rot0
:+
# Interrupt tag
:interrupt
# Inside the interrupt, only put an 8 on the stack
imm8:8
return
# Align the program
palign:0xC0,32
|
oeis/308/A308747.asm | neoneye/loda-programs | 11 | 124569 | ; A308747: Number of achiral m-color cyclic compositions of n (that is, number of cyclic compositions of n with reflection symmetry where each part of size m can be colored with one of m colors).
; Submitted by <NAME>
; 1,3,6,13,23,44,73,131,210,365,575,984,1537,2611,4062,6877,10679,18052,28009,47315,73386,123933,19219... |
programs/oeis/100/A100184.asm | karttu/loda | 0 | 124571 | <gh_stars>0
; A100184: Structured octagonal anti-prism numbers.
; 1,16,64,164,335,596,966,1464,2109,2920,3916,5116,6539,8204,10130,12336,14841,17664,20824,24340,28231,32516,37214,42344,47925,53976,60516,67564,75139,83260,91946,101216,111089,121584,132720,144516,156991,170164,184054,198680,214061,230216,247164,264924,28... |
programs/oeis/195/A195031.asm | karttu/loda | 1 | 124572 | <reponame>karttu/loda<filename>programs/oeis/195/A195031.asm<gh_stars>1-10
; A195031: Multiples of 5 and of 12 interleaved: a(2n-1) = 5n, a(2n) = 12n.
; 5,12,10,24,15,36,20,48,25,60,30,72,35,84,40,96,45,108,50,120,55,132,60,144,65,156,70,168,75,180,80,192,85,204,90,216,95,228,100,240,105,252,110,264,115,276,120,288,125... |
assembly/lab3/src/grade.asm | sabertazimi/hust-lab | 29 | 124573 | <filename>assembly/lab3/src/grade.asm<gh_stars>10-100
.386
STACK SEGMENT USE16 STACK
DB 200 DUP(0)
STACK ENDS
DATA SEGMENT USE16
;494967295
COUNT EQU 100000
NUM EQU 1000
BUF DB NUM-1 DUP('lancer', 4 DUP(0), 80, 90, 70 , ?)
LAST DB 'saber... |
libsrc/stdio_new/file/fputc.asm | andydansby/z88dk-mk2 | 1 | 124574 | ; wrapper for function pointers
XLIB fputc
LIB fputc_callee
XREF ASMDISP_FPUTC_CALLEE
.fputc
pop de
pop ix
pop hl
push hl
push hl
push de
jp fputc_callee + ASMDISP_FPUTC_CALLEE
|
programs/oeis/132/A132593.asm | neoneye/loda | 22 | 124576 | <reponame>neoneye/loda
; A132593: Nonnegative integer solutions X to the equation: X(X + 1) - 10*Y^2 = 0.
; 0,9,360,13689,519840,19740249,749609640,28465426089,1080936581760,41047124680809,1558709801289000,59189925324301209,2247658452522156960,85351831270517663289,3241121929827149048040,123077281502161146162249,4673695... |
libsrc/_DEVELOPMENT/stdio/z80/__stdio_varg.asm | jpoikela/z88dk | 640 | 124577 |
SECTION code_clib
SECTION code_stdio
PUBLIC __stdio_varg_2
EXTERN __stdio_nextarg_de
; __stdio_varg_n
;
; n = number of return addresses on stack
;********************************
IF __SDCC | __SDCC_IX | __SDCC_IY
;********************************
__stdio_varg_2:
; return pointer to the second argument of the... |
unordnung_auch_assembler/asm/attiny13/4x4display/lauflicht-fromMemory.asm | no-go/Blink_atmega328p | 0 | 124580 | <reponame>no-go/Blink_atmega328p
.include "myTiny13.h"
; 0 1 2 3 up
; 4 5 6 7
; 4 5 6 7 down
; 0 1 2 3
; Positions
; ---------------------
; .byte 11,10, 9, 8
; .byte 15,14,13,12
; .byte 23,22,21,20
; .byte 19,18,17,16
Main:
;initial values
; down up
; \/ ; Werte: 8-23
ldi A, 0b00011111 ; up- , do... |
libsrc/target/zx81/graphics_phrg/pointxy.asm | Frodevan/z88dk | 640 | 124581 | ;--------------------------------------------------------------
; ZX81 Pseudo - HRG library
; by <NAME>, Mar. 2020
;--------------------------------------------------------------
;
; Test pixel at (h,l)
;
;
; $Id: pointxy.asm $
;
MODULE __pseudohrg_pointxy
SECTION code_clib
PUBLIC pointxy
... |
programs/oeis/132/A132458.asm | karttu/loda | 1 | 124582 | ; A132458: Let df(n,k) = Product_{i=0..k-1} (n-i) be the descending factorial and let P(m,n) = df(n-1,m-1)^2*(2*n-m)/((m-1)!*m!). Sequence gives P(4,n).
; 0,0,0,1,24,200,1000,3675,10976,28224,64800,136125,266200,490776,861224,1449175,2352000,3699200,5659776,8450649,12346200,17689000,24901800,34500851,47110624,63480000,... |
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_islessgreater.asm | meesokim/z88dk | 0 | 124583 |
; int islessgreater(float x, float y)
SECTION code_fp_math48
PUBLIC cm48_sdccix_islessgreater
EXTERN am48_islessgreater, cm48_sdccixp_dread2
cm48_sdccix_islessgreater:
call cm48_sdccixp_dread2
; AC'= y
; AC = x
jp am48_islessgreater
|
programs/oeis/273/A273398.asm | neoneye/loda | 22 | 124584 | <reponame>neoneye/loda
; A273398: a(n) = Catalan(Fibonacci(n)).
; 1,1,1,2,5,42,1430,742900,24466267020,812944042149730764,1759414616608818870992479875972
seq $0,45 ; Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0) = 0 and F(1) = 1.
seq $0,108 ; Catalan numbers: C(n) = binomial(2n,n)/(n+1) = (2n)!/(n!(n+1)!).
|
libsrc/fcntl/dummy/writebyte.asm | meesokim/z88dk | 0 | 124585 | <gh_stars>0
; Dummy function to keep rest of libs happy
;
; $Id: writebyte.asm,v 1.3 2015/01/19 01:32:43 pauloscustodio Exp $
;
PUBLIC writebyte
.writebyte
ret
|
Driver/Printer/DotMatrix/Star9/star9Manager.asm | steakknife/pcgeos | 504 | 124587 | COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: star 9-pin printer driver
FILE: star9Manager.asm
AUTHOR: <NAME>
REVISION HISTORY:
Name Date Description
---- ---- -----------
Dave ... |
oeis/038/A038875.asm | neoneye/loda-programs | 11 | 124588 | ; A038875: Primes p with legendre(3,p) = -1.
; Submitted by <NAME>(w4)
; 2,5,7,17,19,29,31,41,43,53,67,79,89,101,103,113,127,137,139,149,151,163,173,197,199,211,223,233,257,269,271,281,283,293,307,317,331,353,367,379,389,401,439,449,461,463,487,499,509,521,523,547,557,569,571,593,607,617,619,631,641,643,653,677,691,701... |
3rdParties/src/nasm/nasm-2.15.02/test/br3392626.asm | blue3k/StormForge | 1 | 124589 | ; line 1
%rep 3 ; line 2
; line 3
db 26h ; line 4
%endrep ; line 5
; line 6
|
9:27/test.asm | stevenyu113228/NTUST_asm_homework | 0 | 124590 | ;File name hello.asm
.MODEL SMALL
.DATA
mes db 'HelloWorld$'
.STACK 100H
.code
MAIN PROC
mov ax,@DATA
mov ds,ax
mov dx,offset mes
mov ah,09h
int 21h
mov ax,4c00h
int 21h
MAIN ENDP
END MAIN
|
asm/fpow.asm | GabrielRavier/Generic-Assembly-Samples | 0 | 124591 | <filename>asm/fpow.asm
global @ASM_fpow@16
%define ASM_fpow @ASM_fpow@16
segment .data
align 16
decimalOne dd 1.0
segment .text align=16
%define exponent ecx
%define tempExponent edx
%define absExponent eax
%define loAbsExponent al
%define result st0
%define base 4
@ASM_fpow@16:
fld tw... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1533.asm | ljhsiun2/medusa | 9 | 124593 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1533.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r14
push %rbx
push %rcx
push %rdx
push %rsi
// Faulty Load
lea addresses_PSE+0x1a428, %r10
nop
nop
nop
xor $44582, %rbx
mov (... |
oeis/055/A055834.asm | neoneye/loda-programs | 11 | 124594 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A055834: T(2n,n), where T is the array in A055830.
; Submitted by <NAME>
; 1,1,4,18,85,413,2044,10248,51876,264550,1357070,6994780,36196706,187938842,978599560,5108177816,26721644973,140050505085,735254208670,3865837887450,20353393741065,107290306033845,566194674179160,... |
asm/protected/print32.asm | CtrlTab-Network/CtrlTabOS | 0 | 124595 | [bits 32]
; Define some constants
VIDEO_MEMORY equ 0xb8000
WHITE_ON_BLACK equ 0x07
; prints a null - terminated string pointed to by EDX
print32:
pusha ;kekko
mov edx, VIDEO_MEMORY ; Set edx to the start of vid mem.
print32_loop:
mov al, [ebx] ; Store th... |
diffusion_horizontal.asm | pstankiewicz/diffusion | 0 | 124596 | // Diffusion simulation
.pc = $801 "Basic"
:BasicUpstart(main)
.pc = $80d "Program"
// The colors of the C64
.const BLACK = 0
.const WHITE = 1
.const DARK_GREY = $b
.const CIRCLE = $51
.const SCREEN_SIZE = $3e8
.const COLUMNS = $28
.const HALF_COLUMNS = $14
.const SIZEOF_WORD = 2
.label BORDER_COLOR... |
asm/battle_menu.asm | unknownbrackets/tomatotrans | 14 | 124598 | <gh_stars>10-100
; Change the battle text length: Gimmick / Item / Run / Cool.
; Was at 0x08639BA8.
; We need a blank string afterward.
.org org(BattleMenuText) + 24
.fill 6
; Here we replace the length of 4 with 6.
.org 0x0804A636
mov r6,6
.org 0x0804A642
add r0,r5,r6
.org 0x0804A652
add r0,12
.org 0x0804A66A
add r0... |
diag.asm | WA6YDQ/nano80 | 2 | 124601 | <filename>diag.asm
; diag.asm test 8080 opcodes
; nothing special about this - just a brute force
; op code tester for the 8080.
; This test runs TESTCOUNT times, printing a dot (.) for each pass.
; Any fails will stop the test. At the end of a successful run,
; a success message will be displayed and the program wi... |
oeis/147/A147689.asm | neoneye/loda-programs | 11 | 124602 | ; A147689: a(n) = ((7 + sqrt(8))^n + (7 - sqrt(8))^n)/2.
; Submitted by <NAME>
; 1,7,57,511,4817,46487,453321,4440527,43581217,428075431,4206226137,41336073247,406249753841,3992717550647,39241805801577,385683861645551,3790660025173057,37256202024955207,366169767317277561,3598872459418722367,35371253971853733137,3476437... |
oeis/052/A052520.asm | neoneye/loda-programs | 11 | 124604 | <filename>oeis/052/A052520.asm<gh_stars>10-100
; A052520: Number of pairs of sequences of cardinality at least 2.
; 0,0,0,0,24,240,2160,20160,201600,2177280,25401600,319334400,4311014400,62270208000,958961203200,15692092416000,271996268544000,4979623993344000,96035605585920000,1946321606541312000,41359334139002880000,9... |
oeis/128/A128930.asm | neoneye/loda-programs | 11 | 124605 | <gh_stars>10-100
; A128930: Prime(n) * pi(n).
; Submitted by <NAME>
; 0,3,10,14,33,39,68,76,92,116,155,185,246,258,282,318,413,427,536,568,584,632,747,801,873,909,927,963,1090,1130,1397,1441,1507,1529,1639,1661,1884,1956,2004,2076,2327,2353,2674,2702,2758,2786,3165,3345,3405,3435,3495,3585,3856,4016,4112,4208,4304,4336... |
oeis/155/A155723.asm | neoneye/loda-programs | 11 | 124606 | ; A155723: Numbers k such that 2*k + 9 is not prime.
; Submitted by <NAME>
; 0,3,6,8,9,12,13,15,18,20,21,23,24,27,28,30,33,34,36,38,39,41,42,43,45,48,51,53,54,55,56,57,58,60,62,63,66,67,68,69,72,73,75,76,78,80,81,83,84,87,88,89,90,93,96,97,98,99,100,102,103,104,105,106,108,111,113,114,117,118,119,120,122,123,125,126,12... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapeout_open_fastcall.asm | jpoikela/z88dk | 640 | 124607 | ; unsigned char esx_m_tapeout_open(unsigned char *appendname)
SECTION code_esxdos
PUBLIC _esx_m_tapeout_open_fastcall
EXTERN asm_esx_m_tapeout_open
_esx_m_tapeout_open_fastcall:
push iy
call asm_esx_m_tapeout_open
pop iy
ret
|
programs/oeis/114/A114955.asm | karttu/loda | 0 | 124609 | <filename>programs/oeis/114/A114955.asm
; A114955: A 2/3-power Fibonacci sequence.
; 1,1,2,3,4,5,6,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8
mov $2,6
lpb $0,1
mov $3,$2
mov $2,$0
mov $0,4
sub $3,1
add $0,$3
... |
programs/oeis/235/A235885.asm | neoneye/loda | 22 | 124611 | <reponame>neoneye/loda
; A235885: Number of (n+1)X(n+1) 0..3 arrays with the minimum plus the upper median equal to the lower median plus the maximum in every 2X2 subblock
; 40,232,1096,4744,19720,80392,324616,1304584,5230600,20946952,83836936,335446024
seq $0,153894 ; a(n) = 5*2^n - 1.
bin $0,2
div $0,15
mul $0,96
ad... |
Testing/test_if.asm | DW0RKiN/M4_FORTH | 2 | 124612 | ; vvvvv
; ^^^^^
ORG 0x8000
; === b e g i n ===
ld (Stop+1), SP ; 4:20 init storing the original SP value when the "bye" word is used
ld L, 0x1A ; 2:7 init Upper screen
call 0x1605 ; 3:17 init Open channel
ld HL, 60000 ; 3:10 init Init Ret... |
audio/music/sinnohtrainerbattle.asm | AtmaBuster/pokeplat-gen2 | 6 | 124613 | <reponame>AtmaBuster/pokeplat-gen2
Music_SinnohTrainerBattle:
channel_count 3
channel 1, Music_SinnohTrainerBattle_Ch1
channel 2, Music_SinnohTrainerBattle_Ch2
channel 3, Music_SinnohTrainerBattle_Ch3
Music_SinnohTrainerBattle_Ch1_sub_0:
note C#, 2
note C_, 6
note C#, 4
note C_, 2
octave 3
note A#, 2
octave... |
smsq/sbas/cmpopx.asm | olifink/smsqe | 0 | 124614 | <gh_stars>0
; SBAS_CMPOPX - Convert Expression to Operations V2.00 1994 <NAME>
section sbas
xdef sb_cmpopx
xdef sb_cmpopx_int
xdef sb_cmpopx_ic
xref sb_cmpop_fn
xref sb_cmpopp
xref sb_ermess
xref qa_nint
include 'dev8_keys_sbasic'
include 'dev8_smsq_sbas_comp_keys'
include 'dev8_smsq_sbas_inter_k... |
Transynther/x86/_processed/US/_ht_zr_un_/i3-7100_9_0x84_notsx.log_205_2917.asm | ljhsiun2/medusa | 9 | 124615 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x12df4, %r15
add %rdi, %rdi
mov $0x6162636465666768, %r11
movq %r11, %xmm5
movups %xmm5, (%r15)
nop
xor %r11, %r11
lea addresses_WC_ht+0x1ceb4, %rax
clflush (%r... |
programs/oeis/090/A090386.asm | karttu/loda | 1 | 124616 | ; A090386: Fifth diagonal (m=4) of triangle A084938; a(n) = A084938(n+4,n) = (n^4 + 18*n^3 + 131*n^2 + 426*n)/24.
; 0,24,64,126,217,345,519,749,1046,1422,1890,2464,3159,3991,4977,6135,7484,9044,10836,12882,15205,17829,20779,24081,27762,31850,36374,41364,46851,52867,59445,66619,74424,82896,92072,101990,112689,124209,136... |
data/mapObjects/RockTunnelB1F.asm | AmateurPanda92/pokemon-rby-dx | 9 | 124617 | <filename>data/mapObjects/RockTunnelB1F.asm
RockTunnelB1F_Object:
db $3 ; border block
db 4 ; warps
warp 33, 25, 4, ROCK_TUNNEL_1F
warp 27, 3, 5, ROCK_TUNNEL_1F
warp 23, 11, 6, ROCK_TUNNEL_1F
warp 3, 3, 7, ROCK_TUNNEL_1F
db 0 ; signs
db 8 ; objects
object SPRITE_LASS, 11, 13, STAY, DOWN, 1, OPP_JR_TRAINER_F... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_2_1093.asm | ljhsiun2/medusa | 9 | 124618 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1a1fb, %rsi
nop
nop
xor %r12, %r12
movups (%rsi), %xmm5
vpextrq $0, %xmm5, %r15
nop
nop
nop
xor %r11, %r11
lea addresses_D_ht+0x1a227, %rsi
lea addresses_A_ht+0x19a3b, %rdi
nop
nop
an... |
programs/oeis/338/A338623.asm | jmorken/loda | 1 | 124621 | ; A338623: a(n) is the length of the longest block of consecutive terms appearing twice (possibly with overlap) among the n first terms of the Thue-Morse sequence (A010060).
; 0,0,1,1,2,2,2,2,3,4,4,4,4,4,4,4,5,6,7,8,8,8,8,8,8,8,8,8,8,8,8,8,9,10,11,12,13,14,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,... |
oeis/294/A294629.asm | neoneye/loda-programs | 11 | 124622 | <reponame>neoneye/loda-programs
; A294629: Partial sums of A294628.
; 4,16,28,56,68,120,132,192,228,296,308,440,452,536,612,736,748,920,932,1112,1204,1320,1332,1624,1676,1808,1916,2144,2156,2496,2508,2760,2884,3048,3156,3600,3612,3792,3932,4336,4348,4784,4796,5120,5388,5600,5612,6224,6292,6640,6812,7184,7196,7728,7868,... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_8_1660.asm | ljhsiun2/medusa | 9 | 124623 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xe390, %r12
add %rbp, %rbp
mov $0x6162636465666768, %r10
movq %r10, %xmm7
vmovups %ymm7, (%r12)
nop
nop
nop
nop
cmp %r14, %r14
lea addresses_WT_ht+0x4c10, %rdx
nop
... |
src/tests/generated-fn/052235-09-11-20.asm | mguarnieri/revizor | 29 | 124625 | .intel_syntax noprefix
.test_case_enter:
test_case_main:
.test_case_main.entry:
IMUL EDI, EDI, 2891336453
ADD EDI, 12345
MOV EAX, EDI
IMUL EDI, EDI, 2891336453
ADD EDI, 12345
MOV EBX, EDI
IMUL EDI, EDI, 2891336453
ADD EDI, 12345
MOV ECX, EDI
IMUL EDI, EDI, 2891336453
ADD EDI, 12345
MOV EDX, EDI
IMUL EDI, EDI, 289133645... |
Transynther/x86/_processed/NC/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_1678.asm | ljhsiun2/medusa | 9 | 124626 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xd88c, %rsi
lea addresses_normal_ht+0x178d4, %rdi
nop
nop
add $38225, %rbp
mov $45, %rcx
rep movsb
nop
nop
nop
add $19634, %rsi
lea addresses_A_ht+0xdd4c, %rdx
nop
nop
inc %r9
m... |
arm/branches.asm | michelhe/gba-suite | 0 | 124627 | <reponame>michelhe/gba-suite<filename>arm/branches.asm
branches:
; Tests for branch operations
t050:
; ARM 1: Branch with exchange
mov r12, 50
adr r0, t051 + 1
bx r0
code16
align 2
t051:
; THUMB 5: Branch with exchange
mov r0, 51
mov ... |
VirtualBox-5.0.0/src/VBox/VMM/VMMR0/CPUMR0A.asm | egraba/vbox_openbsd | 1 | 124629 | ; $Id: CPUMR0A.asm $
;; @file
; CPUM - Ring-0 Assembly Routines (supporting HM and IEM).
;
;
; Copyright (C) 2006-2015 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/or modify it... |
private/windows/media/avi/drawdib.16/stretch.asm | King0987654/windows2000 | 17 | 124630 | page ,132
;----------------------------Module-Header------------------------------;
; Module Name: STRETCH32.ASM
;
; StretchBLT for DIBs
;
; NOTES:
; - Does not handle mirroring in x or y.
; - Does not handle pixel translation
; - will not work "in place"
;
; - This is the 32 bit v... |
programs/oeis/138/A138426.asm | neoneye/loda | 22 | 124632 | <gh_stars>10-100
; A138426: a(n) = ((prime(n))^5-prime(n))/5.
; 6,48,624,3360,32208,74256,283968,495216,1287264,4102224,5725824,13868784,23171232,29401680,45868992,83639088,142984848,168919248,270025008,360845856,414614304,615411264,787808112,1116811872,1717468032,2102020080,2318548128,2805103440,3077247888,3684870336,... |
src/boot/part1/boot1.asm | zzc2422/X2OS | 0 | 124633 | .section .text
.globl _start
_start:
# 此处用la获得的地址都是相对PC的地址
la sp, kern_stack_end_n
la s2, boot2
la a2, boot1_start
la a3, kern_text_start
la a4, kern_rodata_start
la a5, kern_stack_start
la a6, kern_data_end_n
srli s0, a2, 22
xori s0, s0, 0x300
slli s0, s0, 22
# 此时s0为内核物理、虚拟地址转换的异或码。
mv a0, s0
jal boot1
... |
qxl/qxl.data.asm | olifink/smsqe | 0 | 124635 | <reponame>olifink/smsqe
; Initialised data definitions
; 2006.10.01 1.01 uses standard segmentation directives, kbd_lick added, BOOTLOADER data added,uninitialized data moved to qxl_bss.asm(BC)
_data SEGMENT DWORD PUBLIC 'DATA'
psp WORD 0 ; my program segment pr... |
fasm1/fasm1.asm | pbohun/fasm-tutorials | 11 | 124638 | <filename>fasm1/fasm1.asm
format ELF64 executable 3
segment readable executable
entry main
main:
lea rdi, [msg] ; address of msg goes into rdi
call strlen
mov rdx, rax ; move rax to rdx
mov rsi, rdi ; move rdi to rsi
mov rdi, 1 ; stdout
mov rax, 1 ; sys_write
syscall
xor rdi, rdi ; exit cod... |
texmap/tmapfade.asm | osgcc/descent-pc | 3 | 124639 | ;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
;IN USING, DISPLAYI... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_289_866.asm | ljhsiun2/medusa | 9 | 124640 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1a857, %rcx
nop
nop
sub $1320, %r14
movups (%rcx), %xmm7
vpextrq $1, %xmm7, %r10
dec %r9
lea addresses_WC_ht+0x1da57, %r13
nop
nop
xor %r11, %r11
mov $0x61626364656... |
src_68k/func/spritepool.asm | sheng007/freemlib-neogeo | 26 | 124641 | ; freemlib for Neo-Geo - Sprite Pool routines
;==============================================================================;
; Having to manage sprite indexes manually sucks. That's what the Sprite Pool
; was designed to avoid. It was originally created when developing FM Studio.
; The general idea:
; In order... |
external/source/shellcode/linux/ia32/single_reverse_udp_shell.asm | OsmanDere/metasploit-framework | 26,932 | 124642 | ;;
;
; Name: stager_sock_reverse_udp
; Qualities: Can Have Nulls
; Platforms: Linux
; Authors: skape <mmiller [at] hick.org>
; Version: $Revision: 1450 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to the same licenses and copyrights as
; ... |
oeis/051/A051581.asm | neoneye/loda-programs | 11 | 124643 | <reponame>neoneye/loda-programs<filename>oeis/051/A051581.asm
; A051581: a(n) = (2*n+7)!!/7!!, related to A001147 (odd double factorials).
; Submitted by <NAME>(s2)
; 1,9,99,1287,19305,328185,6235515,130945815,3011753745,75293843625,2032933777875,58955079558375,1827607466309625,60311046388217625,2110886623587616875,781... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_709.asm | ljhsiun2/medusa | 9 | 124644 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
// Load
lea addresses_WC+0x1ff0f, %rdi
nop
add %r15, %r15
mov (%rdi), %ecx
nop
nop
nop
nop
nop
and %r15, %r15
// Store
lea addresses_PSE+0x10a8b, %rbp
nop
no... |
data/pokemon/evolution_moves.asm | Ebernacher90/pokecrystal-allworld | 0 | 124646 | EvolutionMoves::
db NO_MOVE ; BULBASAUR
db NO_MOVE ; IVYSAUR
db PETAL_DANCE ; VENUSAUR
db NO_MOVE ; CHARMANDER
db NO_MOVE ; CHARMELEON
db WING_ATTACK ; CHARIZARD
db NO_MOVE ; SQUIRTLE
db NO_MOVE ; WARTORTLE
db NO_MOVE ; BLASTOSE
db NO_MOVE ; CATERPIE
db HARDEN ... |
slowcat.asm | FauxFaux/nanorc4 | 12 | 124647 | <gh_stars>10-100
org 100h
start:
mov ah, 08h ; character input without echo
int 21h ; exec
mov dl, al ; al: read character, dl: 02h's input
add dl,61h ; messin'
mov ah, 02h ; write character to stdout
int 21h ; exec
jmp start
int 20h ; exit
|
oeis/057/A057703.asm | neoneye/loda-programs | 11 | 124648 | <filename>oeis/057/A057703.asm
; A057703: a(n) = n*(94 + 5*n + 25*n^2 - 5*n^3 + n^4)/120.
; 0,1,3,7,15,31,62,119,218,381,637,1023,1585,2379,3472,4943,6884,9401,12615,16663,21699,27895,35442,44551,55454,68405,83681,101583,122437,146595,174436,206367,242824,284273,331211,384167,443703,510415,584934,667927,760098,862189,9... |
Chapter 05/AddNumber/AddNumber/AddNumber-FASTCALL.asm | bpbpublications/Implementing-Reverse-Engineering | 0 | 124649 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 16.00.30319.01
TITLE C:\JitenderN\REBook\AddNumber\AddNumber\AddNumber.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC ?addition@@YIHHH@Z ; addition
PUBLIC _main
; Function compile flags... |
tools/yasm/tests/nasm/vbeaf.asm | fasttr-org/ftr | 0 | 124652 | <reponame>fasttr-org/ftr
[extern _AllocMem]
[extern _AllocSelector]
[extern _FreeSelector]
[extern _GetPhysicalMapping]
[extern _FreePhysicalMapping]
[extern _LockArea]
_AllocMem_arglen equ 4
_AllocSelector_arglen equ 4
_FreeSelector_arglen equ 2
_GetPhysicalMapping_arglen equ 16... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.