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
Appl/Games/CWord/cwordHWR.asm
steakknife/pcgeos
504
124036
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994 -- All Rights Reserved PROJECT: Crossword MODULE: HWR Module FILE: cwordHWR.asm AUTHOR: <NAME>, May 4, 1994 ROUTINES: Name Description ---- ----------- HwrC...
programs/oeis/034/A034111.asm
neoneye/loda
22
124038
<reponame>neoneye/loda ; A034111: Fractional part of square root of a(n) starts with 5: first term of runs. ; 21,31,43,57,73,91,111,133,157,183,211,241,273,307,343,381,421,463,507,553,601,651,703,757,813,871,931,993,1057,1123,1191,1261,1333,1407,1483,1561,1641,1723,1807,1893,1981,2071,2163,2257,2353,2451,2551,2653 mov...
vpx_dsp/arm/sad_media.asm
golden1232004/libvpx
83
124039
<reponame>golden1232004/libvpx ; ; Copyright (c) 2011 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 P...
Hardware/video.asm
Martin-H1/6502
3
124042
<filename>Hardware/video.asm ; ----------------------------------------------------------------------------- ; Driver for <NAME>'s AVR video. ; Original code from <NAME>'s SBC2.7 OS ; <NAME> <<EMAIL>> ; ----------------------------------------------------------------------------- ; establish module level scope to hide...
test/ifenv.asm
bitwiseworks/nasm-os2
3
124043
<gh_stars>1-10 %macro import 1 %defstr %%incfile %!PROJECTBASEDIR/%{1}.inc %defstr %%decfile %!'PROJECTBASEDIR'/%{1}.dec db %%incfile, `\n` db %%decfile, `\n` %endmacro %ifenv PROJECTBASEDIR import foo %else %warning No PROJECTBASEDIR defined %endif %ifenv %!PROJECTBASEDIR import foo %else %warnin...
WangShuang_book/p252.asm
SmirnovKol/Learning_x86_assembly_language
1
124044
<gh_stars>1-10 assume cs:code code segment start: mov ax, 0b800h mov es, ax mov byte ptr es:[160*5+40*2], '!' int 0 code ends end start
Assembly/textures/battleIcon_strings.asm
WildGenie/Ninokuni
14
124045
<gh_stars>10-100 ;; Modify the subimages position of the texture battles images. ; ; Arguments of v3d_setSubImage function: ; + R0: Sprite struct ; + R1: Frame index ; + R2: Layer index ; + R3: X Start ; + SP+00: Y Start ; + SP+04: X End ; + SP+08: Y End ; + SP+0C: X Output ; + SP+10: Y Output ; + ...
programs/oeis/276/A276283.asm
neoneye/loda
22
124046
<reponame>neoneye/loda ; A276283: Expansion of (1 + x + 3*x^2 + x^3)/((1 - x)^2*(1 + x^2)). ; 1,3,7,11,13,15,19,23,25,27,31,35,37,39,43,47,49,51,55,59,61,63,67,71,73,75,79,83,85,87,91,95,97,99,103,107,109,111,115,119,121,123,127,131,133,135,139,143,145,147,151,155,157,159,163,167,169,171,175,179,181,183,187,191,193,195...
test/jzas/integration/success12.asm
scoffey/jz80sim
1
124047
const0 equ 0 const10 equ 10 const20 defl 15 const20 defl 16 ; Se corrige el valor const20 defl 20 ; Se corrige el valor letraa equ 'a' letraA equ 'A' num100h equ 99h + 1 rot0 ld a, 10*3/2 + 5*(1 + 1) rot1 ld a, $ + letraa rot2 ld a, letraA ld a, rot0 - rot1 + 4 ld a, const0 + const10 + const20 ld a, c...
ugbc/src/hw/atari/vars.asm
Samuel-DEVULDER/ugbasic
0
124048
; /***************************************************************************** ; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers * ; ***************************************************************************** ; * Copyright 2021 <NAME> (<EMAIL>) ; * ; * Licensed under the Apache Lice...
tests/nasm/btr-reg32.asm
brenden7158/v86
12,700
124049
<gh_stars>1000+ global _start %include "header.inc" mov dword [esp], -1 mov dword [esp+4], -1 mov dword [esp+8], -1 mov dword [esp+12], -1 mov dword [esp+16], -1 mov dword [esp+20], -1 mov dword [esp+24], -1 mov dword [esp+28], -1 mov eax, 0 btr dword [esp], eax mov eax, -...
asm/codes/normal/lag_counter.asm
brikr/practice-rom-patcher
2
124050
// Lag Frame Counter origin 0x0E1A2C base 0x80326A2C jal 0x8027EF18 // ROM 0x39F18 origin 0x003BB0 // Hijack BUF display base 0x80248BB0 lui t8, 0x8034 lw t7, 0x9F20 (t8) // Read current value lw t6, 0x9F24 (t8) // Read previous value sw t7, 0x9F24 (t8) // Copy current value to previous value subu t5, t7,...
invaders/src/invaders.asm
karng87/nasm_game
0
124051
bits 16 org 0x_7C00 ;; DEFINED VARIABLES AFTER SCREEN MEMORY - ;; 320*200 = 64000 or 0x_FA00 sprites equ 0x_FA00 alien1 equ 0x_FA00 alien2 equ 0x_FA04 ship equ 0x_FA08 barrierArr equ 0x_FA0C alienArr equ 0x_FA20 ; 2 words (1 dblword) - 32bits/aliens playerX equ 0x_FA24 shotsA...
programs/oeis/083/A083036.asm
jmorken/loda
1
124052
<gh_stars>1-10 ; A083036: Partial sums of A083035. ; 1,1,1,2,3,3,4,5,5,5,6,6,6,7,8,8,8,9,9,9,10,11,11,12,13,13,13,14,15,15,16,17,17,17,18,18,18,19,20,20,21,22,22,22,23,24,24,25,26,26,26,27,27,27,28,29,29,29,30,30,30,31,32,32,33,34,34,34,35,35,35,36,37,37,37,38 mov $2,$0 add $2,1 mov $4,$0 lpb $2 mov $0,$4 sub $2,1...
oeis/013/A013746.asm
neoneye/loda-programs
11
124053
<gh_stars>10-100 ; A013746: a(n) = 10^(3*n + 1). ; 10,10000,10000000,10000000000,10000000000000,10000000000000000,10000000000000000000,10000000000000000000000,10000000000000000000000000,10000000000000000000000000000,10000000000000000000000000000000,10000000000000000000000000000000000,10000000000000000000000000000000000...
oeis/124/A124161.asm
neoneye/loda-programs
11
124054
<filename>oeis/124/A124161.asm<gh_stars>10-100 ; A124161: a(n) = n*(n-1)*(n^3 + 21*n^2 - 4*n + 96)/120. ; Submitted by <NAME> ; 0,0,3,15,48,121,261,504,896,1494,2367,3597,5280,7527,10465,14238,19008,24956,32283,41211,51984,64869,80157,98164,119232,143730,172055,204633,241920,284403,332601,387066,448384,517176,594099,67...
oeis/346/A346474.asm
neoneye/loda-programs
11
124055
; A346474: a(n) = A342414(A276086(n)). ; Submitted by <NAME> ; 0,1,1,5,1,7,1,7,1,31,13,41,1,9,11,37,2,47,3,11,7,43,19,53,1,13,17,49,11,59,1,3,5,41,17,55,1,59,71,247,53,317,19,73,23,289,127,359,13,29,113,331,37,401,11,101,67,373,169,443,1,11,13,47,5,61,17,23,43,277,121,347,1,83,107,319,71,389,31,97,8,361,163,431,19,37,1...
Working Disassembly/General/2P Zone/Map - Spikes.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
124057
dc.w word_24576-Map_2PSpikes dc.w word_2457E-Map_2PSpikes dc.w word_2458C-Map_2PSpikes dc.w word_245A0-Map_2PSpikes dc.w word_245BA-Map_2PSpikes dc.w word_245C2-Map_2PSpikes dc.w word_245D0-Map_2PSpikes dc.w word_245E4-Map_2PSpikes word_24576: dc.w 1 ; DATA XREF: ROM:00024566o dc.b $F4, $A, 0, ...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_19_137.asm
ljhsiun2/medusa
9
124059
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r14 push %r15 push %r8 push %rcx push %rdi push %rsi // Store lea addresses_PSE+0xb59f, %r15 nop nop nop dec %r8 movl $0x51525354, (%r15) nop nop nop nop nop sub %r8, %r8 // Store lea addresses_D+0x2f1...
oeis/021/A021663.asm
neoneye/loda-programs
11
124060
; A021663: Decimal expansion of 1/659. ; Submitted by <NAME>iga ; 0,0,1,5,1,7,4,5,0,6,8,2,8,5,2,8,0,7,2,8,3,7,6,3,2,7,7,6,9,3,4,7,4,9,6,2,0,6,3,7,3,2,9,2,8,6,7,9,8,1,7,9,0,5,9,1,8,0,5,7,6,6,3,1,2,5,9,4,8,4,0,6,6,7,6,7,8,3,0,0,4,5,5,2,3,5,2,0,4,8,5,5,8,4,2,1,8,5,1 mov $2,10 pow $2,$0 mul $2,10 div $2,659 mov $0,$2 mod ...
src/misc.asm
solson/oos
9
124062
bits 32 section .text ;;; ;;; Miscellaneous ;;; ;;; stackDump: func extern stackDumpHex global stackDump stackDump: push ebp mov ebp, esp call stackDumpHex pop ebp ret
libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_scanf_ld.asm
meesokim/z88dk
0
124063
SECTION code_stdio PUBLIC __stdio_scanf_ld EXTERN __stdio_scanf_sm_decimal, __stdio_scanf_number_head EXTERN l_inc_sp, asm_strtol, __stdio_scanf_number_tail_long __stdio_scanf_ld: ; %ld converter called from vfscanf() ; ; enter : ix = FILE * ; de = void *buffer ; bc = field width (0 ...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_16185_459.asm
ljhsiun2/medusa
9
124064
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xc303, %rsi lea addresses_D_ht+0x18523, %rdi nop and $23999, %rbx mov $110, %rcx rep movsb nop nop nop dec %r13 lea addresses_WC_ht+0x15e7b, %r15 nop nop ...
oeis/040/A040550.asm
neoneye/loda-programs
11
124065
<reponame>neoneye/loda-programs<filename>oeis/040/A040550.asm ; A040550: Continued fraction for sqrt(574). ; Submitted by <NAME>(s1) ; 23,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,22,1,46,1,...
oeis/037/A037726.asm
neoneye/loda-programs
11
124066
; A037726: Base-7 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,3,1. ; Submitted by <NAME> ; 2,14,101,708,4958,34706,242945,1700616,11904314,83330198,583311389,4083179724,28582258070,200075806490,1400530645433,9803714518032,68626001626226,480382011383582,3362674079685077,23538...
oeis/108/A108869.asm
neoneye/loda-programs
11
124067
<reponame>neoneye/loda-programs<filename>oeis/108/A108869.asm<gh_stars>10-100 ; A108869: E.g.f. : exp(6x)/(1-x). ; 1,7,50,366,2760,21576,176112,1512720,13781376,134110080,1401566976,15780033792,191537187840,2503044135936,35120982067200,527284915992576,8439379765788672,143486382677852160,2582856448158007296,490748818747...
lib/cpc_crt0.asm
meesokim/z88dk
0
124070
<gh_stars>0 ; CRT0 for the Amstrad CPC family ; ; <NAME> 8/6/2000 ; ; $Id: cpc_crt0.asm,v 1.20 2015/01/21 07:05:00 stefano Exp $ ; MODULE cpc_crt0 ;-------- ; Include zcc_opt.def to find out some info ;-------- INCLUDE "zcc_opt.def" ;-------- ; Some scope definitions ;-------- ...
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_1784.asm
ljhsiun2/medusa
9
124071
.global s_prepare_buffers s_prepare_buffers: push %r9 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xf572, %rsi lea addresses_WC_ht+0xa532, %rdi clflush (%rdi) nop nop nop sub $23723, %rbp mov $122, %rcx rep movsb inc %rsi lea addresses_WT_ht+0x2fbc, %rsi lea addresses_WT_ht+0x11942, ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_9264_211.asm
ljhsiun2/medusa
9
124072
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_9264_211.asm .global s_prepare_buffers s_prepare_buffers: push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x8724, %rsi lea addresses_A_ht+0x2f1c, %rdi nop nop nop nop dec %r8 mov $75, %rcx rep movsl xor %rdx, ...
test/and.asm
CrackerCat/AssemblyLine
0
124073
<filename>test/and.asm SECTION .text GLOBAL test test: add rsp, 0x39a8 and r10, r11 and r10, r12 and r10, r13 and r10, r14 and r10, r15 and r10, r8 and r10, r9 and r10, rax and r10, rbp and r10, rbx and r10, rcx and r10, rdi and r10, rdx and r10, rsi and r10, [ rsp + 0x11f0 ] and r10, [ rsp + 0x19f0 ] and r10, [ rsp +...
libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_resize.asm
teknoplop/z88dk
8
124075
; int b_vector_resize(b_vector_t *v, size_t n) SECTION code_clib SECTION code_adt_b_vector PUBLIC b_vector_resize EXTERN asm_b_vector_resize b_vector_resize: pop af pop de pop hl push hl push de push af jp asm_b_vector_resize
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/sin_fastcall.asm
ahjelm/z88dk
640
124076
<filename>libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/sin_fastcall.asm<gh_stars>100-1000 SECTION code_fp_am9511 PUBLIC sin_fastcall EXTERN asm_am9511_sin_fastcall defc sin_fastcall = asm_am9511_sin_fastcall ; SDCC bridge for Classic IF __CLASSIC PUBLIC _sin_fastcall defc _sin_fastcall = asm_am9511_sin_f...
audio/sfx/unknown_80760.asm
adhi-thirumala/EvoYellow
16
124077
SFX_80760_4_Ch4: duty 0 unknownsfx0x20 8, 245, 128, 4 unknownsfx0x20 2, 225, 224, 5 unknownsfx0x20 8, 209, 220, 5 endchannel SFX_8076f_4_Ch5: dutycycle 165 unknownsfx0x20 7, 149, 65, 4 unknownsfx0x20 2, 129, 33, 5 unknownsfx0x20 8, 97, 26, 5 SFX_8077d_4_Ch7: endchannel
input_array.asm
shaochenren/Assembly-Manager
0
124078
;===================================================================================================================================== ;Program Name: input_array.asm * ;Programming Language: x86 Assembly ...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1225.asm
ljhsiun2/medusa
9
124079
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xedc7, %rcx nop nop nop nop nop sub %r8, %r8 movups (%rcx), %xmm6 vpextrq $0, %xmm6, %r10 nop nop nop add %r15, %r15 lea addresses_D_ht+0xe189, %rax n...
libsrc/target/pencil2/input/in_keytranstbl.asm
Frodevan/z88dk
640
124080
<reponame>Frodevan/z88dk ; This table translates key presses into ascii codes. ; Also used by 'GetKey' and 'LookupKey'. An effort has been made for ; this key translation table to emulate a PC keyboard with the 'CTRL' ; key represented by FUNC SECTION rodata_clib PUBLIC in_keytranstbl PUBLIC in_keyrowmap ; Mapping ...
libsrc/math/genmath/dlt.asm
grancier/z180
0
124081
<reponame>grancier/z180<filename>libsrc/math/genmath/dlt.asm ; ; Z88dk Generic Floating Point Math Library ; ; TOS >= FA ; ; $Id: dlt.asm,v 1.3 2016/06/21 21:16:49 dom Exp $: SECTION code_fp PUBLIC dlt EXTERN dcompar EXTERN f_yes EXTERN f_no .dlt call dcompar jp z,f_no jp p,f_yes jp f_no ...
ugbc/src/hw/ted/plot.asm
Samuel-DEVULDER/ugbasic
0
124082
<gh_stars>0 ; /***************************************************************************** ; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers * ; ***************************************************************************** ; * Copyright 2021 <NAME> (<EMAIL>) ; * ; * Licensed under the...
src/arch/start.asm
dominikk787/myos32
0
124083
bits 32 global low_start, gdt, idt, pd extern start_kernel, reroute_irqs extern _code, _edata, _end section .multiboot.data mboot: dd 0xE85250D6 dd 0 dd mboot_end - mboot dd - (0xE85250D6 + 0 + (mboot_end - mboot)) dw 2 dw 1 dd 24 dd mboot dd _code dd _edata dd _end ...
libsrc/target/spc1000/stdio/generic_console_ioctl.asm
Frodevan/z88dk
640
124084
MODULE generic_console_ioctl PUBLIC generic_console_ioctl SECTION code_clib INCLUDE "ioctl.def" EXTERN generic_console_cls EXTERN __console_h EXTERN __console_w EXTERN __spc1000_mode EXTERN generic_console_font32 EXTERN generic_console_udg32 EXTERN __tms9918_console_ioctl INCLUDE "target/spc1000...
oeis/063/A063732.asm
neoneye/loda-programs
11
124087
<reponame>neoneye/loda-programs ; A063732: Numbers n such that Lucas representation of n excludes L_0 = 2. ; Submitted by <NAME>(s1) ; 0,1,3,4,5,7,8,10,11,12,14,15,16,18,19,21,22,23,25,26,28,29,30,32,33,34,36,37,39,40,41,43,44,45,47,48,50,51,52,54,55,57,58,59,61,62,63,65,66,68,69,70,72,73,75,76,77,79,80,81,83,84,86,87,...
programs/oeis/290/A290251.asm
neoneye/loda
22
124088
<reponame>neoneye/loda<gh_stars>10-100 ; A290251: a(n) is the number of parts in the integer partition having viabin number n. ; 0,1,2,1,3,2,2,1,4,3,3,2,3,2,2,1,5,4,4,3,4,3,3,2,4,3,3,2,3,2,2,1,6,5,5,4,5,4,4,3,5,4,4,3,4,3,3,2,5,4,4,3,4,3,3,2,4,3,3,2,3,2,2,1,7,6,6,5,6,5,5,4,6,5,5,4,5,4,4,3,6,5,5,4,5,4,4,3,5,4,4,3,4 mul ...
text/maps/cinnabar_lab_trade_room.asm
adhi-thirumala/EvoYellow
16
124089
_Lab2Text1:: text "I found this very" line "strange fossil in" cont "MT.MOON!" para "I think it's a" line "rare, prehistoric" cont "#MON!" done
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1274.asm
ljhsiun2/medusa
9
124090
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xf0f0, %rdi clflush (%rdi) sub $49738, %rbx vmovups (%rdi), %ymm5 vextracti128 $1, %ymm5, %xmm5 vpextrq $1, %xmm5, %r11 nop nop cmp %r10,...
test/asm/utc-time.asm
michealccc/rgbds
522
124091
MACRO between assert (\1) <= (\2) && (\2) <= (\3) ENDM between 0, __UTC_YEAR__, 9999 ; Y10K problem... between 1, __UTC_MONTH__, 12 between 1, __UTC_DAY__, 31 between 0, __UTC_HOUR__, 23 between 0, __UTC_MINUTE__, 59 between 0, __UTC_SECOND__, 60 ; leap seconds! UTC_TIME EQUS STRCAT("{04d:__UTC_YEAR__}-{02d:__...
programs/oeis/131/A131808.asm
jmorken/loda
1
124092
<reponame>jmorken/loda ; A131808: Partial sums of A131378. ; 0,0,1,1,1,2,3,3,3,3,3,4,5,5,5,5,5,6,7,7,7,7,7,8,9,10,11,12,13,13,13,14,15,16,17,18,19,19,19,19,19,20,21,21,21,21,21,22,23,24,25,26,27,27,27,27,27,27,27,28,29,29,29,29,29,29,29,30,31,32,33,33,33,34,35,36,37,38 mov $5,$0 mov $7,$0 lpb $7 clr $0,5 mov $0,$5...
third_party/virtualbox/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative386.asm
remynicol/icebox
0
124094
<reponame>remynicol/icebox ; $Id: VBoxBiosAlternative386.asm $ ;; @file ; Auto Generated source file. Do not edit. ; ; ; Source file: post.c ; ; $Id: VBoxBiosAlternative386.asm $ ; BIOS POST routines. Used only during initialization. ; ; ; ; Copyright (C) 2004-2017 Oracle Corporation ; ; This file is part...
libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_resetTileImages.asm
teknoplop/z88dk
0
124095
<reponame>teknoplop/z88dk ; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L ; ; See "bifrost_h.h" for further details ; ---------------------------------------------------------------- ; void BIFROSTH_resetTileImages(void *addr) SECTIO...
3.asm
AsadKhalil/Assembly_x86
0
124096
<filename>3.asm [org 0x0100] jmp start mainstr: db '<NAME> a lamb', 0 substr: db 'has', 0 ;this function is used calculate the length of the string strlen: ;order of pushing parameters: segment and offset ;length is returned in ax ;for keeping reference in stack push bp mov bp, sp ;saving regi...
bit_i.asm
Klaus073/Assembly-language
0
124098
<filename>bit_i.asm<gh_stars>0 [org 0x0100] jmp start num1: dw 0x0004 result: dw 0 start: mov al,[num1] mov cx,0 mov dx,0 loop: shr al,1 mov [result],al add dx,1 cmp al,0 jnz loop mov al,[num1] loop1: shl al,1 add cx,1 cmp al,0 jnz loo...
ayfx_drv/ayfx.asm
remy/z80-wip
0
124099
DEVICE ZXSPECTRUMNEXT ORG $0000 MMU6_C000_NR_56 equ $56 START_OF_FX_BANK equ $c000 ; ************************************************************** ; * API ; - 0: set bank id ; - 1: set effect ; ************************************************************** api_entry: jr ayfx_api nop ; At $0003 is the entr...
libsrc/spectrum/basic/zx_basic_length.asm
meesokim/z88dk
0
124100
<gh_stars>0 ; ; ZX Spectrum specific routines ; by <NAME>, 22/06/2006 ; Fixed by <NAME>, Dec 2008 ; ; This routine gives the length of the current BASIC program. ; Memory used by variables is not included. ; ; $Id: zx_basic_length.asm,v 1.3 2015/01/19 01:33:07 pauloscustodio Exp $ ; PUBLIC zx_basic_length zx_basi...
Engine Hacks/Skill System/Internals/FE8-Weapon Rank on Levelup/Display_Text_Anims_On2.asm
sme23/MekkahRestrictedHackComp1
0
124101
.thumb .org 0x0 @called at 75E10 push {r6,r14} mov r6,#0 cmp r0,#2 bne CopyText mov r6,#1 @flag indicating we need to update the text later CopyText: ldr r1,Func_A240 mov r14,r1 .short 0xF800 mov r4,r0 cmp r6,#0 beq NormalText ldr r1,Custom_Message_Func mov r14,r1 .short 0xF800 NormalText: mov r0,r5 mov ...
src/play.asm
furrtek/GB303
90
124102
<gh_stars>10-100 int_play: push af push bc push de push hl call playv pop hl pop de pop bc pop af reti playv: ld a,(PLAYING) or a ret z ld a,(SYNCMODE) cp SYNC_NONE jr z,play_internal cp SYNC_MIDI jr z,play_m...
programs/oeis/113/A113901.asm
neoneye/loda
22
124103
<reponame>neoneye/loda ; A113901: Product of omega(n) and bigomega(n) = A001221(n)*A001222(n), where omega(x): number of distinct prime divisors of x. bigomega(x): number of prime divisors of x, counted with multiplicity. ; 0,1,1,2,1,4,1,3,2,4,1,6,1,4,4,4,1,6,1,6,4,4,1,8,2,4,3,6,1,9,1,5,4,4,4,8,1,4,4,8,1,9,1,6,6,4,1,10...
a51test/(68)XRL_A_Rn.a51
Aimini/51cpu
0
124105
<reponame>Aimini/51cpu MOV 0xD0,#0x00 MOV R0,#0x01 MOV R1,#0x03 MOV R2,#0x06 MOV R3,#0x0C MOV R4,#0x18 MOV R5,#0x30 MOV R6,#0x60 MOV R7,#0xC0 MOV 0xD0,#0x08 MOV R0,#0x01 MOV R1,#0x03 MOV R2,#0x06 MOV R3,#0x0C MOV R4,#0x18 MOV R5,#0x30 MOV R6,#0x60 MOV R7,#0xC0 MOV 0xD0,#0x10 MOV R0,#0x01 MOV R1,#0x03 MOV R2,#0x06 MOV...
uprogs/ls.asm
zhiyihuang/xv6_rpi_port
36
124106
_ls: file format elf32-littlearm Disassembly of section .text: 00000000 <main>: int main(int argc, char *argv[]) { int i; if(argc < 2){ 0: e3500001 cmp r0, #1 close(fd); } int main(int argc, char *argv[]) { 4: e92d4878 push {r3, r4, r5, r6, fp, lr} 8: e1a04000 mov r4, r0 c: e28db014 add ...
programs/oeis/213/A213659.asm
karttu/loda
0
124107
<gh_stars>0 ; A213659: a(n) = 3^n + 2^(2*n + 1). ; 11,41,155,593,2291,8921,34955,137633,543971,2156201,8565755,34085873,135812051,541653881,2161832555,8632981313,34488878531,137826373961,550918075355,2202510039953,8806553375411,35215753148441,140831631534155,563232382957793,2252647102294691,9009741120569321 mov $1,1 m...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_3_997.asm
ljhsiun2/medusa
9
124108
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1249e, %r13 sub %rbx, %rbx movb $0x61, (%r13) nop nop sub %rbp, %rbp lea addresses_WT_ht+0xbf9e, %rsi lea addresses_normal_ht+0x3e6c, %rdi sub $23737, %r11 mov $122, %rcx rep...
externals/mpir-3.0.0/mpn/x86_64w/nehalem/mul_1.asm
JaminChan/eos_win
12
124109
; PROLOGUE(mpn_mul_1) ; Copyright 2010 <NAME> ; ; Windows Conversion Copyright 2010 <NAME> ; ; This file is part of the MPIR Library. ; The MPIR Library is free software; you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as published ; by the Free Software Foundat...
tests/isobmff/invalid-hdlr.asm
y-guyon/ComplianceWarden
3
124110
<filename>tests/isobmff/invalid-hdlr.asm %define BE(a) ( ((((a)>>24)&0xFF) << 0) + ((((a)>>16)&0xFF) << 8) + ((((a)>>8)&0xFF) << 16) + ((((a)>>0)&0xFF) << 24)) ftyp_start: dd BE(ftyp_end - ftyp_start) dd "ftyp" db 0x61, 0x76, 0x69, 0x66 ; brand(32) ('avif') db 0x00, 0x00, 0x00, 0x00 ; version(32) ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_892.asm
ljhsiun2/medusa
9
124111
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_A_ht+0x28c0, %r15 sub %r14, %r14 movups (%r15), %xmm3 vpextrq $1, %xmm3, %r13 nop nop mfence lea addresses_WT_ht+0x1dfa8, %rsi nop nop nop nop add $65284, %rcx mov (%rsi), %r12w nop ...
data/pokemon/dex_entries/magnezone.asm
AtmaBuster/pokeplat-gen2
6
124113
db "MAGNET AREA@" ; species name db "Special magnetic" next "fields changed" next "MAGNETON's" page "molecular" next "structure, which" next "evolved it.@"
Assembly logic/Functions, local vars, parameters logic.asm
cashsignsesh/ProgrammingLanguageTutorialIdea
4
124114
<filename>Assembly logic/Functions, local vars, parameters logic.asm format PE start: ;== No params == noParams: jmp someFunctionBlockEnd ;Initially skip the function someFunction: ;...Function code here int3 nop ...
programs/oeis/164/A164316.asm
jmorken/loda
1
124115
<reponame>jmorken/loda ; A164316: Number of binary strings of length n with no substrings equal to 000, 001, or 010. ; 1,2,4,5,7,11,16,23,34,50,73,107,157,230,337,494,724,1061,1555,2279,3340,4895,7174,10514,15409,22583,33097,48506,71089,104186,152692,223781,327967,480659,704440,1032407,1513066,2217506,3249913,4762979,6...
externals/mpir-3.0.0/mpn/x86_64/sandybridge/popcount.asm
JaminChan/eos_win
12
124116
dnl mpn_popcount dnl Copyright 2010 The <NAME> dnl This file is part of the MPIR Library. dnl The MPIR Library is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Lesser General Public License as published dnl by the Free Software Foundation; either version 2.1 of the Lice...
libsrc/graphics/w_undraw_callee.asm
jpoikela/z88dk
0
124117
<reponame>jpoikela/z88dk<filename>libsrc/graphics/w_undraw_callee.asm ; ; Z88 Graphics Functions ; Written around the Interlogic Standard Library ; ; Wide resolution (int type parameters) and CALLEE conversion by <NAME>, 2018 ; ; ----- void __CALLEE__ undraw(int x, int y, int x2, int y2) ; ; ; $Id: w_...
oeis/231/A231551.asm
neoneye/loda-programs
11
124118
; A231551: Position of n in A231550. ; Submitted by Jon Maiga ; 0,1,2,3,4,7,6,5,8,15,14,9,12,11,10,13,16,31,30,17,28,19,18,29,24,23,22,25,20,27,26,21,32,63,62,33,60,35,34,61,56,39,38,57,36,59,58,37,48,47,46,49,44,51,50,45,40,55,54,41,52,43,42,53,64,127,126,65,124,67,66,125,120,71,70,121,68,123,122,69,112,79,78,113,76,1...
libsrc/osca/force_load_callee.asm
andydansby/z88dk-mk2
1
124119
<filename>libsrc/osca/force_load_callee.asm ; ; Old School Computer Architecture - interfacing FLOS ; <NAME>, 2012 ; ; int force_load(int address, int bank); ; ; forces a file to be loaded to a particular address - kjt_find_file MUST be called first! ; ; Input Registers : ; ; HL = Load address. ; B = Bank of load addr...
kernal-c64/64tass/C64-Lee.asm
silverdr/assembly
23
124120
<reponame>silverdr/assembly ;****************************************************************************** ;****************************************************************************** ; ; The almost completely commented C64 ROM disassembly. V1.01 <NAME> 2012 ; ; Changed by <NAME> 2014 ; - I splitted the original fi...
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1226.asm
ljhsiun2/medusa
9
124121
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x19b7b, %rbx nop nop nop nop sub %rax, %rax movb (%rbx), %dl nop sub %rcx, %rcx lea addresses_WT_ht+0x1c267, %r12 nop nop cmp $1518, %r10 movups (%r12), %xmm7 vpextrq $0, %xm...
programs/oeis/100/A100151.asm
jmorken/loda
1
124122
; A100151: Structured snub dodecahedral numbers. ; 1,60,286,788,1675,3056,5040,7736,11253,15700,21186,27820,35711,44968,55700,68016,82025,97836,115558,135300,157171,181280,207736,236648,268125,302276,339210,379036,421863,467800,516956,569440,625361,684828,747950,814836,885595,960336,1039168,1122200,1209541,1301300,1397...
libsrc/fcntl/nc100/_tell.asm
jpoikela/z88dk
640
124123
<reponame>jpoikela/z88dk<filename>libsrc/fcntl/nc100/_tell.asm<gh_stars>100-1000 ; ; ltell a file on the Amstrad NC100 (max 64k files so can dump high ; bits) ; ; Supporting helpers ; SECTION code_clib PUBLIC nc_ltell PUBLIC _nc_ltell ._nc_ltell .nc_ltell ex de, hl jp 0xB8BD
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1522.asm
ljhsiun2/medusa
9
124124
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x180ec, %r8 nop nop nop nop nop xor %r13, %r13 mov (%r8), %di nop nop nop cmp $53534, %r13 lea addresses_normal_ht+0x1e594, %rsi lea addresses_normal_ht+0x3804,...
oeis/111/A111954.asm
neoneye/loda-programs
11
124126
<filename>oeis/111/A111954.asm ; A111954: a(n) = A000129(n) + (-1)^n. ; Submitted by <NAME>(s3) ; 1,0,3,4,13,28,71,168,409,984,2379,5740,13861,33460,80783,195024,470833,1136688,2744211,6625108,15994429,38613964,93222359,225058680,543339721,1311738120,3166815963,7645370044,18457556053,44560482148,107578520351,2597175228...
FlameOS/Filesystem/PS_2.lbin.asm
Th3Matt/FlameOS
0
124128
PS_2: .init: pusha mov bl, 2 call IOPrint.SetXY mov edx, 1 mov bh, 0 mov esi, Prefixes.KernelINFO call IOPrint.Str mov esi, .progress1 call IOPrint.Str call .WaitW mov al, 0xAD out 0...
programs/oeis/191/A191488.asm
neoneye/loda
22
124129
; A191488: A companion to Gould’s sequence A001316. ; 4,6,8,10,8,12,16,18,8,12,16,20,16,24,32,34,8,12,16,20,16,24,32,36,16,24,32,40,32,48,64,66,8,12,16,20,16,24,32,36,16,24,32,40,32,48,64,68,16,24,32,40,32,48,64,72,32,48,64,80,64,96,128 mov $2,$0 mov $4,2 lpb $4 mov $0,$2 sub $4,1 add $0,$4 mul $0,2 max $0,0...
dev/emm386/retreal.asm
minblock/msdos
0
124130
.386p page 58,132 ;****************************************************************************** title RetReal - Return-To-Real routine(s) for the 386 ;****************************************************************************** ; ; (C) Copyright MICROSOFT Corp. 1986-1991 ; (C) Copyright COMPAQ Computer Corp. 1...
sbsext/tk2/call.asm
olifink/smsqe
0
124131
<filename>sbsext/tk2/call.asm * CALL command V1.0  1985 <NAME> QJUMP * section exten * * CALL address, parameters * xdef call * xref ut_gtlin * include dev8_sbsext_ext_keys * call bsr.l ut_gtlin get some long integers bne.s call_rts ... oops ext.l d3 lsl.w #2,d3 convert count to bytes beq.s call_bp ...
tests/control-flow.asm
drocha87/go-porth
8
124132
BITS 64 segment .text print: mov r9, -3689348814741910323 sub rsp, 40 mov BYTE [rsp+31], 10 lea rcx, [rsp+30] .L2: mov rax, rdi lea r8, [rsp+32] mul r9 mov rax, rdi sub r8, rcx shr rdx, 3 lea rsi, [rdx+rdx*4] add rsi, rsi ...
F0xC_WIN/include/window/handleMsg.asm
Pusty/F0xC
0
124133
%ifndef HANDLE_MSG %define HANDLE_MSG %ifndef _WINDOWUTIL_4 extern _GetMessageA@16 extern _TranslateMessage@4 extern _DispatchMessageA@4 %endif ;1 args (byte[28] pointer) ;returns msg ;example push msg / call handleMsg ;user32 ;std_addr = ADDR TEMP STORAGE ;str_tmp = 16 byte reserved ;std_handle = STD OUTPU...
u7-common/patch-dontMessWithFsAndGs.asm
JohnGlassmyer/UltimaHacks
68
124135
; With certainty that nothing else in the executable modifies the fs (or gs) ; register, I can use the register as a selector to address Voodoo memory ; without having to constantly restore its value because some other function ; could have changed it. ; The only function in Ultima VII that modifies these r...
programs/oeis/156/A156855.asm
karttu/loda
0
124136
; A156855: 2025n^2 - n. ; 2024,8098,18222,32396,50620,72894,99218,129592,164016,202490,245014,291588,342212,396886,455610,518384,585208,656082,731006,809980,893004,980078,1071202,1166376,1265600,1368874,1476198,1587572,1702996,1822470,1945994,2073568,2205192,2340866,2480590,2624364,2772188,2924062,3079986,3239960,34039...
simd/i386/jidctred-mmx.asm
t-head-aosp/platform-external-libjpeg-turbo
3,710
124137
<reponame>t-head-aosp/platform-external-libjpeg-turbo ; ; jidctred.asm - reduced-size IDCT (MMX) ; ; Copyright 2009 Pierre Ossman <<EMAIL>> for Cendio AB ; Copyright (C) 2016, <NAME>. ; ; Based on the x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. ; For conditions of distribution an...
programs/oeis/191/A191821.asm
karttu/loda
0
124138
<gh_stars>0 ; A191821: a(n) = n*(2^n - n + 1) + 2^(n-1)*(n^2 - 3*n + 2). ; 2,6,26,100,332,994,2774,7368,18872,47014,114578,274300,647012,1507146,3473198,7929616,17956592,40369870,90177194,200277636,442498652,973078066,2130705926,4647288280,10099883432,21877489014,47244639554,101737037068,218506460372,468151434394,10007...
UserLevelThread/Threadx86.asm
Nifury/UserLevelThread
1
124141
<reponame>Nifury/UserLevelThread .686 .model flat _TEXT SEGMENT @restore@8 PROC INC DWORD PTR [ECX + 16] MOV [ECX], ESP MOV DWORD PTR [EDX + 4], 2 MOV ESP, [EDX] RET @restore@8 ENDP @yield@8 PROC PUBLIC PUSH EBX PUSH EBP PUSH EDI PUSH ESI MOV DWORD PTR [ECX + 4], EDX MOV EDX, [ECX + 8] CALL @restore@8 ...
programs/oeis/130/A130822.asm
neoneye/loda
22
124142
; A130822: Two 1's, one 2, four 3's, three 4's ... ; 1,1,2,3,3,3,3,4,4,4,5,5,5,5,5,5,6,6,6,6,6,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12 lpb $0 add $1,1 mov $2,$0 sub $0,$1 mod $2,2 trn $2,$0 sub $0,$2 l...
programs/oeis/137/A137146.asm
neoneye/loda
22
124143
<reponame>neoneye/loda<gh_stars>10-100 ; A137146: Numbers k such that k and k^2 use only the digits 5, 6, 7 and 8. ; 76,766,7666,76666,766666,7666666,76666666,766666666,7666666666,76666666666,766666666666,7666666666666,76666666666666,766666666666666 mov $1,10 pow $1,$0 div $1,9 mul $1,690 add $1,76 mov $0,$1
examples/ProxyLib/template.asm
sporst/PeLib
69
124144
<gh_stars>10-100 .386 .model flat, stdcall option casemap:none include \masm32\include\windows.inc include \masm32\include\kernel32.inc includelib \masm32\lib\kernel32.lib .data OldDll db '%OLDDLL%',0 OldDllHandle dd 0 %NAMESTRING% %ORDINALSTRING% .code DllEntry proc hinst:HINSTANCE, reason:DWORD, reserved1:...
cards/bn6/ModCards/137-A053 CircusMan.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
124145
<filename>cards/bn6/ModCards/137-A053 CircusMan.asm .include "defaults_mod.asm" table_file_jp equ "exe6-utf8.tbl" table_file_en equ "bn6-utf8.tbl" game_code_len equ 3 game_code equ 0x4252354A // BR5J game_code_2 equ 0x42523545 // BR5E game_code_3 equ 0x42523550 // BR5P card_type equ 1 card_id equ 53 card_no ...
oeis/195/A195030.asm
neoneye/loda-programs
11
124146
<filename>oeis/195/A195030.asm ; A195030: a(n) = (n-2)*(14*n-39) for n > 2, otherwise a(n) = n. ; 0,1,2,3,34,93,180,295,438,609,808,1035,1290,1573,1884,2223,2590,2985,3408,3859,4338,4845,5380,5943,6534,7153,7800,8475,9178,9909,10668,11455,12270,13113,13984,14883,15810,16765,17748,18759,19798,20865,21960,23083,24234,254...
Source/Nostromo/Sprite.asm
benryves/Nostromo
0
124147
<reponame>benryves/Nostromo .module Sprite Code: ; ========================================================================== ; DrawColumn ; -------------------------------------------------------------------------- ; Draws a column of a sprite. ; ----------------------------------------------------------------...
std/os/linux/linux_fibers.nasm
CheezLang/StandardLibrary
0
124148
<filename>std/os/linux/linux_fibers.nasm global switch_to_fiber section .text ; mov [rbp - 0x8], rdi ; 1. argument ; mov [rbp - 0x4], rsi ; 2. argument ; rax, rcx, rdx are free to use for whatever ; rdi: arg 0 ; rsi: arg 1 ; rcx: from (^Fiber) ; rdx: to (^Fiber) switch_to_fiber: ; save registers ...
libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_dos_catalog.asm
jpoikela/z88dk
640
124149
; unsigned char esx_dos_catalog(struct esx_cat *cat) INCLUDE "config_private.inc" SECTION code_esxdos PUBLIC asm_esx_dos_catalog PUBLIC l_asm_esx_dos_catalog EXTERN error_znc, __esxdos_error_mc IF __ZXNEXT asm_esx_dos_catalog: ; enter : hl = struct esx_cat *cat (some members initialized) ; not...
libsrc/_DEVELOPMENT/target/yaz180/device/asci/asci1_putc.asm
Toysoft/z88dk
0
124152
<reponame>Toysoft/z88dk<gh_stars>0 INCLUDE "config_private.inc" SECTION code_driver SECTION code_driver_character_output PUBLIC _asci1_putc EXTERN asci1TxBuffer, asci1TxCount, asci1TxIn _asci1_putc: ; enter : l = char to output ; exit : l = 1 if Tx buffer is full ...
Library/SpecUI/CommonUI/CView/cviewScrollbar.asm
steakknife/pcgeos
504
124153
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1988-1996 All Rights Reserved. GEOWORKS CONFIDENTIAL PROJECT: GEOS MODULE: CommonUI/CView FILE: cviewScrollbar.asm ROUTINES: Name Description ---- ----------- INT SwapIfHorizontal Swaps cx a...
programs/oeis/200/A200864.asm
neoneye/loda
22
124154
<filename>programs/oeis/200/A200864.asm ; A200864: Expansion of 1/((1+x)*(1-3*x)*(1-5*x)). ; 1,7,42,230,1211,6237,31732,160300,806421,4046867,20278622,101525970,508028431,2541337897,12710276712,63562145240,317843011241,1589311911327,7946850122002,39735122306110,198678226618851,993398978359157,4967018427590492,248351627...
oeis/037/A037636.asm
neoneye/loda-programs
11
124155
<filename>oeis/037/A037636.asm<gh_stars>10-100 ; A037636: Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,3. ; Submitted by <NAME> ; 2,17,139,1114,8913,71307,570458,4563665,36509323,292074586,2336596689,18692773515,149542188122,1196337504977,9570700039819,76565600318554,6...
U494/Algol/algmath.asm
sboydlns/univacemulators
2
124157
<filename>U494/Algol/algmath.asm START . . UNIVAC 494 ALGOL MATH LIBRARY . XREF TRUNC, FRAC . ++++++++++ . POWERI . . RAISE A FLOATING POINT NUMBER TO AN INTEGER POWER. . ...
source/commands/miscellany.asm
paulscottrobson/Atomic-Basic-2
0
124158
; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : miscellany.asm ; Purpose : Miscellaneous Commands ; Date : 25th July 2019 ; Author : <NAME> (<EMAIL>) ; ; *******...