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
books_and_notes/professional_courses/Security/sources/extra_books/加密与解密第四版光盘资料/chap19/19.1&19.2&19.3 汇编写外壳/PE-Armor_VC版/src/pediy/aplib/aPLib-0.42/src/asm/depack16.asm
gxw1/review_the_national_post-graduate_entrance_examination
640
205530
<gh_stars>100-1000 ;; ;; aPLib compression library - the smaller the better :) ;; ;; TASM / MASM / WASM 16bit assembler depacker ;; ;; Copyright (c) 1998-2004 by <NAME> / Jibz ;; All Rights Reserved ;; ;; http://www.ibsensoftware.com/ ;; ;; -> 16bit by Metalbrain (<EMAIL>) ;; .MODEL TINY ...
oeis/203/A203421.asm
neoneye/loda-programs
11
205531
<reponame>neoneye/loda-programs ; A203421: Reciprocal of Vandermonde determinant of (1,1/2,...,1/n). ; Submitted by <NAME> ; 1,-2,-18,1152,720000,-5598720000,-658683809280000,1381360067999170560000,59463021447701323327733760000,-59463021447701323327733760000000000000,-1542317635347398938581016812202229760000000000000 ...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_832.asm
ljhsiun2/medusa
9
205532
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_832.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0xdea0, %rsi lea addresses_WC_ht+0x5ce, %rdi nop nop nop nop nop cmp %rbp, %rbp mov $123, %...
player.asm
tomsoftware/lammings_music_player
2
205533
format MZ entry main:start stack 100h use16 segment main song dw 301h start: mov ax,main mov ds,ax ;----- display tex mov dx, strCommands mov ah, 09 int 21h ;----------- Install interupt push ds mov ax, code1 mov ds, ax mov dx, adlib mov al, 61h mov ah, 25h int 21h pop ds ;-------------- ;...
ComputerStructure/SPARTAN6/Chapter4_Exercise4.asm
frisinacho/UMA
1
205534
<filename>ComputerStructure/SPARTAN6/Chapter4_Exercise4.asm .text lui $2,0x0001 addi $1,$0,1 addi $4, $0,0 lui $3,0x0065 nop nop nop #ori $3,$7,0xb9aa nop nop nop lui $5,0x0032 nop nop nop #ori $5,$7,0xdcd5 salto: sb $1,2($2) addi $4,$4,1 nop nop nop bne $4,$3,salto addiu $4,$0,0 nop nop nop addi $4,$0,0 bne $4,$0,sal...
oeis/154/A154681.asm
neoneye/loda-programs
11
205535
<filename>oeis/154/A154681.asm ; A154681: Triangle read by rows where T(m,n) = 2*m*n + m + n +3. ; Submitted by <NAME> ; 7,10,15,13,20,27,16,25,34,43,19,30,41,52,63,22,35,48,61,74,87,25,40,55,70,85,100,115,28,45,62,79,96,113,130,147,31,50,69,88,107,126,145,164,183,34,55,76,97,118,139,160,181,202,223,37,60,83,106,129,15...
projects/06/rect/RectL.asm
parrott-kevin/the-elements-of-computing-systems
15
205536
<reponame>parrott-kevin/the-elements-of-computing-systems // This file is part of the materials accompanying the book // "The Elements of Computing Systems" by <NAME>, // MIT Press. Book site: www.idc.ac.il/tecs // File name: projects/06/rect/RectL.asm // Symbol-less version of the Rect.asm program. @0 D=M @...
asm/spim/csc-201/e3.asm
dindoliboon/archive
4
205538
# ========================================================================= # # NAME: # DATE: June 06, 2001 # ASSIGNMENT: Example #3, CSC-201-01 # OBJECTIVE: Print "Hello World!" once then create a for loop starting # from 0 to 99. Every 8th integer (0, 8, 16, 24, ... ) should # be...
core/scheduler/scheduler_entry.asm
TheUltimateFoxOS/horizon
4
205539
[bits 64] [extern _ZN9scheduler9kill_selfEv] [global task_entry] ; NOTE: the addres to the target task needs to be in rax ; we do this to prevent jumping to random code if the task returns task_entry: sti push qword 0 push qword 0 mov rbp, rsp ; mark bottom of stack trace call rax .exit: call _ZN9schedule...
source/error/constants.asm
mega65dev/rom-assembler
0
205542
; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : constants.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan 2021 ; Authors : <NAME> ; ; ***...
oeis/341/A341314.asm
neoneye/loda-programs
11
205544
<reponame>neoneye/loda-programs<filename>oeis/341/A341314.asm ; A341314: Array read by antidiagonals: T(n,k) = (n+k)/gcd(n,k), n>=0, k>=0. ; Submitted by <NAME> ; 0,1,1,1,2,1,1,3,3,1,1,4,2,4,1,1,5,5,5,5,1,1,6,3,2,3,6,1,1,7,7,7,7,7,7,1,1,8,4,8,2,8,4,8,1,1,9,9,3,9,9,3,9,9,1,1,10,5,10,5,2,5,10,5,10,1,1,11,11,11,11,11,11,1...
oeis/298/A298252.asm
neoneye/loda-programs
11
205545
; A298252: Even integers n such that n-3 is prime. ; Submitted by <NAME> ; 6,8,10,14,16,20,22,26,32,34,40,44,46,50,56,62,64,70,74,76,82,86,92,100,104,106,110,112,116,130,134,140,142,152,154,160,166,170,176,182,184,194,196,200,202,214,226,230,232,236,242,244,254,260,266,272,274,280,284,286,296,310,314,316,320,334,340,35...
oeis/049/A049323.asm
neoneye/loda-programs
11
205546
<reponame>neoneye/loda-programs ; A049323: Triangle of coefficients of certain polynomials (exponents in increasing order), equivalent to A033842. ; Submitted by <NAME> ; 1,1,1,1,3,3,1,6,16,16,1,10,50,125,125,1,15,120,540,1296,1296,1,21,245,1715,7203,16807,16807,1,28,448,4480,28672,114688,262144,262144,1,36,756,10206,9...
src/test/ref/inline-function.asm
jbrandwood/kickc
2
205549
<gh_stars>1-10 // Test inline function // Splits screen so upper half is lower case and lower half lower case // Commodore 64 PRG executable file .file [name="inline-function.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [star...
2010/FFASM/DispAsm.asm
medav/nostalgia
1
205550
<reponame>medav/nostalgia #include "ti83plus.inc" #define bcall(xxxx) rst 28h \ .dw xxxx _homeup =4558h .org _UserMem main: ld hl,lout bcall(_Mov9ToOP1) ; OP1 = variable a bcall(_FindSym) ; look up jr NC ; jump if variable is not exists: ld a,b or a jp z,inra...
oeis/189/A189940.asm
neoneye/loda-programs
11
205551
<gh_stars>10-100 ; A189940: Number of connected components in all simple labeled graphs with n nodes having degrees at most one. ; Submitted by <NAME>(s1) ; 1,3,9,28,90,306,1078,3984,15228,60580,248556,1055088,4606264,20712888,95550120,452450176,2193051408,10882018224,55166645008,285683655360,1508969248416,812721064988...
oeis/108/A108181.asm
neoneye/loda-programs
11
205553
; A108181: Semiprimes of the form 4n + 1. ; Submitted by <NAME> ; 9,21,25,33,49,57,65,69,77,85,93,121,129,133,141,145,161,169,177,185,201,205,209,213,217,221,237,249,253,265,289,301,305,309,321,329,341,361,365,377,381,393,413,417,437,445,453,469,473,481,485,489,493,497,501,505,517,529,533,537,545,553,565,573,581,589,59...
exampl05/mmfdemo/mmfdemo.asm
AlexRogalskiy/Masm
0
205554
; ######################################################################### ; This program demonstrates the use of memory mapped files as a medium ; of communication between 2 or more programs and the use of direct ; messaging from one application to another using the handles written ; to specific locations in the mem...
oeis/004/A004189.asm
neoneye/loda-programs
11
205555
<reponame>neoneye/loda-programs ; A004189: a(n) = 10*a(n-1) - a(n-2); a(0) = 0, a(1) = 1. ; Submitted by <NAME>(s1.) ; 0,1,10,99,980,9701,96030,950599,9409960,93149001,922080050,9127651499,90354434940,894416697901,8853812544070,87643708742799,867583274883920,8588189040096401,85014307126080090,841554882220704499,8330534...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_1026.asm
ljhsiun2/medusa
9
205556
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x10105, %rsi nop nop nop cmp $52268, %rcx movb (%rsi), %r13b nop inc %rax lea addresses_D_ht+0x19e7b, %rsi lea addresses_D_ht+0x1811d, %rdi nop n...
oeis/080/A080568.asm
neoneye/loda-programs
11
205557
; A080568: Sum of the Fibonacci numbers A000045 and the factorials A000142. ; Submitted by <NAME> ; 1,2,3,8,27,125,728,5053,40341,362914,3628855,39916889,479001744,6227021033,87178291577,1307674368610,20922789888987,355687428097597,6402373705730584,121645100408836181,2432902008176646765,51090942171709450946,11240007277...
Irvine/Examples/ch07/32 bit/BinToAsc.asm
alieonsido/ASM_TESTING
0
205558
<reponame>alieonsido/ASM_TESTING<gh_stars>0 ; Binary to ASCII (BinToAsc.asm) ; This program converts a 32-bit binary integer to ASCII. INCLUDE Irvine32.inc .data binVal DWORD 1234ABCDh ; sample binary value buffer BYTE 32 dup(0),0 .code main PROC mov eax,binVal ; EAX = binary integer mov esi...
programs/oeis/299/A299143.asm
neoneye/loda
22
205559
; A299143: a(n) is the least k > n such that gcd(k,n) > 1 and gcd(k+1,n+1) > 1. ; 8,9,14,15,20,21,14,15,32,33,38,39,20,21,50,51,56,57,26,27,68,69,34,35,32,33,86,87,92,93,38,39,44,45,110,111,44,45,122,123,128,129,50,51,140,141,62,63,56,57,158,159,64,65,62,63,176,177,182,183,68,69,74,75,200,201,74,75,212,213,218,219,80,8...
src/test/ref/subexpr-optimize-0.asm
jbrandwood/kickc
2
205560
<reponame>jbrandwood/kickc // Tests optimization of identical sub-expressions // The two examples of i*2 is detected as identical leading to optimized ASM where *2 is only calculated once // Commodore 64 PRG executable file .file [name="subexpr-optimize-0.prg", type="prg", segments="Program"] .segmentdef Program [seg...
libsrc/_DEVELOPMENT/string/c/sccz80/strcoll_callee.asm
UnivEngineer/z88dk
1
205562
; int strcoll(const char *s1, const char *s2) SECTION code_clib SECTION code_string PUBLIC strcoll_callee EXTERN asm_strcoll strcoll_callee: pop bc pop hl pop de push bc IF __CLASSIC && __CPU_GBZ80__ call asm_strcoll ld d,h ld e,l ret ELSE jp asm_strcoll ENDIF ; SDCC bridge for Classi...
aula1.asm
wjacoud/Assembly_Repo
0
205563
<filename>aula1.asm<gh_stars>0 .8086 .model small .stack 2048 dseg segment para public 'data' var1b db 0ADH string db 'PATA',0 var1w dw 173 var1dw dd 10101101b var2w word -28 var3w sword -28 var2b byte -28 var3b sbyte...
source/code/data.asm
paulscottrobson/rpl-c
1
205564
<reponame>paulscottrobson/rpl-c<filename>source/code/data.asm<gh_stars>1-10 ; ***************************************************************************** ; ***************************************************************************** ; ; Name : data.asm ; Purpose : Data allocation, Basic Macros ; Author : <NAME> ...
libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_base.asm
teknoplop/z88dk
8
205565
<reponame>teknoplop/z88dk ; =============================================================== ; Dec 2013 ; =============================================================== ; ; void *obstack_base(struct obstack *ob) ; ; Returns the address of the currently growing object. ; ; =============================================...
src/math.asm
Schol-R-LEA/CX16-lib
0
205566
<filename>src/math.asm<gh_stars>0 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; a minimal Commander X16 math library ;; Time-stamp: <2019-10-17 10:15:14 schol-r-lea> .include "math.inc" .export parsehex .proc parsehex tay lsr a lsr a lsr a lsr a cmp #$0A bcs letterhi adc #$...
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshr_scroll_wc_up_pix.asm
jpoikela/z88dk
38
205568
; void tshr_scroll_wc_up_pix(struct r_Rect8 *r, uchar rows, uchar pix) SECTION code_clib SECTION code_arch PUBLIC tshr_scroll_wc_up_pix EXTERN asm0_tshr_scroll_wc_up_pix tshr_scroll_wc_up_pix: pop af pop hl pop de pop ix push de push de push hl push af jp asm0_tshr_scroll_wc_up_pix
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_20963_447.asm
ljhsiun2/medusa
9
205570
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x9d0b, %rsi lea addresses_WC_ht+0x82cb, %rdi clflush (%rsi) nop nop xor $6927, %r10 mov $96, %rcx rep movsl nop cmp $46665, %r13 lea addresses_UC_ht+0x19bd5, %rax xor $47673, %rsi movb ...
src/explosion.asm
howprice/specnext-invaders
17
205573
EXPLOSION_DISPLAY_TIME_FRAMES EQU 8 explosionCountdown DB $00 ; ; Call every frame to update explosion sprite ; UpdateExplosion: ld a,(explosionCountdown) and a ; set Zero flag if zero ret z ; return if not active dec a ld (explosionCountdown),a ...
012-osdev-05/stage2-2M.asm
gynvael/stream
152
205574
<filename>012-osdev-05/stage2-2M.asm<gh_stars>100-1000 ; ------------------------------------------------------------- ; entering long mode w/ 2MB paging ; ------------------------------------------------------------- %include "s2def.i" [bits 16] [org 0x0000] start: ; enabling A20 - based on http://wi...
3rdParties/src/nasm/nasm-2.15.02/travis/test/br3174983.asm
blue3k/StormForge
1
205575
bits 32 vpextrw ecx,xmm0,8 ; c5 f9 c5 c8 08 vpextrw ecx,xmm2,3 ; c5 f9 c5 ca 03 bits 64 vpextrw rcx,xmm0,8 ; c5 f9 c5 c8 08
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1959.asm
ljhsiun2/medusa
9
205576
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1b0d0, %rsi lea addresses_WC_ht+0x15c58, %rdi clflush (%rdi) nop nop nop cmp $32828, %r12 mov $9, %rcx rep movsb nop nop sub $53023, %rdx lea addresses_A_ht+0xef2d, %rax nop nop add %r...
grep.asm
dnaef/cs153
0
205577
_grep: file format elf32-i386 Disassembly of section .text: 00000000 <matchstar>: return 0; } // matchstar: search for c*re at beginning of text int matchstar(int c, char *re, char *text) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 57 push ...
libsrc/games/enterprise/joystick.asm
andydansby/z88dk-mk2
1
205578
; ; Game device library for the Enterprise 64/128 ; <NAME> - Mar 2011 ; ; $Id: joystick.asm,v 1.2 2011/03/18 07:12:41 stefano Exp $ ; XLIB joystick INCLUDE "enterprise.def" .joystick ;__FASTALL__ : joystick no. in HL ld c,l ld b,FN_JOY rst 30h defb 11 ld h,0 ld l,c ret
Library/Chart/Legend/legendBuild.asm
steakknife/pcgeos
504
205579
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: legendBuild.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ---- ------...
windowsAssembly/printf.asm
Jordank321/GaryLang
0
205581
; ----------------------------------------------------------------------------- ; Call printf with seven parameters ; 4x of them are assigned to registers. ; 3x of them are assigned to stack spaces. ; ----------------------------------------------------------------------------- ; Call printf with seven parameters ...
programs/oeis/088/A088805.asm
ckrause/cm
22
205582
; A088805: 10^p + p for prime p. ; 102,1003,100005,10000007,100000000011,10000000000013,100000000000000017,10000000000000000019,100000000000000000000023,100000000000000000000000000029,10000000000000000000000000000031 seq $0,40 ; The prime numbers. mov $2,10 pow $2,$0 div $2,2 add $0,$2 add $0,$2 add $0,1 lpb $0 mov ...
Library/GrObj/Body/bodySelectionList.asm
steakknife/pcgeos
504
205583
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: Hierarchy FILE: graphicBodySelectionList AUTHOR: <NAME>, Nov 15, 1989 ROUTINES: Name Description ---- ----------- GrObj...
books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/6_5.asm
gxw1/review_the_national_post-graduate_entrance_examination
640
205584
DATA SEGMENT X1 DW 32,45,34,54,23,44,22,44 X2 DW 70,61,26,35,28,67,91,10 Y DW 8 DUP (?) DATA ENDS STACK SEGMENT STACK DW 200 DUP (?) STACK ENDS CODE SEGMENT ASSUME CS:CODE,SS:STACK,DS:DATA START: MOV AX,DATA MOV DS,AX LEA BX,X1 LEA S...
tests/miaf/invalid-edts-repeat.asm
y-guyon/ComplianceWarden
3
205586
%define BE(a) ( ((((a)>>24)&0xFF) << 0) + ((((a)>>16)&0xFF) << 8) + ((((a)>>8)&0xFF) << 16) + ((((a)>>0)&0xFF) << 24) ) ftyp_start: dd BE(ftyp_end - ftyp_start) db "ftyp" db "isom" dd BE(0x00) db "mif1", "miaf" ftyp_end: meta_start: dd BE(meta_end - meta_start) db "meta" dd BE(0) hdlr_start: dd BE(hdlr_end - hdlr...
programs/oeis/070/A070875.asm
neoneye/loda
22
205588
<gh_stars>10-100 ; A070875: Binary expansion is 1x100...0 where x = 0 or 1. ; 5,7,10,14,20,28,40,56,80,112,160,224,320,448,640,896,1280,1792,2560,3584,5120,7168,10240,14336,20480,28672,40960,57344,81920,114688,163840,229376,327680,458752,655360,917504,1310720,1835008,2621440,3670016,5242880,7340032,10485760,14680064,20...
programs/oeis/212/A212965.asm
neoneye/loda
22
205590
<reponame>neoneye/loda ; A212965: Number of (w,x,y) with all terms in {0,...,n} and w=range{w,x,y}. ; 1,4,12,21,37,52,76,97,129,156,196,229,277,316,372,417,481,532,604,661,741,804,892,961,1057,1132,1236,1317,1429,1516,1636,1729,1857,1956,2092,2197,2341,2452,2604,2721,2881,3004,3172,3301,3477,3612 mul $0,7 add $0,4 div...
oeis/310/A310492.asm
neoneye/loda-programs
11
205591
; A310492: Coordination sequence Gal.6.249.6 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. ; Submitted by <NAME> ; 1,4,10,16,20,24,28,32,38,44,48,52,58,64,68,72,76,80,86,92,96,100,106,112,116,120,124,128,134,140,144,148,154,160,164,1...
programs/oeis/060/A060431.asm
neoneye/loda
22
205593
; A060431: Number of cubefree numbers <= n. ; 1,2,3,4,5,6,7,7,8,9,10,11,12,13,14,14,15,16,17,18,19,20,21,21,22,23,23,24,25,26,27,27,28,29,30,31,32,33,34,34,35,36,37,38,39,40,41,41,42,43,44,45,46,46,47,47,48,49,50,51,52,53,54,54,55,56,57,58,59,60,61,61,62,63,64,65,66,67,68,68,68,69,70,71,72,73,74,74,75,76,77,78,79,80,81...
examples/Hack.asm
JStearsman/hello-worlds
81
205594
<reponame>JStearsman/hello-worlds<gh_stars>10-100 @256 D=A @SP M=D @Sys.init D=A @R13 M=D @5 D=A @R14 M=D @ReturnAddress0 D=A @CALLLBL 0;JMP (ReturnAddress0) @HALTLOOP 0;JMP (Array.new) @ARG A=M D=M @SP M=M+1 A=M-1 M=D @0 D=A @SP M=M+1 A=M-1 M=D @SP AM=M-1 D=M A=A-1 D=M-D @R13 M=D @LT0 D=A @R14 M=D @LTLBL 0;JMP (LT0) @...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2399.asm
ljhsiun2/medusa
9
205595
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rbp push %rbx push %rsi lea addresses_WT_ht+0x14925, %r10 nop cmp %rsi, %rsi movb $0x61, (%r10) nop nop nop nop xor %rsi, %rsi lea addresses_UC_ht+0x157f8, %r15 nop dec %r14 mov (%r15), %ebx nop nop ...
oeis/177/A177841.asm
neoneye/loda-programs
11
205596
<filename>oeis/177/A177841.asm<gh_stars>10-100 ; A177841: Decimal expansion of (5+sqrt(221))/14. ; Submitted by <NAME> ; 1,4,1,9,0,0,4,9,1,0,5,2,2,7,5,0,3,9,4,4,7,2,2,8,6,3,0,0,9,9,5,0,9,9,7,6,0,8,1,7,7,8,4,6,7,9,5,5,1,4,9,0,1,1,1,4,6,8,7,9,2,4,8,6,4,4,6,5,5,9,8,0,8,1,9,8,6,5,4,8,3,2,7,5,8,2,7,4,0,3,2,8,7,6,7,1,1,5,0,7...
L1_BarraProgreso/progress_bar.asm
ahincho/LabAC_GrupoA
0
205597
<reponame>ahincho/LabAC_GrupoA name "progress-bar" ; Grupo: Laboratorio de AC - 'A' ; Autor: <NAME>, <NAME> org 100h ; Modo video mov ax, 0 ; Texto en pantalla de 40x25 int 10h ; Interrupcion ; Cancelar el blinking o brillo para los colores: mov ax, 1003h mov bx, 0 int 10h ; Segmento d...
x86/src/64/windows.asm
sneakin/north
2
205598
extern printf defop hello mov rcx, .msg add rsp, -32 call printf add rsp, 32 ret .msg db "Hello",0xA,0 .len equ $ - .msg extern _exit defop osexit mov rcx, [rsp+ptrsize] jmp _exit
Kernel/src/Kernel/Scheduling/Scheduling.asm
SkillerRaptor/HyperOS
12
205600
; ; Copyright (c) 2020-2021, SkillerRaptor <<EMAIL>> ; ; SPDX-License-Identifier: MIT ; %include "Kernel/Common/Common.asm" bits 64 section .text global switch_task switch_task: cli mov rsp, rdi popaq add rsp, 0x10 iretq
CS/计算机系统概论/Lab03/更相减损术/PB18111697_王章瀚_Lab03.asm
RabbitWhite1/USTC-CS-Resources
7
205601
.ORIG x3000 LD R4, DATA_LOC LOOP_TEST LDR R0, R4, #0 BRn OK LDR R1, R4, #1 ADD R4, R4, #2 LOOP NOT R2, R1 ADD R2, R2, #1 ADD R2, R0, R2 BRnz NZ ;R0>R1 ADD R0, R2, #0 BRnzp LOOP NZ BRn N ;R0<R1 BRnzp LOOP_TEST ;R0==R1 N ADD R2, R2, #-1 NOT R2, R2 ADD R1, R2, #0 BRnzp LOOP OK HA...
lab02/lab2/null.asm
ahchu1993/opsys
0
205602
<gh_stars>0 _null: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "types.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 2...
programs/oeis/232/A232015.asm
karttu/loda
1
205604
<gh_stars>1-10 ; A232015: Expansion of (1-2*x)/((1+2*x)*(1-3*x)). ; 1,-1,5,-1,29,23,197,335,1517,3527,12629,33791,109565,312311,969701,2843567,8661773,25723175,77693813,232032863,698195741,2090392919,6279567365,18821924879,56499329069,169430878343,508426852757,1525012122815,4575573239357 cal $0,91000 ; Number of close...
Transynther/x86/_processed/NC/_st_zr_/i3-7100_9_0xca_notsx.log_52_1054.asm
ljhsiun2/medusa
9
205605
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1e049, %r8 nop nop sub %rdx, %rdx mov (%r8), %r12w nop inc %r12 lea addresses_D_ht+0xd5f9, %r15 nop nop nop add $29659, %r11 mov $0x6162636...
util/cv/caltab.asm
olifink/smsqe
0
205606
<gh_stars>0 ; SMS2 calendar tables v0.00  Mar 1988 J.R.Oakley QJUMP section calendar xdef cv_caltb xdef cv_calst xref cv_english xref cv_deutsch xref cv_francais xref cv_papal ;+++ ; Select calendar table ; ; d0 cr ...
Library/Spreadsheet/Spreadsheet/spreadsheetNameMethods.asm
steakknife/pcgeos
504
205607
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: spreadsheetNameMethods.asm AUTHOR: <NAME>, Mar 22, 1991 METHODS: Name Description ---- ----------- (MSG_SPREADSHEET_...) ADD_...
test-klc3/issue_detection/execute_data.asm
liuzikai/klc3
0
205608
; This program stores bit code of instructions as data. ; KLC3 is expected to detect and give warning about executing data as instruction ; 2020.04.21 by liuzikai .ORIG x3000 AND R0, R0, #0 DATA_INST1 .FILL x102F ; this is the bit code of ADD R0, R0, #15 DATA_INST2 .FILL x102F ; this is the bit code of ADD R0, R...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_29_1145.asm
ljhsiun2/medusa
9
205609
.global s_prepare_buffers s_prepare_buffers: push %r15 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1b6c, %r8 clflush (%r8) nop nop nop nop nop add %rdx, %rdx movups (%r8), %xmm5 vpextrq $1, %xmm5, %r15 nop and $19748, %rdx lea addresses_WT_ht+0x126ec, %rsi lea addresses_WT_ht+0x144e...
praks2/yl3.asm
Leonid-98/AVR_ASM
0
205610
// init ldi r16, 0xff out SPL, r16 ldi r16, 0x10 out SPH, r16 loop: LDI r16, 10 OUT 0x05, r16 CALL simple_procedure LDI r16, 20 OUT 0x05, r16 CALL simple_procedure LDI r16, 25 OUT 0x05, r16 CALL simple_procedure RJMP loop simple_procedure: NOP RET
programs/oeis/065/A065530.asm
karttu/loda
1
205611
<gh_stars>1-10 ; A065530: If n is odd then a(n) = n, else a(n) = n*(n+2). ; 0,1,8,3,24,5,48,7,80,9,120,11,168,13,224,15,288,17,360,19,440,21,528,23,624,25,728,27,840,29,960,31,1088,33,1224,35,1368,37,1520,39,1680,41,1848,43,2024,45,2208,47,2400,49,2600,51,2808,53,3024,55,3248,57,3480,59,3720,61,3968,63,4224,65,4488,67,...
test/6_six.asm
kojad666/Vulcan
102
205612
# Supondo que a palavra procurada na string seja sempre "riscv" # Carregando a string na memoria # STRING --> "svprsc" # A string na qual faremos a busca vai ser carregada no endereco 0 # endereco inicial da string: x6 add x7, x6, x0 # x7 vai guardar o endereco da string para podermos percorre-la addi x8, x0, 115...
functions.asm
hackbacc/disassembler
6
205613
<filename>functions.asm<gh_stars>1-10 ; FUNCTIONS check_level_n_upgrade: ;param ax if == 0 means reset levels to level 1 test ax, ax ; JE .level1 ; check if all the enemies are dead, if yes level up mov ax, 0 mov bx, enemies mov cx, N_ENEMIES .check_all_enemy_dead: or ax, [bx ...
source/transmm2.asm
OS2World/DRV-VIDEO-GRADD-sssbbacc
0
205614
; transmm2.asm - Software Screen to Screen BitBlt Acceleration GRADD filter, release 0.0.6 ; Copyright (c) 2001 Takayuki '<NAME>' Suwa .586 .mmx CODE32 segment para use32 public 'CODE' CODE32 ends DATA32 segment para use32 public 'DATA' DATA32 ends CONST32_RO segment para use32 public 'CONST' CONST32_RO...
libsrc/target/gal/stdio/getk.asm
jpoikela/z88dk
640
205615
<reponame>jpoikela/z88dk<gh_stars>100-1000 ; ; Galaksija C Library ; ; getk() Read key status ; ; <NAME> - Nov. 2017 ; ; ; $Id: getk.asm $ ; SECTION code_clib PUBLIC getk PUBLIC _getk .getk ._getk ; call $cf5 ld de,02034h .kloop ld a,(de) rrca jr nc,kpressed dec e jr nz,kloop kpressed: ...
HW05-JRollinson/mult.asm
RollinsonSoftware/MiraCosta-CS-220
0
205616
<reponame>RollinsonSoftware/MiraCosta-CS-220 // This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by <NAME> Schocken, MIT Press. // File name: projects/04/Mult.asm // <NAME>, 9/27/2017 // Multiplies R0 and R1 and stores the result in R2. // (R0, R1, R2 refer to RAM[...
bin/gcc/config/sh/lib1funcs.asm
aaliomer/exos
1
205617
/* Copyright (C) 1994, 1995 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. In addition to the permissions in the...
Project_Template/main.asm
MuhamedAbdalla/HuffmanTree
1
205618
<gh_stars>1-10 INCLUDE Irvine32.inc .data ;incode ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; lev struct index1 dword 0 arr DWORD 60 dup(0) lev ends codes struct index2 dword 0 chr dword 0 ot DWORD 60 dup(0) codes ends level lev 60 dup(<0, <0>>) arr_c codes 60 dup(<0, 0, <0>>) arr_code ...
oeis/180/A180662.asm
neoneye/loda-programs
11
205619
<filename>oeis/180/A180662.asm ; A180662: The Golden Triangle: T(n,k) = A001654(k) for n>=0 and 0<=k<=n. ; Submitted by <NAME>(s1) ; 0,0,1,0,1,2,0,1,2,6,0,1,2,6,15,0,1,2,6,15,40,0,1,2,6,15,40,104,0,1,2,6,15,40,104,273,0,1,2,6,15,40,104,273,714,0,1,2,6,15,40,104,273,714,1870,0,1,2,6,15,40,104,273,714,1870,4895,0,1,2,6,1...
oeis/082/A082480.asm
neoneye/loda-programs
11
205620
<reponame>neoneye/loda-programs ; A082480: a(n) = Product_{k=1..n} (F(k)+1) where F(k) denotes the k-th Fibonacci number. ; Submitted by <NAME> ; 1,2,4,12,48,288,2592,36288,798336,27941760,1564738560,140826470400,20419838208000,4778242140672000,1806175529174016000,1103573248325323776000,1090330369345419890688000 add $...
Labs/Lab10_Buffer-overflow/8-c-buffer-overflow/do_overflow.asm
CristianCotovanu/IOCLA
0
205621
<filename>Labs/Lab10_Buffer-overflow/8-c-buffer-overflow/do_overflow.asm .file "do_overflow.c" .intel_syntax noprefix .section .rodata .LC0: .string "insert buffer string: " .LC1: .string "buffer is: " .LC2: .string " %02X(%c)" .LC3: .string "" .LC4: .string "Full of win!" .LC5: .string "Not quite there. Try a...
lab3/Debug/lab3.asm
DragonistYJ/SystemProgram
1
205622
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.22.27905.0 TITLE D:\Project\VS\lab3\lab3.cpp .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES msvcjmc SEGMENT __F66CEB67_corecrt_stdio_config@h DB 01H __101834BA_corecrt_wstdio@h DB 01H __AD6A91B7_stdio@h DB 01...
target/cos_117/disasm/iop_overlay1/RENAME.asm
jrrk2/cray-sim
49
205623
<reponame>jrrk2/cray-sim<gh_stars>10-100 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0001 (0x000002) 0x2940- f:00024 d: 320 | OR[320] = A 0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0003 (0x000006) 0x2941- f:00024...
header/002/UNROM.asm
freem/nes_corelib
16
205625
<reponame>freem/nes_corelib<gh_stars>10-100 ; UNROM: 128KB PRG-ROM + 8KB CHR-RAM ; http://bootgod.dyndns.org:7777/search.php?keywords=UNROM&kwtype=pcb ;------------------------------------------------------------------------------; ; UNROM mirroring is hardwired via solder pads. ; %0000 = Horizontal ; %0001 = Vertical ...
Demo.asm
b3lial/c64-demo1
0
205627
<reponame>b3lial/c64-demo1 #import "vic.asm" #import "kernal.asm" #import "util.asm" #import "colors.asm" #import "cia.asm" #define PLAY_MUSIC .const SPRITE_OFFSET = 200 .const MOVE_DELAY = 2 .const PICSWAP_DELAY = 10 .const COLOR_DELAY = PICSWAP_DELAY * 8 .const SPEED_CHANGE_DELAY = ...
data/battle_tower/unknown.asm
Dev727/ancientplatinum
28
205628
BattleTowerTrainerData:: ; What exactly it is, I don't know ; Size is 70 (Nr of Trainers in BattleTower) * 0x24 (Nr of Bytes that are copied) ; Second argument points to an entry in Unknown_170470, to which the first argument is compared. BattleTowerTrainer1DataTable: db $37, 3 db $0e, 9 db $25, 11 db $1c, 13 d...
Transynther/x86/_processed/NC/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_1514.asm
ljhsiun2/medusa
9
205629
<reponame>ljhsiun2/medusa .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_normal_ht+0x5401, %rsi lea addresses_A_ht+0xacb5, %rdi sub %r12, %r12 mov $34, %rcx rep movsq nop sub $30494, %r8 lea addresses_A_ht+0x391f, %rsi lea address...
asm/gfx/snes_graphics.asm
VitorVilela7/SMW-CodeLib
14
205630
; Recommended usage: call decode_snes_gfx then blocks_to_linear2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; decodes 4bpp snes gfx to raw format. ; note that dest is double size of source. ; $00-$02: source ; $03-$05: destination ; $06-$07: size decode_snes_gfx: REP #$30 DEC $03 SEP #$20 LDY #$00...
Text.asm
PeinZero/PsuedoCode_To_Assembly-Language
0
205631
TITLE String Manipulation (Q4.asm) INCLUDE Irvine32.inc .data Sourcestr BYTE 50 dup(?), 0 Targetstr BYTE 50 dup(?), 0 Substrval BYTE 50 dup(?), 0 Searchstr BYTE "<NAME>", 0 inputstr BYTE "Enter String: ", 0 .code main PROC mov eax, 0 mov ebx, 0 mov ecx, 0 mov esi, 0 mov edx, OFFSET inputstr cal...
FAP_tools/sdcc_example/hellofap.asm
dekuNukem/FAP_Z80
505
205632
<reponame>dekuNukem/FAP_Z80 ;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 3.6.0 #9615 (Mac OS X i386) ;-------------------------------------------------------- .module hellofap .optsdcc -mz80 ;-------------------------------------------...
kangaroo.asm
inothnagel/asm
0
205633
; Sandbox asm file template to start experimenting from ; converts the Snippet string in memory to lowercase by looping and ; adding 32 to each byte in the string SECTION .data Snippet db "KANGAROO" SECTION .text global _start _start: nop mov ebx,Snippet mov eax,8 DoMore: add byte [ebx],32 ...
asm/amd64/lolcat_stolen.asm
newnix/Forge
0
205635
<reponame>newnix/Forge<gh_stars>0 section .data char_buffer db 0 section .text global _start _start: mov r12, 0 .loop: call read_char mov rdi, rax cmp rdi, 0 je .end call put_char mov rdi, r12 call set_color inc r12 jmp .loop .end: call exit read_char: mov rax, 0 mov rdi, 0 mov rsi, char_b...
programs/oeis/053/A053610.asm
neoneye/loda
22
205637
; A053610: Number of positive squares needed to sum to n using the greedy algorithm. ; 1,2,3,1,2,3,4,2,1,2,3,4,2,3,4,1,2,3,4,2,3,4,5,3,1,2,3,4,2,3,4,5,3,2,3,1,2,3,4,2,3,4,5,3,2,3,4,5,1,2,3,4,2,3,4,5,3,2,3,4,5,3,4,1,2,3,4,2,3,4,5,3,2,3,4,5,3,4,5,2,1,2,3,4,2,3,4,5,3,2,3,4,5,3,4,5,2,3,4,1 add $0,1 mov $3,$0 lpb $3 cmp ...
ta19demo/line_to_screen.asm
hallorant/bitmit
6
205638
; _ _ _______ ; | | (_) |__ __| ; | | _ _ __ ___ | | ___ ; | | | | '_ \ / _ \ | |/ _ \ ; | |____| | | | | __/ | | (_) | ; |______|_|_| |_|\___| |_|\___/ ; / ____| ; | (___ ___ _ __ ___ ___ _ __ ; \___ \ / __| '__/ _ \...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_15.asm
ljhsiun2/medusa
9
205639
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r15 push %r9 push %rcx push %rdi push %rsi // Store lea addresses_PSE+0x4520, %rcx nop nop nop nop xor $22689, %r12 movb $0x51, (%rcx) nop nop nop xor $36986, %r12 // Store mov $0xdc0, %...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_157_534.asm
ljhsiun2/medusa
9
205640
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x9a87, %rsi lea addresses_WC_ht+0x1594b, %rdi nop inc %r10 mov $12, %rcx rep movsw nop nop cmp %r11, %r11 lea addresses_normal_ht+0x209c, %rsi lea addresses_WC_ht+0x10c9c, %rdi nop nop ...
oeis/288/A288601.asm
neoneye/loda-programs
11
205641
; A288601: Positions of 0 in A288600; complement of A288602. ; 1,3,4,6,8,9,12,13,15,18,19,21,23,24,28,29,31,33,34,37,38,40,44,45,47,49,50,53,54,56,59,60,62,64,65,70,71,73,75,76,79,80,82,85,86,88,90,91,95,96,98,100,101,104,105,107,112,113,115,117,118,121,122,124,127,128,130,132,133,137,138,140,142,143,146,147,149,153,15...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_9_161.asm
ljhsiun2/medusa
9
205643
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_9_161.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %rbp push %rbx lea addresses_UC_ht+0x6901, %rbp clflush (%rbp) add %rbx, %rbx mov (%rbp), %r12 nop nop nop add $44471, %r15 pop %rbx pop %rbp pop %r15 pop %r12 ret...
oeis/147/A147843.asm
neoneye/loda-programs
11
205644
; A147843: a(n) = -n*A010815(n). ; Submitted by <NAME> ; 0,1,2,0,0,-5,0,-7,0,0,0,0,12,0,0,15,0,0,0,0,0,0,-22,0,0,0,-26,0,0,0,0,0,0,0,0,35,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,-57,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-92,0,0,0,0,0,0,0 sub $1,$0 seq $0,10815 ; From Euler's Pentag...
as/tests/t_68rs08/t_68rs08.asm
hansbonini/-SMD-Phantasy-Star-3
1
205647
<reponame>hansbonini/-SMD-Phantasy-Star-3<gh_stars>1-10 cpu 68RS08 page 0 add <$0a add >$0a lda <$1a lda >$1a adc #$55 adc $20 adc ,x adc x add #$55 add $20 add $...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_855.asm
ljhsiun2/medusa
9
205648
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r8 push %r9 push %rbp push %rdi lea addresses_WT_ht+0x12034, %r9 nop nop nop nop nop sub %r8, %r8 movups (%r9), %xmm0 vpextrq $1, %xmm0, %rdi add %rbp, %rbp lea addresses_normal_ht+0x149f4, %r15 nop nop nop inc %r13 movw $0x6162, (%r15) xo...
src/WordCopyArm.asm
canatella/BOSSA
303
205649
<reponame>canatella/BOSSA .global start .global stack .global reset .global dst_addr .global src_addr .global words .text .thumb .align 0 start: ldr r0, dst_addr ldr r1, src_addr ldr r2, words b check copy: ldmia r1!, {r3} stmia r0...
oeis/045/A045444.asm
neoneye/loda-programs
11
205650
<reponame>neoneye/loda-programs<filename>oeis/045/A045444.asm ; A045444: Primes congruent to {0, 5, 6} mod 7. ; Submitted by <NAME> ; 5,7,13,19,41,47,61,83,89,97,103,131,139,167,173,181,223,229,251,257,271,293,307,313,349,383,397,419,433,439,461,467,503,509,523,587,593,601,607,643,677,691,719,727,733,761,769,797,811,83...
src/xpf_core/msvc/interrupt.asm
killvxk/NoirVisor
0
205651
; NoirVisor - Hardware-Accelerated Hypervisor solution ; ; Copyright 2018-2022, <NAME>. All rights reserved. ; ; This file is the host interrupt handler for NoirVisor. ; ; This program is distributed in the hope that it will be successful, but ; without any warranty (no matter implied warranty of merchantability or ; ...
VirtualBox-5.0.0/src/VBox/Runtime/common/math/ldexpl.asm
egraba/vbox_openbsd
1
205652
<filename>VirtualBox-5.0.0/src/VBox/Runtime/common/math/ldexpl.asm<gh_stars>1-10 ; $Id: ldexpl.asm $ ;; @file ; IPRT - No-CRT ldexpl - AMD64 & X86. ; ; ; Copyright (C) 2006-2015 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is...
slae/Procedure2.nasm
Bigsby/slae
0
205653
global _start section .text PrintMessageProc: push rbp mov rbp, rsp ; Print message mov eax, 0x4 mov ebx, 0x1 mov ecx, message mov edx, mlen int 0x80 leave ret _start: mov ecx, 0x10 PrintMessageLoop: pusha pushf call PrintMessageProc popf popa ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1454.asm
ljhsiun2/medusa
9
205654
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0xfc42, %rsi lea addresses_normal_ht+0x2882, %rdi clflush (%rsi) nop nop nop nop add %r12, %r12 mov $71, %rcx rep movsl nop nop nop nop nop inc %rdi lea addresses...
lab_09/ConsoleApplication1/setcler.asm
zakolm/ASM
9
205655
.386 .model FLAT, C PUBLIC SETCLER .CODE SETCLER: PUSH EBP MOV EBP, ESP ADD EBP, 8 MOV ECX, [EBP + 8] ; P MOV EAX, [EBP + 4] ; N XOR EDX, EDX MOV EBX, 32 DIV EBX MOV EBX, [EBP] ; X CMP EAX, 0 JE M ADD EBX, 4 M: CMP ECX, 0 JE ZERO JMP ONE...