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
src/main/fragment/mos6502-common/vwsm1=vwsm2_ror_7.asm
jbrandwood/kickc
2
127690
lda {m2}+1 sta {m1} and #$80 beq !+ lda #$ff !: sta {m1}+1 lda {m2} rol rol {m1} rol {m1}+1
Chapter03/src/indirect_indexed_addressing_mode.asm
jeras/Modern-Computer-Architecture-and-Organization-Second-Edition
88
127691
; Initialize the data in memory LDA #$04 STA $0203 LDA #$03 STA $0202 LDA #$02 STA $0201 LDA #$01 STA $0200 ; Initialize the pointer to the byte array LDA #$00 STA $10 LDA #$02 STA $11 ; Add four bytes together using indirect indexed addressing mode LDY #$03 LDA ($10), Y DEY CLC ADD_LOOP: ADC ($10), Y DEY BPL ADD_LOOP
libsrc/_DEVELOPMENT/alloc/obstack/c/sdcc_iy/obstack_copy0.asm
meesokim/z88dk
0
127692
<filename>libsrc/_DEVELOPMENT/alloc/obstack/c/sdcc_iy/obstack_copy0.asm ; void *obstack_copy0(struct obstack *ob, void *address, size_t size) SECTION code_alloc_obstack PUBLIC _obstack_copy0 EXTERN asm_obstack_copy0 _obstack_copy0: pop af pop hl pop de pop bc push bc push de push hl pu...
space_invaders/snake/simple_snake.asm
AgustinCB/emulators
8
127693
<filename>space_invaders/snake/simple_snake.asm SNAKE DW 4001H ; Status storage ; 2000 -> Direction ; 2001 -> Next direction ; 2002 -> Timer ; 2003 -> INIT status STATUS DW 2000H MID_WIDTH DB 112 MID_HEIGHT DB 128 MID_SCREEN DW 7080H START_...
Tests/Test7/0.asm
5ayam5/COL216-A5
0
127694
main: addi $s0, $zero, 0 addi $s1, $zero, 10 addi $s3, $zero, 0 lw $t0, 1000($s0) addi $s2, $zero, 0 lw $t1, 3000($s2) load_loop: addi $s0, $s0, 4 lw $t2, 1000($s0) addi $s3, $s3, 1 bne $s3, $s1, load_loop addi $t3, $t1, $t0 exit:
audio/sfx/vine_whip.asm
etdv-thevoid/pokemon-rgb-enhanced
1
127695
<reponame>etdv-thevoid/pokemon-rgb-enhanced<gh_stars>1-10 SFX_Vine_Whip_Ch7: unknownnoise0x20 1, 194, 51 unknownnoise0x20 2, 242, 33 unknownnoise0x20 1, 226, 51 unknownnoise0x20 1, 194, 50 unknownnoise0x20 1, 146, 18 unknownnoise0x20 1, 178, 49 unknownnoise0x20 12, 145, 16 unknownnoise0x20 8, 242, 65 endchanne...
oeis/336/A336958.asm
neoneye/loda-programs
11
127696
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A336958: E.g.f.: 1 / (exp(2*x) - x). ; Submitted by <NAME> ; 1,-1,-2,10,24,-312,-560,19472,6272,-1994624,4072704,299059968,-1635814400,-60723321856,628215191552,15716076562432,-274420622327808,-4900668238036992,140182198527655936,1717697481518809088,-8365133514707068518...
zlib-1.2.8/contrib/vstudio/vc11/x86/TestZlibDebug/Tmp/deflate.asm
evildevil1990/arduinoCameraStream
4
127697
; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.21005.1 TITLE D:\Development\electronic\project\zlib-1.2.8\deflate.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES PUBLIC _deflate_copyright CONST SEGMENT _deflate_copyright DB ' deflate 1.2.8 Copyright 1...
samples/vasm_oldstyle/common/32bit_binary_to_decimal.asm
MaverickAlex/x6502
0
127698
<filename>samples/vasm_oldstyle/common/32bit_binary_to_decimal.asm<gh_stars>0 ;Converting binary to decimal does up to 32 bit number,call btd_reset, input into BTD_VALUE, call btd_start, retrive output ; from BTD_DECIMAL_NUM BTD_VALUE = $c0 ; $00c0 -> $00c3 BTD_MOD10 = $c4 ; $00c4 -> $00c7 B...
programs/oeis/063/A063211.asm
karttu/loda
1
127700
; A063211: Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 43 ). ; 3,10,18,24,32,38,46,52,60,66,74,80,88,94,102,108,116,122,130,136,144,150,158,164,172,178,186,192,200,206,214,220,228,234,242,248,256,262,270,276,284,290,298,304,312,318,326,332,340,346 mov $3,$0 trn $0,1 mod $0,2 mov $1,$0 add $1,3 m...
ioq3/build/release-js-js/baseq3/qcommon/q_math.asm
RawTechnique/quake-port
1
127703
code proc VectorCompare 16 0 ADDRFP4 0 ADDRFP4 0 INDIRP4 ASGNP4 ADDRFP4 4 ADDRFP4 4 INDIRP4 ASGNP4 ADDRFP4 0 INDIRP4 INDIRF4 ADDRFP4 4 INDIRP4 INDIRF4 NEF4 $12 ADDRLP4 8 CNSTI4 4 ASGNI4 ADDRFP4 0 INDIRP4 ADDRLP4 8 INDIRI4 ADDP4 INDIRF4 ADDRFP4 4 INDIRP4 ADDRLP4 8 INDIRI4 ADDP4 INDIRF4 NEF4 $12 ADDRLP4 12 CNSTI4 8 ASGNI...
programs/oeis/086/A086358.asm
neoneye/loda
22
127704
; A086358: Digital root of n!. ; 1,1,2,6,6,3,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9 lpb $0 mov $0,6 lpe seq $0,142 ; Factorial numbers: n! = 1*2*3*4*...*n (order of sym...
programs/oeis/022/A022382.asm
neoneye/loda
22
127706
; A022382: Fibonacci sequence beginning 4, 10. ; 4,10,14,24,38,62,100,162,262,424,686,1110,1796,2906,4702,7608,12310,19918,32228,52146,84374,136520,220894,357414,578308,935722,1514030,2449752,3963782,6413534,10377316,16790850,27168166,43959016,71127182,115086198,186213380 mov $1,4 mov $3,10 lpb $0 sub $0,1 mov $2,...
oeis/103/A103450.asm
neoneye/loda-programs
11
127707
<filename>oeis/103/A103450.asm ; A103450: A figurate number triangle read by rows. ; Submitted by <NAME>(w1) ; 1,1,1,1,3,1,1,5,5,1,1,7,12,7,1,1,9,22,22,9,1,1,11,35,50,35,11,1,1,13,51,95,95,51,13,1,1,15,70,161,210,161,70,15,1,1,17,92,252,406,406,252,92,17,1,1,19,117,372,714,882,714,372,117,19,1,1,21,145,525,1170,1722,17...
VideoRender/ffmpeg/libavcodec/x86/simple_idct10_template.asm
Becavalier/WasmPlay
4
127708
<gh_stars>1-10 ;****************************************************************************** ;* x86-SIMD-optimized IDCT for prores ;* this is identical to "simple" IDCT written by <NAME> ;* except for the clip range ;* ;* Copyright (c) 2011 <NAME> <<EMAIL>> ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free soft...
source/rom10/r10_maps_du.asm
evanbowman/Red
5
127709
<reponame>evanbowman/Red ;; generated by encode_room_layouts.py r10_room_data_du:: ;;0.json DB $0e, $0e, $0e, $0e, $0e, $0c, $39, $39, $39, $39, $02, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0e, $0a, $08, $39, $39, $39, $39, $39, $02, $0a, $0a, $0e, $0e, $0e, $0e, $0e, $08, $39, $39, $39, $38, $39, $39, $39, $39, $39,...
cat.asm
kishan1468/memory-management-in-xv6
0
127710
<gh_stars>0 _cat: file format elf32-i386 Disassembly of section .text: 00001000 <main>: } } int main(int argc, char *argv[]) { 1000: f3 0f 1e fb endbr32 1004: 8d 4c 24 04 lea 0x4(%esp),%ecx 1008: 83 e4 f0 and $0xfffffff0,%esp 100b: ff 71 fc ...
libsrc/_DEVELOPMENT/l/sccz80/crt0_long/l_long_ult.asm
jpoikela/z88dk
640
127711
; Z88 Small C+ Run Time Library ; Long functions ; SECTION code_clib SECTION code_l_sccz80 PUBLIC l_long_ult EXTERN l_long_ucmp l_long_ult: ; PRIMARY < SECONDARY, carry set if true ; HL set to 0 (false) or 1 (true) ; dehl = secondary ; stack = primary, ret call l_long_ucmp ...
CS2610/Lab8/problem3.asm
shariefsmm/College-Codes
0
127714
<gh_stars>0 #problem3.asm #checks delay slots and compares performance with and without delayed load instruction option turned on .data num1: .word 65 num2: .word 15 .text .globl main main: lw $t1, num1 lw $t2, num2 lw $t1, num2 li $v0, 10 add $t3, $t1, $0 add $t4, $t1, $0 syscall
src/c64/field.asm
nondejus/iso64
19
127715
<filename>src/c64/field.asm ;; -*- mode: asm -*- ;; ;; This file is part of a Supersingular Isogeny Key Encapsulation (SIKE) over P434 for Commodore 64. ;; Copyright (c) 2020 <NAME> ;; See LICENSE for licensing information. ;; ;; Authors: ;; - <NAME> <<EMAIL>> ;; Arithmetic in a finite field of prime order. ;; Writte...
04/fill/Fill.asm
MrEbbinghaus/nand2tetris
0
127716
<reponame>MrEbbinghaus/nand2tetris // This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by <NAME>, MIT Press. // File name: projects/04/Fill.asm // Runs an infinite loop that listens to the keyboard input. // When a key is pressed (any key), the program blackens the ...
Assignment_3/egghunter.nasm
SLAE-705/SLAE-646
0
127717
global _start section .data egg equ "egg_" section .text _start: pop eax compare: cmp dword [eax], egg jnz not_found cmp dword [eax+4], egg jnz not_found jmp found not_found: inc eax ...
pro/pro2.2/bootloader.asm
wangdehu/os
3
127719
<reponame>wangdehu/os bits 16 extern bootmain global _start global print [section .data] gdt_size dw 0 gdt_base dd 0x00007e00 ;GDT的物理地址 [section .text] _start: mov ax,cs mov ss,ax mov sp,0x7c00 ;计算GDT所在的逻辑段地址 mov ax,[cs:gdt_base+0x7c00] ;低16位 mov d...
slae/Control.nasm
Bigsby/slae
0
127720
global _start section .text _start: jmp Begin NeverExecute: mov eax, 0x10 xor ebx, ebx Begin: mov eax, 0x5 PrintHW: push eax ; Print mesageusing write syscall mov eax, 0x4 mov ebx, 0x1 mov ecx, message mov edx, menlen int 0x80 pop eax dec eax jnz PrintHW ...
cursor.asm
raphnet/super_sudoku
6
127721
.include "header.inc" .include "snesregs.inc" .include "misc_macros.inc" .include "zeropage.inc" .bank 0 slot 1 .ramsection "cursor_variables" SLOT RAM_SLOT ; The current screen position of the cursor sprite cursor_x: dw cursor_y: dw ; The destination position of the cursor sprite cursor_dst_x: dw cursor_dst_y...
src/common/sound_engine.asm
1888games/golf
1
127722
<reponame>1888games/golf ; Top-hole Golf ; Copyright 2020-2021 <NAME> snd_c_BEGIN = * ; ***************** ; *** CONSTANTS *** ; ***************** snd_c_NUM_CHANNELS = 3 snd_l_REGS_BASE_ADDR_LO !byte $00,$07,$0e snd_l_REGS_BASE_ADDR_HI !byte $d4,$d4,$d4 ; Filter types. snd_c_FILTER_LOWPASS = 1<<4 snd_c_FIL...
iod/iob/glpr.asm
olifink/smsqe
0
127723
<gh_stars>0 ; Buffering (get line with parity) utility V2.00  1989 <NAME> QJUMP section iou xdef iob_glpr xref iob_gbpr include 'dev8_keys_buf' include 'dev8_keys_err' include 'dev8_keys_k' ;+++ ; This routine gets multiple bytes from an IO buffer. The t...
Transynther/x86/_processed/P/_ht_/i9-9900K_12_0xca.log_3480_1168.asm
ljhsiun2/medusa
9
127724
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1e2c0, %rdi nop cmp $52007, %rbp movb (%rdi), %r9b nop nop nop nop add %rsi, %rsi lea addresses_A_ht+0x125a6, %rbx nop nop sub %r8, %r8 vmovups (%rbx), %ymm2 vextracti128 $0, ...
programs/oeis/049/A049206.asm
jmorken/loda
1
127725
; A049206: Maximum mean distance between cards during perfect faro shuffles, with cut, to return to original order in A024222. ; 0,1,1,2,3,3,3,4,5,5,5,6,7,7,7,8,9,9,9,10,11,11,11,12,13,13,13,14,15,15,15,16,17,17,17,18,19,19,19,20,21,21,21,22,23,23,23,24,25,25,25,26,27,27,27,28,29,29,29,30,31,31,31,32,33,33,33,34,35,35,...
m2-customcodes.asm
Normmatt/Mother2GbaTranslation
1
127726
//============================================================================== // void parse(int code, char* parserAddress, WINDOW* window) // In: // r0: code // r1: parser address // r2: window // Out: // r0: control code length (0 if not matched) //=======================================================...
sample_code/complexity/Foo2.asm
laboon/CS1530_Summer2018
11
127728
$ java -XX:+UnlockDiagnosticVMOptions -XX:+PrintAssembly -cp . Foo2 Java HotSpot(TM) 64-Bit Server VM warning: PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output Loaded disassembler from hsdis-amd64.dylib Decoding compiled method 0x000000010708c5d0: Code: [Disassembling for mach='i386:x86...
4/boot_sect_stack.asm
luckyagarwal/os_
0
127729
<gh_stars>0 mov ah,0x0e mov bp,0x8000 mov sp,bp push 'A' push 'B' push 'C' ;mov al,[0x8000] ;int 0x10 pop bx mov al,bl int 0x10 pop bx mov al,bl int 0x10 pop bx mov al,bl int 0x10 mov al,[0x8000] int 0x10 jmp $ times 510-($-$$) db 0 dw 0xaa55
libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc___h2ulong_callee.asm
Frodevan/z88dk
640
127730
SECTION code_fp_math16 PUBLIC cm16_sdcc___h2ulong_callee PUBLIC cm16_sdcc___h2ulong_fastcall EXTERN cm16_sdcc_read1_callee EXTERN asm_f24_f16 EXTERN asm_u32_f24 .cm16_sdcc___h2ulong_callee call cm16_sdcc_read1_callee .cm16_sdcc___h2ulong_fastcall call asm_f24_f16 jp asm_u32_f24
oeis/212/A212071.asm
neoneye/loda-programs
11
127731
<reponame>neoneye/loda-programs<filename>oeis/212/A212071.asm ; A212071: G.f. satisfies: A(x) = (1 + x*A(x)^3)^2. ; Submitted by <NAME> ; 1,2,13,114,1150,12586,145299,1741844,21475146,270570300,3468352701,45089941936,593082894768,7878407177270,105542811922950,1424267372100456,19343105144742098,264182048662182420,362617...
progs/chap10-palindrome.asm
HKhademian/AssemblyDandamudi
1
127732
%include "lib.asm" global str_ncpy global _start section .code ;;; palindrome(str1) palindrome: enter 0,0 push edi push esi mov esi, DWORD [EBP+8] ; load str1 pointer mov edi, esi dec edi .edi2end: inc edi cmp [edi], byte 0 jne .edi2end ;dec edi ; edi is on last char dec esi ; fake for...
programs/oeis/035/A035336.asm
karttu/loda
0
127733
<filename>programs/oeis/035/A035336.asm<gh_stars>0 ; A035336: a(n) = 2*floor(n*phi) + n - 1, where phi = (1+sqrt(5))/2. ; 2,7,10,15,20,23,28,31,36,41,44,49,54,57,62,65,70,75,78,83,86,91,96,99,104,109,112,117,120,125,130,133,138,143,146,151,154,159,164,167,172,175,180,185,188,193,198,201,206,209,214,219,222,227,230,235,...
a2p8.asm
realspal/8086-assembly-programs
1
127734
<filename>a2p8.asm ;Program to display given string at given screen position .model small .stack 100h .data i db 0 ;loop control variable x1 db 16 ;stored value for row number y1 db 36 ;stored value for column number len db 0 ;length of entered string str db 100 dup(0) ;entered string m...
non_regression/other_x86_linux_24.s.asm
LRGH/plasmasm
1
127735
<reponame>LRGH/plasmasm .file "(extract)pyexpat.c" .section .rodata.str1.1 .LC55: .string "NiNNNNN" .LC56: .string "EntityDecl" # ---------------------- .text .p2align 4,,15 # ---------------------- .local my_EntityDeclHandler .type my_EntityDeclHandler, @function my_EntityDeclHandler: .cfi_startproc pu...
uuu/src/cells/idt_irq/potassium/potassium.asm
ekscrypto/Unununium
7
127736
<filename>uuu/src/cells/idt_irq/potassium/potassium.asm ;; $Header: ;; ;; IDT/IRQ Channeler/Helper ;; By EKS - <NAME> ;; Distributed under the BSD License ;; ;; known limitations: ;;------------------- ;; - Maximum of 255 clients per IRQ channel ;; - GDT descriptor created are always with privilege level 0 ;; - Doesn't...
Examples/automated_test_example.asm
sparks-c16/zasm
43
127738
<gh_stars>10-100 ; ––––––––––––––––––––––––––––––––––––––––– ; Examples for using #TEST segments in zasm ; ; This file contains some multiplication and division routines. ; They will be tested using tests in #test segments. ; ; Finally the emulation speed is measured and printed using ; the multiplication and division ...
data/mapObjects/saffrongym.asm
etdv-thevoid/pokemon-rgb-enhanced
1
127739
<reponame>etdv-thevoid/pokemon-rgb-enhanced SaffronGymObject: db $2e ; border block db $20 ; warps db $11, $8, $2, $ff db $11, $9, $2, $ff db $3, $1, $16, SAFFRON_GYM db $3, $5, $f, SAFFRON_GYM db $5, $1, $12, SAFFRON_GYM db $5, $5, $8, SAFFRON_GYM db $9, $1, $1b, SAFFRON_GYM db $9, $5, $10, SAFFRON_GYM db ...
8_kyu/Is_this_my_tail.asm
UlrichBerntien/Codewars-Katas
0
127740
SECTION .text global correct_tail ; input: ; rdi - pointer to ASCII zero string ; rsi - pointer to last char to check ; output: ; rax - true if and only if last char in string is the given char. correct_tail: xor rax,rax ; rax = 0 == false and also al == '\0' xor rcx,rcx dec rcx ; rcx ...
oeis/082/A082138.asm
neoneye/loda-programs
11
127741
; A082138: A transform of C(n,3). ; 1,4,20,80,280,896,2688,7680,21120,56320,146432,372736,931840,2293760,5570560,13369344,31752192,74711040,174325760,403701760,928514048,2122317824,4823449600,10905190400,24536678400,54962159616,122607894528,272461987840,603308687360,1331439861760,2929167695872,6425271074816,14055280476...
P6/data_P6_2/ALUTest195.asm
alxzzhou/BUAA_CO_2020
1
127742
lb $1,1($0) sltu $5,$1,$3 sw $4,12($0) ori $4,$4,61322 lbu $4,3($0) lbu $5,13($0) lb $3,10($0) sra $4,$3,1 or $1,$3,$3 sb $4,14($0) slti $4,$4,-25972 andi $1,$3,63867 addiu $3,$3,-13037 sllv $5,$4,$3 lhu $4,8($0) or $5,$5,$3 and $5,$6,$3 xori $1,$3,20730 addu $5,$5,$3 lw $5,0($0) sll $3,$1,26 lh $0,2($0) andi $1,$5,318...
programs/oeis/163/A163277.asm
karttu/loda
1
127743
<reponame>karttu/loda ; A163277: a(n) = n^7*(n+1)^2/2. ; 0,2,576,17496,204800,1406250,6858432,26353376,84934656,239148450,605000000,1403076312,3027787776,6149354666,11859019200,21870000000,38788923392,66474865026,110505715776,178774347800,282240000000,435863426922,659757661376,980589728736,1433272320000,2062988281250,2...
Auto-Heater.asm
CallMeMengMeng/ASSEMBLY-LANGUAGE
0
127744
<reponame>CallMeMengMeng/ASSEMBLY-LANGUAGE ; Use 'LED_Display.exe' and 'Thermometer.exe' in EMU8086 to ; design a simple auto-heater to boil water. Stop heating ; water when the temperature is above 100℃, while below 95℃ ; reboot the heater. ; + LED_Display: ; - port 199 ; + Thermometer: ; - Data ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_149.asm
ljhsiun2/medusa
9
127745
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x31a7, %r11 nop nop nop nop xor %rcx, %rcx movups (%r11), %xmm4 vpextrq $0, %xmm4, %rbx nop nop xor $26986, %r12 lea addresses_UC_ht+0xed27, %r10 no...
cipher/aes/aes-x86_64.asm
jfehren/Crypto
0
127746
.file "aes-x86_64.asm" .text /* Takes the key in eax, applies the sbox to it, and rotates */ /* the result right by 8 bits, storing the result in edx. */ /* Uses registers rax, rbx, rcx, rdx, rbp, rsi, rdi, and r13. */ /* Also reads from r12, but does not write to it. */ .macro AES128_SET_KEY_SUBROTR8 movzbl %...
oeis/199/A199512.asm
neoneye/loda-programs
11
127747
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A199512: Triangle T(n,k) = Fibonacci(n+k+1), related to A000045 (Fibonacci numbers). ; Submitted by <NAME>(s2) ; 1,1,2,2,3,5,3,5,8,13,5,8,13,21,34,8,13,21,34,55,89,13,21,34,55,89,144,233,21,34,55,89,144,233,377,610,34,55,89,144,233,377,610,987,1597,55,89,144,233,377,610...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_416.asm
ljhsiun2/medusa
9
127749
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x125a3, %rax nop nop nop and $11197, %r14 movl $0x61626364, (%rax) nop nop nop inc %rax lea addresses_A_ht+0x1e113, %rbx nop nop cmp $...
rka (1).asm
hwreverse/PC-G850V
7
127751
<reponame>hwreverse/PC-G850V<filename>rka (1).asm 10 ORG 100H 20 XOR A 30 LD B,144 40 LD D,0 50 LD E,0 60 CALL 0BFEEH 70 JP MAIN 80GPF EQU 0BFD0H 90LOP EQU 0F000H 100MAIN: LD HL,L0 110 LD B,144 120 LD DE,0 130 CALL GPF 140 LD HL,L1 150 LD B,144 160 LD DE,0100H 170 CALL GPF 180 LD HL,L2 190 LD B,144 2...
ecdsa128/src/Random_src/src/random.asm
FloydZ/Crypto-Hash
11
127753
<filename>ecdsa128/src/Random_src/src/random.asm .686p .mmx .model flat,stdcall option casemap:none option prologue:none option epilogue:none include g:\masm32\include\user32.inc include g:\masm32\include\kernel32.inc include ..\..\lib\sha1.inc include ..\..\lib\rc4.inc .data? hexTable db 4*20 dup (?) randHash db 20...
programs/oeis/096/A096047.asm
neoneye/loda
22
127754
<reponame>neoneye/loda ; A096047: a(n)=B(2n,4)/B(2n) (see comment). ; 1,22,346,5482,87466,1398442,22370986,357919402,5726644906,91626056362,1466015853226,23456249457322,375299974539946,6004799525530282,96076792140049066,1537228673167043242,24595658766377724586 add $0,2 mov $1,4 pow $1,$0 add $1,2 pow $1,2 sub $1,324 d...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_1739.asm
ljhsiun2/medusa
9
127755
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0xc443, %rsi nop nop nop nop and $17033, %rax movb $0x61, (%rsi) nop nop nop nop dec %r14 lea addresses_WC_ht+0x1c5a3, %rsi lea addresses_UC_ht+0xafe7, %rdi clflush (%rsi) nop nop nop dec %r14 mov...
oeis/326/A326244.asm
neoneye/loda-programs
11
127757
<filename>oeis/326/A326244.asm ; A326244: Number of labeled n-vertex simple graphs without crossing or nesting edges. ; Submitted by <NAME> ; 1,1,2,8,36,160,704,3088,13536,59328,260032,1139712 mov $2,1 lpb $0 sub $0,1 mul $3,4 add $3,$1 add $1,$2 add $2,$3 lpe mov $0,$2
programs/oeis/313/A313719.asm
karttu/loda
0
127758
<gh_stars>0 ; A313719: Coordination sequence Gal.5.116.4 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,15,20,24,28,33,38,43,48,53,58,63,68,72,76,81,86,91,96,101,106,111,116,120,124,129,134,139,144,149,154,159,164,168,172,177...
oeis/024/A024216.asm
neoneye/loda-programs
11
127759
; A024216: a(n) = n-th elementary symmetric function of the first n+1 positive integers congruent to 1 mod 3. ; Submitted by <NAME>(w3) ; 1,5,39,418,5714,95064,1864456,42124592,1077459120,30777463360,971142388160,33547112941440,1259204418129280,51032742579123200,2220990565060377600,103308619261574809600,511470279418184...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_540.asm
ljhsiun2/medusa
9
127760
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x13f46, %r8 nop nop nop nop and %rdx, %rdx movl $0x61626364, (%r8) nop nop nop nop nop sub $18486, %r14 lea addresses_D_ht+0x5ca6, %r8 nop and %rcx, %rcx movb $0x61, (%r8) nop...
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_51_999.asm
ljhsiun2/medusa
9
127761
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_51_999.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x10cab, %rsi lea addresses_WT_ht+0x72b, %rdi clflush (%rdi) nop nop nop nop nop...
oeis/020/A020747.asm
neoneye/loda-programs
11
127763
; A020747: Pisot sequence T(4,6), a(n) = floor(a(n-1)^2/a(n-2)). ; Submitted by <NAME> ; 4,6,9,13,18,24,32,42,55,72,94,122,158,204,263,339,436,560,719,923,1184,1518,1946,2494,3196,4095,5246,6720,8608,11026,14123,18089,23168,29673,38004,48674,62339,79840,102254,130960,167724,214808,275109,352337,451244,577915,740144,947...
parent.asm
akhilsinghal1234/xv6-OS
1
127764
_parent: file format elf32-i386 Disassembly of section .text: 00000000 <main>: //parent.c #include"types.h" #include"user.h" int main(void) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 ...
install/lib/hdisk/hd_parms.asm
minblock/msdos
0
127765
;======================================================== COMMENT # DSK_PARM.ASM Copyright (c) 1991 - Microsoft Corp. All rights reserved. Microsoft Confidential ================================================= Gets the drive parameters for the specified hard and uses them to fill in the HdParms structure ...
libsrc/algorithm/AStarSearch/astar_DeletePath.asm
meesokim/z88dk
0
127766
<reponame>meesokim/z88dk ; void __FASTCALL__ astar_DeletePath(struct astar_path *p) ; delete the path by freeing any memory associated with it ; 01.2007 aralbrec PUBLIC astar_DeletePath EXTERN _u_free ; enter: hl = struct astar_path * ; uses : af, bc, de, hl .astar_DeletePath ld a,h or l ret z ld e,...
oeis/305/A305189.asm
neoneye/loda-programs
11
127767
; A305189: a(n) = 1*2 + 3 + 4*5 + 6 + 7*8 + 9 + 10*11 + 12 + ... + (up to n). ; 1,2,5,9,25,31,38,87,96,106,206,218,231,400,415,431,687,705,724,1085,1106,1128,1612,1636,1661,2286,2313,2341,3125,3155,3186,4147,4180,4214,5370,5406,5443,6812,6851,6891,8491,8533,8576,10425,10470,10516,12632,12680,12729,15130,15181,15233,179...
programs/oeis/014/A014907.asm
neoneye/loda
22
127768
<reponame>neoneye/loda ; A014907: a(1)=1, a(n) = 22*a(n-1) + n. ; 1,24,531,11686,257097,5656140,124435087,2737571922,60226582293,1324984810456,29149665830043,641292648260958,14108438261741089,310385641758303972,6828484118682687399,150226650611019122794,3304986313442420701485,72709698895733255432688,15996133757061316195...
game/include/map3.asm
wkcn/OSLabs
73
127770
db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3 db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11 db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4 db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12 db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5 db ...
oeis/078/A078588.asm
neoneye/loda-programs
11
127771
<gh_stars>10-100 ; A078588: a(n) = 1 if the integer multiple of phi nearest n is greater than n, otherwise 0, where phi = (1+sqrt(5))/2. ; 0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1...
IntelFsp2Pkg/FspSecCore/Ia32/FspApiEntryCommon.nasm
DK519/DK_Project
1
127772
<reponame>DK519/DK_Project ;; @file ; Provide FSP API entry points. ; ; Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ;; SECTION .text ; ; Following functions will be provided in C ; extern ASM_PFX(Loader2PeiSwitchStack) extern ASM_PFX(FspApiCallin...
libsrc/_DEVELOPMENT/arch/ts2068/display/z80/asm_tshc_aaddrcright.asm
jpoikela/z88dk
640
127773
; =============================================================== ; May 2017 ; =============================================================== ; ; void *tshc_aaddrcright(void *aaddr) ; ; Modify attribute address to move right one character (eight pixels) ; If at rightmost edge move to leftmost column on next pixel row....
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0x48_notsx.log_21829_556.asm
ljhsiun2/medusa
9
127774
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0xca8b, %rsi lea addresses_UC_ht+0xb23f, %rdi clflush (%rdi) cmp %r14, %r14 mov $85, %rcx rep movsq nop nop nop nop xor $41300, %r8 lea addresses_UC_ht...
sixteen_bit_sub.asm
rvgarg/microprocessor_programs
0
127775
mvi b,00h lhld 03000h xchg lhld 03002h mov a,l sub e jc borr sec: sta 04000h mov a,h sub d jc bofi st: sta 04001h hlt borr: dcr h jmp sec bofi: inr b jmp st
source/general/editor.asm
paulscottrobson/Atomic-Basic-2
0
127776
; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : editor.asm ; Purpose : Edit Program ; Date : 29th July 2019 ; Author : <NAME> (<EMAIL>) ; ; *********************...
programs/oeis/151/A151906.asm
jmorken/loda
1
127777
<reponame>jmorken/loda ; A151906: a(0) = 0, a(1) = 1; for n>1, a(n) = 8*A151905(n) + 4. ; 0,1,4,4,4,12,4,4,12,12,12,36,4,4,12,12,12,36,12,12,36,36,36,108,4,4,12,12,12,36,12,12,36,36,36,108,12,12,36,36,36,108,36,36,108,108,108,324,4,4,12,12,12,36,12,12,36,36,36,108,12,12,36,36,36,108,36,36,108,108,108 mul $0,2 lpb $0 ...
lib/am335x_sdk/ti/osal/test/am572x/m4/m4_init.asm
brandonbraun653/Apollo
2
127778
;/* ; * Copyright (c) 2015-2017, Texas Instruments Incorporated ; * All rights reserved. ; * ; * Redistribution and use in source and binary forms, with or without ; * modification, are permitted provided that the following conditions ; * are met: ; * ; * * Redistributions of source code must retain the above copyrigh...
oeis/203/A203625.asm
neoneye/loda-programs
11
127779
<gh_stars>10-100 ; A203625: Indices of octagonal numbers which are also decagonal. ; Submitted by <NAME>(s1) ; 1,135,26125,5068051,983175705,190731018655,37000834443301,7177971150981675,1392489402456001585,270135766105313325751,52404946135028329194045,10166289414429390550318915,1972207741453166738432675401,382598135552...
Final Assignment CSE331/Solution/8.asm
afra-tech/CSE331L-Section-1-Fall20-NSU
0
127780
<gh_stars>0 .MODEL SMALL .STACK 100H OUTPUT MACRO MSG LEA DX,MSG MOV AH,9 INT 21H ENDM INPUT MACRO MOV AH,1 INT 21H ENDM .DATA STRING DB ? REV DB ? MSG1 DB 13, 10, "Please Enter a Stri...
data/baseStats_original/ursaring.asm
adhi-thirumala/EvoYellow
16
127781
db DEX_URSARING ; pokedex id db 90 ; base hp db 130 ; base attack db 75 ; base defense db 55 ; base speed db 75 ; base special db NORMAL ; species type 1 db NORMAL ; species type 2 db 17 ; catch rate db 154 ; base exp yield INCBIN "pic/ymon/ursaring.pic",0,1 ; 77, sprite dimensions dw UrsaringPicFront dw UrsaringPicBac...
pwnlib/shellcraft/templates/thumb/linux/stager.asm
DrKeineLust/pwntools
8,966
127783
<reponame>DrKeineLust/pwntools <% from pwnlib.shellcraft import common %> <% from pwnlib.shellcraft import thumb, arm %> <%docstring> stager(sock, size) Read 'size' bytes from 'sock' and place them in an executable buffer and jump to it. The socket will be left in r6. </%docstring> <%page args="sock, size"...
Lab03_Assembly/Lab03_Assemblymain.asm
dkreth/TI_Robot_Code
0
127784
<gh_stars>0 ; Lab03_Assemblymain.asm ; Runs on any Cortex M ; test main program for lab ; Conversion function for a GP2Y0A21YK0F IR sensor ; <NAME> ; May 29, 2017 ; This example accompanies the book ; "Embedded Systems: Introduction to Robotics, ; <NAME>, ISBN: 9781074544300, copyright (c) 2019 ; For more informat...
src/mapper/fme7.asm
freem/nesmon
2
127785
<reponame>freem/nesmon ;==============================================================================; ; nesmon/src/mapper/fme7.asm ; Sunsoft FME-7 Mapper related code ;==============================================================================; ; It's highly likely that this won't work properly. ;=================...
data/mapObjects/Route2Gate.asm
AmateurPanda92/pokemon-rby-dx
9
127786
<filename>data/mapObjects/Route2Gate.asm Route2Gate_Object: db $a ; border block db 4 ; warps warp 4, 0, 3, -1 warp 5, 0, 3, -1 warp 4, 7, 4, -1 warp 5, 7, 4, -1 db 0 ; signs db 2 ; objects object SPRITE_OAK_AIDE, 1, 4, STAY, LEFT, 1 ; person object SPRITE_BUG_CATCHER, 5, 4, WALK, 2, 2 ; person ; warp-to...
Transynther/x86/_processed/US/_ht_zr_/i7-7700_9_0x48.log_21829_2615.asm
ljhsiun2/medusa
9
127787
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x387c, %rsi nop nop nop nop cmp $9960, %rdi mov $0x6162636465666768, %rdx movq %rdx, %xmm1 vmovups %ymm1, (%rsi) nop nop and $30506, %r12 lea addresses_WC_ht+0xf987, %rcx clflu...
oeis/141/A141894.asm
neoneye/loda-programs
11
127788
<filename>oeis/141/A141894.asm ; A141894: Primes congruent to 13 mod 21. ; Submitted by <NAME> ; 13,97,139,181,223,307,349,433,601,643,727,769,811,853,937,1021,1063,1231,1399,1483,1567,1609,1693,1777,1861,1987,2029,2113,2239,2281,2617,2659,2953,3037,3079,3121,3163,3331,3373,3457,3499,3541,3583,3709,3793,3877,3919,4003,...
programs/oeis/258/A258011.asm
karttu/loda
1
127789
<filename>programs/oeis/258/A258011.asm ; A258011: Numbers remaining after the third stage of Lucky sieve. ; 1,3,7,9,13,15,21,25,27,31,33,37,43,45,49,51,55,57,63,67,69,73,75,79,85,87,91,93,97,99,105,109,111,115,117,121,127,129,133,135,139,141,147,151,153,157,159,163,169,171,175,177,181,183,189,193,195,199,201,205,211,2...
oeis/065/A065257.asm
neoneye/loda-programs
11
127790
<reponame>neoneye/loda-programs ; A065257: Quintal Queens permutation of N: double (mod 5) each digit (0->0, 1->2, 2->4, 3->1, 4->3) of the base-5 representation of n-1, add one. ; Submitted by <NAME> ; 1,3,5,2,4,11,13,15,12,14,21,23,25,22,24,6,8,10,7,9,16,18,20,17,19,51,53,55,52,54,61,63,65,62,64,71,73,75,72,74,56,58,...
src/z80asm/dev/z80asm_lib/sub_hl_sp.asm
Frodevan/z88dk
38
127791
<reponame>Frodevan/z88dk<filename>src/z80asm/dev/z80asm_lib/sub_hl_sp.asm ; Substitute for 'sbc hl, sp' instruction ; CPU Min T Max T ; 8080 156 156 ; 8085 154 154 ; gbz80 232 232 ; r2k 111 111 ; z180 146 146 ; z80 151 151 ; z80n 151 151 SECTION code_crt0_sccz80 PUBLIC __z80asm__...
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/vector/add_SP_CVxCV.asm
ramok/Themis_ForHPSDR
0
127792
;;############################################################################# ;;! \file source/vector/add_SP_CVxCV.asm ;;! ;;! \brief C-Callable addition of a complex vector and a complex vector ;;! \author <NAME> ;;! \date 07/15/11 ;; ;; HISTORY: ;; 07/15/11 - original (<NAME>) ;; ;; DESCRIPTION: C-Callable add...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_411.asm
ljhsiun2/medusa
9
127793
.global s_prepare_buffers s_prepare_buffers: push %r15 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xa565, %rdx cmp $15209, %rax movw $0x6162, (%rdx) sub %r9, %r9 lea addresses_UC_ht+0x16c75, %rsi lea addresses_WT_ht+0x1148f, %rdi inc %r15 mov $5, %rcx rep movsb nop add %r9, %r9 p...
Aurora/Aurora/x64/Debug/hda.asm
manaskamal/aurora-xeneva
8
127794
; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1 include listing.inc INCLUDELIB LIBCMT INCLUDELIB OLDNAMES PUBLIC ?_ihd_audio@@3U_hd_audio_@@A ; _ihd_audio PUBLIC ?rirbrp@@3GA ; rirbrp PUBLIC ?corbwp@@3GA ; corbwp _BSS SEGMENT ?_ihd_audio@@3U_hd_audio_@@A DB 04dH DUP (?) ; _...
Quiz and Lab Assessment/Solution/2.asm
NasirSunny50/CSE331L-Section-1-Fall20-NSU
0
127795
<filename>Quiz and Lab Assessment/Solution/2.asm .MODEL SMALL .STACK 100H .DATA .CODE MAIN PROC MOV AX,@DATA MOV DX,AX MOV AL,20 MOV CL,10 MOV AH,00 DIV CL MOV DX,AX ADD DX,3030h MOV AH,02H INT 21H MOV DL,DH INT 21H MOV AX,4CH INT 21H MAIN ENDP END MAIN
EserciziMips/9.3-VettoreFunzioneMassimo.asm
AntoAndGar/MIPS
0
127796
# Si scriva un programma che definisca in memoria due vettori: V1 un vettore di cinque elementi di byte e V2 un vettore di cinque elementi di halfword. # Si applichi al programma una funzione: # SOMMA(V1,V2,V3) # Che ha come argomenti i due vettori definiti dall'utente V1 e V2 e restituisce il vettore V3 formato dall'e...
Transynther/x86/_processed/NC/_st_4k_sm_/i9-9900K_12_0xca_notsx.log_15_1867.asm
ljhsiun2/medusa
9
127797
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r14 push %rax push %rbx push %rdi push %rdx push %rsi // Load lea addresses_WT+0x19adb, %r11 cmp %rsi, %rsi movb (%r11), %dl nop add %rdx, %rdx // Store mov $0x56d8ed00000000db, %r14 nop and $37238, %rsi mov $0x...
Irvine/Examples/ch06/32 bit/Section_6_7_1.asm
alieonsido/ASM_TESTING
0
127798
<reponame>alieonsido/ASM_TESTING<filename>Irvine/Examples/ch06/32 bit/Section_6_7_1.asm ; MASM Decision Directives (Section_6_7_1.asm) ; Examples from Sections 6.7.1 (Creating IF Statements) ; and 6.7.2 (Signed and Unsigned Comparisons) INCLUDE IRVINE32.inc INCLUDE macros.inc .data val1 DWORD 5 val2 SDWORD -1 r...
oeis/053/A053817.asm
neoneye/loda-programs
11
127799
; A053817: a(0)=1, a(n) = n*(a(n-1) + n). ; 1,2,8,33,148,765,4626,32431,259512,2335689,23356990,256927011,3083124276,40080615757,561128620794,8416929312135,134670868994416,2289404772905361,41209285912296822,782976432333639979,15659528646672799980,328850101580128800021 mov $2,$0 mov $0,1 mov $1,1 lpb $2 add $0,$1 m...
exampl04/ecmenu/ecmenu.asm
AlexRogalskiy/Masm
0
127801
<gh_stars>0 ; ######################################################################### ; "<NAME>" <<EMAIL>> .386 .model flat, stdcall option casemap :none ; case sensitive ; ######################################################################### include \MASM32\include\windows.inc ...
programs/oeis/255/A255490.asm
karttu/loda
0
127803
<gh_stars>0 ; A255490: The subsequence A247649(2^n-1). ; 1,5,7,19,25,77,103,307,409,1229,1639,4915,6553,19661,26215,78643,104857,314573,419431,1258291,1677721,5033165,6710887,20132659,26843545,80530637,107374183,322122547,429496729,1288490189,1717986919,5153960755 add $0,1 mov $2,-2 gcd $2,$0 add $2,1 lpb $0,1 sub $...
wof/lcs/base/306.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
127804
<reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data copyright zengfr site:http://github.com/zengfr/romhack 001468 beq $1442 [base+306] 001474 subq.w #1, ($306,A5) [base+2F4] 001478 move.w #$14, ($2,A1) [base+306] 001546 addq.w #1, ($306,A5) [base+2F4] 00154A move.w #$5, D6 [base+306] 01A822...
Transynther/x86/_processed/NONE/_st_zr_/i7-7700_9_0xca_notsx.log_4_1733.asm
ljhsiun2/medusa
9
127806
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xae52, %rsi lea addresses_WT_ht+0x13652, %rdi add $15816, %rbx mov $25, %rcx rep movsq nop dec %rdx lea addresses_WC_ht+0xd4a2, %rsi lea addresses_WC_ht+0x113fe, %rdi nop and ...
oeis/030/A030428.asm
neoneye/loda-programs
11
127807
; A030428: a(n) = 0! * 1! * 2! * ... * n! - 1. ; Submitted by <NAME> ; 0,0,1,11,287,34559,24883199,125411327999,5056584744959999,1834933472251084799999,6658606584104736522239999999,265790267296391946810949631999999999,127313963299399416749559771247411199999999999 mov $1,1 mov $2,1 mov $3,1 lpb $0 sub $0,1 add $2,1...
test/Mem/MemTest.asm
leonardo-ono/asm4mo
10
127808
;=============================================================================== ; class MemTest ;=============================================================================== bits 16 org 32768 ; ---------------------------------------------------------------------- test1: call os_print_newline call Mem.clea...