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
third_party/codecs/xvidcore/src/image/x86_asm/interpolate8x8_3dne.asm
Narflex/sagetv
292
128330
<reponame>Narflex/sagetv ;/***************************************************************************** ; * ; * XVID MPEG-4 VIDEO CODEC ; * - 3dne pipeline optimized 8x8 block-based halfpel interpolation - ; * ; * Copyright(C) 2002 <NAME> ; * ; * This program is free software ; you can redistribute it and/or modi...
Kernel/asm/libasm.asm
lipusal/tpe_arqui
0
128331
<filename>Kernel/asm/libasm.asm<gh_stars>0 GLOBAL cpuVendor GLOBAL outb GLOBAL outw GLOBAL outd GLOBAL inb GLOBAL inw GLOBAL ind GLOBAL _cli GLOBAL _sti GLOBAL _halt GLOBAL masterPICmask GLOBAL slavePICmask SECTION .text cpuVendor: push rbp mov rbp, rsp push rbx mov rax, 0 cpuid mov [rdi], ebx mov [rdi + ...
programs/oeis/074/A074373.asm
neoneye/loda
22
128332
; A074373: Square of the sum of the prime factors of n (with repetition). ; 0,4,9,16,25,25,49,36,36,49,121,49,169,81,64,64,289,64,361,81,100,169,529,81,100,225,81,121,841,100,961,100,196,361,144,100,1369,441,256,121,1681,144,1849,225,121,625,2209,121,196,144,400,289,2809,121,256,169,484,961,3481,144,3721,1089,169,144,3...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_18_431.asm
ljhsiun2/medusa
9
128333
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x15a1f, %r12 clflush (%r12) nop nop nop nop xor $18777, %rdi movw $0x6162, (%r12) nop and $19631, %rbx lea addresses_normal_ht+0x7adf, %rcx nop nop nop nop xor ...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_1453.asm
ljhsiun2/medusa
9
128335
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x191db, %r10 nop cmp $57055, %r9 movups (%r10), %xmm1 vpextrq $1, %xmm1, %rsi nop inc %rbx lea addresses_normal_ht+0x535b, %r10 nop nop nop nop nop xor $32944, %...
oeis/190/A190004.asm
neoneye/loda-programs
11
128336
<gh_stars>10-100 ; A190004: A190002/2. ; Submitted by <NAME> ; 2,4,7,9,11,14,16,19,21,23,26,28,30,33,35,38,40,42,45,47,50,52,54,57,59,61,64,66,69,71,73,76,78,80,83,85,88,90,92,95,97,100,102,104,107,109,111,114,116,119,121,123,126,128,130,133,135,138,140,142,145,147,150,152,154,157,159,161,164,166,169,171,173,176,178,18...
libvpx/build/asm_com_offsets.asm
ooyanglinoo/Plugin_Videoplayer
4
128337
yv12_buffer_config_y_width EQU 0 yv12_buffer_config_y_height EQU 4 yv12_buffer_config_y_stride EQU 8 yv12_buffer_config_uv_width EQU 12 yv12_buffer_config_uv_height EQU 16 yv12_buffer_config_uv_stride EQU 20 yv12_buf...
smsq/java/driver/mem_init.asm
olifink/smsqe
0
128338
<gh_stars>0 ; SMSQmulator MEM Driver initialisation V1.00 (c) W.Lenerz 2014 ; ; based on smsq_java_driver_win_init_asm section nfa xdef mem_init xref.l nfa_vers ; get version xref ut_procdef xref iou_ddst xref iou_ddlk xref nfa_opn ; open file xref nfa_clo ; close file xref nfa_io ; do file io xref ...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_192.asm
ljhsiun2/medusa
9
128340
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x907a, %rsi lea addresses_WC_ht+0x3c70, %rdi clflush (%rsi) clflush (%rdi) inc %r9 mov $99, %rcx rep movsq xor $25725, %r15 lea addresses_WC_ht+0xe5fa...
sound/sfxasm/8F.asm
NatsumiFox/Sonic-3-93-Nov-03
7
128341
8F_Header: sHeaderInit ; Z80 offset is $CFE4 sHeaderPatch 8F_Patches sHeaderTick $01 sHeaderCh $01 sHeaderSFX $80, $C0, 8F_PSG3, $00, $03 8F_PSG3: sNoisePSG $E7 ssModZ80 $01, $01, $01, $01 dc.b nB6, $09 saVolPSG $04 dc.b nG6, $06 sStop 8F_Patches:
Final Assignment CSE331/Solution/Answer 7.asm
Audhora912/CSE331L-Section-1-Fall20-NSU
0
128342
.MODEL SMALL .STACK 100H .DATA NUM1 DB ? NUM2 DB ? RESULT DB ? MSG1 DB 10,13,"ENTER FIRST NUMBER TO MULTIPLY : $" MSG2 DB 10,13,"ENTER SECOND NUMBER TO MULTIPLY : $" MSG3 DB 10,13,"RESULT OF MULTIPLICATION IS : $" .CODE MAIN PROC ASSUME DS:DATA CS:CODE MOV AX,DATA MOV DS,AX LEA DX,MSG1 MOV AH,9 INT 21H MOV AH,1 INT 2...
engine/playfieldRenderer/draw.asm
laoo/TimePilot
24
128343
<reponame>laoo/TimePilot //drawing small bullet. 1 pixel //x - index in object list table .proc prDrawPlayerFire prXOff equ prTemp+5 prRowRem equ bufRLIDof prColRem equ prTemp+7 prFontNr equ prTemp+8 ;font number prScreenOff equ prTemp+9 ;w offset in screen buffer prFntOff equ bufRLIDsL ;offset in fon...
src/laser_draw_it_crash.asm
mvdhout1992/ts-patches
33
128346
%include "macros/patch.inc" %include "macros/datatypes.inc" ;const WaveClass::Laser_Draw_It(int,int) crash - Force DetailLevel to 1 @SET 0x006715F3, { mov eax, 1 } @PATCH 0x004FC417 mov ecx, 1 nop @ENDPATCH
programs/oeis/266/A266222.asm
neoneye/loda
22
128347
<reponame>neoneye/loda ; A266222: Number of OFF (white) cells in the n-th iteration of the "Rule 7" elementary cellular automaton starting with a single ON (black) cell. ; 0,1,5,0,9,0,13,0,17,0,21,0,25,0,29,0,33,0,37,0,41,0,45,0,49,0,53,0,57,0,61,0,65,0,69,0,73,0,77,0,81,0,85,0,89,0,93,0,97,0,101,0,105,0,109,0,113,0,11...
Assembly/Project/Interpreter.asm
Myself086/Project-Nested
338
128348
.mx 0x30 // --------------------------------------------------------------------------- .macro Interpreter_ReadPC lda ($.pc) .endm .macro Interpreter_AdcReadPC adc ($.pc) .endm .macro Interpreter_ReadPCinc lda ($.pc) inc $.pc bne $+b_1__ inc $.pc+1 b_1__: .endm .macro Interpreter_IncPC inc...
oeis/124/A124179.asm
neoneye/loda-programs
11
128349
; A124179: Prime(R(p)) where Prime(i) is the i-th prime and R(p) is the value of the reverse of the digits of prime p. ; Submitted by <NAME> ; 3,5,11,17,31,127,353,467,131,479,41,367,43,139,373,149,499,53,383,59,157,509,163,521,401,547,1993,5281,7001,2063,5449,739,5527,7307,7417,877,5701,2437,5801,2539,7649,1087,1153,2...
oeis/119/A119032.asm
neoneye/loda-programs
11
128350
<gh_stars>10-100 ; A119032: a(n+2)=18a(n+1)-a(n)+8. ; 0,9,170,3059,54900,985149,17677790,317215079,5692193640,102142270449,1832868674450,32889493869659,590178020979420,10590314883759909,190035489886698950,3410048503076821199,61190837565496082640 mul $0,6 mov $1,6 mov $2,8 lpb $0 sub $0,2 add $1,$2 add $2,$1 lpe ...
cc4x86/tests/visual/rasterizer/rasterizer__noregalloc.asm
artyompal/C-compiler
4
128351
<filename>cc4x86/tests/visual/rasterizer/rasterizer__noregalloc.asm .686 .model flat .xmm .data __dbgprintf dd ? public __dbgprintf __width dd ? public __width __height dd ? public __height __pitch dd ? public __pitch __color dd ? public __color __videomem ...
libsrc/_DEVELOPMENT/target/yaz180/driver/i2c/c/sdcc/i2c_interrupt_attach_callee.asm
Frodevan/z88dk
640
128352
SECTION code_driver EXTERN asm_i2c_interrupt_attach PUBLIC _i2c_interrupt_attach_callee ;------------------------------------------------------------------------------ ; Attach a PCA9665 device interrupt ; ; attach an interrupt relevant for the specific device ; input HL = address of the interrupt service rout...
src/test/resources/data/searchtests/opt-test10-expected2.asm
cpcitor/mdlz80optimizer
0
128353
<reponame>cpcitor/mdlz80optimizer org #4000 execute: ld a, 5 ld (v1), a ld iy, v2 ld (iy + 0), 1 ld (iy + 1), 2 ld (iy + 2), 3 ld (iy + 3), 4 ld hl, v3 ld (hl), 11 inc l ld (hl), 12 loop: jr loop org #c000 v1: org $ + 1 v2: org $ + 4 v3: org $ + 2
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_560.asm
ljhsiun2/medusa
9
128354
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x115f4, %rsi lea addresses_normal_ht+0x1cfd6, %rdi clflush (%rdi) nop nop and $43587, %rax mov $105, %rcx rep movsb nop nop nop nop nop xor $22689, %...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_811.asm
ljhsiun2/medusa
9
128355
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rbp push %rdi lea addresses_D_ht+0x9ee9, %rbp nop inc %r14 movw $0x6162, (%rbp) nop nop nop nop sub %r10, %r10 pop %rdi pop %rbp pop %r14 pop %r10 ret .global s_faulty_load s_faulty_load: push %r14 push %r15 push %r8 p...
kernel.asm
GuyueFang/xv6
0
128356
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 .byte 0xe4 8010000c <entry>: # E...
division.asm
shashankdasverma/MPlab
0
128357
.model small .data num1 dw 1234 num2 db 67 quotient db ? rem db ? .code mov ax,@data mov ds,ax mov ax,num1 div num2 mov quotient,al mov rem,ah mov ah,4ch int 21h end
source/actions/variables.asm
paulscottrobson/lean
2
128358
<filename>source/actions/variables.asm<gh_stars>1-10 ; ****************************************************************************** ; ****************************************************************************** ; ; Name : variables.asm ; Purpose : Byte/Word definitions ; Author : <NAME> (<EMAIL>) ; Created ...
maps/MountMortarB1F.asm
Dev727/ancientplatinum
28
128359
<filename>maps/MountMortarB1F.asm object_const_def ; object_event constants const MOUNTMORTARB1F_POKE_BALL1 const MOUNTMORTARB1F_POKE_BALL2 const MOUNTMORTARB1F_BOULDER const MOUNTMORTARB1F_BLACK_BELT const MOUNTMORTARB1F_POKE_BALL3 const MOUNTMORTARB1F_POKE_BALL4 const MOUNTMORTARB1F_POKE_BALL5 MountMortarB1F...
main32.asm
jballoffet/ia32-kernel
0
128360
<filename>main32.asm ;######################################################################################## ;# Título: Codigo principal de la aplicacion de 32 bits # ;# # ;# Versión: 1.0 Fecha: 06/09/2015 # ;# Autor: <NAME> Tab: 4 # ;# Compilación: Usar Makefile # ;# Uso: - # ...
libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_clear.asm
jpoikela/z88dk
640
128362
<reponame>jpoikela/z88dk<gh_stars>100-1000 ; void wa_stack_clear(wa_stack_t *s) SECTION code_clib SECTION code_adt_wa_stack PUBLIC wa_stack_clear EXTERN asm_wa_stack_clear defc wa_stack_clear = asm_wa_stack_clear ; SDCC bridge for Classic IF __CLASSIC PUBLIC _wa_stack_clear defc _wa_stack_clear = wa_stack_clear E...
libsrc/target/gal/scrolldowntxt.asm
jpoikela/z88dk
640
128364
; ; Galaksija libraries ; ;---------------------------------------------------------------- ; ; $Id: scrolldowntxt.asm $ ; ;---------------------------------------------------------------- ; Text scrolldown. ;---------------------------------------------------------------- SECTION code_clib PUBLIC ...
BetaCode/CodeExamples/BNO055 example code/MPU_IMU_PIC32_v001.asm
dbazor/BB_Slug
3
128365
<gh_stars>1-10 _Init_Ext_Int1: ;MPU_IMU_PIC32_v001.c,51 :: void Init_Ext_Int1(){ ;MPU_IMU_PIC32_v001.c,53 :: INTCONSET = 0x0006; // Setzen Polaritat auf Rising Edge in IntCon Register mit bits 1 & 2 auf 1 --> 0b00000000 00000000 00000000 00000110 ORI R2, R0, 6 SW R2, Offset(INTCONSET+0)(GP) ;MPU_IMU...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_346.asm
ljhsiun2/medusa
9
128367
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_346.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x8492, %rsi lea addresses_A_ht+0xe892, %rdi nop nop xor %r13, %r13 mov $23...
programs/oeis/168/A168579.asm
neoneye/loda
22
128368
; A168579: G.f.: 1/(1-x-16*x^2). ; 1,1,17,33,305,833,5713,19041,110449,415105,2182289,8823969,43740593,184924097,884773585,3843559137,17999936497,79496882689,367495866641,1639445989665,7519379855921,33750515690561,154060593385297,694068844434273,3159038338599025,14264139849547393,64808753267131793,293034990859890081,13...
stressfs.asm
dylsugar/cs461_hw6
0
128369
<filename>stressfs.asm _stressfs: file format elf64-x86-64 Disassembly of section .text: 0000000000001000 <main>: #include "fs.h" #include "fcntl.h" int main(int argc, char *argv[]) { 1000: f3 0f 1e fa endbr64 1004: 55 push %rbp 1005: 48 89 e5 mov %rs...
nasm/hello.asm
Shahtr1/Linux-x86-course
0
128370
<gh_stars>0 section .data message: db "Hello, world",10 section .text global _start _start: mov rax,1 mov rdi,1 mov rsi,message mov rdx,13 syscall mov rax,60 xor rdi,rdi syscall
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1359.asm
ljhsiun2/medusa
9
128372
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x9928, %r14 nop inc %r13 movw $0x6162, (%r14) nop nop nop cmp %r12, %r12 lea addresses_WC_ht+0xb016, %r11 nop cmp $2711, %r15 mov (%r11), %rdi nop nop nop nop n...
bootsect.asm
trya/stboot
9
128373
<reponame>trya/stboot ;; bootsect.asm - simple bootloader for stboot ;; by trya - <EMAIL> %define mbr_address 0x7C00 %define code_address 0x2000 [ORG code_address] ; assuming we're working at the new location [BITS 16] %macro print_msg 1 mov si, %1 call write_msg %endmacro bootsect: ;; First things first, move...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3047.asm
ljhsiun2/medusa
9
128374
.global s_prepare_buffers s_prepare_buffers: push %r13 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x9be2, %rsi lea addresses_normal_ht+0x10de2, %rdi clflush (%rdi) nop nop nop nop nop dec %rbp mov $117, %rcx rep movsb xor $22370, %rdx lea addresses_UC_ht+0x1e85a, %r13 nop add $8382,...
Assembly Microbenchmarks/bltTest.asm
idn0971/HLS_Benchmarking
0
128375
<filename>Assembly Microbenchmarks/bltTest.asm li t0 4 li t1 5 blt t0, t1, branch li s6 1 jal end branch: li s6 2 end:
Library/Mailbox/UI/uiAddressControl.asm
steakknife/pcgeos
504
128377
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994 -- All Rights Reserved PROJECT: MODULE: FILE: uiAddressControl.asm AUTHOR: <NAME>, Jun 16, 1994 ROUTINES: Name Description ---- ----------- REVISION HISTORY: ...
uw1/call-eop-setupPerspectiveAndEnqueueDraw.asm
JohnGlassmyer/UltimaHacks
68
128378
<filename>uw1/call-eop-setupPerspectiveAndEnqueueDraw.asm<gh_stars>10-100 %ifndef EXE_LENGTH %include "../UltimaPatcher.asm" %include "include/uw1.asm" %include "include/uw1-eop.asm" defineAddress 34, 0x02FC, beforeSetupA defineAddress 34, 0x030A, afterEnqueueA defineAddress 34, 0x0366, beforeSetupB defi...
unittests/ASM/H0F38/66_DE.asm
cobalt2727/FEX
628
128379
<reponame>cobalt2727/FEX<filename>unittests/ASM/H0F38/66_DE.asm<gh_stars>100-1000 %ifdef CONFIG { "RegData": { "XMM0": ["0x7A1FC5A0A07A1FC5", "0xC5A07A1F1FC5A07A"], "XMM1": ["0x85E03A5F5F85E03A", "0x3A5F85E0E03A5F85"], "XMM2": ["0x7A1FC5A1A07A1FC4", "0xC5A07A1E1FC5A07B"], "XMM3": ["0x85E03A5FA07A1FC5"...
bootloader.asm
kennu/kfx
1
128380
; NASM MBR boot loader by <NAME> 2009 [bits 16] ; 16-bit code [org 0x7c00] ; BIOS loads us at 0x07c0:0000 jmp 0x0000:initialize_bios ; reset code segment to 0x0000 with long jump KERNELAREA equ 0x0800 ; kernel is loaded in memory at 32k initialize_bios: xor ax, ax mov ds, ax ; reset data segments to 0x00...
res/lib/asm/x86/stdin.asm
Emoun/unsafe-lang
1
128383
<filename>res/lib/asm/x86/stdin.asm ; Load input from stdin into the given buffer. Currently currupts the stack ; Parameters: ESI: Address to start putting input in ; EDI: The number of free bytes in the buffer. ; NOTE: NOT the max number of bytes to load, but the number of bytes that ; this function may ...
unittests/ASM/Primary/Primary_B8_3.asm
cobalt2727/FEX
628
128384
%ifdef CONFIG { "RegData": { "RAX": "0x4847464544434241", "RBX": "0x4847464544434241", "RCX": "0x4847464544434241", "RDX": "0x4847464544434241", "RBP": "0x4847464544434241", "RSI": "0x4847464544434241", "RDI": "0x4847464544434241", "RSP": "0x4847464544434241", "R8": "0x48474645444...
src/helpers/1byte.asm
mattemoore/nes_learning
0
128385
1_byte: .byte $00,$01,$02,$03,$04,$05,$06,$07,$08,$09,$0a,$0b,$0c,$0d,$0e,$0f .byte $10,$11,$12,$13,$14,$15,$16,$17,$18,$19,$1a,$1b,$1c,$1d,$1e,$1f .byte $20,$21,$22,$23,$24,$25,$26,$27,$28,$29,$2a,$2b,$2c,$2d,$2e,$2f .byte $30,$31,$32,$33,$34,$35,$36,$37,$38,$39,$3a,$3b,$3c,$3d,$3e,$3f .byte $40,$41,$42,$43,$44,$...
U9030/Source/OS3.asm
sboydlns/univacemulators
2
128386
<filename>U9030/Source/OS3.asm 0000: START 0000: STRT EQU * 0000: LH 13,X'000A' 0004: BCR R15,R13 0006: DC XL10'028017484FD800000000' 0010: DC XL16'003400340000158C158C000000000000' 0020: DC XL16'00000000000049300000000000004930' 0030: ...
color/load_hp_and_exp_bar.asm
etdv-thevoid/pokemon-rgb-enhanced
1
128388
<reponame>etdv-thevoid/pokemon-rgb-enhanced<gh_stars>1-10 LoadHPBarAndEXPBar: ld de,HpBarAndStatusGraphics ld hl,vChars2 + $620 ld bc,(BANK(HpBarAndStatusGraphics) << 8 | $1e) call GoodCopyVideoData ld de,EXPBarGraphics ld hl,vChars1 + $400 ld bc,(BANK(EXPBarGraphics) << 8 | $9) GoodCopyVideoData: ld a,[rLCDC] ...
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_179_1754.asm
ljhsiun2/medusa
9
128389
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_179_1754.asm .global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x159cc, %r9 dec %rdi movups (%r9), %xmm5 vpextrq $0, %xmm5, %rsi nop nop nop nop nop and %r...
CPU/cpu_test/test_storage/test2_addu_lw.asm
SilenceX12138/MIPS-Microsystems
55
128390
<filename>CPU/cpu_test/test_storage/test2_addu_lw.asm<gh_stars>10-100 ori $8,$0,0x021a ori $2,$0,0x1234 nop nop sw $8,0($0) nop nop nop lw $1,0($0) addu $3,$1,$2 nop nop nop ori $5,$0,0x9287 lw $4,0($0) addu $6,$5,$4 nop nop nop lw $7,0($0) nop addu $9,$7,$8 nop nop nop ori $11,$0,0x091a lw $10,0($0) nop addu $12,$11,$...
aoc/day01/main.asm
antoniojema/aoc_2021_assemblymaybe
0
128391
<filename>aoc/day01/main.asm<gh_stars>0 global _start extern aoc_day01_1, aoc_day01_2 section .text ;;------------------;; ;; START POINT ;; ;;------------------;; _start: call aoc_day01_1 call aoc_day01_2 mov eax, 1 xor ebx, ebx int 0x80
oeis/163/A163834.asm
neoneye/loda-programs
11
128392
<gh_stars>10-100 ; A163834: a(n) = (4^n + 5)/3. ; 2,3,7,23,87,343,1367,5463,21847,87383,349527,1398103,5592407,22369623,89478487,357913943,1431655767,5726623063,22906492247,91625968983,366503875927,1466015503703,5864062014807,23456248059223,93824992236887,375299968947543,1501199875790167,6004799503160663,24019198012642...
tests/misc/trd/savetrd3.asm
fengjixuchui/sjasmplus
220
128393
; test data SAVETRD <TRDname>,&<Filename>,<start>,<lenght> DEVICE ZXSPECTRUM128 : ORG $C000, 7 : db "page 7" : ORG $C000, 6 : db "page 6" : ORG $C000, 3 : db "page 3" EMPTYTRD "savetrd3.trd" ;create empty TRD image PAGE 7 ;set 7 page to current slot SAVETRD "savetrd3.trd",&"file0.C",$C000,$40...
msx/apps/xstdio.asm
zoggins/yellow-msx-series-for-rc2014
19
128394
SECTION CODE PUBLIC _xprintf EXTERN _printf _xprintf: EXX ld (SAVE_REGS), HL POP HL ; RETURN ADDRESS LD (SAVE_RET), HL EXX CALL _printf EXX LD HL, (SAVE_REGS) EXX JP 0 SAVE_RET EQU $-2 SAVE_REGS: DS 2
init32.asm
jballoffet/ia32-kernel
0
128395
<reponame>jballoffet/ia32-kernel ;######################################################################################## ;# Título: Modulo de inicializacion en 32 bits # ;# # ;# Versión: 1.0 Fecha: 06/09/2015 # ;# Autor: <NAME> Tab: 4 # ;# Compilación: Usar Makefile # ;# Uso: ...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1074.asm
ljhsiun2/medusa
9
128396
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x18ed1, %rbp nop and %rax, %rax movups (%rbp), %xmm5 vpextrq $0, %xmm5, %r11 nop nop inc %rsi lea addresses_D_ht+0xeed1, %r9 nop nop xor $28336, %r14 movb (%r9), %r13...
libsrc/stdlib/bpeek.asm
jpoikela/z88dk
640
128397
<gh_stars>100-1000 ; uchar __FASTCALL__ bpeek(void *addr) ; 11.2006 aralbrec SECTION code_clib PUBLIC bpeek PUBLIC _bpeek .bpeek ._bpeek ld l,(hl) ld h,0 ret
examples/hello.asm
AbdulrahmanAbumdas/emu8086
287
128399
<reponame>AbdulrahmanAbumdas/emu8086 ; "hello, world!" step-by-step char-by-char way... ; this is very similar to what int 21h/9h does behind your eyes. ; instead of $, the string in this example is zero terminated ; (the Microsoft Corporation has selected dollar to terminate the strings for MS-DOS operating system) ...
oeis/097/A097316.asm
neoneye/loda-programs
11
128400
<filename>oeis/097/A097316.asm ; A097316: Chebyshev U(n,x) polynomial evaluated at x=33. ; Submitted by <NAME>(s1) ; 1,66,4355,287364,18961669,1251182790,82559102471,5447649580296,359462313197065,23719065021425994,1565098829100918539,103272803655639197580,6814439942443086121741,449649763397588044837326,2967006994429836...
libsrc/cpc/cpc_SetColour.asm
jpoikela/z88dk
38
128401
<filename>libsrc/cpc/cpc_SetColour.asm ; ; Amstrad CPC library ; (CALLER linkage for function pointers) ; ****************************************************** ; ** Librería de rutinas para Amstrad CPC ** ; ** <NAME>, Artaburu 2009 ** ; ******************************************...
strlen-args.asm
retq/ASMAdventures
0
128402
LF dd 0xa section .text global _start global echol global strlen ; entry point _start: ; the first thing on the stack is argc (the number of command line arguments) ; not needed, so pop it off pop ecx jmp printargv ; this is the loop that grabs the character pointers from argv and calls e...
oeis/240/A240115.asm
neoneye/loda-programs
11
128403
; A240115: Schoenheim lower bound L(n,4,2). ; Submitted by <NAME>(s3) ; 1,3,3,4,6,7,8,11,12,13,18,19,20,26,27,29,35,37,39,46,48,50,59,61,63,73,75,78,88,91,94,105,108,111,124,127,130,144,147,151,165,169,173,188,192,196,213,217,221,239,243,248,266,271,276,295,300,305,326,331,336,358,363,369,391,397,403,426,432,438,463,46...
tests/lr35902/op_C0_FF.asm
fengjixuchui/sjasmplus
220
128404
OUTPUT "op_C0_FF.bin" : OPT --syntax=a ret nz pop bc jp nz,$4241 jp $4241 call nz,$4241 push bc add a,$43 rst 00h ret z ret jp z,$4241 bit 0,h ; BITS 0xCB prefix + 0x44 call z,$4241 call $4241 adc ...
data/pokemon/base_stats/phione.asm
TastySnax12/pokecrystal16-493-plus
2
128406
<filename>data/pokemon/base_stats/phione.asm db 0 ; species ID placeholder db 80, 80, 80, 80, 80, 80 ; hp atk def spd sat sdf db WATER, WATER ; type db 30 ; catch rate db 216 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_UNKNOWN ; gender ratio db 100 ; unknown 1 db 40 ; step cycles to hatch ...
playflx/checksum.asm
ped7g/specnext
0
128407
<filename>playflx/checksum.asm ; output: de = checksums calcchecksum: push bc push hl push af ld de, 0 ld bc, 0x0600 ; b: 6 banks, c:bank offset = 0 .banks: push bc ld hl, rendertarget ld a, c add a, (hl) nextreg DSTMMU, a ld hl, DESTADDR ; DSTMMU base address ld b, 32 .o...
kernel/kernel_entry.asm
cheetosysst/os
2
128408
<gh_stars>1-10 bits 32 KERNEL_STACK_SIZE equ 8192 section .text align 4 dd 0x1BADB002 dd 0x00 dd - (0x1BADB002 + 0x00) global start extern kmain start: cli mov esp, stack_space+KERNEL_STACK_SIZE call kmain hlt section .bss stack_space: resb KERNEL_STACK_SIZE
programs/oeis/168/A168286.asm
neoneye/loda
22
128409
; A168286: a(n) = (6*n + 3*(-1)^n + 1)/2. ; 2,8,8,14,14,20,20,26,26,32,32,38,38,44,44,50,50,56,56,62,62,68,68,74,74,80,80,86,86,92,92,98,98,104,104,110,110,116,116,122,122,128,128,134,134,140,140,146,146,152,152,158,158,164,164,170,170,176,176,182,182,188,188,194,194,200,200,206,206,212,212,218,218,224,224,230,230,236,...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_782.asm
ljhsiun2/medusa
9
128410
<filename>Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_782.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xaad7, %rax nop nop inc %rbx mov (%rax), %esi nop nop xor %r8, %r8 lea addresses_...
oeis/010/A010540.asm
neoneye/loda-programs
11
128411
<filename>oeis/010/A010540.asm ; A010540: Decimal expansion of square root of 89. ; 9,4,3,3,9,8,1,1,3,2,0,5,6,6,0,3,8,1,1,3,2,0,6,6,0,3,7,7,6,2,2,6,4,0,7,1,6,9,8,3,6,2,2,6,3,3,4,1,5,1,2,1,3,2,0,6,6,2,9,8,1,4,4,8,9,8,0,0,2,2,9,0,9,5,8,5,1,1,8,0,5,8,5,4,1,0,2,6,9,8,6,8,9,0,3,8,4,1,0,4 mov $1,1 mov $2,1 mov $3,$0 add $3,...
Source/Computer/Samples/Fill.asm
CharlesCarley/HackComputer
0
128413
(Start) @R0 M=0 @8192 D=A @R1 M=D (fillTop) @R0 M=0 @R3 M=!M (loopTop) //; Move Screen start to R2 @SCREEN D=A @R2 M=D @R0 D=M //; Store Screen Address + iteration //; In R4 @R4 M=D @R2 D=M @R4 M=D+M //;Go to R4 and place the value in R3 @R3 D=M @R4 A=M M=D //; I...
testcode/test_shf.asm
1justinbarnett/ece411-sp2017
0
128414
ORIGIN 4x0000 SEGMENT CodeSegment: AND R0, R0, 0 NOP NOP NOP NOP NOP NOP NOP ADD R0, R0, 1 NOP NOP NOP NOP NOP NOP NOP LSHF R0, R0, 2 NOP NOP NOP NOP NOP NOP NOP ; R0 should contain 4 RSHFL R0, R0, 1 NOP NOP NOP NOP NOP NOP NOP ; R0 should contain 2 RSHFA R0, R0, 1 NOP NOP NOP ...
ldos/src/trackLoader.asm
arnaud-carre/ldos
21
128415
;--------------------------------------------------------- ; ; LDOS (Leonard Demo Operating System) ; AMIGA version ; Written by Leonard/Oxygene ; https://github.com/arnaud-carre/ldos ; ; Track Loader ; Full ASYNC loading (depacker runs at the same time) ; ;--------------------------------------------------------- ; a...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_677.asm
ljhsiun2/medusa
9
128416
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_677.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x16e59, %r10 nop nop nop and %r11, %r11 movl $0x61626364, (%r10) nop nop xor $3615, %r15 lea...
programs/oeis/180/A180571.asm
karttu/loda
1
128417
; A180571: The Wiener index of the graph \|/_\/_\/_..._\/_\|/ having n nodes on the horizontal path. ; 58,136,259,436,676,988,1381,1864,2446,3136,3943,4876,5944,7156,8521,10048,11746,13624,15691,17956,20428,23116,26029,29176,32566,36208,40111,44284,48736,53476,58513,63856,69514,75496,81811,88468,95476 mov $1,$0 add $1...
gfx/pokemon/caterpie/anim.asm
Dev727/ancientplatinum
28
128418
<reponame>Dev727/ancientplatinum<gh_stars>10-100 frame 0, 08 frame 1, 08 frame 2, 12 frame 1, 12 frame 2, 08 frame 1, 08 endanim
oeis/324/A324268.asm
neoneye/loda-programs
11
128419
<gh_stars>10-100 ; A324268: a(n) = 31*11^(5*n). ; Submitted by <NAME> ; 31,4992581,804060162631,129494693251885181,20855249842909360285231,3358758842450395383296737781,540931470335478626875322916367831,87117554228999168336897631003955550381,14030369226134545059825700370818045344410431,2259604994238194616429988870420617...
oeis/079/A079753.asm
neoneye/loda-programs
11
128420
<reponame>neoneye/loda-programs ; A079753: Operation count to create all permutations of n distinct elements using the "streamlined" version of Algorithm L (lexicographic permutation generation) from Knuth's The Art of Computer Programming, Vol. 4, chapter 7.2.1.2. Sequence gives total executions of step L3.1'. ; Submi...
Library/Chart/Title/titleMessages.asm
steakknife/pcgeos
504
128421
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: titleMessages.asm AUTHOR: <NAME> METHODS: Name Description ---- ----------- FUNCTIONS: Scope Name Description ----- ---- --------...
programs/oeis/005/A005313.asm
neoneye/loda
22
128422
<gh_stars>10-100 ; A005313: Number of triangular anti-Hadamard matrices of order n. ; 1,3,6,13,29,70,175,449,1164,3035,7931,20748,54301,142143,372114,974185,2550425,6677074,17480779,45765245,119814936,313679543,821223671,2149991448 mov $1,$0 seq $1,64831 ; Partial sums of A001654, or sum of the areas of the first n Fi...
oeis/253/A253674.asm
neoneye/loda-programs
11
128423
; A253674: Indices of centered octagonal numbers (A016754) which are also centered triangular numbers (A005448). ; Submitted by <NAME> ; 1,10,40,931,3871,91180,379270,8934661,37164541,875505550,3641745700,85790609191,356853914011,8406604195120,34968041827330,823761420512521,3426511245164281,80720212606031890,3357631339...
programs/oeis/033/A033440.asm
karttu/loda
0
128424
<filename>programs/oeis/033/A033440.asm ; A033440: Number of edges in 8-partite Turán graph of order n. ; 0,0,1,3,6,10,15,21,28,35,43,52,62,73,85,98,112,126,141,157,174,192,211,231,252,273,295,318,342,367,393,420,448,476,505,535,566,598,631,665,700,735,771,808,846,885,925,966,1008,1050,1093,1137,1182,1228,1275,1323,137...
oeis/111/A111597.asm
neoneye/loda-programs
11
128425
<filename>oeis/111/A111597.asm ; A111597: Lah numbers: n!*binomial(n-1,6)/7!. ; Submitted by <NAME> ; 1,56,2016,60480,1663200,43908480,1141620480,29682132480,779155977600,20777492736000,565147802419200,15721384321843200,448059453172531200,13097122477350912000,392913674320527360000,12101741169072242688000,38271756447190...
ls_c.asm
desynilaaa/FPA5
0
128426
<filename>ls_c.asm<gh_stars>0 _ls_c: file format elf32-i386 Disassembly of section .text: 00000000 <main>: break; } close(fd); } int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0...
main.asm
turboMaCk/zx-spectrum-asm-template
0
128427
<filename>main.asm<gh_stars>0 ; ================================================================ ; Example source for target 'tap' ; Tape file for ZX Spectrum and Jupiter ACE ; Copyright (c) <NAME> 1994 - 2017 ; mailto:<EMAIL> ; ================================================================ ...
solutions/34 - Seek and Destroy 1/size-33_speed-8.asm
michaelgundlach/7billionhumans
45
128428
<gh_stars>10-100 -- 7 Billion Humans (2087) -- -- 34: Seek and Destroy 1 -- -- Author: landfillbaby -- Size: 33 -- Speed: 8 mem1 = nearest datacube mem4 = nearest shredder step mem1 step n mem2 = nearest datacube if mem1 > mem2: mem1 = nearest datacube endif step n mem2 = nearest datacube if mem1 > mem2: mem1 = nea...
zx81/lightsout81.asm
michaelcmartin/bumbershoot
20
128429
<filename>zx81/lightsout81.asm<gh_stars>10-100 ;; Check memory size, and quit with error if it's under 2KB. ld hl, no_mem_err ld a, ($4005) cp a, $48 jr c, m_0 call draw_board ;; Seed RNG ld hl, ($4034) ; frame count since ...
oeis/010/A010533.asm
neoneye/loda-programs
11
128431
; A010533: Decimal expansion of square root of 82. ; 9,0,5,5,3,8,5,1,3,8,1,3,7,4,1,6,6,2,6,5,7,3,8,0,8,1,6,6,9,8,4,0,6,6,4,1,3,0,5,2,1,2,4,4,6,4,0,9,6,9,4,0,2,7,6,5,8,1,7,4,1,2,3,0,0,1,8,6,5,7,9,8,0,7,6,6,0,5,9,2,3,3,3,8,4,9,6,0,6,7,8,5,9,0,9,9,0,9,2,6 mov $1,1 mov $2,1 mov $3,$0 add $3,8 mov $4,$0 add $4,3 mul $4,2 m...
src/triad.6502.asm
mrpopogod/nes-fun
0
128432
.target "6502" .format "nes" .setting "NESMapper", 0 .setting "NESVerticalMirroring", true .setting "ShowLabelsAfterCompiling", true .setting "ShowLocalLabelsAfterCompiling", true .setting "LaunchCommand", "c:\\emulation\\fceux.exe {0}" .setting "DebugCommand", "c:\\emulation\\fceux.exe {0}" .segment...
PRG/levels/PipeMaze/4-F2Bonu.asm
narfman0/smb3_pp1
0
128433
; Original address was $B279 ; World 4 2nd fortress bonus area .word W4F2L ; Alternate level layout .word W4F2O ; Alternate object layout .byte LEVEL1_SIZE_05 | LEVEL1_YSTART_170 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG .byte LEVEL3_TILESET_02 | LEVEL3_VERTICAL | LEVEL3_VSCRO...
src/ucode_ppu.asm
DigiDwrf/neon64v2-easybuild
36
128434
// Convert 2bpp NES to 4bpp and 8bpp N64, place sprites //define RSP_BUSY_LOOP() // Work around missing SFV instr in cen64 // NOTE this doesn't currently fit in IMEM, so it also // disables sprite rendering. //define SIMULATE_SFV() InitPPU: lqv v8[e0],ShiftMux0(r0) lqv v9[e0],ShiftMux1(r0) lqv v10[e0],BitsOfBy...
src/test/ref/tod-1.asm
jbrandwood/kickc
2
128435
// Time of Day / RTOS test using the 6526 CIA on C64 /// @file /// Provides provide console input/output /// /// Implements similar functions as conio.h from CC65 for compatibility /// See https://github.com/cc65/cc65/blob/master/include/conio.h // /// Currently C64/PLUS4/VIC20 platforms are supported // Commodore 64...
send.asm
silizium/c64_asm
10
128436
<filename>send.asm ; send sendet eine 64er-File über den Userport an ; den Amiga ; (Centronics-Routinen) ;------------------------------ ;include 'HardwareVectoren.sub' ;------------------------------ ;Hardware IO vic = $d000 sid = $d400 colram = $d800 cia1 = $dc00 cia2 = $dd00 ;CIA Register Offsets cia_pra = 0 ;Po...
data/maps/objects/SSAnneKitchen.asm
opiter09/ASM-Machina
1
128437
<filename>data/maps/objects/SSAnneKitchen.asm SSAnneKitchen_Object: db $c ; border block def_warps warp 6, 0, 10, SS_ANNE_1F def_signs def_objects object SPRITE_COOK, 1, 8, WALK, UP_DOWN, 1 ; person object SPRITE_COOK, 5, 8, WALK, UP_DOWN, 2 ; person object SPRITE_COOK, 9, 7, WALK, UP_DOWN, 3 ; person obj...
z280mon/lcmnd.asm
4sun5bu/Z280MB
5
128438
;------------------------------------------------------------------------------ ; lcmnd.asm ; Intel hex data load command ; ; Copyright (c) 2021 4sun5bu ;------------------------------------------------------------------------------ .z280p .area CODE .globl lcmnd lcmnd: ldw (ldad), 0x0000 call skipsp or a...
oeis/160/A160139.asm
neoneye/loda-programs
11
128439
<gh_stars>10-100 ; A160139: Numerator of Hermite(n, 11/27). ; Submitted by <NAME> ; 1,22,-974,-85580,2377516,551407912,-5201117576,-4938141000848,-55556496038000,56376233721055072,1969289482873847584,-778641119029758302912,-48713569344985450216256,12551406492954971362990720,1199447936209863593384712064,-229811454737579...
oeis/094/A094832.asm
neoneye/loda-programs
11
128440
; A094832: Number of (s(0), s(1), ..., s(2n+1)) such that 0 < s(i) < 9 and |s(i) - s(i-1)| = 1 for i = 1,2,...,2n+1, s(0) = 3, s(2n+1) = 4. ; Submitted by <NAME> ; 1,3,10,34,117,406,1417,4965,17443,61390,216318,762841,2691574,9500193,33539833,118428835,418214706,1476968554,5216307805,18423344550,65070265609,22982780050...
src/sound/hartmanns_youkai_girl/main.asm
Gegel85/KESP
0
128441
<filename>src/sound/hartmanns_youkai_girl/main.asm SECTION "Music", ROMX[$6CB0], BANK[1] include "src/sound/hartmanns_youkai_girl/channel1.asm" include "src/sound/hartmanns_youkai_girl/channel2.asm" include "src/sound/hartmanns_youkai_girl/channel3.asm" include "src/sound/hartmanns_youkai_girl/channel4.asm" KoishiThem...
gfx/tilesets/gym_1_palette_map.asm
AtmaBuster/pokeplat-gen2
6
128442
<reponame>AtmaBuster/pokeplat-gen2<filename>gfx/tilesets/gym_1_palette_map.asm tilepal 0, GRAY, WATER, WATER, GRAY, GRAY, GRAY, GRAY, GRAY tilepal 0, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY tilepal 0, RED, RED, RED, BROWN, BROWN, BROWN, GRAY, GRAY tilepal 0, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY ti...
assembler_x64/hello_world.asm
tko007/hello-worlds
1
128443
; Linux x64 hello world ; Install nasm and linker: sudo apt-get install nasm binutils ; Compile: nasm -f elf64 hello_world.asm -o hello_world.o ; Link: ld hello_world.o -o hello_world ; Run: ./hello_world SECTION .DATA hello: db 'Hello world!',10 helloLen: equ $-hello SECTION .TEXT GLOBAL _start _start: m...
kvm/helloworld/rom/rom.asm
kawaharasouta/kernvmexp
0
128444
<reponame>kawaharasouta/kernvmexp [org 0] [bits 16] mov ax, 'H' out 0x01, ax mov ax, 'e' out 0x01, ax mov ax, 'l' out 0x01, ax mov ax, 'l' out 0x01, ax mov ax, 'o' out 0x01, ax mov ax, '!' out 0x01, ax hlt
programs/oeis/040/A040287.asm
neoneye/loda
22
128446
<reponame>neoneye/loda ; A040287: Continued fraction for sqrt(305). ; 17,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2,34,2,6,2 seq $0,10199 ; Continued fraction for sqrt(140). mov $1,81 a...