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 |
|---|---|---|---|---|
projects/07/MemoryAccess/BasicTest/BasicTest.asm | skatsuta/nand2tetris | 1 | 204208 | <reponame>skatsuta/nand2tetris
// ../MemoryAccess/BasicTest/BasicTest.vm
@10
D=A
@SP
A=M
M=D
@SP
AM=M+1
@0
D=A
@LCL
AD=D+M
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
@21
D=A
@SP
A=M
M=D
@SP
AM=M+1
@22
D=A
@SP
A=M
M=D
@SP
AM=M+1
@2
D=A
@ARG
AD=D+M
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
@1
D=A
@ARG
AD=D+M
@R13
M=D
@SP
AM=M-1
D=M... |
src/uart_display.asm | no111u3/m48_robo_asm | 0 | 204209 | <filename>src/uart_display.asm
;****************************************************************
.include "m48def.inc"
.include "service.inc"
.include "display.inc"
;****************************************************************
; Data
;****************************************************************
.dseg
.org SRAM... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_5031_740.asm | ljhsiun2/medusa | 9 | 204210 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x13253, %rcx
nop
nop
nop
nop
nop
cmp %r11, %r11
mov $0x6162636465666768, %rax
movq %rax, %xmm0
movups %xmm0, (%rcx)
nop
nop
nop
mfence
lea addresses_WT_ht+0x159d7, %rsi
lea ad... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_1526.asm | ljhsiun2/medusa | 9 | 204211 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_1526.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x9978, %r14
nop
nop
nop
nop
and %rdx, %rdx
mov (%r14), %r13d
nop
nop
cmp $346... |
oeis/257/A257289.asm | neoneye/loda-programs | 11 | 204212 | <reponame>neoneye/loda-programs
; A257289: a(n) = 8*9^n - 7*8^n.
; Submitted by <NAME>
; 1,16,200,2248,23816,243016,2416520,23583688,226933256,2159839816,20378082440,190918934728,1778399954696,16486635929416,152228014061960,1400838452135368,12853836673840136,117654854901535816,1074656292809619080,9798007424852945608
m... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_1019.asm | ljhsiun2/medusa | 9 | 204213 | <filename>Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_1019.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1d7b5, %rdx
nop
nop
nop
dec %r15
mov $0x6162636465666768, %rsi
movq %rsi, %xmm7
vmovups %ymm7, ... |
oeis/240/A240223.asm | neoneye/loda-programs | 11 | 204214 | <gh_stars>10-100
; A240223: Rectangular companion array to M(n,k), given in A240222, showing the end numbers N(n, k), k >= 1, for the Collatz operation (udd)^(n-1) ud, n >= 1, read by antidiagonals.
; Submitted by <NAME>
; 2,5,2,8,11,2,11,20,29,2,14,29,56,83,2,17,38,83,164,245,2,20,47,110,245,488,731,2,23,56,137,326,73... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1221.asm | ljhsiun2/medusa | 9 | 204215 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1221.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xb0d8, %rdx
nop
nop
nop
nop
nop
lfence
movb ... |
build/default/production/lcd.asm | AlphaFelix/PBLE | 0 | 204216 | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.6.0 #9615 (MINGW64)
;--------------------------------------------------------
; PIC16 port for the Microchip 16-bit core micros
;--------------------------------------------------------
list ... |
src/strlist.asm | majioa/faststring | 1 | 204217 | <filename>src/strlist.asm
.386
.model flat
include constant.inc
SetMode proc near
;in
;eax: old mode
;ecx: new value of count
;edx: text length
;out
;eax: new mode
ret
SetMode endp
CheckBufferSize proc near
;eax: mode of text
;edx: buffer ptr
;out
;edx: new buffer ptr
ret
CheckB... |
programs/oeis/211/A211612.asm | neoneye/loda | 22 | 204218 | ; A211612: Number of ordered triples (w,x,y) with all terms in {-n,...-1,1,...,n} and w+x+y>=0.
; 0,4,35,117,274,530,909,1435,2132,3024,4135,5489,7110,9022,11249,13815,16744,20060,23787,27949,32570,37674,43285,49427,56124,63400,71279,79785,88942,98774,109305,120559,132560,145332,158899,173285,188514,204610,221597,23949... |
base/atari/players/mpt_player_reloc.asm | zbyti/Mad-Pascal | 7 | 204219 | <reponame>zbyti/Mad-Pascal
/*
Player MPT 2.4
coded by Fox
07,19,25,30/07/96
mads reloc by Tebe 06/03/2016
original version by Jaskier/Taquart
*/
zp equ $f0 ;12 bytes on page 0
freq equ zp ;(4)
slup equ zp+4 ;(4)
ad equ zp+8 ;(2)
aud equ zp+10 ;(1)
tp equ zp+11 ;(1)
msx equ $a000
lenp... |
programs/oeis/114/A114647.asm | neoneye/loda | 22 | 204220 | ; A114647: Expansion of (3 -4*x -3*x^2)/((1-x^2)*(1-2*x-x^2)); a Pellian-related sequence.
; 3,2,7,12,31,70,171,408,987,2378,5743,13860,33463,80782,195027,470832,1136691,2744210,6625111,15994428,38613967,93222358,225058683,543339720,1311738123,3166815962,7645370047,18457556052,44560482151,107578520350,259717522851,6270... |
oeis/261/A261895.asm | neoneye/loda-programs | 11 | 204221 | <reponame>neoneye/loda-programs<filename>oeis/261/A261895.asm
; A261895: Decimal expansion of the lower limit of A162795(i)/i^2.
; Submitted by <NAME>
; 2,2,5,6,5,2,9,1,4,2
mov $2,1
lpb $0
sub $0,1
mov $1,$2
sub $1,11
add $3,1
add $3,$4
add $3,$2
mul $2,$0
add $4,$2
add $4,$1
mov $2,$4
add $2,$3
... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_512.asm | ljhsiun2/medusa | 9 | 204222 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x7b52, %rsi
lea addresses_D_ht+0xcec, %rdi
nop
xor $29094, %rbp
mov $13, %rcx
rep movsw
nop
xor %rbx, %rbx
lea addresses_WC_ht+0x1a178, %r12
nop
cmp %r8, %r8
mov (%r12), %ecx
n... |
programs/oeis/077/A077588.asm | karttu/loda | 1 | 204223 | <reponame>karttu/loda<filename>programs/oeis/077/A077588.asm
; A077588: Maximum number of regions into which the plane is divided by n triangles.
; 1,2,8,20,38,62,92,128,170,218,272,332,398,470,548,632,722,818,920,1028,1142,1262,1388,1520,1658,1802,1952,2108,2270,2438,2612,2792,2978,3170,3368,3572,3782,3998,4220,4448,4... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0xca_notsx.log_21829_1759.asm | ljhsiun2/medusa | 9 | 204226 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xdb83, %rbx
nop
nop
and $34145, %r8
mov (%rbx), %r13w
nop
nop
nop
nop
lfence
lea addresses_A_ht+0xb1ac, %rsi
lea addresses_D_ht+0x883, %rdi
nop
nop
sub $43111, %r13
mov $9... |
libsrc/adt/stack/adt_StackPop.asm | andydansby/z88dk-mk2 | 1 | 204227 | ; void __FASTCALL__ *adt_StackPop(struct adt_Stack *s)
; 09.2005, 11.2006 aralbrec
XLIB adt_StackPop
XREF _u_free
; pop item off the top of stack and update stack ptr
;
; enter: HL = struct adt_Stack *
; exit : HL = item at top of stack or 0 if stack empty
; carry flag also set if stack not empty
.adt_St... |
Asmt7/Asmt7_1.asm | wstern1234/COMSC-260 | 0 | 204228 | ; Asmt7_1.asm - DifferentInputs returns EAX=1 if the values of its three input parameters are all different; otherwise, return with EAX=0
.386
.model flat, stdcall
.stack 4096
ExitProcess proto, dwExitCode:dword
AddThree proto num1:dword, num2:dword, num3:dword
.data
val1 DWORD 20h
val2 DWORD 33h
val... |
uti/cbuser.asm | olifink/smsqe | 0 | 204229 | ; Call routine with own bus error handler 1992 <NAME>
include dev8_keys_ev
include dev8_keys_err
include dev8_keys_68000
section utility
xdef ut_cbuser
;+++
; Call a user-supplied routine to access hardware addresses
; and ignore internal bus error handler to find out ... |
ltst3.asm | adrianna157/CS444-Lab5-Mutexes | 0 | 204230 |
_ltst3: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#endif // BENNY_MOOTEX
int
main(int argc, char **argv)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 push %edi
4: 56 push %esi
5: 53 ... |
fox32rom/panic.asm | ry755/fox32 | 6 | 204231 | <filename>fox32rom/panic.asm
; panic routines
; panic and hang
; inputs:
; r0: pointer to null-terminated string, or zero for none
; outputs:
; none, does not return
panic:
brk
cmp r0, 0
ifz mov r0, panic_string
call debug_print
panic_loop:
jmp panic_loop
halt
panic_string: data.str "Panic occ... |
oeis/010/A010509.asm | neoneye/loda-programs | 11 | 204232 | ; A010509: Decimal expansion of square root of 56.
; 7,4,8,3,3,1,4,7,7,3,5,4,7,8,8,2,7,7,1,1,6,7,4,9,7,4,6,4,6,3,3,0,9,8,6,0,3,5,1,2,0,3,9,6,1,5,5,5,7,4,5,3,8,9,2,6,0,7,4,9,0,9,3,4,6,4,0,0,7,0,3,1,2,6,1,3,8,7,8,0,5,5,9,5,3,6,1,9,7,9,0,3,8,8,7,5,9,1,4,3
mov $1,1
mov $2,1
mov $3,$0
add $3,8
mov $4,$0
add $4,3
mul $4,2
m... |
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_fabs_fastcall.asm | meesokim/z88dk | 0 | 204233 |
; float fabs(float x) __z88dk_fastcall
SECTION code_fp_math48
PUBLIC cm48_sdcciy_fabs_fastcall
EXTERN cm48_sdcciyp_dx2m48, am48_fabs, cm48_sdcciyp_m482d
cm48_sdcciy_fabs_fastcall:
call cm48_sdcciyp_dx2m48
call am48_fabs
jp cm48_sdcciyp_m482d
|
oeis/092/A092294.asm | neoneye/loda-programs | 11 | 204234 | <filename>oeis/092/A092294.asm
; A092294: Decimal expansion of 3 + sqrt(15).
; Submitted by <NAME>
; 6,8,7,2,9,8,3,3,4,6,2,0,7,4,1,6,8,8,5,1,7,9,2,6,5,3,9,9,7,8,2,3,9,9,6,1,0,8,3,2,9,2,1,7,0,5,2,9,1,5,9,0,8,2,6,5,8,7,5,7,3,7,6,6,1,1,3,4,8,3,0,9,1,9,3,6,9,7,9,0,3,3,5,1,9,2,8,7,3,7,6,8,5,8,6,7,3,5,1,7
mov $1,3
mov $2,1
... |
src/boot/gdt.asm | theobori/drunkOS | 0 | 204235 | <reponame>theobori/drunkOS
; Global Descriptor Table
; empty segment because GDT starts with that
GDT_start: ; don't remove the labels, they're needed to compute sizes and jumps
; the GDT starts with a null 8-byte
dd 0x0 ... |
ch07/32 bit/MultiShift.asm | William0Friend/my_masm | 0 | 204236 | <gh_stars>0
.; Multiple Doubleword Shift (MultiShf.asm)
; This program demonstrates a multibyte shift operation,
; using SHR and RCR instructions.
INCLUDE Irvine32.inc
.data
ArraySize = 3
array BYTE ArraySize DUP(99h) ; 1001 pattern in each nybble
.code
main PROC
call DisplayArray ; dis... |
programs/oeis/048/A048761.asm | neoneye/loda | 22 | 204239 | <reponame>neoneye/loda<filename>programs/oeis/048/A048761.asm
; A048761: Smallest square greater than or equal to n.
; 0,1,4,4,4,9,9,9,9,9,16,16,16,16,16,16,16,25,25,25,25,25,25,25,25,25,36,36,36,36,36,36,36,36,36,36,36,49,49,49,49,49,49,49,49,49,49,49,49,49,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,81,81,81,81,81,8... |
init.asm | thr0m3l/easy-xv6 | 0 | 204240 |
_init: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
char *argv[] = { "sh", 0 };
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc push -0x4(%ecx)
a: 55 push %ebp
... |
programs/oeis/267/A267461.asm | neoneye/loda | 22 | 204242 | <reponame>neoneye/loda<filename>programs/oeis/267/A267461.asm<gh_stars>10-100
; A267461: Total number of OFF (white) cells after n iterations of the "Rule 133" elementary cellular automaton starting with a single ON (black) cell.
; 0,2,6,12,18,26,34,44,54,66,78,92,106,122,138,156,174,194,214,236,258,282,306,332,358,386... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_1_361.asm | ljhsiun2/medusa | 9 | 204244 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_1_361.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x10642, %rcx
sub $33162, %r14
movw $0x6162, (%rcx)
nop
inc %rsi
lea ... |
unittests/ASM/H0F3A/66_41.asm | cobalt2727/FEX | 628 | 204246 | %ifdef CONFIG
{
"RegData": {
"XMM1": ["0x41278c496c911a6e", "0x41278c496c911a6e"],
"XMM2": ["0x41235ccc64afb361", "0x41235ccc64afb361"],
"XMM3": ["0x412bace273945dc5", "0x412bace273945dc5"],
"XMM4": ["0x412cf22ef582fd76", "0x412cf22ef582fd76"],
"XMM5": ["0x4121c80e40f3bc7b", "0x4121c80e40f3bc7b"],... |
oeis/033/A033493.asm | neoneye/loda-programs | 11 | 204247 | ; A033493: Sum of the numbers in the trajectory of n for the 3x+1 problem.
; Submitted by <NAME>
; 1,3,49,7,36,55,288,15,339,46,259,67,119,302,694,31,214,357,519,66,148,281,633,91,658,145,101440,330,442,724,101104,63,841,248,540,393,535,557,2344,106,101331,190,1338,325,497,679,100979,139,806,708,1130,197,399,101494,102... |
documents/assembler/asmtest.asm | paulscottrobson/6502-basic | 3 | 204248 | * = $6000
start:
bcc start
bcs start
beq start
bit #$89
bit $05
bit $0d0e
bit $34, x
bit $3c3c, x
bmi start
bne start
bpl start
bra start
brk
bvc start
bvs start
adc #$09
adc $05
adc $0d0e
adc $15, x
adc $1919, y
adc $1d1e, x
adc ($01,x)
adc ($11)... |
programs/oeis/011/A011945.asm | neoneye/loda | 22 | 204249 | ; A011945: Areas of almost-equilateral Heronian triangles (integral side lengths m-1, m, m+1 and integral area).
; 0,6,84,1170,16296,226974,3161340,44031786,613283664,8541939510,118973869476,1657092233154,23080317394680,321467351292366,4477462600698444,62363009058485850,868604664218103456,12098102289994962534,168504827... |
src/matrix/mat_diagonal/src/mat_diagonal.asm | nikAizuddin/lib80386 | 4 | 204250 | ; 1 2 3 4 5 6 7
;234567890123456789012345678901234567890123456789012345678901234567890
;=====================================================================
;
; FUNCTION NAME: mat_diagonal
; DOCUMENTATIONS: <See doc/description file>
;
; AUTHO... |
M242/MOPS/Aufgabe4.asm | timosarkar/sysrepo | 2 | 204251 | ld 100
st $64
in $65 :comparison
ld $65
cmp $64
jeq end
st $64
jgt comparison
jlt comparison
end :end
|
PRG/levels/Sky/Unused14.asm | narfman0/smb3_pp1 | 0 | 204252 | <gh_stars>0
; Original address was $ADAB
; "Unused Level 14"
.word $0000 ; Alternate level layout
.word $0000 ; Alternate object layout
.byte LEVEL1_SIZE_05 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_01 | LEVEL3_VSCROLL_FREE | LEVEL3_PIPENOTEXIT
.byte LEVE... |
programs/oeis/204/A204022.asm | neoneye/loda | 22 | 204253 | <filename>programs/oeis/204/A204022.asm
; A204022: Symmetric matrix based on f(i,j) = max(2i-1, 2j-1), by antidiagonals.
; 1,3,3,5,3,5,7,5,5,7,9,7,5,7,9,11,9,7,7,9,11,13,11,9,7,9,11,13,15,13,11,9,9,11,13,15,17,15,13,11,9,11,13,15,17,19,17,15,13,11,11,13,15,17,19,21,19,17,15,13,11,13,15,17,19,21,23,21,19,17,15,13,13,15,... |
Lab7.asm | CZhang1997/x86-Assembly | 0 | 204254 | .386
.model flat
.code
ShowSquare = 0
ShowMultiply = 1
ShowDivide = 2
ShowRemainder = 3
ShowDivideFailure = 4
Failure = 0
Success = 1
public _Divide
public _Multiply
public _Square
extrn _PrintResult: proc
_Square proc
mov ebx, [esp + 4]
imul ebx, ebx
push ebx
push ShowMultiply... |
oeis/200/A200563.asm | neoneye/loda-programs | 11 | 204255 | <reponame>neoneye/loda-programs
; A200563: Expansion of -2*x*(1+4*x) / ((2*x-1)*(4*x^2+3*x+1)).
; Submitted by <NAME>(s3)
; 2,6,-2,30,14,30,238,-66,782,990,46,8190,-178,16926,48238,-15810,247694,106590,262318,1932414,-555058,6518430,7830766,765630,67043342,-2865954,143077678,387537150,-124309426,2044005150,807673198,22... |
sw/552tests/inst_tests/andn_2.asm | JPShen-UWM/ThreadKraken | 1 | 204256 | <gh_stars>1-10
// Original test: ./hartung/hw4/problem6/andn_2.asm
// Author: hartung
// Test source code follows
//ANDN should produce zero much like XOR
.Start:
lbi r1, 0x0f //expected r1=0x000f
andn r2, r1, r1 //expected r2=0x0000
halt
|
asm/loops/orWhileLoop.asm | IronHeart7334/AssemblyPrograms | 0 | 204258 | <reponame>IronHeart7334/AssemblyPrograms
; general comments
; sum references a named memory doubleword
; count is in ECX
;
; sum := 0
; count := 100
; while ((sum < 1000) or (count >= 0))
; add count to sum
; subtract 1 from count
; end while
; preprocessor directives
.586
.MODEL FLAT
... |
lib/all.asm | stoneface86/tbengine | 6 | 204261 | <reponame>stoneface86/tbengine
; include everything here for the library
INCLUDE "lib/macros.asm"
INCLUDE "lib/engine.asm"
INCLUDE "lib/commands.asm"
;INCLUDE "lib/frequency.asm"
INCLUDE "lib/registers.asm"
INCLUDE "lib/tables.asm"
INCLUDE "lib/utils.asm"
tbe_end:
INCLUDE "lib/wram.asm"
PRINTT "ROM usage: "
PRINTI ... |
programs/oeis/108/A108579.asm | neoneye/loda | 22 | 204262 | <filename>programs/oeis/108/A108579.asm
; A108579: Number of symmetry classes of 3 X 3 magic squares (with distinct positive entries) having magic sum 3n.
; 0,0,0,0,1,3,4,7,10,13,17,22,26,32,38,44,51,59,66,75,84,93,103,114,124,136,148,160,173,187,200,215,230,245,261,278,294,312,330,348,367,387,406,427,448,469,491,514,5... |
libSprite.asm | lvcabral/spaceshooter | 5 | 204263 | ;===============================================================================
; libMultiplex.asm - Sprite Multiplex & Sort
;
; Original sprite multiplex & sort routine:
; Copyright (C) 1998-2018 <NAME> - <https://cadaver.github.io>
; Animation Routines:
; Copyright (C) 2017,2018 RetroGameDev - <https://www.retr... |
arcade-romhacking-framework/src/include/common/draw.c.asm | zengfr/arcade-romhacking-framework | 2 | 204264 | .file "draw.c"
| GNU C (GCC) version 4.8.0 (m68k-elf)
| compiled by GNU C version 4.7.2, GMP version 4.2.4, MPFR version 2.4.1, MPC version 0.8
| GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
| options passed: -imultilib m68000
| -iprefix d:\sysgcc\m68k-elf\bin\../lib/gcc/m68k-elf/4.8.0/
... |
mc-sema/validator/x86/tests/CMPXCHG32rm2.asm | randolphwong/mcsema | 2 | 204265 | <gh_stars>1-10
BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; CMPXCHG32rm
;TEST_BEGIN_RECORDING
lea edi, [esp-0x10]
mov DWORD [edi], 0xbadf00d
mov ecx, 0
mov eax, 0xabcd4321
cmpxchg [edi], ecx
mov edx, [edi]
mov edi, 0x0
;TEST_END_RECORDI... |
Bootloader877A.asm | electgpl/BoARd | 0 | 204268 | ; Copyright (c) 2002-2009, Microchip Technology Inc.
;
; Microchip licenses this software to you solely for use with Microchip
; products. The software is owned by Microchip and its licensors, and
; is protected under applicable copyright laws. All rights reserved.
;
; SOFTWARE IS PROVIDED "AS IS." MICROCHIP ... |
src/third_party/nasm/travis/test/absolute.asm | Mr-Sheep/naiveproxy | 2,219 | 204269 | org 7c00h
init_foo:
jmp init_bar
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
init_bar:
mov [b1],dl
mov [b2],edx
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
ret
absolute init_bar+7
b1: resb 1
b2: resd 6
|
tests/expr_asm_value/6.asm | NullMember/customasm | 414 | 204272 | <filename>tests/expr_asm_value/6.asm
; captured local variable
#ruledef
{
emit {x: i8} => x
test {x} =>
{
y = 0x10
asm { emit x + y }
}
}
test 2 ; = 0x12 |
oeis/207/A207480.asm | neoneye/loda-programs | 11 | 204273 | <filename>oeis/207/A207480.asm
; A207480: a(n) = (3/2)*(1+prime(n)) - prime(n+1).
; Submitted by <NAME>(m4)
; 1,2,1,5,4,8,7,7,14,11,16,20,19,19,22,29,26,31,35,32,37,37,38,46,50,49,53,52,44,61,61,68,61,74,71,74,79,79,82,89,82,95,94,98,89,95,109,113,112,112,119,112,121,124,127,134,131,136,140,133,134,151,155,154,146,161,... |
cgi-bin/nph.asm | Konamiman/NestorWeb | 4 | 204274 | ;Example of NestorWeb CGI script that returns a NPH (Non-Parsed Headers) response.
;Anything past the first line will be sent verbatim to the client,
;bypassing any additional processing.
;This means that the script must provide the status code+message
;and all headers, including Content-Length.
CR: equ 13
LF: ... |
oeis/206/A206180.asm | neoneye/loda-programs | 11 | 204275 | <gh_stars>10-100
; A206180: a(n) = Sum_{k=0..n} binomial(n,k)^3 * 3^k.
; Submitted by <NAME>
; 1,4,34,352,3946,46744,573616,7217536,92527738,1203467464,15834369244,210304283776,2815055712496,37930536447808,513972867056704,6998587355233792,95704396144575898,1313665229153722408,18091969874675059204,249908773119244105792,... |
Src/Ant32/Tests/ant32/comp/gts.asm | geoffthorpe/ant-architecture | 0 | 204276 | #@ tests gts
lc r3, 2
lc r4, 1
lc r5, -2
gts r7, r3, r2 #should store 1 into r7
gts r8, r2, r3 #puts 0 into r8
gts r9, r5, r4 #should put 0 into r9
gts r10, r4, r5 #should load 1 into r10
stop
|
oeis/187/A187107.asm | neoneye/loda-programs | 11 | 204277 | <reponame>neoneye/loda-programs
; A187107: Number of nontrivial compositions of differential operations and directional derivative of the n-th order on the space R^9.
; Submitted by <NAME>
; 8,8,9,10,12,15,20,28,41,62,96,151,240,384,617,994,1604,2591,4188,6772,10953,17718,28664,46375,75032,121400,196425,317818,514236,8... |
AMOS/Libs/Libs_Source/openxui/openxui/ox/source/oxclass_newlist.asm | fatman2021/AMOSProfessional | 2 | 204278 |
include exec/funcdef.i
include exec/types.i
include "exec/lists.i"
include "exec/nodes.i"
include exec/exec_lib.i
include ox.i
include ox_lib.i
include easy.i
include graphics/regions.i
include graphics/graphics_lib.i
include intuition/intuition_lib.i
include devices/inputevent.i
... |
smsq/recent/jobs.asm | olifink/smsqe | 0 | 204279 | <reponame>olifink/smsqe<filename>smsq/recent/jobs.asm
; Find / possibly create the common heap space to hold llst for a job
; V1.00 (c) <NAME> 2015
section jobs
include dev8_keys_recent_thing
include dev8_keys_sys
include dev8_keys_qlv
include dev8_keys_qdos_sms
xdef findheap
xdef findhsh
xref hash
xref h... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_94.asm | ljhsiun2/medusa | 9 | 204280 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1445b, %rcx
nop
add $27991, %r10
movl $0x61626364, (%rcx)
nop
nop
nop
cmp $39749, %r12
lea addresses_WC_ht+0xe2db, %rbp
nop
nop
xor $25816,... |
assignment6/wget/poly.asm | audrummer15/slae-exam | 1 | 204281 | <reponame>audrummer15/slae-exam
; http://shell-storm.org/shellcode/files/shellcode-611.php
; original: 42
; poly: 53
global _start
section .text
_start:
inc esp
inc ebp
cdq
dec esp
dec ebp
push edx
push 0x61616161
inc edx
mov ecx,esp
dec edx
push edx
push 0x74
push ... |
programs/oeis/268/A268581.asm | neoneye/loda | 22 | 204282 | <reponame>neoneye/loda
; A268581: a(n) = 2*n^2 + 8*n + 5.
; 5,15,29,47,69,95,125,159,197,239,285,335,389,447,509,575,645,719,797,879,965,1055,1149,1247,1349,1455,1565,1679,1797,1919,2045,2175,2309,2447,2589,2735,2885,3039,3197,3359,3525,3695,3869,4047,4229,4415,4605
add $0,2
pow $0,2
mul $0,2
sub $0,3
|
programs/oeis/028/A028794.asm | neoneye/loda | 22 | 204283 | <filename>programs/oeis/028/A028794.asm
; A028794: Nonsquares mod 81.
; 2,3,5,6,8,11,12,14,15,17,18,20,21,23,24,26,27,29,30,32,33,35,38,39,41,42,44,45,47,48,50,51,53,54,56,57,59,60,62,65,66,68,69,71,72,74,75,77,78,80
mov $2,$0
add $2,1
mov $6,$0
lpb $2
mov $0,$6
sub $2,1
sub $0,$2
sub $0,243
mod $0,17
mov ... |
Lower_to_upper.asm | arfat01850/Assembly_Program | 1 | 204284 | .MODEL SMALL
.STACK 100H
.CODE
MAIN PROC
MOV AH,1 ;INPUT
INT 21H
MOV BL,AL
ADD BL,32 ; UPPER TO LOWER
MOV AH,2
MOV DL,BL
IND 21H
MOV AH,4CH
INT 21H
MAIN ENDP
END MAIN |
programs/oeis/121/A121204.asm | jmorken/loda | 1 | 204285 | <reponame>jmorken/loda
; A121204: -2n+7^n-5^n.
; 0,0,20,212,1768,13672,102012,745404,5374160,38400464,272709604,1928498596,13597146552,95668307256,672119557196,4717043931788,33080342678944,231867574534048,1624598900644788,11379821699044980
sub $1,$0
mov $2,$0
cal $2,81200 ; 6th binomial transform of (0,1,0,1,0,1,....)... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1174.asm | ljhsiun2/medusa | 9 | 204286 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r9
push %rax
push %rbp
push %rdi
lea addresses_normal_ht+0x1bf71, %r15
nop
sub $39831, %r12
mov (%r15), %r14w
add $34856, %r14
lea addresses_D_ht+0x4fe5, %rdi
nop
and %rbp, %rbp
movb $0x61, (%rdi)
nop
nop
xor %r9, %r9
lea addresses_A_ht+0x... |
Firmware/obj/hm_trp/radio~hm_trp/parameters.asm | mgrunsfeld/SiK | 0 | 204287 | <reponame>mgrunsfeld/SiK<filename>Firmware/obj/hm_trp/radio~hm_trp/parameters.asm
;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.5.0 #9253 (Mar 24 2016) (Linux)
; This file was generated Mon Jul 23 11:34:45 2018
;--------------------------... |
iod/con2/ql/defs.asm | olifink/smsqe | 0 | 204288 | <reponame>olifink/smsqe<gh_stars>0
; QL Display Mode Definitions V2.01 2000 <NAME>
section driver
xdef pt.palql
xdef pt.pal256
xdef pt.spxlw
xdef pt.rpxlw
xdef pt.samsk
pt.palql equ 0 ; size of QL palette
pt.pal256 equ 0 ; size of 256 colour palette
pt.spxlw equ 4 ; shift pixels to long word
pt.rp... |
Transynther/x86/_processed/NC/_ht_st_zr_un_4k_/i7-7700_9_0xca.log_21829_146.asm | ljhsiun2/medusa | 9 | 204289 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x19a65, %r9
nop
nop
nop
nop
nop
sub %r13, %r13
mov (%r9), %ebx
nop
nop
nop
and %r10, %r10
lea addresses_UC_ht+0x647a, %rsi
lea addresses_WT_ht+0x1989a, %rdi
nop
cmp $1620, %ra... |
apps/Source/CPUDet.asm | sjmeunier/cros | 0 | 204290 | ;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -( SYSTEM )
; Detect CPU
;
; inputs: none
; output: AX = 0 if 8086/8088
; AX = 1 if 80186/80188
; AX = 2 if 80286
; AX = 3 if 386 (SX or DX)
; AX = 4 if 486 (SX or DX)
.MODEL TINY
.STACK
.CODE
X... |
2011SessionH.asm | NFrisiani/Microcontroller-Engineering-I | 1 | 204293 | processor 18F8722
config OSC=HS, WDT=OFF, LVP=OFF
radix decimal
;Setting labels for toggle switches
PORTH equ 0xF87
TRISH equ 0xF99
;Setting labels for transistor Q3
TRISA equ 0xF92
LATA equ 0xF89
;Setting labels for LEDs
TRISF equ 0xF97
LATF equ 0xF8E
;Setting labels for digital IO
ADCON1 equ 0xFC1
;Settin... |
original version (1984)/asm/map17-exec.asm | fa8ntomas/bclk-samples | 0 | 204294 | <reponame>fa8ntomas/bclk-samples
; Map 17 exec
Map17Exec: dec MapVar4
beq L3676
bpl L3665
lda #$01
sta MapVar4
L3665: lda BUFCNT
sta BUFSTR+1
inc BUFCNT
cmp #$1B
bcc L3673
lda #$0B
sta BUFCN... |
programs/oeis/298/A298867.asm | neoneye/loda | 22 | 204295 | ; A298867: Positions of numbers 4*p when all primes p and products 4*p are arranged in increasing order.
; 5,7,11,13,19,21,26,29,33,40,41,46,51,53,57,63,68,71,75,81,82,87,90,95,101,105,107,110,113,117,127,131,134,135,143,146,151,156,160,165,168,170,178,180,183,184,193,202,204,206,209,214,215,222,227,233,237,238,244,248... |
lib/libp61/p61.asm | kgalikgh/demoscene | 80 | 204296 | <filename>lib/libp61/p61.asm
; vim: ft=asm68k:ts=8:sw=8:
usecode = -1 ;CHANGE! to the USE hexcode from P61con for a big
;CPU-time gain! (See module usecodes at end of source)
;Multiple songs, single playroutine? Just "OR" the
;usecodes together!
;...STOP! Have you changed it yet!? ;)
;You will LOSE RASTER... |
programs/oeis/015/A015454.asm | karttu/loda | 0 | 204297 | <reponame>karttu/loda
; A015454: Generalized Fibonacci numbers.
; 1,1,9,73,593,4817,39129,317849,2581921,20973217,170367657,1383914473,11241683441,91317382001,741780739449,6025563297593,48946287120193,397595860259137,3229713169193289,26235301213805449
mov $2,$0
mov $3,$0
mov $5,$0
lpb $5,1
mov $0,$3
sub $0,$2
mo... |
P6/P6Judger - 100 testpoints/testpoint/testpoint40.asm | flyinglandlord/BUAA-CO-2021 | 5 | 204298 | <reponame>flyinglandlord/BUAA-CO-2021
ori $1, $0, 7
ori $2, $0, 10
ori $3, $0, 12
ori $4, $0, 14
sw $1, 0($0)
sw $2, 4($0)
sw $2, 8($0)
sw $2, 12($0)
sw $4, 16($0)
sw $3, 20($0)
sw $3, 24($0)
sw $1, 28($0)
sw $3, 32($0)
sw $4, 36($0)
sw $1, 40($0)
sw $2, 44($0)
sw $3, 48($0)
sw $3, 52($0)
sw $3, 56($0)
sw $2, 60($0)
sw... |
firmware/testmem.asm | HomebrewSiliconClub/hs32core-rtl | 5 | 204300 | db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh
db FFh, FFh, FFh, FFh... |
library/02_functions_batch1/unknown_10003540.asm | SamantazFox/dds140-reverse-engineering | 1 | 204301 | <filename>library/02_functions_batch1/unknown_10003540.asm
10003540: 83 ec 24 sub esp,0x24
10003543: a1 10 00 01 10 mov eax,ds:0x10010010
10003548: 33 c4 xor eax,esp
1000354a: 89 44 24 20 mov DWORD PTR [esp+0x20],eax
1000354e: 57 push edi
10... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1737.asm | ljhsiun2/medusa | 9 | 204302 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x9a8d, %r11
clflush (%r11)
nop
nop
nop
nop
sub $7333, %r14
mov (%r11), %r13
and %r10, %r10
lea addresses_D_ht+0x500d, %rsi
lea addresses_normal_ht+0x10edd, %rdi
nop
nop
sub $25... |
src/tileSheet_screen_7x8.asm | dma-homebrew/dhgr | 4 | 204303 | ;-----------------------------------------------------------------------------
; <NAME> - 2021
;-----------------------------------------------------------------------------
; Example 7x8 DHGR Tile Sheet
;-----------------------------------------------------------------------------
.align 256
tileSheet_7x8:
; 0
... |
oeis/088/A088041.asm | neoneye/loda-programs | 11 | 204304 | <reponame>neoneye/loda-programs
; A088041: Smallest k such that k^4 - 1 is divisible by an n-th power, k > 1.
; Submitted by <NAME>(s2)
; 2,3,3,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215,33554431,67108863,134217727,268435455,536870911,107... |
programs/oeis/166/A166711.asm | neoneye/loda | 22 | 204305 | <filename>programs/oeis/166/A166711.asm
; A166711: Permutation of the integers: two positives, one negative.
; 0,1,2,-1,3,4,-2,5,6,-3,7,8,-4,9,10,-5,11,12,-6,13,14,-7,15,16,-8,17,18,-9,19,20,-10,21,22,-11,23,24,-12,25,26,-13,27,28,-14,29,30,-15,31,32,-16,33,34,-17,35,36,-18,37,38,-19,39,40,-20,41,42,-21,43,44,-22,45,46... |
sound/sfxasm/3D.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 204306 | 3D_Header:
sHeaderInit ; Z80 offset is $C249
sHeaderPatch 3D_Patches
sHeaderTick $01
sHeaderCh $02
sHeaderSFX $80, $05, 3D_FM5, $00, $00
sHeaderSFX $80, $C0, 3D_PSG3, $0C, $02
3D_FM5:
ssModZ80 $03, $01, $72, $0B
sPatFM $00
dc.b nA4, $16
sStop
3D_PSG3:
sVolEnvPSG v0E
sNoisePSG $E7
dc.b nB3, $1B
sSt... |
packages/external/libmpg123-1.22.x/src/asm_nasm/synth_mmx.asm | sezero/SDL2-OS2 | 2 | 204307 | ; 1 "synth_mmx.S"
; 1 "<built-in>"
; 1 "<command line>"
; 1 "synth_mmx.S"
; 23 "synth_mmx.S"
; 1 "mangle.h" 1
; 13 "mangle.h"
; 1 "config.h" 1
; 14 "mangle.h" 2
; 1 "intsym.h" 1
; 15 "mangle.h" 2
; 24 "synth_mmx.S" 2
%include "asm_nasm.inc"
_sym_mangle dct64_MMX
_sym_mangle synth_1to1_MMX
EXTERN dct64_MMX
SECTION .... |
oeis/048/A048582.asm | neoneye/loda-programs | 11 | 204308 | ; A048582: Pisot sequence L(4,9).
; Submitted by <NAME>
; 4,9,21,49,115,270,634,1489,3498,8218,19307,45359,106565,250361,588192,1381884,3246565,7627402,17919636,42099965,98908653,232373629,545933059,1282602102,3013314774,7079409829,16632196530,39075285666,91802543767,215678705823,506710405145,1190453335217,279682266032... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1374.asm | ljhsiun2/medusa | 9 | 204311 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xdd23, %rcx
nop
nop
nop
xor %rdi, %rdi
movb (%rcx), %r11b
nop
nop
nop
nop
inc %r12
lea addresses_normal_ht+0x2567, %rdi
clflush (%rdi)
nop
xor $20789, %rbp
movl $0x61626364, (%... |
libmikeos/src.os/os_print_1hex.asm | mynameispyo/InpyoOS | 0 | 204312 |
; @@@ void mikeos_print_1hex(unsigned char value);
%include "os_vector.inc"
section .text
use16
global _mikeos_print_1hex
_mikeos_print_1hex:
mov bx, sp
mov al, [ss:bx + 2]
mov bx, os_print_1hex
call bx
ret
|
sbsext/ext/view.asm | olifink/smsqe | 0 | 204313 | * View a file V0.7 1985 <NAME> QJUMP
*
* VIEW [#n],name view a file
*
section exten
*
xdef view
*
xref ut_winset set up window
xref ut_winchk check if in window
xref ut_fopin open input file
xref ut_fceof ... |
PRG/levels/Plains/5-1Bonus.asm | narfman0/smb3_pp1 | 0 | 204314 | <gh_stars>0
; Original address was $B64D
; 5-1's bonus area
.word W501L ; Alternate level layout
.word W501O ; Alternate object layout
.byte LEVEL1_SIZE_07 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_01 | LEVEL3_VSCROLL_FREE | LEVEL3_PIPE... |
Hamming code/hamming.asm | iliesgabi/MyProjects | 0 | 204315 | .386
.model flat, stdcall
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;includem biblioteci, si declaram ce functii vrem sa importam
includelib msvcrt.lib
extern exit: proc
extern fscanf: proc
extern scanf: proc
extern fopen: proc
extern printf: proc
extern strlen: proc
extern fgets: pr... |
bin/JWASM/Samples/Mixed116.asm | Abd-Beltaji/ASMEMU | 3 | 204317 |
;--- This is the 16bit version of a mixed-language sample.
;--- the main program is written in C (see Mixed1c.c), and assembly
;--- supplies just 2 function - AsmFunc1 and AsmFunc2 - to be called.
;--- assemble: JWasm Mixed116.asm
.286
.model small
.data?
tmpvar REAL8 ?
.code
;--- AsmFunc1 return... |
Engines/Win32/Flying.asm | Mingzhi5/MalwareRepository | 0 | 204318 | <reponame>Mingzhi5/MalwareRepository<filename>Engines/Win32/Flying.asm
MORPHGEN struct
rgen_addr dd ?
tgen_addr dd ?
cryptcode_addr dd ?
size_cryptcode dd ?
pa_buf_for_morph dd ?
va_buf_for_morph dd ?
buf_with_morph dd... |
programs/oeis/312/A312927.asm | neoneye/loda | 22 | 204319 | <reponame>neoneye/loda
; A312927: Coordination sequence Gal.6.149.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,4,9,13,18,22,26,30,35,39,44,48,52,57,61,66,70,74,78,83,87,92,96,100,105,109,114,118,122,126,131,135,140,144,148,153... |
Transynther/x86/_processed/NC/_ht_st_zr_un_/i9-9900K_12_0xca_notsx.log_21829_1061.asm | ljhsiun2/medusa | 9 | 204320 | .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_UC_ht+0x565f, %rsi
lea addresses_D_ht+0x95ef, %rdi
clflush (%rdi)
cmp $13323, %r9
mov $7, %rcx
rep movsl
add %rdx, %rdx
lea addresses_A_ht+0x14623, %rbp
nop
nop
add $46805, %r9
movl ... |
Generators/random.asm | FloydZ/Crypto-Hash | 11 | 204321 | .686p
.mmx
random PROTO ptrOut:DWORD, lenByte:DWORD
.data?
hexTable db 4*20 dup (?)
randHash db 20 dup (?)
_randCount dd ?
random_data_len equ $ - offset hexTable
rc4keytable db 256 dup (?)
_temp_buffer db 128 dup(?)
_hash_0 dd ?
_hash_1 dd ?
_hash_2 dd ?
_hash_3 dd ?
_hash_4 dd ?
old_esp dd ?
_size dd ?... |
Driver/Video/Dumb/DumbCom/dumbcomChars.asm | steakknife/pcgeos | 504 | 204323 | <filename>Driver/Video/Dumb/DumbCom/dumbcomChars.asm
COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Dumb Raster Video Drivers
FILE: dumbcomChars.asm
ROUTINES:
Name Description
---- -------... |
programs/oeis/171/A171272.asm | karttu/loda | 1 | 204325 | <reponame>karttu/loda
; A171272: a(n) = 1 + 4*n*(1 + 2*n^2)/3.
; 1,5,25,77,177,341,585,925,1377,1957,2681,3565,4625,5877,7337,9021,10945,13125,15577,18317,21361,24725,28425,32477,36897,41701,46905,52525,58577,65077,72041,79485,87425,95877,104857,114381,124465,135125,146377,158237,170721,183845,197625,212077,227217,2430... |
kernel.asm | monamansouri/os2-1 | 0 | 204326 | <gh_stars>0
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <... |
oeis/167/A167295.asm | neoneye/loda-programs | 11 | 204327 | <reponame>neoneye/loda-programs<filename>oeis/167/A167295.asm
; A167295: Totally multiplicative sequence with a(p) = 3*(p-2) for prime p.
; Submitted by <NAME>
; 1,0,3,0,9,0,15,0,9,0,27,0,33,0,27,0,45,0,51,0,45,0,63,0,81,0,27,0,81,0,87,0,81,0,135,0,105,0,99,0,117,0,123,0,81,0,135,0,225,0,135,0,153,0,243,0,153,0,171,0,1... |
oeis/102/A102520.asm | neoneye/loda-programs | 11 | 204328 | <filename>oeis/102/A102520.asm<gh_stars>10-100
; A102520: Decimal expansion of 1-(9*sqrt(3))/(8*Pi).
; Submitted by <NAME>(w4)
; 3,7,9,7,5,4,9,9,2,6,5,0,4,8,3,9,4,4,2,9,9,7,5,7,6,8,9,3,9,7,9,0,9,3,7,8,4,2,7,9,4,0,2,0,9,5,8,7,5,2,9,2,6,5,6,0,0,7,1,3,2,2,7,1,7,2,5,9,0,9,0,8,5,9,7,0,7,1,4,8,0,8,0,4,5,7,2,4,6,7,5,7,3,9,3,2... |
oeis/214/A214826.asm | neoneye/loda-programs | 0 | 204329 | <reponame>neoneye/loda-programs
; A214826: a(n) = a(n-1) + a(n-2) + a(n-3), with a(0) = 1, a(1) = a(2) = 4.
; Submitted by <NAME>
; 1,4,4,9,17,30,56,103,189,348,640,1177,2165,3982,7324,13471,24777,45572,83820,154169,283561,521550,959280,1764391,3245221,5968892,10978504,20192617,37140013,68311134,125643764,231094911,425... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.