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/082/A082679.asm | jmorken/loda | 1 | 49772 | ; A082679: Number of Lego towers, one piece per floor, where every floor is perpendicular to the one below it (so we have a kind of 3-dimensional zigzag pattern).
; 0,1,2,6,20,69,241,845,2966,10414,36568,128409,450913,1583401,5560186,19524854,68562444,240760253,845440977,2968805845,10425101678,36608235998,128551546480,... |
libmikeos/src.os/os_string_reverse.asm | mynameispyo/InpyoOS | 0 | 49774 | <reponame>mynameispyo/InpyoOS
; @@@ void mikeos_string_reverse(char *string);
%include "os_vector.inc"
section .text
use16
global _mikeos_string_reverse
_mikeos_string_reverse:
mov bx, sp
push si
mov si, [ss:bx + 2]
mov bx, os_string_reverse
call bx
pop si
ret
|
Driver/Stream/IRPort/irportMain.asm | steakknife/pcgeos | 504 | 49775 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Stream Drivers -- FileStream driver
FILE: irportMain.asm
AUTHOR: <NAME>, Jan 12, 1993
ROUTINES:
Name Description
---- -----------
REV... |
dv3/q40/hd/ide_cmd.asm | olifink/smsqe | 0 | 49776 | <reponame>olifink/smsqe
; DV3 IDE Commands V3.00 1998 <NAME>
; use per drive check for lba not per device V3.01 <NAME> 2017 Nov 18
section dv3
xdef id_cmd
xdef id_cmdw
xref id_statw
xref.l ide.0
xref.l ide.1
xref.s ideo.scnt
xref.s ideo.sect
xref.s ideo.cyll
xref.s ideo.cylh
xref.s ideo.... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2.log_507_778.asm | ljhsiun2/medusa | 9 | 49777 | <filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2.log_507_778.asm
.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_WC_ht+0x1ecfd, %rsi
lea addresses_WT_ht+0x4c2d, %rdi
clflush (%rdi)
nop
nop
sub $29202, %r11
mov $... |
data/pokemon/base_stats/rampardos.asm | TastySnax12/pokecrystal16-493-plus | 2 | 49778 | db 0 ; species ID placeholder
db 97, 165, 60, 58, 65, 50
; hp atk def spd sat sdf
db ROCK, ROCK ; type
db 45 ; catch rate
db 173 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F12_5 ; gender ratio
db 100 ; unknown 1
db 30 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/rampardos/... |
vpx_dsp/x86/avg_ssse3_x86_64.asm | golden1232004/libvpx | 27 | 49779 | ;
; Copyright (c) 2014 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... |
coverage/IN_CTS/0544-COVERAGE-intructions-h-3434/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 49780 | <filename>coverage/IN_CTS/0544-COVERAGE-intructions-h-3434/work/variant/1_spirv_asm/shader.frag.asm
; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 27
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical G... |
oeis/199/A199931.asm | neoneye/loda-programs | 11 | 49781 | <gh_stars>10-100
; A199931: Trisection 1 of A199803.
; Submitted by <NAME>
; -1,2,4,-15,-2,79,-88,-294,815,488,-4769,3438,20080,-42527,-49666,278943,-93220,-1308634,2103343,4067664,-15799793,-1126550,82089836,-96324543,-299451394,864290495,454552096,-4979131422,3870112831,20615805880,-45400053553,-48829731594,292575692... |
oeis/183/A183869.asm | neoneye/loda-programs | 11 | 49784 | ; A183869: n+floor(sqrt(4n+5)); complement of A004116.
; Submitted by <NAME>
; 2,4,5,7,8,10,11,12,14,15,16,18,19,20,21,23,24,25,26,28,29,30,31,32,34,35,36,37,38,40,41,42,43,44,45,47,48,49,50,51,52,54,55,56,57,58,59,60,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,79,80,81,82,83,84,85,86,88,89,90,91,92,93,94,95,96,98,99,... |
Micro_Processor_Lab/flick.asm | MohithGowdaHR/PES-Engineering-Lab-Programs | 0 | 49785 | <reponame>MohithGowdaHR/PES-Engineering-Lab-Programs
; Seven segment
; Flickering effect (1234 5678)
data segment
portc equ 0c802h
portb equ 0c801h
cw equ 0c803h
cod1 db 99h,0b0h,0a4h,0f9h
cod2 db 80h,0f8h,82h,92h
count db 5
data ends
code segment
assume cs:code,ds:data
start:mov ax,data
mov ds,ax
mov al... |
malban/Release/VRelease/Release.History/VRelease_2017_04_14/Song/track_1C_08.asm | mikepea/vectrex-playground | 5 | 49787 | dw $0040
track_1C_08:
db $FF, $18, $97, $DE, $63, $FE, $1A, $7E, $E6, $34
db $ED, $FC, $70, $30, $F5, $77, $87, $88, $F3, $5D
db $DC, $0C, $0F, $FD, $E8, $E9, $C4, $BE, $EA, $A3
db $EE, $FD, $2F, $3F, $A8, $F6, $8C, $4B, $AC, $E1
db $D3, $48, $F3, $1E, $86, $BB, $B1, $E0, $EF, $3C
db $76, $BB, $BA, $9C, $27, $8F... |
libsrc/_DEVELOPMENT/arch/zx/display/z80/asm_zx_aaddrcup.asm | jpoikela/z88dk | 640 | 49788 |
; ===============================================================
; Jun 2007
; ===============================================================
;
; void *zx_aaddrcup(void *aaddr)
;
; Modify attribute address to move up one character square.
;
; ===============================================================
INCLUDE "c... |
8088/ee.asm | reenigne/reenigne | 92 | 49789 | <gh_stars>10-100
%include "defaults_bin.asm"
mov ax,8
cwd
mov cx,3
idiv cl
push dx
outputHex
outputCharacter ' '
pop ax
outputHex
outputCharacter ' '
outputCharacter ' '
mov ax,8
cwd
mov cx,-3
idiv cl
push dx
outputHex
outputCharacter ' '
pop ax
outputHex
outputCharacter... |
programs/oeis/134/A134142.asm | jmorken/loda | 1 | 49790 | ; A134142: List of quadruples: 2*(-4)^n, -3*(-4)^n, 2*(-4^n), 2*(-4)^n, n >= 0.
; 2,-3,2,2,-8,12,-8,-8,32,-48,32,32,-128,192,-128,-128,512,-768,512,512,-2048,3072,-2048,-2048,8192,-12288,8192,8192,-32768,49152,-32768,-32768,131072,-196608,131072,131072,-524288,786432,-524288,-524288,2097152,-3145728,2097152,2097152,-83... |
Source/Levels/L0500.asm | AbePralle/FGB | 0 | 49791 | ; L0500.asm
; Generated 08.24.2000 by mlevel
; Modified 08.24.2000 by <NAME>
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
;---------------------------------------------------------------------
SECTION "Level0500Section",ROMX
;---------------------------------------------------------------------
L0500_Conte... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_1052.asm | ljhsiun2/medusa | 9 | 49792 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x144e4, %r10
nop
nop
nop
nop
nop
and %rbx, %rbx
movl $0x61626364, (%r10)
and %r8, %r8
lea addresses_WC_ht+0x49e4, %r11
nop
xor $37664, %rdi
mov (%r11), %r15
nop
nop
... |
bench/nqueens.llvm-x64.asm | eval-apply/digamma | 31 | 49794 | .section __TEXT,__text,regular,pure_instructions
.macosx_version_min 10, 15
.intel_syntax noprefix
.globl "_8fb2aece-298c-423e-884a-5512a5083426" ## -- Begin function 8fb2aece-298c-423e-884a-5512a5083426
.p2align 4, 0x90
"_8fb2aece-298c-423e-884a-5512a5083426": ## @"8fb2aece-298c-423e-884a-5512a5083426"
.cfi_star... |
programs/oeis/247/A247313.asm | jmorken/loda | 1 | 49795 | <reponame>jmorken/loda<filename>programs/oeis/247/A247313.asm
; A247313: a(n) = 5*a(n-1) - 2^n for n>0, a(0)=1.
; 1,3,11,47,219,1063,5251,26127,130379,651383,3255891,16277407,81382939,406906503,2034516131,10172547887,50862673899,254313238423,1271565929971,6357829125567,31789144579259,158945720799143,794728599801411,397... |
prg0.asm | moshenahmias/polaon | 0 | 49796 | <reponame>moshenahmias/polaon
; [ *************************************** PRG 0 ($A000-$BFFF) ***************************************]
; ****************************************************
; state 0 (copyright)
; ****************************************************
S0InitHandler:
pha
txa
pha
tya
pha
ldy ... |
programs/oeis/073/A073575.asm | neoneye/loda | 22 | 49797 | <gh_stars>10-100
; A073575: Sum of factorial numbers dividing n.
; 1,3,1,3,1,9,1,3,1,3,1,9,1,3,1,3,1,9,1,3,1,3,1,33,1,3,1,3,1,9,1,3,1,3,1,9,1,3,1,3,1,9,1,3,1,3,1,33,1,3,1,3,1,9,1,3,1,3,1,9,1,3,1,3,1,9,1,3,1,3,1,33,1,3,1,3,1,9,1,3,1,3,1,9,1,3,1,3,1,9,1,3,1,3,1,33,1,3,1,3
add $0,1
mov $2,2
mov $3,$0
mov $4,$0
mov $6,1
l... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_m_getdrv.asm | jpoikela/z88dk | 640 | 49798 | <filename>libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_m_getdrv.asm<gh_stars>100-1000
; unsigned char esx_m_getdrv(void)
SECTION code_esxdos
PUBLIC esx_m_getdrv
EXTERN asm_esx_m_getdrv
defc esx_m_getdrv = asm_esx_m_getdrv
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _esx_m_getdrv
defc _esx_m_getdrv = esx_m_ge... |
oeis/190/A190949.asm | neoneye/loda-programs | 11 | 49801 | <gh_stars>10-100
; A190949: Odd Fibonacci numbers with odd index.
; 1,5,13,89,233,1597,4181,28657,75025,514229,1346269,9227465,24157817,165580141,433494437,2971215073,7778742049,53316291173,139583862445,956722026041,2504730781961,17167680177565,44945570212853,308061521170129,806515533049393,5527939700884757,14472334024... |
programs/oeis/081/A081493.asm | jmorken/loda | 1 | 49802 | <filename>programs/oeis/081/A081493.asm
; A081493: Triangle read by rows in which the n-th row begins with n and contains n terms of an Arithmetic progression with a common difference of (n-1).
; 1,2,3,3,5,7,4,7,10,13,5,9,13,17,21,6,11,16,21,26,31,7,13,19,25,31,37,43,8,15,22,29,36,43,50,57,9,17,25,33,41,49,57,65,73,10,... |
MONCommands.asm | electrickery/Z80SerialMonitor | 1 | 49804 | <filename>MONCommands.asm
;***************************************************************************
; PROGRAM: MONCommands
; PURPOSE: Subroutines for all monitor commands
; ASSEMBLER: original: TASM 3.2 , converted to z80pack/z80asm
; LICENCE: The MIT Licence
; AUTHOR : MCook
; CREATE DATE : 0... |
asm/6502/test/modes/mode_c.asm | fcatrin/clc88 | 6 | 49805 | icl '../../os/symbols.asm'
org BOOTADDR
lda #0
sta ROS7
lda #$0C
ldx #OS_SET_VIDEO_MODE
jsr OS_CALL
mwa VRAM_FREE VTILESET_BIG
mwa VRAM_FREE VRAM_TO_RAM
jsr lib_vram_to_ram
adw RAM_TO_VRAM #128
ldy #0
copy_tile:
lda tile, y
sta (RAM_TO_VRAM), y
iny
cpy #128
bne copy... |
BootloaderCommonPkg/Library/LinuxLib/Ia32/JumpToKernel.nasm | CunningLearner/slimbootloader | 1 | 49806 | ;------------------------------------------------------------------------------
;
; Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
;
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
;------------------------------------------------------------------------------
SECTION .text
;---------------... |
oeis/126/A126795.asm | neoneye/loda-programs | 11 | 49808 | ; A126795: a(n) = gcd(n, Product_{p|n} (p+1)), where the product is over the distinct primes p that divide n.
; Submitted by <NAME>
; 1,1,1,1,1,6,1,1,1,2,1,12,1,2,3,1,1,6,1,2,1,2,1,12,1,2,1,4,1,6,1,1,3,2,1,12,1,2,1,2,1,6,1,4,3,2,1,12,1,2,3,2,1,6,1,8,1,2,1,12,1,2,1,1,1,6,1,2,3,2,1,12,1,2,3,4,1,6,1,2,1,2,1,12,1,2,3,4,1,1... |
base/crts/fpw32/tran/i386/atan_pentium4.asm | npocmaka/Windows-Server-2003 | 17 | 49809 | <reponame>npocmaka/Windows-Server-2003<filename>base/crts/fpw32/tran/i386/atan_pentium4.asm
;/* File: "atan_wmt.asm". */
;//
;// INTEL CORPORATION PROPRIETARY INFORMATION
;// This software is supplied under the terms of a license agreement or
;// nondisclosure agreement with Intel Corporation and ma... |
audio/sfx/battle_28.asm | AmateurPanda92/pokemon-rby-dx | 9 | 49810 | <reponame>AmateurPanda92/pokemon-rby-dx<filename>audio/sfx/battle_28.asm
SFX_Battle_28_Ch4:
duty 0
squarenote 0, 15, 1, 1984
squarenote 0, 15, 1, 1792
loopchannel 12, SFX_Battle_28_Ch4
endchannel
SFX_Battle_28_Ch5:
dutycycle 179
squarenote 0, 14, 1, 1985
squarenote 0, 14, 1, 1793
loopchannel 12, SFX_Battle_2... |
projects/dxilconv/test/dxbc2dxil-asm/hs3.asm | clayne/DirectXShaderCompiler | 1,192 | 49811 | <reponame>clayne/DirectXShaderCompiler
/*// RUN: %testasm %s /Fo %t.dxbc*/
// RUN: %dxbc2dxil %t.dxbc /emit-llvm /o %t.ll.converted
// RUN: fc %b.ref %t.ll.converted
hs_5_0
hs_decls
dcl_input_control_point_count 4
dcl_output_control_point_count 32
dcl_tessellator_domain domain_quad
dcl_tessellator_parti... |
programs/oeis/143/A143008.asm | karttu/loda | 1 | 49813 | <gh_stars>1-10
; A143008: Crystal ball sequence for the A2 x A2 lattice.
; 1,13,73,253,661,1441,2773,4873,7993,12421,18481,26533,36973,50233,66781,87121,111793,141373,176473,217741,265861,321553,385573,458713,541801,635701,741313,859573,991453,1137961,1300141,1479073,1675873,1891693,2127721
add $0,1
bin $0,2
add $0,1
... |
programs/oeis/033/A033622.asm | karttu/loda | 0 | 49814 | ; A033622: Good sequence of increments for Shell sort (best on big values).
; 1,5,19,41,109,209,505,929,2161,3905,8929,16001,36289,64769,146305,260609,587521,1045505,2354689,4188161,9427969,16764929,37730305,67084289,150958081,268386305,603906049,1073643521,2415771649,4294770689,9663381505,17179475969,38654115841,68718... |
examples/instructions.asm | wirehell/intasm | 0 | 49816 | halt
spa 1
add 1, 1, [0]
add 1+1*1, 1, [0]
.label add ( 1 + 1 + 1 * 1 ), 1, [0]
add 1 * 2 + 3 *4, 1, %[-3]
; add 1+2*3+4, 1, 0
; add [count] 1 [count] ; comment
; eq [tmp] size [comp]
; jif [comp] loop
; out [%sp-1] ... |
programs/oeis/127/A127276.asm | neoneye/loda | 22 | 49817 | <filename>programs/oeis/127/A127276.asm
; A127276: Hankel transform of A127275.
; 1,1,-2,-16,-64,-208,-608,-1664,-4352,-11008,-27136,-65536,-155648,-364544,-843776,-1933312,-4390912,-9895936,-22151168,-49283072,-109051904,-240123904,-526385152,-1149239296,-2499805184,-5419040768,-11710496768,-25232932864,-54223962112,-... |
c_projects/project1/boot/print_string_pm.asm | darbinreyes/subparprogrammer | 0 | 49818 | <reponame>darbinreyes/subparprogrammer<gh_stars>0
; A very simple printing routine for use in 32 bit protected mode since
; we won't be able to use the BIOS once we make the switch into 32 bit protected mode
; This function doesn't scroll, all prints start at the upper left corner.
; The address of the first character ... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2638.asm | ljhsiun2/medusa | 9 | 49819 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1deb6, %rdx
nop
nop
nop
nop
and %rax, %rax
mov (%rdx), %ecx
nop
nop
xor $37192, %r10
lea addresses_WT_ht+0x65b6, %rsi
lea addresses_normal_ht+0xd50f, %rdi
clflush (%rdi)
nop
... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1480.asm | ljhsiun2/medusa | 9 | 49820 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1480.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r14
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
// Load
lea addresses_PSE... |
oeis/142/A142569.asm | neoneye/loda-programs | 11 | 49821 | <filename>oeis/142/A142569.asm
; A142569: Primes congruent to 39 mod 53.
; Submitted by <NAME>(s4)
; 251,463,569,887,1523,2053,2371,2477,2689,3643,4597,4703,5021,5233,5657,5869,6823,7247,7459,7883,8731,8837,9049,9473,9791,10321,10427,10639,10957,11593,11699,12547,12653,13183,14243,14561,14879,15091,15727,16363,16787,17... |
libsrc/_DEVELOPMENT/alloc/obstack/z80/asm_obstack_copy0.asm | jpoikela/z88dk | 640 | 49822 | <reponame>jpoikela/z88dk
; ===============================================================
; Dec 2013
; ===============================================================
;
; void *obstack_copy0(struct obstack *ob, void *address, size_t size)
;
; Attempt to allocate size+1 bytes from the obstack and initialize
; it by c... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1321.asm | ljhsiun2/medusa | 9 | 49823 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1321.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x143c7, %rbp
cmp %r8, %r8
mov $0x6162636465666768, %r14
movq %r14, (%rbp)
nop
nop
and %r13, %r13
le... |
libsrc/_DEVELOPMENT/fcntl/c/sccz80/write_callee.asm | jpoikela/z88dk | 640 | 49824 |
; ssize_t write(int fd, const void *buf, size_t nbyte)
SECTION code_clib
SECTION code_fcntl
PUBLIC write_callee
EXTERN asm_write
write_callee:
pop hl
pop bc
pop de
ex (sp),hl
jp asm_write
|
programs/oeis/282/A282513.asm | karttu/loda | 0 | 49825 | ; A282513: a(n) = floor((3*n + 2)^2/24 + 1/3).
; 0,1,3,5,8,12,17,22,28,35,43,51,60,70,81,92,104,117,131,145,160,176,193,210,228,247,267,287,308,330,353,376,400,425,451,477,504,532,561,590,620,651,683,715,748,782,817,852,888,925,963
mov $2,$0
add $2,2
lpb $0,1
trn $1,$2
add $1,$0
sub $0,1
trn $2,4
lpe
|
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1668.asm | ljhsiun2/medusa | 9 | 49826 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1668.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xf450, %r9
nop
nop
nop
nop
nop
xor $58620, %rbp
mov (%r9), %r15d
nop
and %rbp, ... |
src/Kernel/multicore/startup.asm | Rob2309/SimpleOS2 | 7 | 49828 | <reponame>Rob2309/SimpleOS2
[BITS 16]
GLOBAL smp_Start
smp_Start:
GLOBAL smp_Trampoline
smp_Trampoline:
cli
mov ax, cs
mov ds, ax
mov es, ax
mov ss, ax
; Calculate absolute address of smp_Start
mov edi, [ds: smp_TrampolineBaseAddress - smp_Start]
... |
oeis/142/A142305.asm | neoneye/loda-programs | 11 | 49830 | ; A142305: Primes congruent to 29 mod 44.
; Submitted by <NAME>(s4)
; 29,73,293,337,557,601,733,821,953,997,1129,1217,1481,1613,1657,1789,1877,2053,2141,2273,2713,2801,3109,3329,3373,3461,3593,3637,3769,3989,4253,4297,4517,4561,4649,4957,5309,5441,5573,5749,5881,6101,6277,6673,6761,7069,7333,7817,7949,7993,8081,8389,85... |
x265/source/common/x86/loopfilter.asm | xu5343/ffmpegtoolkit_CentOS7 | 0 | 49832 | ;*****************************************************************************
;* Copyright (C) 2013-2017 MulticoreWare, Inc
;*
;* Authors: <NAME> <<EMAIL>>
;* <NAME> <<EMAIL>>
;* <NAME> <<EMAIL>>
;* <NAME> <<EMAIL>>
;* <NAME> <<EMAIL>>
;* <NAME> <<EMAIL>>
;* This program is... |
Lab1/Lab001/Debug/string.asm | Inscrupulous/MSP430 | 0 | 49833 | ;******************************************************************************
;* MSP430 G3 C/C++ Codegen PC v20.2.1.LTS *
;* Date/Time created: Thu Aug 27 13:59:42 2020 *
;*******************************************************************... |
oeis/037/A037756.asm | neoneye/loda-programs | 11 | 49834 | <gh_stars>10-100
; A037756: Base 9 digits are, in order, the first n terms of the periodic sequence with initial period 2,3,1,0.
; Submitted by <NAME>
; 2,21,190,1710,15392,138531,1246780,11221020,100989182,908902641,8180123770,73621113930,662590025372,5963310228351,53669792055160,483028128496440,4347253156467962
add ... |
wc.asm | istiakbinmahmod/Xv6 | 0 | 49836 |
_wc: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
printf(1, "%d %d %d %s\n", l, w, c, name);
}
int
main(int argc, char *argv[])
{
0: f3 0f 1e fb endbr32
4: 8d 4c 24 04 lea 0x4(%esp),%ecx
8: 83 e4 f0 and $0xfffffff0,%esp
b: ff 71 fc ... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_7263_1060.asm | ljhsiun2/medusa | 9 | 49837 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xeaa1, %r15
xor $37284, %rdx
mov (%r15), %rcx
nop
nop
cmp %rax, %rax
lea addresses_normal_ht+0xcbe1, %rsi
lea addresses_D_ht+0x66e1, %rdi
nop
nop
xor %r8, %r8
mov $58, %rcx
re... |
oeis/020/A020785.asm | neoneye/loda-programs | 11 | 49838 | <filename>oeis/020/A020785.asm
; A020785: Decimal expansion of 1/sqrt(28).
; Submitted by <NAME>(s2)
; 1,8,8,9,8,2,2,3,6,5,0,4,6,1,3,6,1,3,6,0,7,2,5,8,2,6,8,1,1,7,0,9,0,0,3,0,4,0,7,8,7,5,6,5,5,9,3,4,4,6,0,7,2,7,1,6,9,1,6,6,7,4,7,0,8,5,7,9,0,6,3,0,2,3,0,7,3,4,5,4,4,8,4,0,0,2,8,0,6,3,3,1,9,6,1,0,2,5,7,9
add $0,1
mov $1,... |
src/asm_files/examples/windowtest.asm | zedth2/sunyat-c | 0 | 49840 |
.message Sure hope this doesn't crash.
.constant SCREEN 0xFE
.constant KEYB 0xFF
.constant CR 0xD
.constant LF 0xA
!crlf
.variable crlf0 CR
.variable crlf1 LF
.variable crlf2 0
!prompt
.variable prompt0 'E'
.variable prompt1 'n'
.variable prompt2 't'
.variable prompt3 'e'
.variable prompt4 'r'
.variable prompt5 ... |
programs/oeis/025/A025764.asm | jmorken/loda | 1 | 49841 | <reponame>jmorken/loda<filename>programs/oeis/025/A025764.asm
; A025764: Expansion of 1/((1-x)(1-x^2)(1-x^7)).
; 1,1,2,2,3,3,4,5,6,7,8,9,10,11,13,14,16,17,19,20,22,24,26,28,30,32,34,36,39,41,44,46,49,51,54,57,60,63,66,69,72,75,79,82,86,89,93,96,100,104,108,112,116,120,124,128
add $0,1
mov $2,$0
lpb $2
mov $4,$2
lp... |
programs/oeis/239/A239129.asm | neoneye/loda | 22 | 49842 | <filename>programs/oeis/239/A239129.asm
; A239129: a(n) = 18*n - 1, n >= 1, the second column of triangle A239127 related to the Collatz problem.
; 17,35,53,71,89,107,125,143,161,179,197,215,233,251,269,287,305,323,341,359,377,395,413,431,449,467,485,503,521,539,557,575,593,611,629,647,665,683,701,719,737,755,773,791,8... |
src/kempston.asm | jardafis/CastleEscape | 1 | 49843 | public detectKempston
public kjPresent
public readKempston
#include "defs.inc"
section CODE_2
;
; Input:
; None
;
; Output:
; Z - No Kempston present
; NZ - Kempston present
detectKempston:
halt
in... |
.github/cpuid.asm | Amankhan-ally/theunbelievables | 0 | 49844 | <gh_stars>0
Detect_cpuid:
pushfd
pop eax
mov ecx, eax
mov eax, 1 << 21
push eax
popfd
pushfd
pop eax
push ecx
popfd
xor eax, ecx
jz No_cpuid
ret
Detect_longmode:
mov eax, 0x80000001
cpuid
test edx, 1 << ... |
registers/sfr_f303x.asm | MightyPork/stm32-asm-examples | 12 | 49845 | <reponame>MightyPork/stm32-asm-examples<filename>registers/sfr_f303x.asm
; ==== STM32F303x PERIPHERALS ================================
;
; CTU Prague, FEL, Department of Measurement
;
; ------------------------------------------------------------
;
; Generated from "STM32F303x.svd"
;
; SVD parsing library (c) <NAME>,... |
programs/oeis/323/A323921.asm | karttu/loda | 1 | 49847 | <gh_stars>1-10
; A323921: a(n) = (4^(valuation(n, 4) + 1) - 1) / 3.
; 1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,21,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,21,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,21,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,85,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,21,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,21,1,1,1,5
cal $0,234957 ; Highest power of 4 dividing... |
libsrc/_DEVELOPMENT/compress/zx0/c/sdcc/dzx0_turbo.asm | ahjelm/z88dk | 640 | 49848 |
; void dzx0_turbo(void *src, void *dst)
SECTION code_clib
SECTION code_compress_zx0
PUBLIC _dzx0_turbo
EXTERN asm_dzx0_turbo
_dzx0_turbo:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_dzx0_turbo
|
tests/nasm/movq.asm | Tuna0128/Tuna0128.github.io | 12,700 | 49849 | global _start
section .data
align 16
myquad:
dq 0x1234567890abcdef
mydword:
dd 0xcafebabe
myaddress:
dd 0xdeadbeef
%include "header.inc"
movq mm0, [myquad]
movq [myaddress], mm0
movq mm1, [myaddress]
movq mm4, mm0
%include "footer.inc"
|
programs/oeis/113/A113541.asm | karttu/loda | 0 | 49850 | <gh_stars>0
; A113541: Numbers n such that 18n^2+1 is multiple of 19.
; 1,18,20,37,39,56,58,75,77,94,96,113,115,132,134,151,153,170,172,189,191,208,210,227,229,246,248,265,267,284,286,303,305,322,324,341,343,360,362,379,381,398,400,417,419,436,438,455,457,474,476,493,495,512,514,531,533,550,552,569,571,588,590,607,609,... |
smsq/q40/nasty.asm | olifink/smsqe | 0 | 49852 | <reponame>olifink/smsqe
; Nasty Initialisation for Q40 for SMSQ
section header
xref smsq_end
header_base
dc.l nasty_base-header_base ; length of header
dc.l 0 ; module length unknown
dc.l smsq_end-nasty_base ; loaded length
dc.l 0 ; checksum
dc.l 0 ; always select
dc.b 1 ; 1 level down
dc.b 0
... |
uw2/recordLastKeyOrMouseBinding.asm | JohnGlassmyer/UltimaHacks | 68 | 49853 | %include "../UltimaPatcher.asm"
%include "include/uw2.asm"
%include "include/uw2-eop.asm"
%include "include/additionalCharacterCodes.asm"
defineAddress 11, 0x03B9, redundantMouseHandlerAddressingStart
defineAddress 11, 0x03C6, redundantMouseHandlerAddressingEnd
defineAddress 11, 0x0447, redundantKeyHandlerAddressingSt... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_868.asm | ljhsiun2/medusa | 9 | 49854 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15882, %rsi
lea addresses_normal_ht+0x8882, %rdi
clflush (%rdi)
xor $8096, %r12
mov $9, %rcx
rep movsq
nop
sub %r8, %r8
lea addresses_normal_ht+0x8302, %rsi
lea addresses_WC_... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48_notsx.log_12972_1509.asm | ljhsiun2/medusa | 9 | 49855 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x2ab5, %rsi
lea addresses_D_ht+0x9062, %rdi
nop
nop
xor $21543, %rbx
mov $85, %rcx
rep movsw
dec %rbp
lea addresses_D_ht+0x28fd, %rbp
dec %r8
mov $0x6162636465666768, %rcx
movq %rcx, %xm... |
src/asm/jump_i386_ms_pe_masm.asm | msaf1980/sc | 62 | 49857 |
; Copyright <NAME> 2009.
; Distributed under the Boost Software License, Version 1.0.
; (See accompanying file LICENSE_1_0.txt or copy at
; http://www.boost.org/LICENSE_1_0.txt)
; Updated by <NAME> for sc (https://github.com/rhoot/sc)
;
; - 2016: Removed the END directive; this file is incl... |
Octavo/Assembler/benchmarks/common/conditions.asm | laforest/Octavo | 63 | 49858 | <reponame>laforest/Octavo<filename>Octavo/Assembler/benchmarks/common/conditions.asm
# Define branch conditions
# The first available branch detector slot is assigned to a branch init, and consecutive branch inits are placed in decreasing priority branch detector slots.
# By convention, if a or b is unused, then confi... |
libsrc/target/special/stdio/fgetc_cons.asm | Frodevan/z88dk | 640 | 49860 | <filename>libsrc/target/special/stdio/fgetc_cons.asm
SECTION code_clib
PUBLIC fgetc_cons
PUBLIC _fgetc_cons
INCLUDE "target/special/def/special.def"
fgetc_cons:
_fgetc_cons:
call CONSOLE_IN
IF STANDARDESCAPECHARS
cp 13
jr nz,not_return
ld a,10
.not_return
ENDIF
ld l,a
l... |
ram-rom-upgrade/examples/count_loop.asm | michaelkamprath/eater-sap-1-improvements | 15 | 49861 | <filename>ram-rom-upgrade/examples/count_loop.asm
; Simple Count Loop
;
; meant to be programmed into RAM
;
.org $8000
seta 0
out
loop:
add one_val
out
jmp loop
one_val:
.byte 1
|
a4-coder/decoder.nasm | thombles/slae | 0 | 49862 | ; decoder.nasm - A decoder for ROL3 shellcode
; Assignment 4 of SLAE32 course
; 2018-07-05 <NAME>
; Compile with encoded PAYLOAD
; nasm -f elf32 -o decoder.o -DPAYLOAD="0x90,0x90,..." decoder.nasm
global _start
_start:
jmp short payload_to_stack
decoder:
; Need to rotate each byte once to the right
po... |
LmaOS.65c02/src/strings.asm | nrivard/lmaos | 3 | 49863 | <gh_stars>1-10
; LmaOS
;
; Copyright <NAME> 2020
.ifndef STRINGS_ASM
STRINGS_ASM = 1
.include "strings.inc"
.export StringLength, StringCompareN, StringCompare, StringCopy, HexStringToWord, ByteToHexString, NibbleToHexString
.code
;;; finds length of a null-terminated string
;;;
;;; Params
;;; r0: pointer to null-... |
programs/oeis/077/A077113.asm | neoneye/loda | 22 | 49864 | ; A077113: Number of integer cubes <= n^2.
; 1,2,2,3,3,3,4,4,5,5,5,5,6,6,6,7,7,7,7,8,8,8,8,9,9,9,9,10,10,10,10,10,11,11,11,11,11,12,12,12,12,12,13,13,13,13,13,14,14,14,14,14,14,15,15,15,15,15,15,16,16,16,16,16,17,17,17,17,17,17,17,18,18,18,18,18,18,19
pow $0,2
lpb $0
sub $0,1
add $1,6
add $2,$1
trn $0,$2
lpe
d... |
programs/oeis/133/A133942.asm | neoneye/loda | 22 | 49865 | ; A133942: a(n) = (-1)^n * n!.
; 1,-1,2,-6,24,-120,720,-5040,40320,-362880,3628800,-39916800,479001600,-6227020800,87178291200,-1307674368000,20922789888000,-355687428096000,6402373705728000,-121645100408832000,2432902008176640000,-51090942171709440000,1124000727777607680000,-25852016738884976640000,6204484017332394393... |
oeis/116/A116883.asm | neoneye/loda-programs | 11 | 49866 | <gh_stars>10-100
; A116883: A number k is included iff (highest odd divisor of k)^2 >= k.
; Submitted by <NAME>(s1)
; 1,3,5,6,7,9,10,11,13,14,15,17,18,19,20,21,22,23,25,26,27,28,29,30,31,33,34,35,36,37,38,39,41,42,43,44,45,46,47,49,50,51,52,53,54,55,57,58,59,60,61,62,63,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,8... |
programs/oeis/063/A063110.asm | karttu/loda | 1 | 49868 | <filename>programs/oeis/063/A063110.asm
; A063110: Dimension of the space of weight 2n cusp forms for Gamma_0(42).
; 5,20,36,52,68,84,100,116,132,148,164,180,196,212,228,244,260,276,292,308,324,340,356,372,388,404,420,436,452,468,484,500,516,532,548,564,580,596,612,628,644,660,676,692,708,724,740,756,772,788
mov $1,$0... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21_1890.asm | ljhsiun2/medusa | 9 | 49870 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x178fb, %r8
nop
inc %rbp
movw $0x6162, (%r8)
nop
nop
nop
cmp $54457, %r9
lea addresses_UC_ht+0xccb3, %rsi
lea addresses_UC_ht+0x67d3, %rdi
add $46505, %r13
mov ... |
14.asm | rashidulhasanhridoy/Assembly-Programming | 1 | 49871 | .MODEL SMALL
.STACK 100H
.CODE
MAIN PROC
MOV CH, 0
MOV CL, 0
INPUT:
MOV AH, 1
INT 21H
CMP AL, 13D
JE LINE
AND DX, 0
MOV DL, AL
PUSH DX
INC CL
JMP INPUT
LINE:
MOV AH, 2
MOV DL, 0DH
INT 21H
MOV DL, 0AH
INT 21H
... |
libtool/src/gmp-6.1.2/mpn/x86_64/missing.asm | kroggen/aergo | 1,602 | 49872 |
dnl AMD64 MULX/ADX simulation support.
dnl Contributed to the GNU project by <NAME>.
dnl Copyright 2013 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 *... |
compeng205-assign-45/space-sprites/space-sprites/asm/fighter_000.asm | cooperbarth/COMP_ENG-205-Final | 0 | 49873 | fighter_000 EECS205BITMAP <44, 37, 255,, offset fighter_000 + sizeof fighter_000>
BYTE 0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh
BYTE 0ffh,0ffh,0ffh,0ffh,049h,0b6h,049h,049h,024h,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh
BYTE 0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,... |
Asm/x86/7zAsm.asm | sebres/7-Zip-zstd | 2,539 | 49874 | <gh_stars>1000+
; 7zAsm.asm -- ASM macros
; 2021-07-13 : <NAME> : Public domain
ifdef RAX
x64 equ 1
endif
ifdef x64
IS_X64 equ 1
else
IS_X64 equ 0
endif
ifdef ABI_LINUX
IS_LINUX equ 1
else
IS_LINUX equ 0
endif
ifndef x64
; Use ABI_CDECL for x86 (32-bit) only
; if ABI_CDECL is not defined, we use fastcall ... |
src/kernel/kernel.asm | sansoune/MyOs | 0 | 49875 | [org 0]
[bits 16]
mov ax, cs
mov ds, ax
mov es, ax
mov ax, 0x7000
mov ss, ax
mov sp, ss
start:
mov al, 03h
mov ah, 0
int 10h
_mouser:
mov ah, 02h
mov dl, bl
mov dh, cl
int 10h
mov ah, 00h
int 16h
cmp al, 08h
je _backspace
cm... |
getFeatureInfo.asm | gabrieldumitrescu/CPU-information | 0 | 49876 | <gh_stars>0
BITS 64
global getFeatureInfo
getFeatureInfo:
mov r10,rbx
mov eax, 0x01
cpuid
mov [rdi], dword ecx
mov [rdi+4], dword edx
mov [rdi+8], dword eax
mov [rdi+12], dword ebx
mov rbx, r10
ret
|
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_4961_936.asm | ljhsiun2/medusa | 9 | 49878 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xf75f, %rsi
lea addresses_D_ht+0x153df, %rdi
clflush (%rsi)
clflush (%rdi)
nop
xor %rdx, %rdx
mov $102, %rcx
rep movsq
nop
add $47725, %r9
lea addresses_UC_ht+0x63df, %rsi
lea ... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_895.asm | ljhsiun2/medusa | 9 | 49880 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x16ecc, %rdi
cmp %rcx, %rcx
vmovups (%rdi), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $0, %xmm0, %rbp
nop
nop
nop
and %rcx, %rcx
lea addresses_D_ht+0x15bed, %rsi
lea addres... |
makerom.asm | fraser125/makeromOpen | 2 | 49881 | GAS LISTING C:\Users\jwall\AppData\Local\Temp\1\ccWLax3W.s page 1
1 .file "makerom.c"
2 .text
3 .comm arg_struct, 96, 5
4 .comm conversion_int, 4, 2
5 .globl define_str
6 .section .rdata,"dr"
7 ... |
lib/target/p2000/classic/p2000_crt0.asm | dikdom/z88dk | 1 | 49882 | ; Stub for the Philips P2000 family
;
; <NAME> - 7/4/2014
;
; $Id: p2000_crt0.asm,v 1.12 2016-07-15 21:03:25 dom Exp $
;
MODULE p2000_crt0
;--------
; Include zcc_opt.def to find out some info
;--------
defc crt0 = 1
INCLUDE "zcc_opt.def"
;--------
; Some scope ... |
oeis/304/A304381.asm | neoneye/loda-programs | 11 | 49883 | <reponame>neoneye/loda-programs
; A304381: a(n) = 54*n^2 - 26*n + 4 (n>=1).
; 32,168,412,764,1224,1792,2468,3252,4144,5144,6252,7468,8792,10224,11764,13412,15168,17032,19004,21084,23272,25568,27972,30484,33104,35832,38668,41612,44664,47824,51092,54468,57952,61544,65244,69052,72968,76992,81124,85364,89712,94168,98732,10... |
programs/oeis/228/A228729.asm | jmorken/loda | 1 | 49884 | <filename>programs/oeis/228/A228729.asm
; A228729: Product of the positive squares less than or equal to n.
; 1,1,1,4,4,4,4,4,36,36,36,36,36,36,36,576,576,576,576,576,576,576,576,576,14400,14400,14400,14400,14400,14400,14400,14400,14400,14400,14400,518400,518400,518400,518400,518400,518400,518400,518400,518400,518400
... |
oeis/141/A141991.asm | neoneye/loda-programs | 11 | 49885 | <gh_stars>10-100
; A141991: Primes congruent to 15 mod 29.
; Submitted by <NAME>
; 73,131,421,479,653,769,827,1117,1291,1523,1697,1871,1987,2161,2393,2683,2741,2857,3089,3727,4133,4423,4481,4597,5003,5119,5351,5641,6047,6163,6221,6337,6569,6917,7207,8599,8831,9643,9817,10223,10513,10687,10861,11093,11383,11731,11789,12... |
src/firmware/Platform/ShiftRegister/EnableDisable.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 49886 | <reponame>pete-restall/Cluck2Sesame-Prototype
#include "Platform.inc"
#include "TailCalls.inc"
#include "../Smps.inc"
#include "ShiftRegister.inc"
radix decimal
ALL_SHIFT_REGISTER_PINS_MASK equ DS_PIN_MASK | SHCP_PIN_MASK | STCP_PIN_MASK
ShiftRegister code
global enableShiftRegister
global disableShiftRegiste... |
randomly-solved-programs/shif left and shift right.asm | informramiz/Assembly-Language-Programs | 0 | 49887 | .MODEL SMALL
.STACK 100H
.DATA
MSG DB 'ENTER CHARACTERS: $'
ARRAY DB 0,0,0,0,0
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
mov ah,1
int 21h
shr al,1
mov dl,al
mov ah,2
int 21h
shl dl,1
int 21h
EXIT:
MOV AH,4CH
INT 21H
MAIN ENDP
END MAIN
|
programs/oeis/313/A313475.asm | jmorken/loda | 1 | 49888 | <gh_stars>1-10
; A313475: Coordination sequence Gal.6.119.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,5,10,14,18,22,26,30,34,38,43,48,53,58,62,66,70,74,78,82,86,91,96,101,106,110,114,118,122,126,130,134,139,144,149,154,158,16... |
data/mapHeaders/bruno.asm | adhi-thirumala/EvoYellow | 16 | 49889 | Bruno_h:
db GYM ; tileset
db BRUNOS_ROOM_HEIGHT, BRUNOS_ROOM_WIDTH ; dimensions (y, x)
dw BrunoBlocks, BrunoTextPointers, BrunoScript ; blocks, texts, scripts
db $00 ; connections
dw BrunoObject ; objects
|
examples/ClockCal.asm | wholder/ATTiny10IDE | 151 | 49890 | <gh_stars>100-1000
.device ATtiny10
; +====+
; (PWMA) PB0 |* | PB3 (RESET)
; GND | | Vcc
; (PWMB) PB1 | | PB2
; +====+
; available fuses: ckout, wdton, rstdisbl
.fuses ckout
.DSEG
.CSEG
.org 0
;Interrupt vector table
rjmp reset ; All Resets
reti ; External Interru... |
scripts/PokemonTower2F.asm | opiter09/ASM-Machina | 1 | 49891 | <reponame>opiter09/ASM-Machina<gh_stars>1-10
PokemonTower2F_Script:
call EnableAutoTextBoxDrawing
ld hl, PokemonTower2F_ScriptPointers
ld a, [wPokemonTower2FCurScript]
jp CallFunctionInTable
PokemonTower2Script_604fe:
xor a
ld [wJoyIgnore], a
ld [wPokemonTower2FCurScript], a
ld [wCurMapScript], a
ret
Pokemon... |
source/data.asm | paulscottrobson/lean | 2 | 49892 | ; ******************************************************************************
; ******************************************************************************
;
; Name : data.asm
; Purpose : Data Allocation
; Author : <NAME> (<EMAIL>)
; Created : 27th October 2019
;
; ***************************************... |
programs/oeis/032/A032125.asm | karttu/loda | 1 | 49893 | ; A032125: "BIK" (reversible, indistinct, unlabeled) transform of 3,3,3,3...
; 3,9,30,108,408,1584,6240,24768,98688,393984,1574400,6294528,25171968,100675584,402677760,1610661888,6442549248,25770000384,103079608320,412317646848,1649269014528,6597072912384,26388285358080,105553128849408,422212490231808,1688849910595584,... |
text_to_3E_scroll.asm | alexanderbazhenoff/zx-spectrum-various | 0 | 49894 | 00
DISPLAY "TEXT>SCROLLER converter for lamergy #KIDS"
DISPLAY "save [filename],#C000,IX
LD IX,0
LD HL,TEXT_SRC
LD DE,TEXT_DEST
LD BC,TXT_END-TEXT_SRC
LOOP LD A,(HL)
CP #0D
JR Z,CONV
CP #0A
JR NZ,NO_CONV
CONV INC HL
DEC BC
... |
programs/oeis/315/A315693.asm | neoneye/loda | 22 | 49896 | <reponame>neoneye/loda
; A315693: Coordination sequence Gal.3.50.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,6,12,17,22,28,34,40,46,51,56,62,68,74,80,85,90,96,102,108,114,119,124,130,136,142,148,153,158,164,170,176,182,187,19... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.