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/ingameui.asm
QuinnPainter/Renegade-Rush
1
203698
INCLUDE "hardware.inc" INCLUDE "macros.inc" DEF STATUS_BAR_TILE_OFFSET EQUS "(((StatusBarVRAM - $8800) / 16) + 128)" DEF MENUBAR_TILE_OFFSET EQUS "(((MenuBarTilesVRAM - $8800) / 16) + 128)" DEF NUMBER_TILE_OFFSET EQUS "(((MenuBarNumbersVRAM - $8800) / 16) + 128)" DEF MENU_BAR_ANIM_SPEED EQU 3 ; How fast the menu bar o...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_379.asm
ljhsiun2/medusa
9
203700
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xf9d2, %rdi cmp %rcx, %rcx mov (%rdi), %r12d nop dec %r10 lea addresses_A_ht+0x1bcc7, %rbx nop nop nop nop sub $42772, %rdx movb (%rbx), %cl nop add ...
Old Programmes/8085/Palindrome/PALINDROME.asm
illuminati-inc-2020/school
0
203702
<gh_stars>0 LDA 00A0H MOV D,A ;D=TEMP ANI 0FH MOV B,A ;B=LOWER NIBBLE MOV A,D MVI E,00H ;E=0 ANI 0F0H ;A=HIGHER NIBBLE MVI C,04H ;C=COUNTER=4 LOOP: RLC MOV D,A ;D=TEMP MOV A,E RAR MOV E,A MOV A,D DCR C JNZ LOOP MOV A,E RAR RAR RAR RAR MOV E,A CMP B JZ PALINDROME MVI A...
Test files/triangulo.asm
victoragcosta/SB_trab1
0
203705
TRIANGULO: EQU 1 SECTION TEXT INPUT B INPUT H LOAD B MULT H IF TRIANGULO DIV DOIS STORE R OUTPUT R STOP SECTION BSS B: SPACE H: SPACE R: SPACE SECTION DATA DOIS: CONST 2
tools/y2k/y2k.asm
denis-ryzhkov/antiques
0
203706
.model tiny .code org 100h main: mov ah, 2ah int 21h mov cx, 2003 mov ah, 2bh int 21h ret end main
oeis/084/A084068.asm
neoneye/loda-programs
11
203707
<reponame>neoneye/loda-programs ; A084068: a(1) = 1, a(2) = 2; a(2*k) = 2*a(2*k-1) - a(2*k-2), a(2*k+1) = 4*a(2*k) - a(2*k-1). ; 1,2,7,12,41,70,239,408,1393,2378,8119,13860,47321,80782,275807,470832,1607521,2744210,9369319,15994428,54608393,93222358,318281039,543339720,1855077841,3166815962,10812186007,18457556052,6301...
programs/oeis/022/A022389.asm
jmorken/loda
1
203708
<reponame>jmorken/loda<filename>programs/oeis/022/A022389.asm ; A022389: Fibonacci sequence beginning 7, 15. ; 7,15,22,37,59,96,155,251,406,657,1063,1720,2783,4503,7286,11789,19075,30864,49939,80803,130742,211545,342287,553832,896119,1449951,2346070,3796021,6142091,9938112,16080203,26018315,42098518,68116833,110215351,...
Examples/common-gateway-interface/webvars.asm
agguro/linux-nasm
6
203709
<reponame>agguro/linux-nasm ;;;;;;; webvars.asm ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Copyright (c) 2000 <NAME> ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; 1. Red...
programs/oeis/131/A131807.asm
jmorken/loda
1
203710
<reponame>jmorken/loda ; A131807: Partial sums of A131377. ; 1,2,2,3,4,4,4,5,6,7,8,8,8,9,10,11,12,12,12,13,14,15,16,16,16,16,16,16,16,17,18,18,18,18,18,18,18,19,20,21,22,22,22,23,24,25,26,26,26,26,26,26,26,27,28,29,30,31,32,32,32,33,34,35,36,37,38,38,38,38,38,39,40,40 mov $1,$0 add $1,2 cal $0,65358 ; The Jacob's Ladd...
src/stars/tests/tests/pseudoOps/neg_test.asm
kevintmcdonnell/stars
9
203711
<reponame>kevintmcdonnell/stars<filename>src/stars/tests/tests/pseudoOps/neg_test.asm .text main: # Testing with positive and negative values and zero li $t0, 30000 li $t1, -30000 li $t2, 0 neg $a0, $t0 li $v0, 1 syscall li $a0, ' ' li $v0, 11 syscall neg $a0, $t1 li $v0, 1 syscall li $a0, ' ' li $v0, 11 syscall ...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_479.asm
ljhsiun2/medusa
9
203712
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_479.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x602f, %r8 nop nop nop and $47795, %rbp mov (%r8), %r13w sub $15...
Desenho/pinta.asm
BrunoTarijon/PacMan-Mars
1
203713
.data BaseAddress: .word 0x10040000 .text .macro draw_P #s0 cor, s1 x no no mapa, s2 y no mapa lw $t0, BaseAddress #multiplica por 4 add $t1,$s1,$s1 add $t1,$t1,$t1 #passa para heap add $t0,$t1,$t0 addi $t1,$zero,0 addi $t2,$zero,0 #multiplixa y beq $s2,$zero,printa loop_y: addi $t1,$t1,256 addi ...
oeis/342/A342873.asm
neoneye/loda-programs
11
203714
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A342873: Numbers whose distance to the nearest cube equals the distance to the nearest product of 3 consecutive integers (three-dimensional oblong). ; Submitted by <NAME> ; 0,7,16,62,92,213,276,508,616,995,1160,1722,1956,2737,3052,4088,4496,5823,6336,7990,8620,10637,113...
programs/oeis/185/A185061.asm
neoneye/loda
22
203715
<gh_stars>10-100 ; A185061: Position of the first occurrence of n in A193358 when it is considered to have the starting offset 1 instead of 0. ; 1,2,5,3,11,7,19,13,29,21,41,31,55,43,71,57,89,73,109,91,131,111,155,133,181,157,209,183,239,211,271,241,305,273,341,307,379,343,419,381,461,421,505,463,551,507,599,553,649,601...
dino/lcs/base/4D0.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
203716
<filename>dino/lcs/base/4D0.asm<gh_stars>1-10 copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 004D20 move.l D0, (A4)+ 004D22 move.l D0, (A4)+ 00709E cmpi.b #$4, ($4d0,A5) 0070A4 beq $70ac [base+4D0] 0070F8 cmpi.b #$c, ($4d0,A5) 0070FE bne ...
test.asm
niho/nes
0
203717
; Test NES program that outputs some audio. .segment "HEADER" .byte "NES" ; signature .byte $1A ; signature .byte $01 ; # of 16kb PRG-ROM banks .byte $00 ; # of 8kb VROM banks .byte $00 ; ROM control byte one .byte $00 ; ROM control byte two .byte $00 ; # of 8kb RAM banks .b...
oeis/130/A130248.asm
neoneye/loda-programs
11
203719
<reponame>neoneye/loda-programs ; A130248: Partial sums of the Lucas Inverse A130247. ; Submitted by <NAME> ; 1,1,3,6,9,12,16,20,24,28,33,38,43,48,53,58,63,69,75,81,87,93,99,105,111,117,123,129,136,143,150,157,164,171,178,185,192,199,206,213,220,227,234,241,248,255,263,271,279,287,295,303,311,319,327,335,343,351,359,36...
4/1.asm
kamrul-s/MicroLab
0
203720
.MODEL SMALL .STACK 100H .DATA CR EQU 0DH LF EQU 0AH X DB 2 DUP(0) DB 2 DUP(0) Y DB 2 DUP(0) DB 2 DUP(0) RES DB 2 DUP(0) DB 2 DUP(0) TEMP DB ? MSG1 DB 'ENTER MATRIX 1(X11 SPACE X12 ENTER X21 SPACE X22 FORMET):$' MSG2 DB CR,LF,'ENTER MATRIX 2: $' MSG3 ...
src/main/fragment/mos6502-common/vbuc1_neq_(qbuz1_derefidx_vbuyy)_derefidx_vbuxx_then_la1.asm
jbrandwood/kickc
2
203721
<gh_stars>1-10 stx $fd lda ({z1}),y sta $fe iny lda ({z1}),y sta $ff ldy $fd lda ($fe),y cmp #{c1} bne {la1}
src/enemies.asm
santiontanon/talesofpopolon-ext
4
203722
<reponame>santiontanon/talesofpopolon-ext<filename>src/enemies.asm ;----------------------------------------------- ; Assigns all the sprites corresponding to enemies to the sprite table updateAndAssignEnemySprites: ld ix,currentMapEnemies ld a,(ix) ; n enemies or a ret z inc ix ld b,a ld ...
libsrc/im2/im2_RegHookLast.asm
andydansby/z88dk-mk2
1
203724
; CALLER linkage for function pointers XLIB im2_RegHookLast LIB im2_RegHookLast_callee XREF ASMDISP_IM2_REGHOOKLAST_CALLEE .im2_RegHookLast pop bc pop de pop hl push hl push de push bc jp im2_RegHookLast_callee + ASMDISP_IM2_REGHOOKLAST_CALLEE
Absolute Value/Abs_SRC.asm
bardia-p/ARM-Processor-Simulator
0
203725
<gh_stars>0 B SkipOverVariables Arr_Size DCD #5 ; Arr is an array of 5 words Arr DCD #3 ; first (0-th) element of Arr DCD #-4 DCD #0 DCD #-8 DCD #6 SkipOverVariables ; for ( R11 = 0; R11 < Arr_size; R11++ ) ; R10 = Arr_Size...
src/program.asm
giomba/snake6502
1
203726
<filename>src/program.asm #if VERBOSE = 1 LASTINIT SET . #endif ; ENTRY OF PROGRAM ; ---------------------------------------------------------------------- start: ; Clear screen, initialize keyboard, restore interrupts jsr $ff81 ; Disable all interrupts sei ; Turn off CIA interrupts and (possibly...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_174.asm
ljhsiun2/medusa
9
203727
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_174.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x15842, %rsi lea addresses_WC_ht+0x1df0e, %rdi clflush (%rdi) nop a...
Transynther/x86/_processed/NONE/_zr_xt_sm_/i9-9900K_12_0xca.log_21829_1571.asm
ljhsiun2/medusa
9
203728
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x9abc, %rbx nop cmp %rcx, %rcx movl $0x61626364, (%rbx) nop nop and $39796, %rsi lea addresses_A_ht+0x20bd, %r9 add %r14, %r14 movw $0x6162, (%r9) nop nop nop nop nop sub $224...
programs/oeis/074/A074607.asm
neoneye/loda
22
203729
<reponame>neoneye/loda<gh_stars>10-100 ; A074607: a(n) = 3^n + 6^n. ; 2,9,45,243,1377,8019,47385,282123,1686177,10097379,60525225,362974203,2177313777,13062288339,78368947065,470199333483,2821152954177,16926788584899,101560344088905,609360902271963,3656161926847377,21936961100731059,131621735223326745,78973031719678164...
oeis/027/A027471.asm
neoneye/loda-programs
11
203731
; A027471: a(n) = (n-1)*3^(n-2), n > 0. ; 0,1,6,27,108,405,1458,5103,17496,59049,196830,649539,2125764,6908733,22320522,71744535,229582512,731794257,2324522934,7360989291,23245229340,73222472421,230127770466,721764371007,2259436291848,7060738412025,22029503845518,68630377364883,213516729579636,663426981193869,205891132...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_1294.asm
ljhsiun2/medusa
9
203733
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_1294.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1196f, %rsi nop nop nop add $51607, %rdx mov $0x6162636465666768, %r13 m...
oeis/052/A052955.asm
neoneye/loda-programs
11
203734
<filename>oeis/052/A052955.asm ; A052955: a(2n) = 2*2^n - 1, a(2n+1) = 3*2^n - 1. ; 1,2,3,5,7,11,15,23,31,47,63,95,127,191,255,383,511,767,1023,1535,2047,3071,4095,6143,8191,12287,16383,24575,32767,49151,65535,98303,131071,196607,262143,393215,524287,786431,1048575,1572863,2097151,3145727,4194303,6291455,8388607,125829...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1749.asm
ljhsiun2/medusa
9
203735
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xd897, %r10 nop add $48298, %r15 mov (%r10), %r12 nop nop nop add %rdx, %rdx lea addresses_WC_ht+0xe06b, %r11 nop nop nop nop nop and $8397, %rax mov $0x616263646566...
src/8088/include/version.asm
vossi1/cbm2-pc-emulator-v9958
0
203736
<reponame>vossi1/cbm2-pc-emulator-v9958 %define VERSION_STRING "0.73" VERSION_NUMBER equ 73 Version_Banner: db "PC Compatibility layer v", VERSION_STRING, " " %ifdef ROM db "ROM " %endif db "(C) 2017-2019 Micha", 9Ch, " Pleban", 10, 13, 0, '$' Version_Output: mov ax, Data_Segment mov es, ax ...
src/test/ref/function-pointer-noarg-call-2.asm
jbrandwood/kickc
2
203737
// Tests creating, assigning and calling pointers to non-args no-return functions // Commodore 64 PRG executable file .file [name="function-pointer-noarg-call-2.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segme...
libsrc/_DEVELOPMENT/font/fzx/c/sdcc_iy/fzx_buffer_extent.asm
meesokim/z88dk
0
203738
; uint16_t fzx_buffer_extent(struct fzx_font *ff, char *buf, uint16_t buflen) SECTION code_font_fzx PUBLIC _fzx_buffer_extent EXTERN asm_fzx_buffer_extent _fzx_buffer_extent: pop af pop hl pop de pop bc push bc push de push hl push af jp asm_fzx_buffer_extent
basic/expreval/evaluate.asm
hotkeysoft/cpu8085
0
203739
;********************************************************* ;* MODULE: EVALUATE ;* ;* DESCRIPTION: EVALUATION OF EXPRESSIONS: ;* ARITHMETIC, BINARY, RELATIONS, LOGICAL, ;* FUNCTIONS ;* .module evaluate .title Expression evaluation .include 'expreval.def' .include '..\common\common.def' .include '..\variables\va...
src/music.asm
kieranhj/nova-invite
1
203741
\ -*- mode:beebasm -*- \ ****************************************************************** \ * MUSIC MODULE \ ****************************************************************** .music_code_start IF 0 .music_silent { sei ; in case it's playing... lda #$0f jsr fiddle_vgm_register_headers jsr sn_reset cli rts } ...
programs/oeis/265/A265225.asm
karttu/loda
1
203742
<filename>programs/oeis/265/A265225.asm<gh_stars>1-10 ; A265225: Total number of ON (black) cells after n iterations of the "Rule 54" elementary cellular automaton starting with a single ON (black) cell. ; 1,4,6,12,15,24,28,40,45,60,66,84,91,112,120,144,153,180,190,220,231,264,276,312,325,364,378,420,435,480,496,544,56...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1568.asm
ljhsiun2/medusa
9
203744
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x6d11, %rsi lea addresses_WC_ht+0x14769, %rdi clflush (%rdi) nop nop inc %rax mov $61, %rcx rep movsw nop nop nop dec %r13 lea addresses_D_ht+0xd569...
programs/oeis/216/A216778.asm
jmorken/loda
1
203745
; A216778: Number of derangements on n elements with an even number of cycles. ; 1,0,0,0,3,20,130,924,7413,66744,667476,7342280,88107415,1145396460,16035550518,240533257860,3848532125865,65425046139824,1177650830516968,22375365779822544 mov $2,$0 cal $0,257953 ; Number of permutations p of [n] with no fixed points and...
oeis/105/A105943.asm
neoneye/loda-programs
11
203746
; A105943: a(n) = C(n+7,n) * C(n+10,7). ; Submitted by <NAME> ; 120,2640,28512,205920,1132560,5096520,19631040,66745536,204787440,576438720,1507608960,3700494720,8593371072,19004570640,40244973120,81980500800,161264274600,307350735120,569168028000,1026681084000,1807851474000,3113521983000,5253360727680,8697035318400,14...
libsrc/target/pc88/pc88_wait_vblank.asm
ahjelm/z88dk
640
203747
SECTION code_clib PUBLIC pc88_wait_vblank PUBLIC _pc88_wait_vblank INCLUDE "target/pc88/def/pc88.def" ; Taken from PC-88 info page: http://mydocuments.g2.xrea.com/html/p8/vraminfo.html pc88_wait_vblank: _pc88_wait_vblank: in a,(SYS_MODE_SENSE) and $20 ;VBLANK_SIGNAL jr nz,pc88_wait_vblank ; And wait for s...
subprojects/libostd/src/asm/arm/make_arm_aapcs_pe_armasm.asm
Croydon/libcubescript
1
203748
;/* ; Copyright <NAME> 2009. ; Distributed under the Boost Software License, Version 1.0. ; (See accompanying file LICENSE_1_0.txt or copy at ; http://www.boost.org/LICENSE_1_0.txt) ;*/ ; ******************************************************* ; * ...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_455.asm
ljhsiun2/medusa
9
203749
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %rax push %rbp push %rdi push %rsi lea addresses_UC_ht+0x12c33, %r11 nop nop nop nop nop and %r10, %r10 movb (%r11), %r14b nop nop nop nop and %rdi, %rdi lea addresses_WT_ht+0x19933, %rdi nop nop sub %rax, %rax mov...
oeis/050/A050477.asm
neoneye/loda-programs
11
203750
<reponame>neoneye/loda-programs<filename>oeis/050/A050477.asm ; A050477: a(n) = C(n)*(7n+1) where C(n)=Catalan numbers (A000108). ; Submitted by <NAME> ; 1,8,30,110,406,1512,5676,21450,81510,311168,1192516,4585308,17681020,68346800,264769560,1027653570,3995416710,15557374800,60660114900,236813267460,925540979220,362100...
programs/oeis/056/A056854.asm
jmorken/loda
1
203752
<reponame>jmorken/loda ; A056854: a(n) = Lucas(4*n). ; 2,7,47,322,2207,15127,103682,710647,4870847,33385282,228826127,1568397607,10749957122,73681302247,505019158607,3461452808002,23725150497407,162614600673847,1114577054219522,7639424778862807,52361396397820127 mul $0,2 mov $1,2 mov $2,1 lpb $0 sub $0,1 add $1,$2...
usertests.asm
snowman789/xv6_scheduler
0
203753
<filename>usertests.asm _usertests: file format elf32-i386 Disassembly of section .text: 00000000 <iputtest>: int stdout = 1; // does chdir() call iput(p->cwd) in a transaction? void iputtest(void) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 10...
oeis/191/A191156.asm
neoneye/loda-programs
11
203754
; A191156: a(n) = [6*n*Pi] - 2*[3*n*Pi], where [ ]=floor. ; Submitted by <NAME> ; 0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0 add $0,1 mov $2,1 mov $3,$0 mul $3,5 ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2885.asm
ljhsiun2/medusa
9
203756
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1c926, %rbx nop add $23882, %r12 mov $0x6162636465666768, %rbp movq %rbp, (%rbx) nop nop nop and %rax, %rax lea addresses_A_ht+0x114aa, %rbp nop nop sub $8151, %rd...
programs/oeis/060/A060696.asm
karttu/loda
1
203760
<reponame>karttu/loda ; A060696: Number of permutations in S_n avoiding the strings 123, 321 and 231. ; 1,1,2,3,5,11,23,63,153,489,1329,4785,14235,56475,181215,780255,2672145,12348945,44781345,220253985,840523635,4370620275,17465201775,95498916975,397983749625,2278224696825,9867844134225,58917607974225,264469801070475,...
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/fft/RFFT_adc_f32u.asm
ramok/Themis_ForHPSDR
0
203761
<reponame>ramok/Themis_ForHPSDR ;;############################################################################# ;;! \file source/fft/RFFT_adc_f32u.asm ;;! ;;! \brief Real FFT with 12-bit ADC input. ;;! \author c2000 ;; ;; DESCRIPTION: ;; ;; This function calcuates a real FFT with 12-bit fixed-point ADC input. ;; ...
Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xca_notsx.log_17863_2017.asm
ljhsiun2/medusa
9
203764
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x112b8, %rsi nop add %rbx, %rbx and $0xffffffffffffffc0, %rsi movntdqa (%rsi), %xmm2 vpextrq $1, %xmm2, %rcx nop add $11851, %rdx lea addresses_WT_ht+0x12978, %r8 nop nop nop ...
src/converter/cvt_int2string/test/_start.asm
nikAizuddin/lib80386
4
203765
<filename>src/converter/cvt_int2string/test/_start.asm ; 1 2 3 4 5 6 7 ;234567890123456789012345678901234567890123456789012345678901234567890 ;===================================================================== ; ; *** TEST *** ; ;-------...
apu/channel_1/channel_1_volume_div.asm
endrift/SameSuite
21
203766
RESULTS_START EQU $c000 RESULTS_N_ROWS EQU 8 include "base.inc" ; The volume envelope is triggered by the DIV register after it ticks ; the APU (8 * (NR12 & 7)) times (at 512Hz). CorrectResults: db $08, $08, $07, $07, $07, $00, $00, $00 db $08, $08, $07, $07, $07, $00, $00, $00 db $07, $07, $07, $07, $07, $00, $00,...
oeis/339/A339572.asm
neoneye/loda-programs
11
203767
<gh_stars>10-100 ; A339572: If n even, a(n) = A000071(n/2+1); if n odd, a(n) = A001610((n-1)/2). ; 0,0,1,2,2,3,4,6,7,10,12,17,20,28,33,46,54,75,88,122,143,198,232,321,376,520,609,842,986,1363,1596,2206,2583,3570,4180,5777,6764,9348,10945,15126,17710,24475,28656,39602,46367,64078,75024,103681,121392,167760,196417,271442...
oeis/092/A092553.asm
neoneye/loda-programs
11
203768
<gh_stars>10-100 ; A092553: Decimal expansion of 1/e^2. ; Submitted by <NAME>(s4) ; 1,3,5,3,3,5,2,8,3,2,3,6,6,1,2,6,9,1,8,9,3,9,9,9,4,9,4,9,7,2,4,8,4,4,0,3,4,0,7,6,3,1,5,4,5,9,0,9,5,7,5,8,8,1,4,6,8,1,5,8,8,7,2,6,5,4,0,7,3,3,7,4,1,0,1,4,8,7,6,8,9,9,3,7,0,9,8,1,2,2,4,9,0,6,5,7,0,4,8,7 add $0,1 mov $1,1 mov $3,$0 mul $3,...
libsrc/stdio_new/fd/dup2.asm
andydansby/z88dk-mk2
1
203769
; CALLER linkage for function pointers XLIB dup2 LIB dup2_callee XREF ASMDISP_DUP2_CALLEE .dup2 pop de pop bc pop hl push hl push bc push de jp dup2_callee + ASMDISP_DUP2_CALLEE
Tests/Interrupts/HaltAfterDisable/Main.asm
MrKWatkins/ZXSpectrumNextTests
23
203770
<reponame>MrKWatkins/ZXSpectrumNextTests device zxspectrum48 org $6000 INCLUDE "../../Constants.asm" INCLUDE "../../Macros.asm" INCLUDE "../../TestFunctions.asm" INCLUDE "../../OutputFunctions.asm" Start call StartTest ld b,4 ld de,MEM_ZX_SCREEN_4000+4 ld hl,LegendaryText .printLegendLoop: cal...
programs/oeis/120/A120486.asm
neoneye/loda
22
203771
<filename>programs/oeis/120/A120486.asm ; A120486: Partial sums of A000188. ; 1,2,3,5,6,7,8,10,13,14,15,17,18,19,20,24,25,28,29,31,32,33,34,36,41,42,45,47,48,49,50,54,55,56,57,63,64,65,66,68,69,70,71,73,76,77,78,82,89,94,95,97,98,101,102,104,105,106,107,109,110,111,114,122,123,124,125,127,128,129,130,136,137,138,143,14...
IntelFsp2Pkg/FspSecCore/Ia32/ReadEsp.nasm
nicklela/edk2
3,012
203774
;; @file ; Provide read ESP function ; ; Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ;; ;------------------------------------------------------------------------------ SECTION .text ;-----------------------------------------------------...
data/pokemon/dex_entries/eevee.asm
AtmaBuster/pokeplat-gen2
6
203775
<filename>data/pokemon/dex_entries/eevee.asm<gh_stars>1-10 db "EVOLUTION@" ; species name db "Its ability to" next "evolve into many" next "forms allows it to" page "adapt smoothly" next "and perfectly to" next "any environment.@"
test/draw/utest_draw_pixel.asm
daullmer/tic-tac-toe
1
203776
.include "../../src/libs/cesplib_rars.asm" utest_draw_pixel: li a1, 45 li a2, 40 li a3, 0x8db527 jal draw_pixel li a1, 47 li a2, 40 li a3, 0x8db527 jal draw_pixel li a1, 100 li a2, 100 li a3, 0x8db527 jal draw_pixel li a7, 10 ecall .include "../../src/draw/draw_pixel.asm"
oeis/003/A003751.asm
neoneye/loda-programs
11
203778
; A003751: Number of spanning trees in K_5 x P_n. ; 125,300125,663552000,1464514260125,3232184906328125,7133430745792512000,15743478429512478120125,34745849760772636969860125,76684074678559433693601792000,169241718069731503830237768828125,373516395095822778319979141039280125,824350514734762803332621362645696512000,1819...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_1_554.asm
ljhsiun2/medusa
9
203779
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r9 push %rdi lea addresses_WC_ht+0x1d8f2, %r14 nop nop nop nop nop inc %r9 mov $0x6162636465666768, %rdi movq %rdi, %xmm6 vmovups %ymm6, (%r14) nop nop nop nop nop and $21597, %rdi pop %rdi pop %r9 pop %r14 ret .global s_faulty_load s_faulty_load: push %...
iod/iou/buff.asm
olifink/smsqe
0
203782
<reponame>olifink/smsqe ; IO buffering V2.02  1987 <NAME> QJUMP section iou xdef iou_fmul xdef iou_fmlw xdef iou_flin xdef iou_smul xdef iou_smlw xdef iou_fden xdef iou_fde0 xdef iou_sden xdef iou_sde0...
wof/lcs/123p/D6.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
203784
copyright zengfr site:http://github.com/zengfr/romhack 01794E move.w (A1)+, ($3fd2,A5) [123p+ D6] 017952 move.w (A1)+, ($40b2,A5) [123p+ D6] 017956 bra $17a3c [123p+ D6] 017CBE beq $17cde [123p+ D6] 017CFA beq $17d44 [123p+ D6] 017D40 bsr $180e8 [123p+ D6] 017EF8 beq $17f1c [123p+ D6] 017F...
data/phone/text/beth_callee.asm
Dev727/ancientplatinum
28
203785
<gh_stars>10-100 UnknownText_0x1b53f7: text "Hello, this is" line "@" text_ram wStringBuffer3 text "." para "Oh, <PLAY_G>." line "Good morning." para "" done UnknownText_0x1b5424: text "Hello, this is" line "@" text_ram wStringBuffer3 text "." para "Oh. Hi, <PLAY_G>." done UnknownText_0x1b5446: text...
data/mapObjects/Route16.asm
AmateurPanda92/pokemon-rby-dx
9
203787
<reponame>AmateurPanda92/pokemon-rby-dx<filename>data/mapObjects/Route16.asm Route16_Object: db $f ; border block db 9 ; warps warp 17, 10, 0, ROUTE_16_GATE_1F warp 17, 11, 1, ROUTE_16_GATE_1F warp 24, 10, 2, ROUTE_16_GATE_1F warp 24, 11, 3, ROUTE_16_GATE_1F warp 17, 4, 4, ROUTE_16_GATE_1F warp 17, 5, 5, ROUTE...
exe/pnewseg.asm
DigitalMars/optlink
28
203788
TITLE PNEWSEG - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE SEGMENTS INCLUDE SEGMSYMS if fg_pe INCLUDE PE_STRUC endif PUBLIC PROT_OUT_NEW_SEGMENT,PROT_OUT_NEW_SEGMOD .DATA EXTERNDEF FIX2_SEG_COMBINE:BYTE,FIX2_SEG_TYPE:BYTE EXTERNDEF OPTI_STOSD_SIZE:DWORD,OPTI_RELOC_CLEAR:DWORD,LAST_SEG...
Lab Assessment Submission/Lab Assessment 2/1.asm
afra-tech/CSE331L-Section-1-Fall20-NSU
0
203789
; You may customize this and other start-up templates; ; The location of this template is c:\emu8086\inc\0_com_template.txt org 100h A DB 5 dup(?) MOV BX, OFFSET A MOV [A],5 MOV [A+1],4 MOV [A+2],3 MOV [A+3],2 MOV [A+4],1 ret
oeis/008/A008413.asm
neoneye/loda-programs
11
203790
; A008413: Coordination sequence for 5-dimensional cubic lattice. ; 1,10,50,170,450,1002,1970,3530,5890,9290,14002,20330,28610,39210,52530,69002,89090,113290,142130,176170,216002,262250,315570,376650,446210,525002,613810,713450,824770,948650,1086002,1237770,1404930,1588490,1789490,2009002,2248130,2508010,2789810,309473...
oeis/277/A277752.asm
neoneye/loda-programs
11
203791
<reponame>neoneye/loda-programs ; A277752: a(n) = Sum_{k=0..n} (-1)^k*floor(phi^k), where phi is the golden ratio (A001622). ; Submitted by <NAME> ; 1,0,2,-2,4,-7,10,-19,27,-49,73,-126,195,-326,516,-848,1358,-2213,3564,-5785,9341,-15135,24467,-39612,64069,-103692,167750,-271454,439192,-710659,1149838,-1860511,3010335,-...
oeis/190/A190996.asm
neoneye/loda-programs
11
203793
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A190996: Fibonacci sequence beginning 10, 7. ; Submitted by <NAME>(s4) ; 10,7,17,24,41,65,106,171,277,448,725,1173,1898,3071,4969,8040,13009,21049,34058,55107,89165,144272,233437,377709,611146,988855,1600001,2588856,4188857,6777713,10966570,17744283,28710853,46455136,75...
_anim/obj16.asm
NatsumiFox/AMPS-Sonic-1-2005
2
203795
<gh_stars>1-10 ; --------------------------------------------------------------------------- ; Animation script - harpoon (LZ) ; --------------------------------------------------------------------------- dc.w byte_11F8A-Ani_obj16 dc.w byte_11F8E-Ani_obj16 dc.w byte_11F92-Ani_obj16 dc.w byte_11F96-Ani_obj16 byt...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1377.asm
ljhsiun2/medusa
9
203796
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x3911, %rbp nop nop inc %r13 mov $0x6162636465666768, %r15 movq %r15, (%rbp) nop nop nop nop nop and %rax, %rax lea addresses_WT_ht+0x185ad, %r10 nop nop nop no...
oeis/095/A095278.asm
neoneye/loda-programs
11
203797
<gh_stars>10-100 ; A095278: Numbers k such that 4k + 3 is prime. ; Submitted by <NAME> ; 0,1,2,4,5,7,10,11,14,16,17,19,20,25,26,31,32,34,37,40,41,44,47,49,52,55,56,59,62,65,67,70,76,77,82,86,89,91,94,95,104,107,109,110,115,116,119,121,122,124,125,130,136,140,142,146,149,151,154,157,160,161,164,170,172,179,181,184,185,1...
libmikeos/src.os/os_fatal_error.asm
mynameispyo/InpyoOS
0
203798
; @@@ void mikeos_fatal_error(char *message); %include "os_vector.inc" section .text use16 global _mikeos_fatal_error _mikeos_fatal_error: mov bx, sp mov ax, [ss:bx + 2] mov bx, os_fatal_error call bx ret
oeis/342/A342959.asm
neoneye/loda-programs
11
203799
; A342959: Number of 1's within a sample word of length 10^n of the infinite Fibonacci word A003842 where n is the sequence index. ; Submitted by <NAME>(s3) ; 1,6,62,618,6180,61804,618034,6180340,61803399,618033989,6180339888,61803398875,618033988750,6180339887499,61803398874990,618033988749895,6180339887498949,6180339...
libsrc/stdio/mz/fputc_cons.asm
RC2014Z80/z88dk
8
203801
; ; Sharp MZ C Library ; ; Print character to the screen ; ; We will corrupt any register ; ; ; Sharp MZ Routines ; ; <NAME> - 5/5/2000 ; ; ; $Id: fputc_cons.asm,v 1.4 2016-05-15 20:15:45 dom Exp $ ; SECTION code_clib PUBLIC fputc_cons_native ; ; Entry: hl points char to prin...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_5_1413.asm
ljhsiun2/medusa
9
203803
<filename>Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_5_1413.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_WC_ht+0xaa8b, %rsi lea addresses_normal_ht+0x5a8b, %rdi clflush (%rdi) nop nop add %rdx, %rdx mov $87, ...
programs/oeis/062/A062356.asm
jmorken/loda
1
203804
; A062356: a(n) = floor(n/phi(n)). ; 1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,2,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1829.asm
ljhsiun2/medusa
9
203805
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x156b8, %rax nop nop nop nop sub %r11, %r11 mov $0x6162636465666768, %rbp movq %rbp, %xmm1 movups %xmm1, (%rax) nop nop nop inc %rbp lea addresses_WT_ht+0...
oslab6/obj/user/spin.asm
jasha64/OperatingSystems-lab
0
203807
obj/user/spin.debug: 文件格式 elf32-i386 Disassembly of section .text: 00800020 <_start>: // starts us running when we are initially loaded into a new environment. .text .globl _start _start: // See if we were started with arguments on the stack cmpl $USTACKTOP, %esp 800020: 81 fc 00 e0 bf ee cmp $0xeebf...
mkdir.asm
briansrls/xv6
0
203810
_mkdir: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 20 ...
oeis/092/A092555.asm
neoneye/loda-programs
11
203811
; A092555: Decimal expansion of e^(-4). ; Submitted by <NAME> ; 0,1,8,3,1,5,6,3,8,8,8,8,7,3,4,1,8,0,2,9,3,7,1,8,0,2,1,2,7,3,2,4,1,2,4,2,2,1,1,9,1,2,0,6,7,5,5,3,4,7,5,5,9,4,7,6,9,5,9,9,9,2,7,4,3,9,2,5,0,4,3,1,5,9,8,1,1,4,1,2,2,6,8,7,3,6,9,4,9,8,1,2,8,9,0,2,0,5,1,7 add $0,1 mov $3,$0 mul $3,4 lpb $3 mov $1,60 add $5...
oeis/234/A234465.asm
neoneye/loda-programs
11
203812
<reponame>neoneye/loda-programs ; A234465: a(n) = 3*binomial(8*n+6,n)/(4*n+3). ; Submitted by <NAME> ; 1,6,63,812,11655,178794,2869685,47593176,809172936,14028048650,247039158366,4406956913268,79470057050020,1446283758823470,26529603944225670,489989612605050800,9104498753815680600,170073237411754811568,3192081704235788...
programs/oeis/027/A027770.asm
neoneye/loda
22
203813
<reponame>neoneye/loda ; A027770: a(n) = (n + 1)*binomial(n + 1, 10). ; 10,121,792,3718,14014,45045,128128,330616,787644,1755182,3695120,7407036,14226212,26313518,47070144,81719000,138105110,227779695,367447080,580870290,901350450,1374917115,2064391680,3054514320,4458356760,6425278860,9150726816,12888215032,17963882728...
fiat-amd64/9789_ratio10114_seed1785685356_square_curve25519.asm
talkon/fiat-crypto
0
203814
SECTION .text GLOBAL square_curve25519 square_curve25519: sub rsp, 0x98 mov rax, [ rsi + 0x8 ]; load m64 arg1[1] to register64 mov r10, rax; load m64 x8 to register64 shl r10, 0x1; x8 <- arg1[1] * 0x2 imul rax, [ rsi + 0x18 ], 0x26; x5 <- arg1[3] * 0x26 mov r11, [ rsi + 0x10 ]; load m64 arg1[2] to register64 lea rdx, ...
oeis/041/A041048.asm
neoneye/loda-programs
11
203815
<reponame>neoneye/loda-programs ; A041048: Numerators of continued fraction convergents to sqrt(30). ; Submitted by <NAME> ; 5,11,115,241,2525,5291,55435,116161,1217045,2550251,26719555,55989361,586613165,1229215691,12878770075,26986755841,282746328485,592479412811,6207540456595,13007560326001,136283143716605,285573847...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_20_140.asm
ljhsiun2/medusa
9
203816
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r8 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1eb10, %rcx nop nop add $21116, %rdx movb (%rcx), %r8b nop nop nop nop nop inc %r10 lea addresses_D_ht+0x14f50, %r9 nop nop sub $6232, %rax movw $0x6162, (%r9) nop a...
asm/patches/remove_music.asm
Crain-32/wwrando
284
203817
; Makes functions that play music just return instantly instead. .open "sys/main.dol" .org 0x802A34A4 ; bgmStart__11JAIZelBasicFUlUll ; Remove background music and boss music blr .org 0x802A4EB8 ; bgmNowBattle__11JAIZelBasicFf ; Remove combat music blr .org 0x802A47B8 ; subBgmStart__11JAIZelBasicFUl ; Remove...
source/analysis/findtoken.asm
paulscottrobson/remslash
0
203818
<filename>source/analysis/findtoken.asm ; ****************************************************************************** ; ****************************************************************************** ; ; Name : findtoken.asm ; Purpose : Find the next token, if any. ; Author : <NAME> (<EMAIL>) ; Created : 14t...
sc2.asm
qbbd/Algorithm_List
0
203819
section .text global _start _start: xor eax, eax mov al, 0x46 xor ebx, ebx xor ecx, ecx int 0x80 xor eax, eax push eax push 0x68732f2f push 0x6e69622f mov ebx, esp push eax push ebx mov ecx, esp xor edx, edx mov al, 0xb int 0x80
sem4/so/zadania/zad2/solve/src/assembly/pix.asm
abrams27/mimuw
3
203820
<reponame>abrams27/mimuw ; <NAME> ma406058 extern pixtime global pix %macro DIV128 3 ; makro do dzielenia liczby 128 bitowej przez 64 bitowa ; [%1] - rejestr z wartoscia licznika (128 bity) ; [%2] - rejestr z wartoscia mianownika ...
oeis/099/A099842.asm
neoneye/loda-programs
11
203821
; A099842: Expansion of (1-x)/(1+6x-3x^2). ; Submitted by <NAME>(s4) ; 1,-7,45,-291,1881,-12159,78597,-508059,3284145,-21229047,137226717,-887047443,5733964809,-37064931183,239591481525,-1548743682699,10011236540769,-64713650292711,418315611378573,-2704034619149571,17479154549033145,-112987031151647583 mov $1,1 mov $2...
programs/oeis/193/A193251.asm
karttu/loda
1
203822
; A193251: Small rhombicosidodecahedron with faces of centered polygons. ; 1,123,605,1687,3609,6611,10933,16815,24497,34219,46221,60743,78025,98307,121829,148831,179553,214235,253117,296439,344441,397363,455445,518927,588049,663051,744173,831655,925737,1026659,1134661,1249983,1372865,1503547,1642269,1789271,1944793,210...
oeis/139/A139102.asm
neoneye/loda-programs
11
203823
<filename>oeis/139/A139102.asm<gh_stars>10-100 ; A139102: Numbers whose binary representation shows the distribution of prime numbers up to the n-th prime minus 1, using "0" for primes and "1" for nonprime numbers. ; Submitted by <NAME>(s4) ; 1,2,9,37,599,2397,38359,153437,2454999,157119967,628479869,40222711647,643563...
_build/dispatcher/jmp_ippsDLPValidateDSA_861ab49f.asm
zyktrcn/ippcp
1
203824
extern m7_ippsDLPValidateDSA:function extern n8_ippsDLPValidateDSA:function extern y8_ippsDLPValidateDSA:function extern e9_ippsDLPValidateDSA:function extern l9_ippsDLPValidateDSA:function extern n0_ippsDLPValidateDSA:function extern k0_ippsDLPValidateDSA:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeIni...
roms/NEXT.asm
isene/hp-41_GEIR.ROM
2
203825
;:LISTING GENERATED: 1/29/2018 8:30:00 by MLDL Manager version 1.70.0 by MLDL Manager version ;:OPEN FILE: C:\users\geir\Desktop\G\GIT-isene\hp-41cl_update\all_roms\Original\rom_files_171202\NEXT_2C.ROM .con 0x000 ; NOP .con 0x000 ; NOP ...
oeis/015/A015203.asm
neoneye/loda-programs
11
203828
<reponame>neoneye/loda-programs ; A015203: Sum of Gaussian binomial coefficients for q=15. ; Submitted by <NAME> ; 1,2,18,484,61700,24625416,46902626632,280592659752848,8014314610618754064,719144325473017534005280,308098615000966585021543006496,414695472396278556489315958364507712,26649786297605696840207877430892248735...
programs/oeis/060/A060883.asm
karttu/loda
1
203829
; A060883: a(n) = n^6 + n^3 + 1. ; 1,3,73,757,4161,15751,46873,117993,262657,532171,1001001,1772893,2987713,4829007,7532281,11394001,16781313,24142483,34018057,47052741,64008001,85775383,113390553,148048057,191116801,244156251,308933353,387440173,481912257,594847711,729027001,887533473,1073774593,1291503907,1544843721,...
randomly-solved-programs/print a loop of 256 characters.asm
informramiz/Assembly-Language-Programs
0
203830
<filename>randomly-solved-programs/print a loop of 256 characters.asm .MODEL SMALL .STACK 100H .CODE MAIN PROC MOV AH,2 MOV DL,0 MOV CX,256 PRINT_LOOP: INT 21H INC DL DEC CX JNZ PRINT_LOOP MOV AH,4CH INT 21H MAIN ENDP END MAIN