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 |
|---|---|---|---|---|
lab7/lab7-3.asm | ALEGATOR1209/SystemProgramming | 7 | 197992 | <reponame>ALEGATOR1209/SystemProgramming
INCLUDE \masm32\include\masm32rt.inc
PUBLIC den, extrn_res
EXTERN extrn_a:QWORD, extrn_b:QWORD
.data
extrn_res DQ 0.0, 0.0
zero DQ 0.0
.code
; calculates 2 * b - a and checks if it's 0
; INPUT:
; extrn_a - QWORD
; extrn_b - QWORD
; OUTPUT:
;... |
programs/shell.asm | ept221/microCore | 9 | 197993 | <reponame>ept221/microCore
;******************************************************************************
.define uart_baud, 0x0A
.define uart_ctrl, 0x0B
.define uart_buffer, 0x0C
.define dir_reg, 0x00
.define port_reg, 0x01
... |
firmware&hardware fixes/main.asm | OleksiyTokarchuk/AVR-ATtiny12-Time-Relay-Assembly-Code | 0 | 197995 | <reponame>OleksiyTokarchuk/AVR-ATtiny12-Time-Relay-Assembly-Code
;Author: <NAME>
;<EMAIL>
.def data = r16 ;Software shift register
.def i = r17 ;Register that stores cycle iterator
.def p = r18 ;Pointer to data in table for 7-segment indicators
.def datao... |
programs/oeis/120/A120778.asm | neoneye/loda | 22 | 197999 | ; A120778: Numerators of partial sums of Catalan numbers scaled by powers of 1/4.
; 1,5,11,93,193,793,1619,26333,53381,215955,436109,3518265,7088533,28539857,57414019,1846943453,3711565741,14911085359,29941580393,240416274739,482473579583,1936010885087,3883457090629,62306843256889,124936162550609,500960136802799,100421... |
src/boot.asm | SlyryD/Beta-Quest | 0 | 198000 | <reponame>SlyryD/Beta-Quest
; Add dmatable entries for new code
; Remove the unused files at the bottom the DMA Table
; - this isn't strictly necessary, but adds flexibility for the future
; Load new code from ROM
; Replaces:
; lui v0, 0x8012
; addiu v0, v0, 0xD2A0
; sw ra, 0x001C (sp)
; sw a... |
oeis/090/A090550.asm | neoneye/loda-programs | 11 | 198001 | ; A090550: Decimal expansion of solution to n/x = x - n for n = 5.
; Submitted by <NAME>
; 5,8,5,4,1,0,1,9,6,6,2,4,9,6,8,4,5,4,4,6,1,3,7,6,0,5,0,3,0,9,6,9,1,4,3,5,3,1,6,0,9,2,7,5,3,9,4,1,7,2,8,8,5,8,6,4,0,6,3,4,5,8,6,8,1,1,5,7,8,1,3,8,8,4,5,6,7,0,7,3,4,9,1,2,1,6,2,1,6,1,2,5,6,8,1,7,3,4,1,2
mov $1,4
mov $2,1
mov $3,$0
... |
models/superelements/se_test_static/incl/se/se_test_n11.asm | luzpaz/pyNastran | 293 | 198002 | $-------------------------------------------------------------------------------$
$ $
$ SE N11 Craig-Bampton Model $
$ ... |
src/firmware-tests/Platform/InitialisationChain/InitialiseAfterFirstInChainDummy.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 198004 | #include "Platform.inc"
#include "FarCalls.inc"
#include "InitialisationChain.inc"
#include "TestFixture.inc"
radix decimal
#define INITIALISE_AFTER_FIRST INITIALISE_AFTER_CLOCK
InitialiseAfterFirstInChainDummy code
global INITIALISE_AFTER_FIRST
INITIALISE_AFTER_FIRST:
return
end
|
firmware/font_heli.asm | jmptable/tiny-asm-copter | 1 | 198005 | font:
.db 0x3e, 0x51, 0x49, 0x45, 0x3e, 0x00 ;30 0
.db 0x00, 0x42, 0x7f, 0x40, 0x00, 0x00 ;31 1
.db 0x42, 0x61, 0x51, 0x49, 0x46, 0x00 ;32 2
.db 0x21, 0x41, 0x45, 0x4b, 0x31, 0x00 ;33 3
.db 0x18, 0x14, 0x12, 0x7f, 0x10, 0x00 ;34 4
.db 0x27, 0x45, 0x45, 0x45, 0x39, 0x00 ;35 5
.db 0x3c, 0x4a, 0x49, 0x49, 0x... |
Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_1186.asm | ljhsiun2/medusa | 9 | 198007 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x840e, %r8
nop
nop
cmp %r14, %r14
mov $0x6162636465666768, %r13
movq %r13, %xmm1
and $0xffffffffffffffc0, %r8
movntdq %xmm1, (%r8)
nop
nop
add %r13, %r13
lea ad... |
lab5/assemblies/data.asm | AriaPahlavan/CompArch | 0 | 198008 | <reponame>AriaPahlavan/CompArch
.ORIG xC000
.FILL x1112
.FILL x2339
.FILL xF602
.FILL x2312
.FILL x8956
.FILL xEFBC
.FILL x0100
.FILL x0302
.FILL x0504
.FILL x0706
.END |
oeis/229/A229527.asm | neoneye/loda-programs | 11 | 198009 | ; A229527: Start with 1, skip (sum of digits of n) numbers, accept next number.
; Submitted by <NAME>(s2)
; 1,3,7,15,22,27,37,48,61,69,85,99,118,129,142,150,157,171,181,192,205,213,220,225,235,246,259,276,292,306,316,327,340,348,364,378,397,417,430,438,454,468,487,507,520,528,544,558,577,597,619,636,652,666,685,705,718... |
data/maps/objects/Daycare.asm | opiter09/ASM-Machina | 1 | 198010 | <filename>data/maps/objects/Daycare.asm
Daycare_Object:
db $a ; border block
def_warps
warp 2, 7, 4, LAST_MAP
warp 3, 7, 4, LAST_MAP
def_signs
def_objects
object SPRITE_GENTLEMAN, 2, 3, STAY, RIGHT, 1 ; person
def_warps_to DAYCARE
|
oeis/101/A101472.asm | neoneye/loda-programs | 11 | 198011 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A101472: Numbers n such that the number n33 is prime.
; Submitted by <NAME>(s4)
; 2,4,7,10,14,17,19,23,26,28,34,35,37,38,41,47,49,52,53,61,67,68,73,74,79,82,89,91,94,95,97,98,101,103,104,107,116,118,119,124,130,136,139,140,145,146,152,157,160,163,164,166,170,173,181,182... |
2020/13/shuttle_search_p2.asm | ped7g/adventofcode | 2 | 198012 | ; https://adventofcode.com/2020/day/13 (part 2)
OPT listoff : DEVICE ZXSPECTRUMNEXT : MMU 0 7, 0, $0000
inputFile: ; load the input into virtual device memory for processing
; INCBIN "input_t.txt"
INCBIN "input.txt" ; all busIDs provided are prime numbers!
inputEnd:
DS 5,0
ALIGN 256,0 ; s... |
oeis/314/A314220.asm | neoneye/loda-programs | 11 | 198013 | <reponame>neoneye/loda-programs
; A314220: Coordination sequence Gal.5.306.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>(s2.)
; 1,5,11,17,22,28,34,39,45,51,56,61,67,73,78,84,90,95,101,107,112,117,123,129,134,1... |
Working Disassembly/Levels/MHZ/Debug/Main.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 0 | 198014 | ; Object Mappings Subtype Frame Arttile
dbglistobj Obj_Ring, Map_Ring, 0, 0, make_art_tile($6BC,1,1)
dbglistobj Obj_Monitor, Map_Monitor, 6, 0, make_art_tile($4C4,0,0)
dbglistobj Obj_PathSwap, Map_PathSwap, 9, 1, make_art_tile($6BC,1,0)
dbglistobj Obj_PathSwap, Map_PathSwap,... |
game/logic/game_states/donation_qr.asm | benoitryder/super-tilt-bro | 2 | 198015 | <filename>game/logic/game_states/donation_qr.asm<gh_stars>1-10
init_donation_btc_screen:
.(
lda #<nametable_donation_btc
sta tmpfield1
lda #>nametable_donation_btc
sta tmpfield2
jmp init_donation_qr_screen
.)
init_donation_paypal_screen:
.(
lda #<nametable_donation_paypal
sta tmpfield1
lda #>nametable_donati... |
06-bootsector-segmentation/boot_sect_segmentation.asm | XHS-12302/OS-test-project | 0 | 198016 | <gh_stars>0
mov ah,0x0e
mov al, [the_secret]
int 0x10
mov bx, 0x7c0;
mov ds, bx
mov al, [the_secret]
int 0x10
mov al, [es:the_secret]
int 0x10
mov bx,0x7c0
mov es,bx
mov al, [es:the_secret]
int 0x10
jmp $
the_secret:
db "X"
times 510-($-$$) db 0
dw 0xaa55
|
src/ram.asm | ViGrey/airgap2020-nes | 8 | 198017 | <reponame>ViGrey/airgap2020-nes
; Copyright (C) 2020, <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, th... |
Manuals/HowToCode_source/hwstartup.asm | jonathanbennett73/amiga-pjz-planet-disco-balls | 21 | 198018 | ;
; input & display disabling startup code v1.0.2
;
; minimum requirements: 68000, OCS, Kickstart 1.2
; compiles with genam and phxass.
;
; Written by <NAME>. Public Domain.
; thanks to _jackal & odin-_ for testing.
;
FROMC EQU 0
include "exec/types.i"
include "exec/nodes.i"
include "exec/ports.i"
... |
windows/amd64/vmcs.asm | sduverger/haxm | 0 | 198019 | <reponame>sduverger/haxm
;
; Copyright (c) 2011 Intel Corporation
;
; 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 condi... |
programs/oeis/152/A152759.asm | karttu/loda | 1 | 198020 | <gh_stars>1-10
; A152759: 3 times 9-gonal (or nonagonal) numbers: 3n(7n-5)/2.
; 0,3,27,72,138,225,333,462,612,783,975,1188,1422,1677,1953,2250,2568,2907,3267,3648,4050,4473,4917,5382,5868,6375,6903,7452,8022,8613,9225,9858,10512,11187,11883,12600,13338,14097,14877,15678,16500,17343,18207,19092,19998,20925,21873,22842,2... |
boot-loader/boot-loader.asm | apollohpp/beaver-os | 1 | 198021 | [ORG 0x00]
[BITS 16]
SECTION .text
jmp 0x07C0:START
; total os image size without boot loader
TOTALSECTORCOUNT: dw 0x02
START:
; initialize
mov ax, 0x07C0
mov ds, ax
; video memory address
mov ax, 0xB800
mov es, ax
; create stack 64KB
mov ax, 0x0000
mov ss, ax
mov sp, 0xFFF... |
code/4-E-1.asm | gdzhang2012/Assembly-Language-by-Wangshuang | 0 | 198022 | <reponame>gdzhang2012/Assembly-Language-by-Wangshuang
assume cs:codesg
codesg segment
mov ax,2000h
mov ss,ax
mov sp,0
add sp,10
pop ax
pop bx
push ax
push bx
pop ax
pop bx
mov ax,4c00h
int 21h
codesg ends
end
|
Driver/Video/Dumb/Simp4Bit/simp4bitStringTab.asm | steakknife/pcgeos | 504 | 198023 | <filename>Driver/Video/Dumb/Simp4Bit/simp4bitStringTab.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Video Drivers
FILE: simp4bitStringTab.asm
AUTHOR: <NAME>, 8/1/90
REVISION HISTORY:
N... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_1152.asm | ljhsiun2/medusa | 9 | 198024 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1a4d9, %rsi
lea addresses_normal_ht+0xf479, %rdi
cmp $1153, %r13
mov $0, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp $63213, %r15
lea addresses_WT_ht+0x12b59, %r15
nop
nop
and %r1... |
IV Semester/Microprocessor_Lab/7B_Generate_Half_Full_Wave/7B.asm | ckraju/CSE-Lab-Manual | 2 | 198025 | .MODEL SMALL
.DATA
;((2.25/2) + sin(Theta))*100
;where v ref is 2.25
TABLE DB 127,144,161,177,191,204,214,225,227,225,221,214,204,191,177,161,144,127d,127d,127d,127d,127d,127d,127d,127d,127d,127d,127d,127d,127d,127d,127d,127d,127d,127d,127d
;half wave
PA EQU 0D800H
PB EQU 0D801H
PC EQU 0D802H
CW EQU 0D803H
.CODE
MOV A... |
oeis/328/A328892.asm | neoneye/loda-programs | 11 | 198026 | <reponame>neoneye/loda-programs
; A328892: If n = Product (p_j^k_j) then a(n) = Sum (2^(k_j - 1)).
; Submitted by <NAME>
; 0,1,1,2,1,2,1,4,2,2,1,3,1,2,2,8,1,3,1,3,2,2,1,5,2,2,4,3,1,3,1,16,2,2,2,4,1,2,2,5,1,3,1,3,3,2,1,9,2,3,2,3,1,5,2,5,2,2,1,4,1,2,3,32,2,3,1,3,2,3,1,6,1,2,3,3,2,3,1,9,8,2,1,4,2,2,2,5,1,4
add $0,1
lpb $... |
programs/oeis/128/A128796.asm | neoneye/loda | 22 | 198027 | ; A128796: a(n) = n*(n-1)*2^n.
; 0,0,8,48,192,640,1920,5376,14336,36864,92160,225280,540672,1277952,2981888,6881280,15728640,35651584,80216064,179306496,398458880,880803840,1937768448,4244635648,9261023232,20132659200,43620761600,94220845056,202937204736,435939180544,934155386880,1997159792640,4260607557632,90709709291... |
oeis/132/A132593.asm | neoneye/loda-programs | 11 | 198028 | <filename>oeis/132/A132593.asm
; A132593: Nonnegative integer solutions X to the equation: X(X + 1) - 10*Y^2 = 0.
; Submitted by <NAME>(s4)
; 0,9,360,13689,519840,19740249,749609640,28465426089,1080936581760,41047124680809,1558709801289000,59189925324301209,2247658452522156960,85351831270517663289,324112192982714904804... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_2_298.asm | ljhsiun2/medusa | 9 | 198030 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r15
push %rbp
push %rbx
push %rcx
push %rsi
// Store
lea addresses_UC+0xd3d0, %rbp
nop
nop
nop
nop
xor $22104, %r15
mov $0x5152535455565758, %rbx
movq %rbx, %xmm6
vmovups %ymm6, (%rbp)
nop
nop
cmp %r10,... |
oeis/180/A180470.asm | neoneye/loda-programs | 11 | 198032 | <filename>oeis/180/A180470.asm
; A180470: a(n) = -prime(n) + prime(n + prime(n)) - 1.
; Submitted by <NAME>
; 2,7,13,23,41,53,71,83,107,137,149,189,209,225,245,293,323,339,375,395,417,467,493,527,575,607,629,653,677,709,801,835,875,891,947,965,1023,1065,1109,1129,1193,1227,1289,1295,1333,1353,1415,1517,1555,1571,1627
... |
oeis/190/A190120.asm | neoneye/loda-programs | 11 | 198033 | ; A190120: a(n) = Sum_{k=1..n} lcm(k,k')/gcd(k,k'), where n' is arithmetic derivative of n.
; Submitted by <NAME>(s4)
; 0,2,5,6,11,41,48,54,60,130,141,153,166,292,412,414,431,473,492,522,732,1018,1041,1107,1117,1507,1508,1564,1593,2523,2554,2564,3026,3672,4092,4107,4144,4942,5566,5736,5777,7499,7542,7674,7869,9019,9066... |
oeis/326/A326728.asm | neoneye/loda-programs | 11 | 198034 | <filename>oeis/326/A326728.asm
; A326728: A(n, k) = n*(k - 1)*k/2 - k, square array for n >= 0 and k >= 0 read by ascending antidiagonals.
; Submitted by <NAME>
; 0,0,-1,0,-1,-2,0,-1,-1,-3,0,-1,0,0,-4,0,-1,1,3,2,-5,0,-1,2,6,8,5,-6,0,-1,3,9,14,15,9,-7,0,-1,4,12,20,25,24,14,-8,0,-1,5,15,26,35,39,35,20,-9,0,-1,6,18,32,45,... |
programs/oeis/214/A214080.asm | karttu/loda | 0 | 198035 | <reponame>karttu/loda
; A214080: a(n) = (floor(sqrt(n)))!
; 1,1,1,1,2,2,2,2,2,6,6,6,6,6,6,6,24,24,24,24,24,24,24,24,24,120,120,120,120,120,120,120,120,120,120,120,720,720,720,720,720,720,720,720,720,720,720,720,720,5040,5040,5040,5040,5040,5040,5040,5040,5040,5040,5040,5040,5040,5040,5040,40320,40320,40320,40320,40320,... |
test/include/gmp-6.1.2/mpn/hamdist.asm | kcpikkt/apa | 43 | 198036 | dnl AMD64 mpn_hamdist -- hamming distance.
dnl Copyright 2017 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 and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General Public License as publ... |
programs/oeis/250/A250605.asm | jmorken/loda | 1 | 198037 | <filename>programs/oeis/250/A250605.asm
; A250605: Number of (n+1) X (2+1) 0..1 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)-x(i-1,j) in the j direction.
; 26,64,140,290,586,1172,2336,4654,9278,18512,36964,73850,147602,295084,590024,1179878,2359558,4718888,9437516,18874738,37749... |
unittests/ASM/PrimaryGroup/3_F6_05_3.asm | cobalt2727/FEX | 628 | 198038 | <filename>unittests/ASM/PrimaryGroup/3_F6_05_3.asm
%ifdef CONFIG
{
"RegData": {
"RDI": "0x00000000000003fc"
}
}
%endif
%macro ofcfmerge 0
; Get CF
setc al
; Get OF
seto bl
and eax, 1
and ebx, 1
; Merge in to results
shl edi, 1
or edi, eax
; Merge in to results
shl edi, 1
or edi, ebx
%... |
src/kernel/drivers/soc/timer_w_pwm_base_def.asm | rostislav-nikitin/socOS | 1 | 198039 | ;=======================================================================================================================
; ;
; Name: socOS (System On Chip Operation System) ... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1206.asm | ljhsiun2/medusa | 9 | 198040 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r14
push %r9
push %rbx
push %rdi
push %rsi
// Store
lea addresses_A+0xc1cb, %r9
nop
nop
add $58034, %rbx
movw $0x5152, (%r9)
nop
nop
nop
nop
nop
xor %r14, %r14
// Store
lea addresses_WC+0x2c9f, %r14
no... |
include/start.inc.asm | BernardTatin/asm_required | 0 | 198041 | ; ----------------------------------------------------------------------
; start.inc.asm
;
; macro defining entry point
; ----------------------------------------------------------------------
%macro ENTRY_POINT 0
section .text
%ifdef WITH_LD
global _start
_start:
%endif
%ifdef WITH_GCC
global main
main:
%endif... |
dos/fcbio.asm | minblock/msdos | 0 | 198042 | <reponame>minblock/msdos
TITLE FCBIO - FCB system calls
NAME FCBIO
;
; Microsoft Confidential
; Copyright (C) Microsoft Corporation 1991
; All Rights Reserved.
;
;** FCBIO.ASM - Ancient 1.0 1.1 FCB system calls
;
; $GET_FCB_POSITION
; $FCB_DELETE
; $GET_FCB_FILE_LENGTH
; $FCB_CLOSE
; $FCB_RENAME
; SaveFCBInfo
; Res... |
Working Disassembly/Levels/DEZ/Misc Object Data/Map - Gravity Puzzle.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 198043 | <filename>Working Disassembly/Levels/DEZ/Misc Object Data/Map - Gravity Puzzle.asm
dc.w word_49A76-Map_DEZGravityPuzzle
dc.w word_49A9C-Map_DEZGravityPuzzle
dc.w word_49AA4-Map_DEZGravityPuzzle
dc.w word_49AAC-Map_DEZGravityPuzzle
dc.w word_49AAC-Map_DEZGravityPuzzle
word_49A76: dc.w 6 ; DATA XREF: ROM:0004... |
coverage/IN_CTS/0485-COVERAGE-brw-shader-624/work/variant/2_spirv_opt_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 198044 | <filename>coverage/IN_CTS/0485-COVERAGE-brw-shader-624/work/variant/2_spirv_opt_asm/shader.frag.asm
; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 85
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical G... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_236.asm | ljhsiun2/medusa | 9 | 198045 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xc760, %rbx
nop
nop
nop
xor %r9, %r9
mov $0x6162636465666768, %rbp
movq %rbp, %xmm1
vmovups %ymm1, (%rbx)
nop
nop
nop
nop
xor %rdi, %rdi
lea addresses_WC_ht+0x4d10, %rsi
lea a... |
CEHv10 Module 07 Malware Threats/Crypters/SwayzCryptor/ArchiveTiger/source/dechiff.asm | spheasa/IT359 | 0 | 198046 | include '..\FASM\INCLUDE\win32ax.inc'
.data
memory_alloc dd 0x0
memory_counter dd 0x0
searchstr_fn db '*.'
fn_ext db '000', 0x0
stSearchTxt db '*.txt', 0x0
hSearchFile dd 0x0
dot_position dd 0x0
trash dd 0x0
trash2 dd 0x0
hCreFile dd 0x0
key_txt_size dd 0x0
hCrFiMap dd 0x0
... |
45/runtime/rt/fin.asm | minblock/msdos | 0 | 198047 | TITLE FIN - String and numeric input
;***
; FIN - String and numeric input
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
; BASIC Syntax mapping to included runtime entry points:
;
; - VAL Function:
;
; v = VAL(x$)
; |
; B$FVAL
;
;********************************************************************... |
projects/07/test/testAdd.asm | skatsuta/nand2tetris | 1 | 198048 | <filename>projects/07/test/testAdd.asm
// R16 = 2 + 3
// push constant 2
@2
D=A
@16
M=D
// push constant 3
@3
D=A
@17
M=D
// SP = 18
@18
D=A
@SP
M=D
//--- add ---
// pop R17
@SP
AM=M-1
D=M
// pop R16
@SP
AM=M-1
M=D+M
// add
@SP
M=M+1
|
programs/oeis/192/A192333.asm | neoneye/loda | 22 | 198049 | <reponame>neoneye/loda
; A192333: Numbers that are "unsafe" when playing the game Dollar Nim, which is a Nim game where users can remove 1, 5, 10, or 25 cents from an initial pile of money. The most common version of the game is played with an initial amount of $1, hence the name.
; 0,2,4,6,8,15,17,19,21,23,30,32,34,36... |
src/test_data/mod_carry.asm | sqf-ice/ECC-Verilog | 2 | 198050 | <reponame>sqf-ice/ECC-Verilog
;; module epxects inputs in r2 and r3, need to move r1 <- r2
ADD R1, R3, #0 ; only because of test bench
MOD_SR CHKH R1 ; R1 zp
BRzp LBL_MOD
TCS R2
TCDH R1
CONST R5, #1 ; need to set flag to invert at the end, only one was neg
LBL_MOD SDL R1, R1, R2 ; split into 257 and 255
... |
smsq/qxl/spp/rxser.asm | olifink/smsqe | 0 | 198051 | <reponame>olifink/smsqe
; QXL Receive data from port 2000 <NAME>
section spp
xdef spp_rxser
xref qxl_mess_prnext
xref iob_pbyt
xref iob_room
xref iob_eof
include 'dev8_smsq_qxl_keys'
include 'dev8_smsq_qxl_comm_keys'
include 'dev8_keys_serparprt'
;+++
; Receive data from port
;
; a4 c u pointer to... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_726.asm | ljhsiun2/medusa | 9 | 198052 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xa5da, %rsi
lea addresses_UC_ht+0x117da, %rdi
nop
cmp $9094, %r11
mov $54, %rcx
rep movsl
nop
nop
nop
xor $16183, %r10
lea addresses_UC_ht+0x88e8, %rsi
lea addresses_WC_ht... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_51.asm | ljhsiun2/medusa | 9 | 198053 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xe278, %rsi
lea addresses_WC_ht+0x697c, %rdi
nop
nop
nop
nop
sub $27762, %r8
mov $64, %rcx
rep movsb
nop
xor %rax, %rax
lea addresses_normal_ht+0x11675, %rsi
lea addresses_UC_... |
data/battle/ai/useful_moves.asm | Dev727/ancientplatinum | 6 | 198054 | ; AI_SMART knows these moves are usable all-around.
UsefulMoves:
dw DOUBLE_EDGE
dw SING
dw FLAMETHROWER
dw HYDRO_PUMP
dw SURF
dw ICE_BEAM
dw BLIZZARD
dw HYPER_BEAM
dw SLEEP_POWDER
dw THUNDERBOLT
dw THUNDER
dw EARTHQUAKE
dw TOXIC
dw PSYCHIC_M
dw HYPNOSIS
dw RECOVER
dw FIRE_BLAST
dw SOFTBOILED
dw SUPE... |
programs/oeis/314/A314890.asm | karttu/loda | 1 | 198055 | ; A314890: Coordination sequence Gal.6.152.3 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,5,9,14,19,23,29,33,38,43,47,52,57,61,66,71,75,81,85,90,95,99,104,109,113,118,123,127,133,137,142,147,151,156,161,165,170,175,179,185,189,1... |
Driver/Printer/HP/PSB/psbManager.asm | steakknife/pcgeos | 504 | 198056 | COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: PostScript printer driver
FILE: psbManager.asm
AUTHOR: <NAME>
REVISION HISTORY:
Name Date Description
---- ---- -----------
Jim 6/9... |
src/user_tools/text.asm | Chysn/wAx | 5 | 198057 | <filename>src/user_tools/text.asm<gh_stars>1-10
; wAx Text Tool
; £[addr]
; List 16 characters per line, 16 lines at a time
; wAx API (partial)
CharOut = $7006 ; Write character in A to output buffer
IncAddr = $700c ; Increment Effective Address, store value in A
*=$7a00
Main: ld... |
chap15/ex7/median_sse.asm | JamesType/optimization-manual | 374 | 198058 | ;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA... |
verify/lxp32/src/firmware/test003.asm | roneissu/bonfire-cpu | 38 | 198060 | /*
* This test verifies that basic logical operations
* (and, xor, or, not) work.
*/
lc r100, 0x10000000 // test result output pointer
lc r101, halt
lc r102, failure
lc r0, 0xD54B65C0
lc r1, 0xCE8870A8
lc r16, 0x10000004 // destination pointer
and r2, r0, r1
sw r16, r2
lc r3, 0xC4086080
cjmpne r102, r2... |
Micro_Processor_Lab/00-99.asm | MohithGowdaHR/PES-Engineering-Lab-Programs | 0 | 198061 | <reponame>MohithGowdaHR/PES-Engineering-Lab-Programs<filename>Micro_Processor_Lab/00-99.asm<gh_stars>0
; 00-99
data segment
pb equ 0c881h
pc equ 0c882h
pctrl equ 0c883h
table db 0c0h,0cfh,0a4h,0b0h,99h,92h,82h,0f8h,80h,90h
code1 db 4 dup(0)
data ends
code segment
assume cs:code,ds:data
start:mov ax,data
... |
oeis/227/A227107.asm | neoneye/loda-programs | 11 | 198062 | ; A227107: Numerators of harmonic mean H(n,4), n >= 0.
; 0,8,8,24,4,40,24,56,16,72,40,88,6,104,56,120,32,136,72,152,20,168,88,184,48,200,104,216,7,232,120,248,64,264,136,280,36,296,152,312,80,328,168,344,22,360,184,376,96,392,200,408,52,424,216
mov $1,$0
add $0,4
mul $1,8
gcd $0,$1
div $1,$0
mov $0,$1
|
oeis/133/A133273.asm | neoneye/loda-programs | 11 | 198063 | ; A133273: Indices of centered decagonal numbers which are also decagonal numbers.
; Submitted by <NAME>(s4)
; 1,10,171,3060,54901,985150,17677791,317215080,5692193641,102142270450,1832868674451,32889493869660,590178020979421,10590314883759910,190035489886698951,3410048503076821200,61190837565496082641,1098025027675852... |
text/maps/museum_2f.asm | etdv-thevoid/pokemon-rgb-enhanced | 9 | 198064 | <reponame>etdv-thevoid/pokemon-rgb-enhanced<gh_stars>1-10
_Museum2FText1::
text "MOON STONE?"
para "What's so special"
line "about it?"
done
_Museum2FText2::
text "July 20, 1969!"
para "The 1st lunar"
line "landing!"
para "I bought a color"
line "TV to watch it!"
done
_Museum2FText3::
text "We have a sp... |
messagescreen.asm | raphnet/rc201804 | 0 | 198065 | <reponame>raphnet/rc201804<filename>messagescreen.asm
section .text
%define TEXTFONT_HEIGHT 8
%define MSGBOX_HEIGHT 32
%define MSGBOX_ORG_Y (SCREEN_HEIGHT/2-MSGBOX_HEIGHT/2)
%define MSGBOX_BORDER_THICKNESS 4
%define MSGBOX_TEXT_Y (SCREEN_HEIGHT/2-TEXTFONT_HEIGHT/2)
;;;;; messageScreen_start
;
; Prepare for a messa... |
schrittmo1.asm | onnoeberhard/avr-projects | 0 | 198067 | <filename>schrittmo1.asm
.include "m8def.inc"
.def temp1 = r17
ldi temp1, LOW(RAMEND) ; Stack-Pointer initialisieren
out SPL, temp1
ldi temp1, HIGH(RAMEND)
out SPH, temp1
ldi r16, $FF
out DDRB, r16
; ldi r16, $00
; out DDRD, r16
loop: ldi r16, 0b00001001 ; 4+1
out PORTB, r16
rc... |
non_regression/switch_x86_linux_2.out.asm | LRGH/plasmasm | 1 | 198068 | .file "a28.c"
.text
.globl main
.type main, @function
main:
pushl %ebx
movl $51, %ebx
subl $8, %esp
movl 16(%esp), %eax
leal -37(%eax), %edx
cmpl $89, %edx
ja .L0804831C
.L08048315:
movsbl CSWTCH.1-37(%eax), %ebx
.L0804831C:
movl %eax, 4(%esp)
movl %eax, (%... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1851.asm | ljhsiun2/medusa | 9 | 198069 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xc528, %r15
nop
nop
nop
dec %rax
movw $0x6162, (%r15)
nop
nop
nop
nop
nop
cmp %r13, %r13
lea addresses_D_ht+0xd28, %rsi
and $22156, %rbp
movb (%rsi), %dl
nop
nop
no... |
oeis/259/A259108.asm | neoneye/loda-programs | 11 | 198070 | <gh_stars>10-100
; A259108: a(n) = 2 * A000538(n).
; 0,2,34,196,708,1958,4550,9352,17544,30666,50666,79948,121420,178542,255374,356624,487696,654738,864690,1125332,1445332,1834294,2302806,2862488,3526040,4307290,5221242,6284124,7513436,8927998,10547998,12395040,14492192,16864034,19536706,22537956,25897188,29645510,3381... |
nerdy-nights/sprites/main.asm | ryanplusplus/nes-dev | 0 | 198071 | .include "header.inc"
.segment "STARTUP"
.segment "CODE"
reset:
sei ; Disable IRQs
cld ; Disable decimal mode
ldx #$40
stx $4017 ; Disable APU frame IRQ
ldx #$ff
txs ; Set up stack
inx ; Now X = 0
stx $2000 ; Disable NMI
stx $2... |
programs/oeis/024/A024450.asm | neoneye/loda | 22 | 198072 | ; A024450: Sum of squares of the first n primes.
; 4,13,38,87,208,377,666,1027,1556,2397,3358,4727,6408,8257,10466,13275,16756,20477,24966,30007,35336,41577,48466,56387,65796,75997,86606,98055,109936,122705,138834,155995,174764,194085,216286,239087,263736,290305,318194,348123,380164,412925,449406,486655,525464,565065,6... |
oeis/308/A308050.asm | neoneye/loda-programs | 11 | 198073 | ; A308050: a(n) = n - prevprime(n - 1), where prevprime(n) is the largest prime < n.
; Submitted by <NAME>
; 2,2,3,2,3,2,3,4,5,2,3,2,3,4,5,2,3,2,3,4,5,2,3,4,5,6,7,2,3,2,3,4,5,6,7,2,3,4,5,2,3,2,3,4,5,2,3,4,5,6,7,2,3,4,5,6,7,2,3,2,3,4,5,6,7,2,3,4,5,2,3,2,3,4,5,6,7,2,3,4,5,2,3,4,5,6
add $0,2
lpb $0
sub $0,1
add $1,1
... |
forLoop.asm | kohnewlife/MIPS | 1 | 198074 | <filename>forLoop.asm
# Sample for loop
# Lab 4.2
# Data Memory Section
.data
# Program Memory Section
.text
.globl main
main:
# Assign values to registers
addi $s0, $zero, 0 # int i = 0;
addi $s1, $zero, 0 # int sum = 0;
addi $t0, $zero, 10 # store the index limit: 10 in this case
for: bge $s0, $t0, af... |
45/runtime/rt/llsnd.asm | minblock/msdos | 0 | 198075 | TITLE LLSND - multivoice music and sound interface
;***
; LLSND - multivoice music and sound interface
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
;
; This module has the following support routines :
;
; 1. B$DONOTE
; 2. B$TICTOC.... The TIMER interrupt vectors here before
; ... |
Library/GrObj/GrObjVis/grobjVis.asm | steakknife/pcgeos | 504 | 198076 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Admin
FILE: grobjVis.asm
AUTHOR: <NAME>, Dec 10, 1991
ROUTINES:
Name Description
---- -----------
G... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1245.asm | ljhsiun2/medusa | 9 | 198077 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r8
push %rcx
push %rdx
push %rsi
lea addresses_D_ht+0xfd2b, %r11
xor %r8, %r8
movl $0x61626364, (%r11)
and $21505, %rcx
lea addresses_normal_ht+0x1a443, %r12
nop
nop
sub $55481, %r15
mov $0x6162636465666768, %rdx
movq %rdx, ... |
firestarter/firestarter.asm | glennlunder/asmforce | 1 | 198079 | ;code by unic0rn/Asm Force
org 100h
segment .code
mov al,13h
int 10h
xor ax,ax
mov dx,03C8h
out dx,al
inc dx
mov cl,0FFh
pal: mov al,0FFh
sub al,cl
cmp al,40h
jc skip
mov al,3Fh
skip: out dx,al
... |
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_21829_206.asm | ljhsiun2/medusa | 9 | 198080 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rsi
lea addresses_UC_ht+0x1cb45, %rcx
dec %rax
mov $0x6162636465666768, %r12
movq %r12, %xmm5
vmovups %ymm5, (%rcx)
nop
nop
and $24439, %r14
lea addresses_WT_ht+0x13288, %rsi
dec %r9
mov $0x6162636465666768, %r... |
bahamut/source/combat-strings.asm | higan-emu/bahamut-lagoon-translation-kit | 2 | 198081 | <gh_stars>1-10
namespace combat {
seek(codeCursor)
namespace defeats {
enqueue pc
seek($c1a68a); jsl hook
dequeue pc
//------
//c1a67f lda [$78],y
//c1a681 clc
//c1a682 adc $78
//c1a684 sta $5e
//c1a686 sep #$20
//c1a688 lda $7a
//c1a68a adc #$00
//c1a68c sta $60
//------
function... |
externals/mpir-3.0.0/mpn/x86/pentium4/sse2/mul_1.asm | JaminChan/eos_win | 1 | 198082 | <reponame>JaminChan/eos_win<filename>externals/mpir-3.0.0/mpn/x86/pentium4/sse2/mul_1.asm
dnl Intel Pentium-4 mpn_mul_1 -- Multiply a limb vector with a limb and store
dnl the result in a second limb vector.
dnl Copyright 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP... |
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_217.asm | ljhsiun2/medusa | 9 | 198083 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rsi
// Store
lea addresses_A+0xb03a, %r8
nop
nop
nop
xor %rsi, %rsi
mov $0x5152535455565758, %r11
movq %r11, (%r8)
nop
nop
nop
nop
nop
xor %r8, %r8
// Store
lea a... |
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_alloc_aligned_callee.asm | meesokim/z88dk | 0 | 198085 | <reponame>meesokim/z88dk
; void *heap_alloc_aligned(void *heap, size_t alignment, size_t size)
INCLUDE "clib_cfg.asm"
SECTION code_alloc_malloc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $01
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC heap_alloc_aligned_callee
heap_alloc_aligned_callee:
pop af
... |
oeis/127/A127848.asm | neoneye/loda-programs | 11 | 198086 | ; A127848: Series reversion of x/(1+6x+5x^2).
; Submitted by <NAME>
; 0,1,6,41,306,2426,20076,171481,1500666,13386206,121267476,1112674026,10318939956,96572168916,910896992856,8650566601401,82644968321226,793753763514806,7659535707782916,74225795172589006,722042370787826076,7048080976424461676,69015275359365511656,6777... |
a51test/(42)ORL_d_A.a51 | Aimini/51cpu | 0 | 198089 | MOV 0x30,#0x00
MOV 0x48,#0x00
MOV 0x71,#0x00
MOV 0x5E,#0x00
MOV 0x45,#0x00
MOV 0x52,#0x00
MOV 0x70,#0x00
MOV 0x30,#0x00
MOV 0x39,#0x00
MOV 0x29,#0x00
MOV 0x76,#0x00
MOV 0x34,#0x00
MOV 0x25,#0x00
MOV 0x73,#0x00
MOV 0x4D,#0x00
MOV 0x55,#0x00
MOV A,#0x1
ORL 0x30,A
RL A
ORL 0x48,A
RL A
ORL 0x71,A
RL A
ORL 0x5E,A
RL A
ORL ... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1592.asm | ljhsiun2/medusa | 9 | 198090 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1b9cc, %rbp
nop
nop
nop
nop
dec %rdi
mov (%rbp), %rax
nop
add %r13, %r13
lea addresses_WC_ht+0x1994c, %rsi
lea addresses_UC_ht+0x103f4, %rdi
nop
nop
add %rbp, %rbp
mov $1, %... |
oeis/142/A142819.asm | neoneye/loda-programs | 11 | 198091 | <filename>oeis/142/A142819.asm
; A142819: Primes congruent to 21 mod 61.
; Submitted by <NAME>
; 509,631,997,1607,1973,2339,3559,3803,4657,5023,6121,7219,7829,7951,8317,9049,9293,9781,10391,10513,11489,12343,12953,13441,13807,14051,14173,14783,15149,15271,15881,16369,16979,17467,18077,18199,18443,19541,20029,20639,2149... |
Bacci_Code/main.s3d.asm | silviobacci/Virtual_and_Augmented_Reality_FPS | 2 | 198092 | 0: PUSHN 0
1: CALLX 16 :CVMMOUSE 0
2: POP G0:MOUSE
3: CALLX 10 :CVMJOYSTICK 0
4: POP G1:JOYSTICK
5: CALLX 13 :CVMMMAVI 0
6: POP G2:MMAVI
7: CALLX 15 :CVMMMMP3 0
8: POP G3:MMMP3
9: CALLX 14 :CVMMMMIDI 0
10: POP G4:MMMIDI
11: MOV 0 G150:TIMER_NETWORK_LOOP
12: MOV 0 G151:TIMER_PHYSICAL_LOO... |
oeis/312/A312561.asm | neoneye/loda-programs | 11 | 198093 | ; A312561: Coordination sequence Gal.6.247.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,4,8,14,18,24,30,34,40,44,48,52,56,62,66,72,78,82,88,92,96,100,104,110,114,120,126,130,136,140,144,148,152,158,162,16... |
libsrc/stdio/ansi/aquarius/f_ansi_bel.asm | grancier/z180 | 0 | 198095 | ;
; ANSI Video handling for the Mattel Aquarius
;
; BEL - chr(7) Beep it out
;
;
; <NAME> - Dec. 2000
;
;
; $Id: f_ansi_bel.asm,v 1.3 2016/04/04 18:31:22 dom Exp $
;
SECTION code_clib
PUBLIC ansi_BEL
.ansi_BEL
ld a,7
jp $1d94
|
libsrc/z80_crt0s/gbz80/sccz80/l_asr_u.asm | Frodevan/z88dk | 38 | 198096 |
SECTION code_crt0_sccz80
PUBLIC l_asr_u
PUBLIC l_asr_u_hl_by_e
.l_asr_u
ld a,l
ld l,e
ld e,a
ld h,d
.l_asr_u_hl_by_e
ld d,0
.l_asr_u_1
dec e
ld a,e
inc a
ret z
srl h
rr l
jp l_asr_u_1
|
src/kernel/bootstrap/x86_64/bootstrap.asm | Mischa-Alff/Asterix | 1 | 198097 | <gh_stars>1-10
BITS 32
MBALIGN equ 1<<0
MBMEMINFO equ 1<<1
MBFLAGS equ MBALIGN | MBMEMINFO
MBMAGIC equ 0x1BADB002
MBCHECKSUM equ -(MBMAGIC + MBFLAGS)
section .multiboot
multiboot_header:
align 4
dd MBMAGIC
dd MBFLAGS
dd MBCHECKSUM
section .gdt
gdt:
.null equ $ - gdt
dw 0
dw 0
db 0
db 0
db 0
d... |
programs/oeis/330/A330321.asm | jmorken/loda | 1 | 198098 | <reponame>jmorken/loda
; A330321: a(n) = Sum_{i=1..n} tau(i)*tau(i+1)/2, where tau(n) = A000005(n) is the number of divisors of n.
; 1,3,6,9,13,17,21,27,33,37,43,49,53,61,71,76,82,88,94,106,114,118,126,138,144,152,164,170,178,186,192,204,212,220,238,247,251,259,275,283,291,299,305,323,335,339,349,364,373,385,397,403,41... |
externals/mpir-3.0.0/mpn/mips64/divrem_1.asm | JaminChan/eos_win | 12 | 198099 | <gh_stars>10-100
dnl MIPS64 mpn_divrem_1 -- Divide an mpn number by an unnormalized limb.
dnl Copyright 2003 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General... |
programs/oeis/131/A131229.asm | karttu/loda | 1 | 198100 | ; A131229: Numbers congruent to {1,7} mod 10.
; 1,7,11,17,21,27,31,37,41,47,51,57,61,67,71,77,81,87,91,97,101,107,111,117,121,127,131,137,141,147,151,157,161,167,171,177,181,187,191,197,201,207,211,217,221,227,231,237,241,247,251,257,261,267,271,277,281
mov $1,$0
mul $0,5
mod $1,2
add $1,$0
add $1,1
|
programs/oeis/338/A338117.asm | neoneye/loda | 22 | 198101 | <reponame>neoneye/loda
; A338117: Number of partitions of n into two parts (s,t) such that (t-s) | n, where s < t.
; 0,0,1,1,1,1,1,2,2,1,1,3,1,1,3,3,1,2,1,3,3,1,1,5,2,1,3,3,1,3,1,4,3,1,3,5,1,1,3,5,1,3,1,3,5,1,1,7,2,2,3,3,1,3,3,5,3,1,1,7,1,1,5,5,3,3,1,3,3,3,1,8,1,1,5,3,3,3,1,7,4,1,1,7,3,1,3,5,1,5,3,3,3
add $0,1
dif $0,... |
oeis/163/A163327.asm | neoneye/loda-programs | 11 | 198102 | <gh_stars>10-100
; A163327: Self-inverse permutation of integers: swap the odd and even-positioned digits in the ternary expansion of n, then convert back to decimal.
; Submitted by <NAME>
; 0,3,6,1,4,7,2,5,8,27,30,33,28,31,34,29,32,35,54,57,60,55,58,61,56,59,62,9,12,15,10,13,16,11,14,17,36,39,42,37,40,43,38,41,44,63,6... |
programs/oeis/052/A052919.asm | karttu/loda | 1 | 198103 | <filename>programs/oeis/052/A052919.asm<gh_stars>1-10
; A052919: a(n) = 1 + 2*3^(n-1) with a(0)=2.
; 2,3,7,19,55,163,487,1459,4375,13123,39367,118099,354295,1062883,3188647,9565939,28697815,86093443,258280327,774840979,2324522935,6973568803,20920706407,62762119219,188286357655,564859072963,1694577218887,5083731656659,1... |
oeis/279/A279927.asm | neoneye/loda-programs | 11 | 198104 | <reponame>neoneye/loda-programs
; A279927: Expansion of e.g.f. arctan(x)*exp(x).
; Submitted by <NAME>
; 0,1,2,1,-4,9,110,-279,-4520,17265,322618,-1638031,-35226860,223578809,5463436134,-41639195623,-1142009233872,10162622387809,309463272791538,-3149754003442847,-105510576441518164,1208991988527548137,44200537412519181... |
oeis/033/A033826.asm | neoneye/loda-programs | 11 | 198105 | <gh_stars>10-100
; A033826: Critical dimensions for N-modular lattices.
; Submitted by <NAME>
; 24,16,12,8,8,6,4,4,4,2
mul $0,2
mov $1,$0
mov $0,65
add $1,5
div $0,$1
sub $0,1
mul $0,2
|
programs/oeis/040/A040139.asm | karttu/loda | 0 | 198106 | <filename>programs/oeis/040/A040139.asm
; A040139: Continued fraction for sqrt(152).
; 12,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3,24,3
sub $0,1
mod $0,2
mul $0,10
add $0,2
pow $0,2
mov $1,$0
div $1,20
m... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.