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 |
|---|---|---|---|---|
programs/oeis/040/A040633.asm | neoneye/loda | 22 | 199688 | ; A040633: Continued fraction for sqrt(659).
; 25,1,2,25,2,1,50,1,2,25,2,1,50,1,2,25,2,1,50,1,2,25,2,1,50,1,2,25,2,1,50,1,2,25,2,1,50,1,2,25,2,1,50,1,2,25,2,1,50,1,2,25,2,1,50,1,2,25,2,1,50,1,2,25,2,1,50,1,2,25,2,1,50,1,2,25,2,1,50,1,2
seq $0,10144 ; Continued fraction for sqrt(59).
seq $0,90771 ; Numbers that are con... |
2021-2022-sem1/lab07/demo/demo.asm | adinasm/iocla-demos | 0 | 199689 | %include "../utils/printf32.asm"
struc some_struct
x: resw 1
y: resd 1
z: resb 20
endstruc
struc other_struct
t: resd 1
u: resd 1
section .data:
s:
istruc some_struct
at t, dw 1
at y, dd 14
at z, db "Sal", 0
iend
; echivalent cu ce e mai sus
; s:
; ... |
src/unison/test/fast/Mips/speed/gobmk.patterns.autohelperpat1088.asm | Patstrom/disUnison | 88 | 199690 | .text
.abicalls
.section .mdebug.abi32,"",@progbits
.nan legacy
.file "gobmk.patterns.autohelperpat1088.ll"
.text
.hidden autohelperpat1088
.globl autohelperpat1088
.align 2
.type autohelperpat1088,@function
.set nomicromips
.set nomips16
.ent autohelperpat1088
autohelperpat1088: # @au... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1794.asm | ljhsiun2/medusa | 9 | 199691 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1b73c, %r11
dec %r14
mov $0x6162636465666768, %r10
movq %r10, %xmm2
and $0xffffffffffffffc0, %r11
movaps %xmm2, (%r11)
nop
nop
xor %rcx, %rcx
lea addresses_WC_ht+0x... |
kernel/arch/x86_64/sched/thread.asm | killvxk/MiraiOS | 0 | 199692 | <reponame>killvxk/MiraiOS
extern PAGE_SIZE
extern ackIRQ
extern initStackEnd
extern acquireSpinlock
extern releaseSpinlock
extern getCurrentThread
extern setCurrentThread
extern kthreadSwitch
extern kthreadFreeJoined
extern readyQueuePop
extern sleepSkipTime
extern deallocThread
extern loadThread
extern lapicBase
exte... |
kernel/temp/dictionary.asm | paulscottrobson/flat | 0 | 199693 | ; ***************************************************************************************
; ***************************************************************************************
;
; Name : dictionary.src
; Author : <NAME> (<EMAIL>)
; Date : 12th March 2019.
; Purpose : Dictionary handler.
;
; ****************... |
Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_1610.asm | ljhsiun2/medusa | 9 | 199694 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x9914, %rsi
lea addresses_WT_ht+0x2ed4, %rdi
nop
nop
nop
inc %r8
mov $6, %rcx
rep movsw
nop
nop
nop
nop
nop
and $31237, %r15
lea addresses_A_ht+0xfe14, %r11
clf... |
oeis/235/A235332.asm | neoneye/loda-programs | 11 | 199695 | ; A235332: a(n) = n*(9*n + 25)/2 + 6.
; 6,23,49,84,128,181,243,314,394,483,581,688,804,929,1063,1206,1358,1519,1689,1868,2056,2253,2459,2674,2898,3131,3373,3624,3884,4153,4431,4718,5014,5319,5633,5956,6288,6629,6979,7338,7706,8083,8469,8864,9268,9681,10103,10534,10974,11423,11881,12348,12824,13309,13803,14306,14818,153... |
oeis/097/A097261.asm | neoneye/loda-programs | 11 | 199696 | ; A097261: Numbers whose set of base 15 digits is {0,E}, where E base 15 = 14 base 10.
; Submitted by <NAME>(s3)
; 0,14,210,224,3150,3164,3360,3374,47250,47264,47460,47474,50400,50414,50610,50624,708750,708764,708960,708974,711900,711914,712110,712124,756000,756014,756210,756224,759150,759164,759360,759374,10631250,106... |
Progetti/strstr function + domande esame orale/strstr.asm | lucafioravanti/MIPS | 0 | 199698 | <reponame>lucafioravanti/MIPS
# Implementation of the strstr() function that finds the first occurrence of the substring needle in the string haystack.
#
# haystack: string
# needle: substring to find
#
.data
haystack: .space 100
needle: .space 100
output: .space 100
.data 0x10010300
ins_haystack: .asciiz "Ent... |
src/pm/common/_cpuinfo.asm | OS2World/DEV-UTIL-ScitechOS_PML | 0 | 199699 | ;****************************************************************************
;*
;* SciTech OS Portability Manager Library
;*
;* ========================================================================
;*
;* The contents of this file are subject to the SciTech MGL Public
;* License Version 1.0 (... |
src/drawCode/dc_w2s2.asm | Gip-Gip/VePseu | 5 | 199700 | <reponame>Gip-Gip/VePseu
; The second wall and it's second shadow
dc_w2s2_delayed:
DELAY 2
dc_w2s2: SUBROUTINE
LDX #PIXH
.loop:
LDA wallColour
STA WSYNC
STA COLUPF
LDA wall2a
STA PF1
TYA
BEQ .noSprite_1
.branchPoint_1:
DEY
CPY spriteHeight
BCS... |
programs/oeis/027/A027942.asm | neoneye/loda | 22 | 199701 | ; A027942: a(n) = T(2n+1, n+2), T given by A027935.
; 1,11,51,176,530,1490,4043,10773,28445,74770,196116,513876,1345861,3524111,9226935,24157220,63245318,165579398,433493615,1134902265,2971214081,7778740966,20365009896,53316289896,139583861065,365435294675,956722024443,2504730780248,6557470318010,17167680175610,4494557... |
programs/oeis/064/A064352.asm | neoneye/loda | 22 | 199704 | ; A064352: a(n) = (3*n)!/(2*n)!.
; 1,3,30,504,11880,360360,13366080,586051200,29654190720,1700755056000,109027350432000,7725366544896000,599555620984320000,50578512186237235200,4608264443634948096000,450974292794344230912000,47177730049421236801536000,5253883573685546825625600000,620558705531887159346749440000,77485978... |
vuln-rom/src/rom0.asm | zer0x64/nsec2022-gband | 0 | 199705 | <gh_stars>0
include "hardware.inc"
include "constants.inc"
SECTION "Helpers", ROM0
; Copies a block of memory somewhere else
; @param de Pointer to beginning of block to copy
; @param hl Pointer to where to copy (bytes will be written from there onwards)
; @param bc Amount of bytes to copy (0 causes 65536 bytes to be... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2815.asm | ljhsiun2/medusa | 9 | 199706 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xd1d4, %rsi
nop
nop
nop
nop
nop
cmp %rdx, %rdx
vmovups (%rsi), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $0, %xmm1, %r14
nop
add $30569, %rax
lea addresses_normal_... |
programs/oeis/072/A072689.asm | neoneye/loda | 22 | 199707 | ; A072689: Difference between (least square >= n) and (largest square <= n).
; 0,3,3,0,5,5,5,5,0,7,7,7,7,7,7,0,9,9,9,9,9,9,9,9,0,11,11,11,11,11,11,11,11,11,11,0,13,13,13,13,13,13,13,13,13,13,13,13,0,15,15,15,15,15,15,15,15,15,15,15,15,15,15,0,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,0,19,19,19,19,19,19,19,19,19,... |
kernel/sched/sched.asm | ethan4984/rock | 207 | 199708 | %macro popall 0
pop r15
pop r14
pop r13
pop r12
pop r11
pop r10
pop r9
pop r8
pop rsi
pop rdi
pop rbp
pop rdx
pop rcx
pop rbx
pop rax
%endmacro
global switch_task
switch_task:
cli
mov rsp, rdi
popall
add rsp, 16
iretq
|
src/util/oli/qdos/prspc.asm | olifink/qspread | 0 | 199709 | <reponame>olifink/qspread
; print a space to a given channel
include win1_mac_oli
section utility
xdef ut_prspc
;+++
; print a space to a given channel
;
; Entry Exit
; a0 channel id preserved
;
; errors: IOSS
;---
ut_prspc subr d1
moveq #32,d1
xjsr ut_prchr
subend
end
|
s1/sfx-original/SndA5.asm | Cancer52/flamedriver | 9 | 199710 | <gh_stars>1-10
SndA5_Header:
smpsHeaderStartSong 1
smpsHeaderVoice SndA5_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM5, SndA5_FM5, $00, $00
; FM5 Data
SndA5_FM5:
smpsSetvoice $00
dc.b nRst, $01, nBb0, $0A, nRst, $02
smpsStop
SndA5_Voices:
; Voice $00
; $FA
; $21,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_123.asm | ljhsiun2/medusa | 9 | 199711 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x30e, %rsi
lea addresses_UC_ht+0x10be0, %rdi
nop
nop
dec %rbp
mov $18, %rcx
rep movsb
nop
add %r12, %r12
lea addresses_D_ht+0xb1a0, %r8
nop
dec %r15
movups (%r... |
8085_programming/MBLE/2.asm | SayanGhoshBDA/code-backup | 16 | 199712 | <filename>8085_programming/MBLE/2.asm
; to store ABH in mem location 0000H, transfer the data to register B. Then transfer the data to location 0002H
LXI H, 0000H ; to initialize the HL pair by the 0000H
MVI M, 0ABH ; to store 0ABH in the memory location
MOV B, M ; to move the memory contents to Reg B
LXI H, 0002H
MO... |
b1zwrite.asm | traidna/MUMPS-TI99-4A | 0 | 199713 |
zwrite: ; print all the variables in the symbol table
push r11
mov @HEAD,r6 ; get head of binary tree
li r14,b0treeprint_a
bl @GoBank0
;bl @treeprint ; call tree print (needs r6 ) tree.asm
;jmp zexit ; jump out
pop r11
b *r11
zremove: ; remove file from Code Area by... |
programs/oeis/096/A096773.asm | karttu/loda | 0 | 199715 | <filename>programs/oeis/096/A096773.asm
; A096773: a(n+2) = 4*a(n) + 1; a(1) = 0, a(2) = 3.
; 0,3,1,13,5,53,21,213,85,853,341,3413,1365,13653,5461,54613,21845,218453,87381,873813,349525,3495253,1398101,13981013,5592405,55924053,22369621,223696213,89478485,894784853,357913941,3579139413,1431655765
mov $2,$0
mod $0,2
mu... |
programs/oeis/186/A186544.asm | karttu/loda | 1 | 199716 | <reponame>karttu/loda
; A186544: a(n) = floor((Pi-2)*n/(Pi-3)); complement of A187320.
; 8,16,24,32,40,48,56,64,72,80,88,96,104,112,120,129,137,145,153,161,169,177,185,193,201,209,217,225,233,241,249,258,266,274,282,290,298,306,314,322,330,338,346,354,362,370,378,387,395,403,411,419,427,435,443,451,459,467,475,483,491,... |
Transynther/x86/_processed/NONE/_ht_zr_/i3-7100_9_0x84_notsx.log_585_855.asm | ljhsiun2/medusa | 9 | 199717 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_ht_zr_/i3-7100_9_0x84_notsx.log_585_855.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xb9aa, %r8
sub %rcx, %rcx
mov $0x6162636465666768, %rsi
movq %rs... |
sh.asm | adrianna157/CS444-Lab5-Mutexes | 0 | 199718 |
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
return 0;
}
int
main(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 10 sub $0x10,%esp
stat... |
tests/test build script and options/opt syntax/syntax_w.asm | fengjixuchui/sjasmplus | 220 | 199720 | ; SYNTAX option "w":
; w Warnings options: report warnings as errors
; verify regular syntax works as expected with default options
ld a,0x1234 ; warning about lost bytes
OPT push --syntax=w ; test the syntax option "w"
ld a,0x1234 ; error about lost bytes
OPT pop... |
oeis/045/A045409.asm | neoneye/loda-programs | 11 | 199721 | <filename>oeis/045/A045409.asm
; A045409: Primes congruent to {3, 4, 5} mod 7.
; Submitted by <NAME>
; 3,5,11,17,19,31,47,53,59,61,67,73,89,101,103,109,131,137,151,157,173,179,193,199,227,229,241,257,263,269,271,277,283,311,313,347,353,367,383,389,397,409,431,439,467,479,487,509,521,523,557,563,571,577,593,599,607,613,... |
third_party/virtualbox/src/VBox/Runtime/common/math/cosl.asm | Fimbure/icebox-1 | 521 | 199722 | ; $Id: cosl.asm $
;; @file
; IPRT - No-CRT cosl - AMD64 & X86.
;
;
; Copyright (C) 2006-2017 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 under the terms of the GNU... |
libsrc/spectrum/opus/opus_lptwrite.asm | dex4er/deb-z88dk | 1 | 199723 | ;
; ZX Spectrum OPUS DISCOVERY specific routines
;
; <NAME> - Jun. 2006
;
; void opus_lptwrite (unsigned char databyte);
;
; $Id: opus_lptwrite.asm,v 1.1 2007/10/04 12:18:56 stefano Exp $
;
XLIB opus_lptwrite
LIB opus_rommap
XREF P_DEVICE
opus_lptwrite:
call opus_rommap
ld ... |
programs/oeis/081/A081477.asm | jmorken/loda | 1 | 199724 | <reponame>jmorken/loda<filename>programs/oeis/081/A081477.asm
; A081477: Complement of A086377.
; 2,3,5,7,9,10,12,14,15,17,19,20,22,24,26,27,29,31,32,34,36,38,39,41,43,44,46,48,50,51,53,55,56,58,60,61,63,65,67,68,70,72,73,75,77,79,80,82,84,85,87,89,90,92,94,96,97,99,101,102,104,106,108,109,111,113,114,116,118,119,121,1... |
45/qb/ir/txtload.asm | minblock/msdos | 0 | 199725 | TITLE txtload.asm - ASCII Load Functions
;==========================================================================
;
;Module: txtload.asm - ASCII Load Functions
;System: Quick BASIC Interpreter
;
;=========================================================================*/
include version.inc
TXTLOAD_ASM = ON
... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_683.asm | ljhsiun2/medusa | 9 | 199726 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1256c, %r9
nop
nop
nop
nop
nop
add $14860, %r15
movups (%r9), %xmm5
vpextrq $0, %xmm5, %rsi
cmp $14314, %r11
lea addresses_WT_ht+0x1a92c, %r12
clflus... |
Quiz and Lab Assessment/Solution/QUESTION2.asm | saimamiduri/CSE331L-Section-1-Fall20-NSU | 0 | 199727 | <gh_stars>0
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
DATA SEGMENT
A DB 1,2,3,4,5,6,7,8,9,10
B DB 10 DUP(0)
DATA ENDS
CODE SEGMENT
ASSUME DS:DATA,CS:CODE
START:
MOV AX,DATA
MOV DS,AX
MOV CL,10
LEA BX,A
LEA SI... |
P6/data_P6_2/cal_R_same_test6.asm | alxzzhou/BUAA_CO_2020 | 1 | 199730 | <reponame>alxzzhou/BUAA_CO_2020
lui $1,61107
ori $1,$1,46648
lui $2,63767
ori $2,$2,27699
lui $3,4263
ori $3,$3,25101
lui $4,11850
ori $4,$4,4936
lui $5,5719
ori $5,$5,9119
lui $6,58099
ori $6,$6,35898
mthi $1
mtlo $2
sec0:
nop
nop
nop
xor $4,$6,$6
sec1:
nop
nop
subu $6,$2,$4
xor $3,$6,$6
sec2:
nop
nop
ori $... |
target/cos_117/disasm/iop_overlay1/XTAPEA.asm | jrrk2/cray-sim | 49 | 199731 | <gh_stars>10-100
@@@@@@@@@@@@@@@@@@ Loaded to address 0x49c0 (0x49c6)
@ OR[280] - device desc. addr.
@ OR[281] - function code
@ 8 - search for file# passed in in OR[282]
@ 9 - close file
@ 10 - close tape
@ OR[282] - buffer address
@
@ OR[283] - return value
@
@ Return value
@ 0 - OK
... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_863.asm | ljhsiun2/medusa | 9 | 199732 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1b83f, %rdx
nop
and %r15, %r15
movw $0x6162, (%rdx)
nop
nop
nop
sub %r8, %r8
lea addresses_A_ht+0xd77f, %r14
nop
sub $51663, %rcx
mov (%r14), %dx
nop
nop
cmp $5024, %rdx
lea a... |
base/mvdm/wow16/win87em/emfixfly.asm | npocmaka/Windows-Server-2003 | 17 | 199733 | page ,132
subttl emfixfly.asm - Fixup-on-the-fly routines
;***
;emfixfly.asm - Fixup-on-the-fly routines
;
; Copyright (c) 1987-89, Microsoft Corporation
;
;Purpose:
; Fixup-on-the-fly routines
;
; This Module contains Proprietary Information of Microsoft
; Corporation and should be treated as Confidential... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_210.asm | ljhsiun2/medusa | 9 | 199734 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1c60, %rsi
lea addresses_WT_ht+0x36fc, %rdi
clflush (%rdi)
nop
nop
and $48766, %r9
mov $43, %rcx
rep movsb
nop
nop
dec %rbx
lea addresses_A_ht+0xc4e0, %rsi
lea addresses_A_ht+0x106e0, %rdi
nop
n... |
programs/oeis/128/A128543.asm | karttu/loda | 1 | 199735 | <reponame>karttu/loda
; A128543: a(n) = floor(2^(n-2)*3*n).
; 1,6,18,48,120,288,672,1536,3456,7680,16896,36864,79872,172032,368640,786432,1671168,3538944,7471104,15728640,33030144,69206016,144703488,301989888,629145600,1308622848,2717908992,5637144576,11676942336,24159191040,49928994816,103079215104,212600881152,438086... |
data/wild/johto_grass.asm | Dev727/ancientplatinum | 0 | 199736 | <reponame>Dev727/ancientplatinum<gh_stars>0
; Johto Pokémon in grass
JohtoGrassWildMons:
map_id SPROUT_TOWER_2F
db 2 percent, 2 percent, 2 percent ; encounter rates: morn/day/nite
; morn
dbw 3, RATTATA
dbw 4, RATTATA
dbw 5, RATTATA
dbw 3, RATTATA
dbw 6, RATTATA
dbw 5, RATTATA
dbw 5, RATTATA
; day
dbw 3, R... |
programs/oeis/257/A257297.asm | karttu/loda | 1 | 199737 | ; A257297: a(n) = (initial digit of n) * (n with initial digit removed).
; 0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,8,9,0,2,4,6,8,10,12,14,16,18,0,3,6,9,12,15,18,21,24,27,0,4,8,12,16,20,24,28,32,36,0,5,10,15,20,25,30,35,40,45,0,6,12,18,24,30,36,42,48,54,0,7,14,21,28,35,42,49,56,63,0,8,16,24,32,40,48,56,64,72,0,9,18,27,36,45... |
non_regression/string_x86_linux.out.asm | LRGH/plasmasm | 1 | 199738 | <reponame>LRGH/plasmasm<gh_stars>1-10
.file "a07.c"
.text
.globl main
.type main, @function
main:
pushl %ebp
movl %esp, %ebp
subl $16, %esp
call __i686.get_pc_thunk.cx
.L080483FF:
addl $7157, %ecx
leal -6877(%ecx), %eax
movl %eax, -12(%ebp)
movl -8(%ecx), %eax
movl ... |
sources/ippcp/asm_intel64/pcpsha1u8as.asm | dongbinghua/ipp-crypto | 233 | 199739 | ;===============================================================================
; Copyright 2015-2021 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apa... |
Routines.asm | NatsumiFox/AMPS | 20 | 199740 | <reponame>NatsumiFox/AMPS
; ---------------------------------------------------------------------------
; Kosinski decompression algorithm
; ---------------------------------------------------------------------------
; ||||||||||||||| S U B R O U T I N E |||||||||||||||||||||||||||||||||||||||
KosDec:
var_2 = -2
va... |
PRACT0/SO1HPUB/asm/main.asm | so1h/SO1H | 0 | 199742 | bits 16
; glb _start : (void) void
; glb __start__ : (void) void
; glb main : (void) void
; glb finProceso : (void) void
; glb finThread : (void) void
; glb intptr_t : int
; glb uintptr_t : unsigned
; glb intmax_t : int
; glb uintmax_t : unsigned
; glb int8_t : signed char
; glb int_least8_t : signed char
; glb int_fa... |
cs383_CompOrgAndProc/hw/01asm/01.asm | joshgrib/2017F-coursework | 0 | 199743 | <filename>cs383_CompOrgAndProc/hw/01asm/01.asm<gh_stars>0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Problem 1:
;; Write an assembly language program to add up the numbers from 1 to 15
;; (inclusive) and output the result to Port B (Points 15).
.include "m328Pdef.inc"
init:... |
src/gamemain.asm | jardafis/CastleEscape | 1 | 199744 | <reponame>jardafis/CastleEscape<filename>src/gamemain.asm<gh_stars>1-10
IF !_ZXN
extern _LeftKnight0
extern _RightKnight0
extern RightJumpKnight0
extern LeftJumpKnight0
extern RightFallKnight0
extern LeftFallKnight0
ELSE
extern zxnInit
extern enab... |
programs/oeis/315/A315629.asm | karttu/loda | 1 | 199745 | <reponame>karttu/loda
; A315629: Coordination sequence Gal.6.133.6 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,6,12,16,20,24,28,32,36,40,46,52,58,64,68,72,76,80,84,88,92,98,104,110,116,120,124,128,132,136,140,144,150,156,162,16... |
oeis/027/A027083.asm | neoneye/loda-programs | 11 | 199746 | <filename>oeis/027/A027083.asm<gh_stars>10-100
; A027083: a(n) = A027082(n, n+2)
; Submitted by <NAME>(s4)
; 2,6,14,28,54,102,190,352,650,1198,2206,4060,7470,13742,25278,46496,85522,157302,289326,532156,978790,1800278,3311230,6090304,11201818,20603358,37895486,69700668,128199518,235795678,433695870
add $0,2
seq $0,893... |
programs/oeis/025/A025695.asm | neoneye/loda | 22 | 199747 | ; A025695: Index of 2^n within sequence of numbers of form 2^i*10^j.
; 1,2,3,4,6,8,10,13,16,19,23,27,31,35,40,45,50,56,62,68,75,82,89,96,104,112,120,129,138,147,157,167,177,187,198,209,220,232,244,256,269,282,295,308,322,336,350,365,380,395,411,427,443,459,476,493,510,528,546,564,583
mul $0,3
seq $0,25770 ; Expansion ... |
ex4.asm | MengmSun/80x86AssemblyExperiments | 2 | 199748 | data segment
bufferin db 5,?,5 dup(?);输入
bufferout db 20 dup(0);输出
n db ?
funcn dw ?;求得的阶乘
data ends
stack segment para stack 'stack'
dw 64 dup(?)
stack ends
code segment
assume cs:code,ss:stack,ds:data
main proc far
start:
mov ax,data
mov ds,ax
lea dx,bufferin
... |
src/boot.asm | OpenCreate/onix | 0 | 199750 | [org 0x7c00]
; 设置屏幕模式为文本模式
mov ax, 3
int 0x10
; 初始化段寄存器
mov ax, 0
mov ds, ax
mov es, ax
mov ss, ax
mov sp, 0x7c00
mov si, booting
call print
mov edi, 0x1000; 读取的目标内存
mov ecx, 2; 起始扇区
mov bl, 4; 扇区的数量
call read_disk
cmp word [0x1000], 0x55aa
jnz error
jmp 0:0x1002
; 阻塞
jmp $
read_disk:
;设置读写扇区的数量
mov d... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_2347.asm | ljhsiun2/medusa | 9 | 199751 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x6e8, %r8
nop
nop
nop
add $15226, %rcx
mov (%r8), %rsi
nop
nop
dec %rcx
lea addresses_WC_ht+0x29e4, %r11
nop
nop
cmp %r13, %r13
vmovups (%r11), %ymm3
vextracti128 $0, ... |
tools/yasm/tests/nasm/sizes.asm | fasttr-org/ftr | 0 | 199752 | BITS 32
aaa
aad 500
aad 10
aad 0xFF
aad 0
idiv al
idiv ax
idiv eax
idiv byte [0]
|
data/maps/objects/CeruleanTradeHouse.asm | opiter09/ASM-Machina | 1 | 199753 | CeruleanTradeHouse_Object:
db $a ; border block
def_warps
warp 2, 7, 1, LAST_MAP
warp 3, 7, 1, LAST_MAP
def_signs
def_objects
object SPRITE_GRANNY, 5, 4, STAY, LEFT, 1 ; person
object SPRITE_GAMBLER, 1, 2, STAY, NONE, 2 ; person
def_warps_to CERULEAN_TRADE_HOUSE
|
libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_insert.asm | teknoplop/z88dk | 8 | 199754 | <filename>libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_insert.asm<gh_stars>1-10
; size_t b_vector_insert(b_vector_t *v, size_t idx, int c)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC b_vector_insert
EXTERN asm_b_vector_insert
b_vector_insert:
pop af
pop de
pop bc
pop hl
push hl
... |
libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_input_kbd_lastk/zx_01_input_lastk_iterm_msg_getc.asm | jpoikela/z88dk | 640 | 199756 |
INCLUDE "config_private.inc"
SECTION code_driver
SECTION code_driver_terminal_input
PUBLIC zx_01_input_lastk_iterm_msg_getc
EXTERN zx_01_input_lastk_proc_lastk, error_zc, error_mc
zx_01_input_lastk_iterm_msg_getc:
; enter : ix = & FDSTRUCT.JP
;
; exit : a = keyboard char after character set transl... |
base/crts/crtw32/misc/amd64/longjmp.asm | npocmaka/Windows-Server-2003 | 17 | 199758 | title "Long Jump"
;++
;
; Copyright (c) 2000 Microsoft Corporation
;
; Module Name:
;
; longjmp.asm
;
; Abstract:
;
; This module implements the AMD64 specific routine to perform a long
; jump.
;
; N.B. This routine conditionally provides unsafe handling of long jump if
; struct... |
Firmware/Libraries/STM8_SelfTest_Library/src/stm8_stl_cpustart_IAR.asm | SergeiSOficial/AESTOUS_STM8 | 0 | 199759 | ;******************* (C) COPYRIGHT 2017 STMicroelectronics ********************
; File Name : stm8_stl_cpustart_IAR.s
; Description : This file contains STM8 CPU test function executed at Start-up.
; Author : STMicroelectronics - MCD Application Team
; Version : V2.0.0
; Date ... |
target/cos_117/disasm/iop_overlay1/HSXO.asm | jrrk2/cray-sim | 49 | 199760 | 0x0000 (0x000000) 0xEC00- f:00166 d: 0 | IOB , fn006
0x0001 (0x000002) 0x20C1- f:00020 d: 193 | A = OR[193]
0x0002 (0x000004) 0x1401- f:00012 d: 1 | A = A + 1 (0x0001)
0x0003 (0x000006) 0x2988- f:00024 d: 392 | OR[392] = A
... |
src/core/external/jpeg-6bx/jidctint.asm | miahmie/krkrz | 4 | 199761 | ;
; jidctint.asm - accurate integer IDCT (non-SIMD)
;
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
; This file should be assembled with NASM (Netwide Assembler),
; can *not* be assembled with Micros... |
programs/oeis/213/A213859.asm | karttu/loda | 0 | 199762 | ; A213859: 2^n mod (n+2).
; 1,2,0,3,4,4,0,2,6,6,4,7,8,2,0,9,16,10,4,2,12,12,16,8,14,20,4,15,16,16,0,2,18,22,16,19,20,2,24,21,16,22,4,38,24,24,16,32,6,2,4,27,34,52,8,2,30,30,4,31,32,2,0,8,16,34,4,2,46,36,16,37,38,17
mov $2,$0
add $0,2
mov $1,2
lpb $2,1
mod $1,$0
mul $1,2
sub $2,1
lpe
div $1,2
|
Library/Trans/Database/CSV/Export/exportManager.asm | steakknife/pcgeos | 504 | 199763 | <gh_stars>100-1000
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: CSV/Export
FILE: exportManger.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
ted 4/7/92 Initial version... |
data/pokemon/base_stats/exploud.asm | AtmaBuster/pokeplat-gen2 | 6 | 199764 | db 0 ; species ID placeholder
db 104, 91, 63, 68, 91, 63
; hp atk def spd sat sdf
db NORMAL, NORMAL ; type
db 45 ; catch rate
db 184 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/exploud/front.dimensions"
db GROWTH_MEDIUM_SL... |
programs/oeis/267/A267991.asm | karttu/loda | 0 | 199765 | ; A267991: Number of 2Xn arrays containing n copies of 0..2-1 with row sums and column sums nondecreasing.
; 1,4,5,15,21,57,85,220,341,858,1365,3368,5461,13276,21845,52479,87381,207861,349525,824527,1398101,3274395,5592405,13015081,22369621,51769813,89478485,206045841,357913941,820475513,1431655765,3268499356,572662306... |
data/maps/objects/PokemonTower6F.asm | opiter09/ASM-Machina | 1 | 199766 | PokemonTower6F_Object:
db $1 ; border block
def_warps
warp 18, 9, 1, POKEMON_TOWER_5F
warp 9, 16, 0, POKEMON_TOWER_7F
def_signs
def_objects
object SPRITE_CHANNELER, 12, 10, STAY, RIGHT, 1, OPP_CHANNELER, 19
object SPRITE_CHANNELER, 9, 5, STAY, DOWN, 2, OPP_CHANNELER, 20
object SPRITE_CHANNELER, 16, 5, STA... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_518.asm | ljhsiun2/medusa | 9 | 199767 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x17608, %rsi
lea addresses_normal_ht+0xf608, %rdi
nop
nop
xor $64605, %rdx
mov $110, %rcx
rep movsw
nop
nop
nop
inc %rbp
lea addresses_WC_ht+0x7368, %r11
clflus... |
Bootloader/Pure64/src/sysvar.asm | gbaliarda/TP_ARQUI | 0 | 199768 | <gh_stars>0
; =============================================================================
; Pure64 -- a 64-bit OS loader written in Assembly for x86-64 systems
; Copyright (C) 2008-2014 Return Infinity -- see LICENSE.TXT
;
; System Variables
; =====================================================================... |
assembly_code/chp6_02.asm | Nabeegh-Ahmed/BelalHashmi-Assembly-Exercise-Solutions | 104 | 199769 | [org 0x0100]
jmp start
character: dw '*'
start: call clrscr
push word [character]
call clash
end: mov ax, 0x4c00
int 21h
clrscr: mov ax, 0xb800
mov es, ax
xor di,di
mov ax,0x0720
mov cx,2000
cld
rep stosw
ret
... |
kernel/data.asm | paulscottrobson/z80-color-forth | 1 | 199770 | <reponame>paulscottrobson/z80-color-forth
; ***************************************************************************************
; ***************************************************************************************
;
; Name : data.asm
; Author : <NAME> (<EMAIL>)
; Date : 5th January 2019
; Purpose : Data... |
libsrc/_DEVELOPMENT/compress/aplib/z80/asm_aplib_depack.asm | jpoikela/z88dk | 640 | 199771 | ; ===============================================================
; Z80 aPLib decompression library
; version 1.2
; 1/12/2008
; Maxim (http://www.smspower.org/maxim)
; based on code by <NAME> (Dwedit) - see readme.txt
; ===============================================================
;
; void aplib_depack(void *dst, vo... |
programs/oeis/276/A276806.asm | neoneye/loda | 22 | 199772 | ; A276806: Height of the shortest binary factorization tree of n.
; 0,0,0,1,0,1,0,2,1,1,0,2,0,1,1,2,0,2,0,2,1,1,0,2,1,1,2,2,0,2,0,3,1,1,1,2,0,1,1,2,0,2,0,2,2,1,0,3,1,2,1,2,0,2,1,2,1,1,0,2,0,1,2,3,1,2,0,2,1,2,0,3,0,1,2,2,1,2,0,3,2,1,0,2,1,1,1,2,0,2,1,2,1,1,1,3,0,2,2,2
seq $0,1222 ; Number of prime divisors of n counted... |
libsrc/stdio/pc6001/puts_cons.asm | RC2014Z80/z88dk | 8 | 199773 | ;
; PC6001 64/128 C Library
;
; puts_cons
;
; <NAME> - 2013
;
;
; $Id: puts_cons.asm,v 1.3 2016-05-15 20:15:46 dom Exp $
;
SECTION code_clib
PUBLIC puts_cons_native
;
; Entry: hl = points text
;
.puts_cons_native
pop bc
pop hl
push hl
push bc
JP 30CFh ; Print string in (HL)
|
programs/oeis/158/A158774.asm | neoneye/loda | 22 | 199774 | <reponame>neoneye/loda<gh_stars>10-100
; A158774: a(n) = 80*n^2 - 1.
; 79,319,719,1279,1999,2879,3919,5119,6479,7999,9679,11519,13519,15679,17999,20479,23119,25919,28879,31999,35279,38719,42319,46079,49999,54079,58319,62719,67279,71999,76879,81919,87119,92479,97999,103679,109519,115519,121679,127999,134479,141119,14791... |
Tek2/ASM/MinilibC/src/memset.asm | PhilippeDeSousa/EpitechBundle | 1 | 199775 | <reponame>PhilippeDeSousa/EpitechBundle<gh_stars>1-10
section .text
global memset:function
memset:
mov rcx, 0
loop:
cmp BYTE [rdi + rcx], 0
je false
mov [rdi + rcx], sil
inc rcx
cmp rcx, rdx
je end
jmp loop
false:
mov rax, 0
ret
end:
mov rax, rdi
ret
|
programs/oeis/040/A040482.asm | neoneye/loda | 22 | 199776 | <filename>programs/oeis/040/A040482.asm<gh_stars>10-100
; A040482: Continued fraction for sqrt(505).
; 22,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2,44,2,8,2
seq $0,10201 ; Continued fr... |
Gathered CTF writeups/tokyowesterns_ctf_2019/EBC/payload_stage_4.asm | mihaid-b/CyberSakura | 1 | 199777 | <reponame>mihaid-b/CyberSakura
; --------------------------------------------------------------------------------------------------
; Decoded payload, stage 4
; --------------------------------------------------------------------------------------------------
0x04006254: 60 81 02 10 MOVqw R1, @R0 (+2, +0)
0x04006258: f... |
lessons/fasm_lesson_intro/helloworld.asm | rgimad/fasm_programs | 8 | 199778 | format PE64 GUI 5.0
entry start
include 'win64a.inc'
section '.data' data readable writeable
text db 'Hello world!',0
caption db 'Privet mir!',0
section '.code' code readable executable
start:
sub rsp, 0x28 ; 0x28 = 0x20 + 0x8 . 0x20 = 32 bytes.
mov rcx, 0
mov rdx, text
mov r8, caption
... |
oeis/192/A192879.asm | neoneye/loda-programs | 11 | 199780 | ; A192879: Coefficient of x in the reduction by (x^2 -> x + 1) of the polynomial p(n,x) given in Comments.
; Submitted by <NAME>(s1)
; 0,1,4,10,27,70,184,481,1260,3298,8635,22606,59184,154945,405652,1062010,2780379,7279126,19057000,49891873,130618620,341963986,895273339,2343856030,6136294752,16065028225,42058789924,110... |
pkgs/tools/yasm/src/modules/arch/x86/tests/gas32/gas-farithr.asm | manggoguy/parsec-modified | 2,151 | 199783 | .text
fsub %st(0),%st(1)
fsub %st(3),%st
fsubp %st(0),%st(1)
#fsubp %st(3),%st
fsubr %st(0),%st(1)
fsubr %st(3),%st
fsubrp %st(0),%st(1)
#fsubrp %st(3),%st
fdiv %st(0),%st(1)
fdiv %st(3),%st
fdivp %st(0),%st(1)
#fdivp %st(3),%st
f... |
libsrc/adt/queue/adt_QueueCreateS.asm | meesokim/z88dk | 0 | 199785 | <reponame>meesokim/z88dk
; void __FASTCALL__ *adt_QueueCreateS(struct adt_Queue *q)
; 11.2006 aralbrec
PUBLIC adt_QueueCreateS
EXTERN l_setmem
; initialize an adt_Queue
;
; hl = struct adt_Queue*
.adt_QueueCreateS
xor a
jp l_setmem-11
|
programs/oeis/107/A107994.asm | neoneye/loda | 22 | 199786 | <gh_stars>10-100
; A107994: Numbers n such that 11*n - 2 is prime.
; 3,5,9,15,21,23,29,35,41,59,63,69,75,83,89,93,99,101,105,119,125,131,135,141,143,149,159,171,173,183,191,195,209,213,225,231,243,245,255,269,273,275,279,281,293,303,315,321,329,339,345,353,359,365,369,371,383,401,411,423,425,435,443,449,455,465,471,485... |
Working Disassembly/Levels/FBZ/Misc Object Data/Map - Missile Launcher.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 199787 | dc.w word_3C79C-Map_FBZMissileLauncher
dc.w word_3C7AA-Map_FBZMissileLauncher
dc.w word_3C7B8-Map_FBZMissileLauncher
dc.w word_3C7C0-Map_FBZMissileLauncher
dc.w word_3C7CE-Map_FBZMissileLauncher
dc.w word_3C7D6-Map_FBZMissileLauncher
dc.w word_3C7DE-Map_FBZMissileLauncher
word_3C79C: dc.w 2 ; DATA XREF:... |
libsrc/_DEVELOPMENT/string/c/sccz80/strpbrk_callee.asm | Frodevan/z88dk | 640 | 199788 |
; char *strpbrk(const char *s1, const char *s2)
SECTION code_clib
SECTION code_string
PUBLIC strpbrk_callee
EXTERN asm_strpbrk
strpbrk_callee:
IF __CPU_GBZ80__
pop bc
pop de
pop hl
push bc
call asm_strpbrk
ld d,h
ld e,l
ret
ELSE
pop hl
pop de
ex (sp),hl
jp asm_strpbrk
ENDIF
... |
multimedia/directx/dmusic/dmusic16/libentry.asm | npocmaka/Windows-Server-2003 | 17 | 199789 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; LIBENTRY.ASM
;
; Copyright (c) 1989-1998 Microsoft Corporation
;
; This module contains the entry point for MidiMap.dll
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PMODE = 1
... |
1571/64tass/mfmsubr1.asm | silverdr/assembly | 23 | 199790 |
; format track
cmdsev lda #$f8 ; write track
jsr strtwd ; send command
bit switch ; system 34 / iso standard switch
bvc no_ind ; write index ?
ldx #80
#WDTEST ; chk address
- lda wdstat
and #3
lsr a
bcc v6
... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1855.asm | ljhsiun2/medusa | 9 | 199791 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %rax
push %rbp
push %rbx
push %rdi
lea addresses_D_ht+0x13164, %rdi
nop
nop
nop
nop
nop
add $58067, %rax
mov $0x6162636465666768, %rbx
movq %rbx, %xmm5
and $0xffffffffffffffc0, %rdi
movaps %xmm5, (%rdi)
cmp $17763, %rbx
lea addresses_A_ht+0xc8b6... |
libsrc/_DEVELOPMENT/target/yaz180/device/asci/z180/asm_asci0_flush_Tx_di.asm | Frodevan/z88dk | 640 | 199792 |
SECTION code_driver
SECTION code_driver_character_output
PUBLIC asm_asci0_flush_Tx_di
EXTERN asm_z180_push_di, asm_z180_pop_ei
EXTERN asm_asci0_flush_Tx
asm_asci0_flush_Tx_di:
push af
push hl
call asm_z180_push_di ; di
call asm_asci0_flush_Tx
... |
oeis/264/A264238.asm | neoneye/loda-programs | 11 | 199793 | <filename>oeis/264/A264238.asm<gh_stars>10-100
; A264238: Number of (n+1) X (2+1) arrays of permutations of 0..n*3+2 with each element having directed index change 0,0 1,1 0,-1 -1,1 or 0,-2.
; Submitted by <NAME>
; 8,21,89,296,1105,3897,14128,50533,181937,652944,2346977,8429681,30288280,108807669,390915337,1404388408,5... |
programs/oeis/298/A298866.asm | neoneye/loda | 22 | 199795 | <reponame>neoneye/loda<gh_stars>10-100
; A298866: Positions of primes p when all p and 4*p are arranged in increasing order.
; 1,2,3,4,6,8,9,10,12,14,15,16,17,18,20,22,23,24,25,27,28,30,31,32,34,35,36,37,38,39,42,43,44,45,47,48,49,50,52,54,55,56,58,59,60,61,62,64,65,66,67,69,70,72,73,74,76,77,78,79,80,83,84,85,86,88,89... |
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_61_1096.asm | ljhsiun2/medusa | 9 | 199796 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x168f, %rsi
lea addresses_normal_ht+0x20c, %rdi
nop
nop
nop
nop
nop
add %rdx, %rdx
mov $98, %rcx
rep movsw
nop
nop
nop
nop
add %r11, %r11
lea address... |
oeis/134/A134633.asm | neoneye/loda-programs | 11 | 199797 | ; A134633: 5*n^5 + 3*n^3 + 2*n^2. Coefficients and exponents are the prime numbers in decreasing order.
; 0,10,192,1314,5344,16050,39600,85162,165504,297594,503200,809490,1249632,1863394,2697744,3807450,5255680,7114602,9465984,12401794,16024800,20449170,25801072,32219274,39855744,48876250,59460960,71805042,86119264,102... |
slae/MulDiv.nasm | Bigsby/slae | 0 | 199798 | <gh_stars>0
global _start
section .text
_start:
mov eax, 0x0
mov al, 0x10
mov bl, 0x2
mul bl
mov al, 0xff
mul bl
mov eax, 0x0
mov ebx, 0x0
mov ax, 0x1122
mov bx, 0x0002
mul bx
mov ax, 0x1122
mov bx, 0x1122
... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_535.asm | ljhsiun2/medusa | 9 | 199799 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_535.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rsi
lea addresses_WC_ht+0xf4df, %r15
nop
nop
nop
add %rbx, %rbx
movb (%r15), %al
nop
nop
nop
nop
lfence
lea addresses_WT_ht... |
Code/CustomControl/RAResEd/Src/XPManifestEdit.asm | CherryDT/FbEditMOD | 11 | 199800 | <reponame>CherryDT/FbEditMOD
IDD_XPMANIFEST equ 2000
IDC_EDTXPMANIFEST equ 1002
.data
szManifestName db 'IDR_XPMANIFEST',0
defxpmanifest XPMANIFESTMEM <,1,"xpmanifest.xml">
db '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>',0Dh,0Ah
db '<assembly xmlns="urn:schemas-microsoft-com:... |
programs/oeis/157/A157889.asm | karttu/loda | 1 | 199801 | <filename>programs/oeis/157/A157889.asm
; A157889: a(n) = 18*n^2 + 1.
; 19,73,163,289,451,649,883,1153,1459,1801,2179,2593,3043,3529,4051,4609,5203,5833,6499,7201,7939,8713,9523,10369,11251,12169,13123,14113,15139,16201,17299,18433,19603,20809,22051,23329,24643,25993,27379,28801,30259,31753,33283,34849,36451,38089,3976... |
data/maps/maps.asm | AtmaBuster/pokecrystal16-493-plus | 1 | 199802 | map: MACRO
;\1: map name: for the MapAttributes pointer (see data/maps/attributes.asm)
;\2: tileset: a TILESET_* constant
;\3: environment: TOWN, ROUTE, INDOOR, CAVE, ENVIRONMENT_5, GATE, or DUNGEON
;\4: location: from constants/landmark_constants.asm
;\5: music: a MUSIC_* constant
;\6: phone service flag: TRUE to prev... |
programs/oeis/316/A316671.asm | neoneye/loda | 22 | 199804 | ; A316671: Squares visited by moving diagonally one square on a diagonally numbered board and moving to the lowest available unvisited square at each step.
; 1,5,4,12,11,23,22,38,37,57,56,80,79,107,106,138,137,173,172,212,211,255,254,302,301,353,352,408,407,467,466,530,529,597,596,668,667,743,742,822,821,905,904,992,99... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.