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
Lab_Task/Lab_2/10_var_array_LAB_2_TASK_2.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
0
197754
<filename>Lab_Task/Lab_2/10_var_array_LAB_2_TASK_2.asm ; 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 0h, 2h, 0h, 4h, 0h, 6h, 0h, 8h, 0h, 10h ret
programs/oeis/262/A262450.asm
neoneye/loda
22
197755
<filename>programs/oeis/262/A262450.asm ; A262450: Number of (n+3) X (1+3) 0..1 arrays with each row and column divisible by 15, read as a binary number with top and left being the most significant bits. ; 2,3,5,9,18,35,69,137,274,547,1093,2185,4370,8739,17477,34953,69906,139811,279621,559241,1118482,2236963,4473925,89...
Drivers/USB/EHCI.asm
jaredwhitney/os3
5
197756
EHCI.findDevice : pusha mov ah, 0x0C mov al, 0x03 mov bl, 0x20 call PCI.getDeviceByDescription call PCI.getObjectFromSearch mov [EHCI.PCI_Device], ecx cmp ecx, 0xFFFFFFFF je EHCI.noDeviceFound mov eax, SysHaltScreen.WARN mov ebx, EHCI.DEV_FOUND_STR mov ecx, 5 call SysHaltScreen.show ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_392.asm
ljhsiun2/medusa
9
197757
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x727d, %rsi lea addresses_WC_ht+0x8999, %rdi nop add %r15, %r15 mov $72, %rcx rep movsw xor %rbp, %rbp lea addresses_WT_ht+0x5f99, %rsi nop nop nop sub %r9, %r9 movl $0x616263...
src/util/sprite/maus.asm
olifink/qspread
0
197759
* Sprite maus * * Mode 4 * +|-------------------------------+ * - aaaaaa w w - * | aagwgwgaa ww | * | aggwgwgwgga w w | * | aaaaa agwgwgwgwgga | * | aagwgwgaawgwgrrrrwga aaa| * | awgwgwgwgaawrrgwwwra ...
programs/oeis/139/A139398.asm
neoneye/loda
22
197760
<filename>programs/oeis/139/A139398.asm ; A139398: a(n) = Sum_{k >= 0} binomial(n,5*k). ; 1,1,1,1,1,2,7,22,57,127,254,474,859,1574,3004,6008,12393,25773,53143,107883,215766,427351,843756,1669801,3321891,6643782,13333932,26789257,53774932,107746282,215492564,430470899,859595529,1717012749,3431847189,6863694378,137330916...
src/messages.asm
faibz/OperatingSystem
0
197762
<reponame>faibz/OperatingSystem<gh_stars>0 ; Various messages output by the second stage second_stage_msg db 'Second stage loaded', 0 a20_msg_one db 'A20 line already enabled', 0 a20_msg_two db 'A20 line enabled by BIOS', 0 a20_msg_three db 'A20 line enabled using keyboard controller', 0 a20_msg_four db 'A20 li...
Palmtree.Math.Core.Implements/vs_build/x64_Debug/TEST_op_Subtruct.asm
rougemeilland/Palmtree.Math.Core.Implements
0
197763
<gh_stars>0 ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 include listing.inc INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES msvcjmc SEGMENT __7B7A869E_ctype@h DB 01H __457DD326_basetsd@h DB 01H __4384A2D9_corecrt_memcpy_s@h DB 01H __4E51A221_corecrt_wstring@h DB 01H __2140C079_string@h DB ...
oeis/051/A051102.asm
neoneye/loda-programs
11
197764
<reponame>neoneye/loda-programs ; A051102: Floor of exp(n-th prime). ; Submitted by <NAME> ; 7,20,148,1096,59874,442413,24154952,178482300,9744803446,3931334297144,29048849665247,11719142372802611,639843493530054949,4727839468229346561,258131288619006739623,104137594330290877971834,42012104037905142549565934,3104297935...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_255.asm
ljhsiun2/medusa
9
197768
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_255.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x4db7, %rdx nop xor %rax, %rax mov $0x6162636465666768, %r14 movq %r14, %xmm7 and $0xff...
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/fma.asm
witchcraft2001/z88dk
640
197770
<filename>libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/fma.asm<gh_stars>100-1000 SECTION code_fp_math16 PUBLIC fmaf16 EXTERN cm16_sccz80_fma defc fmaf16 = cm16_sccz80_fma ; SDCC bridge for Classic IF __CLASSIC PUBLIC _fmaf16 EXTERN cm16_sdcc_fma defc _fmaf16 = cm16_sdcc_fma ENDIF
src/memcpy.asm
areltfc/ASM-MiniLibC
0
197771
<filename>src/memcpy.asm<gh_stars>0 ; ASM MiniLibC ; memcpy ; <EMAIL> %ifndef __MINILIBC_MEMCPY__ %define __MINILIBC_MEMCPY__ __MINILIBC_MEMCPY__ [BITS 64] SECTION .text global memcpy:function ;; void *memcpy(void *dest, const void *src, size_t n); memcpy: push rcx push rbx xor rcx, rcx mov rax, rdi ; Moving d...
bootloader/bootloader.asm
shanu19104/Simple_Bootloader
0
197772
<gh_stars>0 ;<NAME> ;2019104 bits 16 org 0x7c00 os_boot: mov ax, 0x2401 int 0x15 mov ax, 0x3 int 0x10 cli lgdt [gdt_pointer] mov eax, cr0 or eax,0x1 mov cr0, eax jmp CODE_SEG:boot_segment_32 gdt_start: dq 0x0 gdt_code: dw 0xFFFF dw 0x0 db 0x0 db 10011010b db 11001111b db 0x0 gdt_data: dw 0xFFFF dw ...
oeis/164/A164938.asm
neoneye/loda-programs
11
197773
<filename>oeis/164/A164938.asm<gh_stars>10-100 ; A164938: a(n) = (n^5 - n)/10, which is always an integer. ; 0,3,24,102,312,777,1680,3276,5904,9999,16104,24882,37128,53781,75936,104856,141984,188955,247608,319998,408408,515361,643632,796260,976560,1188135,1434888,1721034,2051112,2429997,2862912,3355440,3913536,4543539,...
src/framework/charactermap.asm
Scorpion-Illuminati/ControllerTest
1
197774
<reponame>Scorpion-Illuminati/ControllerTest<gh_stars>1-10 ;============================================================== ; BIG EVIL CORPORATION .co.uk ;============================================================== ; SEGA Genesis Framework (c) <NAME> 2014 ;=========================================================...
Driver/Video/VidCom/vidcomChars.asm
steakknife/pcgeos
504
197775
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: Common video driver FILE: vidcomChars.asm ROUTINES: Name Description ---- ----------- GLB VidPutString Draw a string of characters. Draw...
oeis/107/A107118.asm
neoneye/loda-programs
11
197776
; A107118: Numbers that are both centered triangular numbers (A005448) and centered hexagonal numbers (A003215). ; 1,19,631,21421,727669,24719311,839728891,28526062969,969046412041,32919051946411,1118278719765919,37988557420094821,1290492673563457981,43838762343737476519,1489227427013510743651,50589893756115627807601,1...
Part-2 Submission/1712351042_1st_one.asm
AzherUddinTonmoy1712351042/CSE331L_Section_7_Summer20_NSU_Midterm_1
0
197778
DATA SEGMENT NUM1 DB ? NUM2 DB ? RESULT DB ? MSG1 DB 10,13,"ENTER FIRST NUMBER : $" MSG2 DB 10,13,"ENTER SECOND NUMBER : $" MSG3 DB 10,13,"RESULT IS : $" ENDS CODE SEGMENT ASSUME DS:DATA CS:CODE START: MOV AX,DATA MOV DS,AX LEA DX,MSG1 MOV AH,9 INT 21H MOV AH,1 INT 21H SUB AL,30H MOV NUM1,AL LEA DX,...
Octavo/Assembler/benchmarks/array-reverse-3/array-reverse-3.asm
laforest/Octavo
63
197780
<filename>Octavo/Assembler/benchmarks/array-reverse-3/array-reverse-3.asm # Reverse-3, per thread. # A -> tmp, B -> A, tmp -> B # Common library of definitions include ../common/opcodes.asm include ../common/conditions.asm # Shared variables # N-1 for N loops array_half_len shared 49 output port A 0 ...
target/cos_117/disasm/iop_overlay1/COPY3.asm
jrrk2/cray-sim
49
197781
<filename>target/cos_117/disasm/iop_overlay1/COPY3.asm 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0001 (0x000002) 0x2919- f:00024 d: 281 | OR[281] = A 0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0003 (0x000006) 0x291A-...
src/firmware/Ui/OptionStates.asm
pete-restall/Cluck2Sesame-Prototype
1
197784
#include "Platform.inc" #include "FarCalls.inc" #include "Lcd.inc" #include "Buttons.inc" #include "States.inc" #include "OptionStates.inc" ARROW_CHARACTER equ 0x7e radix decimal defineUiState UI_STATE_OPTION_CHANGED .knownBank uiState movlw 3 movwf uiOptionCounter defineUiStateInSameSection UI_STATE...
programs/oeis/047/A047509.asm
neoneye/loda
22
197785
<filename>programs/oeis/047/A047509.asm ; A047509: Numbers that are congruent to {0, 1, 4, 6, 7} mod 8. ; 0,1,4,6,7,8,9,12,14,15,16,17,20,22,23,24,25,28,30,31,32,33,36,38,39,40,41,44,46,47,48,49,52,54,55,56,57,60,62,63,64,65,68,70,71,72,73,76,78,79,80,81,84,86,87,88,89,92,94,95,96,97,100,102,103,104,105,108,110,111,112...
libsrc/games/zx81snd/bit_open_di.asm
andydansby/z88dk-mk2
1
197786
<reponame>andydansby/z88dk-mk2<filename>libsrc/games/zx81snd/bit_open_di.asm ; $Id: bit_open_di.asm,v 1.1 2011/11/15 16:40:47 stefano Exp $ ; ; ZX81 1 bit sound functions ; ; Open sound and disable interrupts for exact timing ; ; <NAME> - 11/11/2011 ; XLIB bit_open_di XREF snd_tick .bit_open_di ...
lib/target/sv8000/classic/sv8000_crt0.asm
ahjelm/z88dk
640
197789
; ; Bandai Supervision 8000 ; module sv8000_crt0 ;-------- ; Include zcc_opt.def to find out some info ;-------- defc crt0 = 1 INCLUDE "zcc_opt.def" ;-------- ; Some scope definitions ;-------- EXTERN _main ;main() is always external to crt0 code EXTERN asm_...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_598.asm
ljhsiun2/medusa
9
197790
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x7433, %r14 nop nop nop and $64828, %r8 and $0xffffffffffffffc0, %r14 movaps (%r14), %xmm5 vpextrq $1, %xmm5, %rbp nop xor $24684, %rbp lea addres...
oeis/024/A024927.asm
neoneye/loda-programs
11
197793
<filename>oeis/024/A024927.asm ; A024927: a(n) = Sum_{k=1..n} k*floor( prime(k)/k ). ; 2,4,7,11,21,33,47,63,81,101,123,159,198,240,285,333,384,438,495,555,618,684,753,825,900,978,1059,1143,1230,1320,1444,1572,1704,1840,1980,2124,2272,2424,2580,2740,2904,3072,3244,3420,3600,3784,3972,4164,4360,4560,4764,4972,5184,5400,5...
programs/oeis/136/A136419.asm
neoneye/loda
22
197794
<reponame>neoneye/loda ; A136419: a(n) = binomial((n+2)*(n+1),(n+1)*n). ; 1,15,924,125970,30045015,11058116888,5804731963800,4116305022165108,3789648142708598775,4393971523180763714190,6264034568006128435579200,10768081679718351117338193075,21964431474217462812712934302044,52446970249502828044393580728686960 mul $0,2 ...
007_Prova ADD/Test.asm
salvatorenitopi/assembly_8086
0
197795
<reponame>salvatorenitopi/assembly_8086<gh_stars>0 .model small .stack 100h .data msg byte "Ciao a tutti", "$" .code start: mov ax, @data mov ds, ax mov ah, 6 mov al, 0 mov ch, 0 mov cl, 0 mov dh, 24 mov dl, 79 mov bh, 1 int 10h mov ah, 2 mov dx, 0714h mov bh, 0 int 10h mov dx, offset msg mov ah, 9...
programs/oeis/239/A239694.asm
neoneye/loda
22
197797
<reponame>neoneye/loda ; A239694: Base 8 sum of digits of prime(n). ; 2,3,5,7,4,6,3,5,9,8,10,9,6,8,12,11,10,12,4,8,3,9,6,5,6,10,12,9,11,8,15,5,4,6,9,11,10,9,13,12,11,13,16,4,8,10,8,13,10,12,9,15,10,13,5,11,10,12,11,8,10,13,13,17,12,16,9,8,11,13,10,16,17,16,15,19,11,12,9,10,13,15,18,13,19,16,8,9,13,15,12,17,18,15,16,20,...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_483.asm
ljhsiun2/medusa
9
197798
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x229a, %rsi lea addresses_D_ht+0x2113, %rdi nop add %r11, %r11 mov $67, %rcx rep movsb nop nop nop nop nop inc %rdx lea addresses_WT_ht+0x10913, %rsi lea addresses_normal_ht+0x...
projects/game-of-life/game-of-life.asm
freespace/nand2tetris
20
197799
<reponame>freespace/nand2tetris // this is a 24x24 display $const kScreenSize 576 $const kNumCols 24 $const kNumRows 24 // System Init // =========== @SP M=255 @.MAIN 0;JEQ (.MAIN) // World Init // ========== // wipe the slate clean @kScreenSize // need -1 otherwise we will reference ...
oeis/129/A129255.asm
neoneye/loda-programs
11
197800
<filename>oeis/129/A129255.asm<gh_stars>10-100 ; A129255: Permutations with exactly 12 fixed points. ; Submitted by <NAME> ; 1,0,91,910,16380,272272,4919460,93419352,1868513010,39238479280,863247190806,19854684036460,476512419579196,11912810484279600,309733072600927300,8362792960207653240,234158202885844712475,67905878...
programs/oeis/292/A292117.asm
karttu/loda
0
197801
<reponame>karttu/loda<filename>programs/oeis/292/A292117.asm ; A292117: Coefficients of a power series f(q) with coefficients +1 or -1 such that Product_{m >= 1} f(q^(2m-1)) = Sum_{m = -oo..oo} q^(m(3m-1)/2). ; 1,1,1,-1,-1,-1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,-1,-...
libsrc/malloc/free.asm
meesokim/z88dk
0
197802
<filename>libsrc/malloc/free.asm ; void __FASTCALL__ free(void *addr) ; 12.2006 aralbrec PUBLIC free EXTERN HeapFree_callee EXTERN _heap, ASMDISP_HEAPFREE_CALLEE .free ld de,_heap jp HeapFree_callee + ASMDISP_HEAPFREE_CALLEE
Assembly Works 2/TASK_4_Lab_2.asm
AhmadVakil/Assembly-C_Micro-Controller
0
197803
<reponame>AhmadVakil/Assembly-C_Micro-Controller<gh_stars>0 ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ; 1DT301, Computer Technology I ; Date: 2017-09-29 ; Author: ; <NAME> ; ; ; Lab number: 2 ; Title: Using specified delay in TASK5 from previous LAB ; ; Hardware: STK600, CPU ATmega2560 ; ...
sim/asm/fn46.asm
nanamake/avr_cpu
2
197804
;----------------------- ; test for skip enable ;----------------------- ; In this test IRQ input is required. See testbench stimuli. jmp reset jmp hand1 ;------------------- reset: .equ spl = 0x3d ; stack pointer low byte .equ sreg = 0x3f ; status register ; Test for net skp_det/irq_d...
src/asm/exception.asm
xing1357/SimpleOS
74
197805
section .text extern isr_exception_handler global exception_0 global exception_1 global exception_2 global exception_3 global exception_4 global exception_5 global exception_6 global exception_7 global exception_8 global exception_9 global exception_10 global exceptio...
assembly/src/color_key.asm
AbnerLimaa/arquitetura-de-computadores
0
197806
org 0x7C00 bits 16 mov ax, 0 mov ds, ax cli mov al, 0x13 int 0x10 main: mov ax, 0x7E00 call get_key mov ax, 0x7E00 call paint_screen jmp main get_key: push ax mov di, ax mov ah, 0x00 int 0x16 mov [ds:di], al pop ax ret paint_screen: push ax push cx pu...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_2905_2341.asm
ljhsiun2/medusa
9
197807
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_2905_2341.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x11b22, %rsi lea addresses_WT_ht+0x8b6a, %rdi nop nop add %r8, %r8 mov $61, %rcx r...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1666.asm
ljhsiun2/medusa
9
197808
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rax push %rbp lea addresses_UC_ht+0x1e678, %r14 nop and $27144, %rax movl $0x61626364, (%r14) and %r8, %r8 pop %rbp pop %rax pop %r8 pop %r14 ret .global s_faulty_load s_faulty_load: push %r12 push %r14 push %r15 push %rbx push %rdi // Faulty L...
Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0x48.log_9991_1400.asm
ljhsiun2/medusa
9
197809
.global s_prepare_buffers s_prepare_buffers: push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0xdbe5, %rsi lea addresses_A_ht+0x180c1, %rdi nop nop nop add %r9, %r9 mov $69, %rcx rep movsq nop nop nop nop nop xor $44720, %rdi lea addresses_WT_ht+0xc701, %rsi lea addresses_A_ht+0x15191, %rdi...
src/branch_test.asm
Sai-Manish/Tomasulo-O3-processor
2
197811
<reponame>Sai-Manish/Tomasulo-O3-processor LW x1, 0(x2) ADD x2, x1, x1 BNE x1, x2, EXIT SUB x3, x5, x1 ; This is to test the branch instruction EXIT: SW x2, 10(x1)
libsrc/gfx/wide/w_undrawb_callee.asm
ahjelm/z88dk
640
197812
; void undrawb_callee(int tlx, int tly, int width, int height) IF !__CPU_INTEL__ && !__CPU_GBZ80__ SECTION code_graphics PUBLIC undrawb_callee PUBLIC _undrawb_callee PUBLIC asm_undrawb EXTERN w_respixel EXTERN drawbox EXTERN swapgfxbk EXTERN __graphics_end INC...
Tests/Graphics/NextReg0x69/Main.asm
MrKWatkins/ZXSpectrumNextTests
23
197813
device zxspectrum48 org $C000 ; must be in last 16k as I'm using all-RAM mapping for Layer2 ds 32, $55 ; reserved space for stack stack: dw $AAAA INCLUDE "../../Constants.asm" INCLUDE "../../Macros.asm" INCLUDE "../../TestFunctions.asm" INCLUDE "../../TestData.a...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_19938_51.asm
ljhsiun2/medusa
9
197814
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x14205, %r14 nop nop nop nop nop cmp %rax, %rax movb $0x61, (%r14) add %r14, %r14 lea addresses_D_ht+0x1ea6d, %rdi nop nop nop nop sub %rbx, %rbx mo...
lib/chibiakumas/SrcALL/V2_SimpleTile.asm
gilbertfrancois/msx
0
197815
ifdef BuildCPC TileWidth2 equ 1 endif ifdef BuildENT TileWidth2 equ 1 endif ifdef BuildSAM TileWidth4 equ 1 endif ifdef BuildZXS TileWidth1 equ 1 endif ifdef BuildTI8 TileWidth1 equ 1 endif ifdef BuildCLX TileWidth3 equ 1 endif ifdef BuildMSX ifdef BuildMSX_MSX1 TileWidth1 equ 1 ...
data/maps/objects/MtMoonB1F.asm
opiter09/ASM-Machina
1
197816
<filename>data/maps/objects/MtMoonB1F.asm MtMoonB1F_Object: db $3 ; border block def_warps warp 5, 5, 2, MT_MOON_1F warp 17, 11, 0, MT_MOON_B2F warp 25, 9, 3, MT_MOON_1F warp 25, 15, 4, MT_MOON_1F warp 21, 17, 1, MT_MOON_B2F warp 13, 27, 2, MT_MOON_B2F warp 23, 3, 3, MT_MOON_B2F warp 27, 3, 2, LAST_MAP ...
programs/oeis/216/A216230.asm
karttu/loda
0
197817
<filename>programs/oeis/216/A216230.asm ; A216230: Square array T, read by antidiagonals: T(n,k) = 0 if n-k>=1 or if k-n>=2, T(0,0) = T(0,1) = 1, T(n,k) = T(n-1,k) + T(n,k-1). ; 1,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 a...
test/jzas/sintactic/valid/success37.asm
scoffey/jz80sim
1
197818
; Ejercicio 11 del TP 2. aseg org 2000h start: ld A,B add A, A ; multiplica por 2 ld B,A ld A,C add A, A ; multiplica por 2 add A,A ; multiplica por 4 ld C,A ld A,D add A, A ; multiplica por 2 add A,A ; multiplica por 4 add A,D ; multiplica por 5 ld D...
Kernel/CMOSasm.asm
jpdantur/SO2
0
197819
<filename>Kernel/CMOSasm.asm ;; ;; Time ;; global get_seconds global get_minutes global get_hours global write_time get_seconds: mov rax,0 out 70h,al in ax,71h ret get_minutes: mov rax,02h out 70h,al in ax,71h ret get_hours: mov rax,04h out 70h,al in ax,71h ret ; void set_time(time, type) write_time: p...
libsrc/cpc/cpc_PrintGphStrM12X_callee.asm
jpoikela/z88dk
640
197820
<filename>libsrc/cpc/cpc_PrintGphStrM12X_callee.asm ; ; Amstrad CPC library ; ; ****************************************************** ; ** Librería de rutinas para Amstrad CPC ** ; ** <NAME>, Artaburu 2009 ** ; ****************************************************** ; ; void cpc...
programs/oeis/060/A060992.asm
neoneye/loda
22
197821
; A060992: a(n) = Sum_{gcd(i,j) | 0 < i <= j < n and i+j = n}. ; 0,1,1,3,2,6,3,8,6,11,5,17,6,16,15,20,8,27,9,31,22,26,11,44,20,31,27,45,14,60,15,48,36,41,41,75,18,46,43,80,20,87,21,73,72,56,23,108,42,85,57,87,26,108,67,116,64,71,29,165,30,76,105,112,80,141,33,115,78,158,35,192,36,91,125,129,98,168,39,196,108,101,41,239...
Transynther/x86/_processed/NC/_ht_zr_/i9-9900K_12_0xca.log_21829_1586.asm
ljhsiun2/medusa
9
197823
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_ht_zr_/i9-9900K_12_0xca.log_21829_1586.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x5d0f, %rbp nop nop and $28965, %r11 mov (%rbp), %r12 nop nop nop...
project/crc16.asm
dumitory-dev/mbr-password
3
197824
<reponame>dumitory-dev/mbr-password<gh_stars>1-10 ;calculation crc16.... use16 calc_crc16: push ebx mov ebx, [esp + 10] mov ecx, [esp + 6] xor eax, eax test ebx, ebx add ebx, ecx jle calc_crc16_fast_exit calc_crc16_loop: mov edx, eax add ecx, 1 sal ea...
1571/64tass/addfil.asm
silverdr/assembly
23
197825
; add file to directory addfil lda sa ; save variables pha lda lindx pha lda sector pha lda track pha lda #irsa sta sa jsr curblk ; use last accessed search lda type pha lda fildrv and ...
programs/oeis/113/A113523.asm
karttu/loda
1
197826
<filename>programs/oeis/113/A113523.asm<gh_stars>1-10 ; A113523: a(n) = largest composite nonnegative integer <= n. ; 0,0,0,4,4,6,6,8,9,10,10,12,12,14,15,16,16,18,18,20,21,22,22,24,25,26,27,28,28,30,30,32,33,34,35,36,36,38,39,40,40,42,42,44,45,46,46,48,49,50,51,52,52,54,55,56,57,58,58,60,60,62,63,64,65,66,66,68,69,70,7...
oeis/082/A082036.asm
neoneye/loda-programs
11
197827
; A082036: a(n) = (9*n^2+3*n+1) * n!. ; Submitted by <NAME> ; 1,13,86,546,3768,28920,246960,2333520,24232320,274700160,3378412800,44826566400,638509132800,9720379468800,157531172198400,2708193616128000,49231324606464000,943638746738688000 mov $2,$0 seq $0,82040 ; a(n) = 9*n^2 + 3*n + 1. lpb $2 mul $0,$2 sub $2,1 l...
libsrc/_DEVELOPMENT/libgen/z80/asm_basename_ext.asm
jpoikela/z88dk
38
197828
; char *basename_ext(char *path) SECTION code_string PUBLIC asm_basename_ext EXTERN __lg_remove_tail, __str_locate_nul asm_basename_ext: ; point to "." in extension or terminator if no extension found ; may modify path to eliminate trailing slashes ; ; enter : hl = char *path ; ; exit : hl = ch...
src/dos32a/text/kernel/exit.asm
amindlost/dos32a
5
197829
; ; Copyright (C) 1996-2006 by <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. Redistributions of source code must retain the above copyright ; notice, this list of cond...
P6/P6Judger - 100 testpoints/testpoint/testpoint49.asm
flyinglandlord/BUAA-CO-2021
5
197830
ori $1, $0, 8 ori $2, $0, 4 ori $3, $0, 2 ori $4, $0, 1 sw $1, 0($0) sw $3, 4($0) sw $4, 8($0) sw $2, 12($0) sw $4, 16($0) sw $4, 20($0) sw $4, 24($0) sw $2, 28($0) sw $1, 32($0) sw $2, 36($0) sw $2, 40($0) sw $4, 44($0) sw $2, 48($0) sw $1, 52($0) sw $2, 56($0) sw $2, 60($0) sw $2, 64($0) sw $4, 68($0) sw $3, 72($0) s...
libsrc/gfx/narrow/xorborder.asm
Frodevan/z88dk
4
197831
<filename>libsrc/gfx/narrow/xorborder.asm IF !__CPU_INTEL__ & !__CPU_GBZ80__ SECTION code_graphics PUBLIC xorborder PUBLIC _xorborder EXTERN xorborder_callee EXTERN ASMDISP_XORBORDER_CALLEE ; ; $Id: xorborder.asm $ ; ; *********************************************************************** ; ; XOR...
poww/music.asm
bushy555/ZX-Spectrum-1-Bit-Routines
59
197832
<reponame>bushy555/ZX-Spectrum-1-Bit-Routines<filename>poww/music.asm<gh_stars>10-100 db 1,0,17,0 db 0,0,15,0 db 0,0,13,0 db 0,0,5,0 db 1,0,10,0 db 1,11,17,0 db 0,11,15,0 db 0,11,13,0 db 0,11,5,0 db 1,11,10,0 db 1,33,17,0 db 0,33,15,0 db 0,33,13,0 db 0,33,5,0 db 1,33,10,0 db 1,44,17,0 db 0,44,15,0...
sandbox/test.asm
mediaexplorer74/win3mu
0
197833
BITS 16 org 100h mov cx,10 loop1: mov al,cl add al,'0'-1 mov [counter],al mov ah,09h mov dx,hello int 21h loop loop1 ret hello: db "Hello World from Sharp86 - (" counter: db "0" db ")", 13, 10, "$"
test/test_fill.asm
peckhamdata/cgl-6502
4
197834
<gh_stars>1-10 // fill block of memory with single value // given fill_orig_data: .text "there is text already on the screen " .text "but " .text "we want to clear it " // when we clear it test_fill_mem:...
header/004/TK1ROM.asm
freem/nes_corelib
16
197835
<filename>header/004/TK1ROM.asm<gh_stars>10-100 ; TK1ROM: 128KB PRG-ROM + 8KB PRG-RAM + 128KB CHR-ROM ; http://forums.nesdev.com/viewtopic.php?f=9&t=9891 ; Uses a 7432 IC for a 28-pin CHR-ROM chip. ;------------------------------------------------------------------------------; ; TK1ROM mirroring is controlled by MMC3....
oeis/081/A081584.asm
neoneye/loda-programs
11
197836
; A081584: Fourth row of Pascal-(1,2,1) array A081577. ; Submitted by <NAME>(s3) ; 1,13,79,307,886,2086,4258,7834,13327,21331,32521,47653,67564,93172,125476,165556,214573,273769,344467,428071,526066,640018,771574,922462,1094491,1289551,1509613,1756729,2033032,2340736,2682136,3059608,3475609,3932677,4433431,4980571,5576...
bank24.asm
alexsteb/zelda_gb_disassembly
3
197837
ld a, [$c116] and a jr nz, 0.l_000f inc a ld [$c116], a ld a, $14 ld [$d6ff], a ldh a, [$ff00 + $ee] cp $48 jp nz, .l_4378 call func_435e call func_7caf ldh a, [$ff00 + $f0] rst 0 dec l ld b, b sbc a, b ld b, b reti ld b, b adc a, $41 ld d, l ld b, d ld l, [hl] ld b, d ...
Source/Levels/L0002.asm
AbePralle/FGB
0
197838
; L0002.asm bee border ; Generated 08.27.2000 by mlevel ; Modified 08.27.2000 by <NAME> INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" WATERINDEX EQU 23 VAR_WATER EQU 0 STATE_NORMAL EQU 1 STATE_TALKED EQU 2 ;--------------------------------------------------------------------- SECTION "Level0002Section",R...
oeis/145/A145619.asm
neoneye/loda-programs
11
197839
<reponame>neoneye/loda-programs ; A145619: Numerator of the polynomial A_l(x) = sum_{d=1..l-1} x^(l-d)/d for index l=2n+1 evaluated at x=6. ; Submitted by <NAME> ; 39,2835,255191,257233353,2315100338,1833559470601,429052916136639,123567239847463143,56717363089986833887,2586311756903401044465,46553611624261219442817,154...
tools/assembler/forth.asm
Darkstrumn/HCTM
4
197840
; Forth OS (RCOS) ; Known bugs: ; TIMES breaks when stack is modified (ex. 10 TIMES DUP) ; ; ; ; ; Compile flags: ; min : Strip down to minimal level ; disk_ext : Enable extended disk drive words ; math_ext : Enable additional math words ; dbl_size : Enable support for 32-bit integers [beta] ; defer : Enable ...
snapgear_linux/lib/libgmp/mpn/powerpc32/rshift.asm
impedimentToProgress/UCI-BlueChip
0
197841
# PowerPC-32 mpn_rshift -- Shift a number right. # Copyright (C) 1995, 2000 Free Software Foundation, Inc. # This file is part of the GNU MP Library. # The GNU MP Library is free software; you can redistribute it and/or modify # it under the terms of the GNU Library General Public License as published by # the Free ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_374.asm
ljhsiun2/medusa
9
197843
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x40d1, %r15 nop nop and $43020, %r10 movw $0x6162, (%r15) dec %r12 lea addresses_D_ht+0x12f11, %r15 nop nop nop nop inc %rsi movl $0x61626364, (%r15...
CS660/JST/res/asm_files/if_elif_else.asm
T-R0D/Past-Courses
7
197844
<reponame>T-R0D/Past-Courses .macro SAVE_T_REGISTERS # brace yourself for a long, unrolled loop... sw $t0, ($sp) subiu $sp, $sp, 4 sw $t1, ($sp) subiu $sp, $sp, 4 sw $t2, ($sp) subiu $sp, $sp, 4 sw $t3, ($sp) su...
programs/oeis/178/A178970.asm
neoneye/loda
22
197846
; A178970: 2^(2n-1) mod (2n+1). ; 2,3,4,2,6,7,2,9,10,2,12,8,20,15,16,2,22,19,2,21,22,38,24,32,2,27,52,2,30,31,2,8,34,2,36,37,17,43,40,20,42,8,2,45,32,2,27,49,29,51,52,23,54,55,2,57,77,11,15,28,2,108,64,2,66,32,47,69,70,2 mul $0,2 add $0,1 mov $1,2 mov $2,$0 add $0,2 pow $1,$2 mod $1,$0 mov $0,$1
oeis/164/A164395.asm
neoneye/loda-programs
11
197847
<filename>oeis/164/A164395.asm ; A164395: Number of binary strings of length n with no substrings equal to 0001 or 0101. ; Submitted by <NAME>(s2) ; 1,2,4,8,14,24,42,72,122,208,354,600,1018,1728,2930,4968,8426,14288,24226,41080,69658,118112,200274,339592,575818,976368,1655554,2807192,4759930,8071040,13685426,23205288,3...
Patches/lag_frame_counter.asm
abitalive/SuperSmashBros
4
197848
<filename>Patches/lag_frame_counter.asm<gh_stars>1-10 // Super Smash Bros. lag frame counter demonstration // Game mode must be set to time and time must not set to infinite (so the timer is displayed) arch n64.cpu endian msb //output "", create include "LIB/N64.inc" include "LIB/macros.inc" origin 0x0 insert "LIB/S...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_754.asm
ljhsiun2/medusa
9
197849
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x125dc, %rsi nop nop nop nop nop and $8916, %r14 mov (%rsi), %r9 nop nop inc %rdx lea addresses_UC_ht+0x18c5c, %r9 nop nop nop and %r15, %r15 movb (%r9), %r13b nop no...
kernel/timer.asm
martinliptak/kernel-from-scratch
2
197850
SECTION .text global isr_32_wrapper extern run_queue isr_32_wrapper: ; Push registers to the current process stack pushad ; ++timer_ticks mov eax, [timer_ticks] inc eax mov [timer_ticks], eax ; run_queue->proc->ss = %ss; run_queue->proc->esp = %esp; ; run_queue->proc->cr3 = %cr3 ; See sched.c and...
libsrc/graphics/drawb.asm
andydansby/z88dk-mk2
1
197851
; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; Stubs Written by <NAME> - 30/9/98 ; ; ; $Id: drawb.asm,v 1.4 2002/04/03 10:56:52 stefano Exp $ ; XLIB drawb LIB drawbox LIB plotpixel ...
libsrc/_DEVELOPMENT/stdlib/c/sccz80/dtoh.asm
jpoikela/z88dk
640
197854
<filename>libsrc/_DEVELOPMENT/stdlib/c/sccz80/dtoh.asm ; size_t dtoh(double x, char *buf, uint16_t prec, uint16_t flag) SECTION code_clib SECTION code_stdlib PUBLIC dtoh EXTERN asm_dtoh, dload dtoh: ld hl,8 add hl,sp call dload pop af pop bc pop de pop hl push hl push de push bc ...
oeis/055/A055204.asm
neoneye/loda-programs
11
197855
<reponame>neoneye/loda-programs<filename>oeis/055/A055204.asm<gh_stars>10-100 ; A055204: Squarefree part of n!: n! divided by its largest square divisor. ; Submitted by <NAME> ; 1,2,6,6,30,5,35,70,70,7,77,231,3003,858,1430,1430,24310,12155,230945,46189,969969,176358,4056234,676039,676039,104006,312018,44574,1292646,107...
src/util/sprite/cf7.asm
olifink/qspread
0
197856
* Sprite cf7 * * Mode 4 * +|-----------+ * - gg ggg gggg- * |g g g g| * |g g g| * |g gg g | * |g g g | * |g g g | * | gg g g | * +|-----------+ * section sprite xdef mes_cf7 xref mes_zero mes_cf7 dc.w $0100,$0000 dc.w 12,7,0,0 dc.l sc4_cf7-* dc.l mes_zero-* dc.l 0 sc4_cf7 dc.w $6E00...
oeis/059/A059517.asm
neoneye/loda-programs
11
197857
; A059517: The sequence A059515(3,n). Number of ways of placing n identifiable nonnegative intervals with a total of exactly three starting and/or finishing points. ; Submitted by <NAME> ; 0,0,12,138,1056,7050,44472,273378,1659936,10018650,60289032,362265618,2175188016,13055911050,78349815192,470141937858,2820980767296...
programs/oeis/003/A003777.asm
neoneye/loda
22
197858
<gh_stars>10-100 ; A003777: a(n) = n^3 + n^2 - 1. ; 1,11,35,79,149,251,391,575,809,1099,1451,1871,2365,2939,3599,4351,5201,6155,7219,8399,9701,11131,12695,14399,16249,18251,20411,22735,25229,27899,30751,33791,37025,40459,44099,47951,52021,56315,60839,65599,70601,75851,81355,87119,93149,99451,106031,112895,120049,127499...
programs/oeis/047/A047478.asm
neoneye/loda
22
197859
; A047478: Numbers that are congruent to {1, 5, 7} mod 8. ; 1,5,7,9,13,15,17,21,23,25,29,31,33,37,39,41,45,47,49,53,55,57,61,63,65,69,71,73,77,79,81,85,87,89,93,95,97,101,103,105,109,111,113,117,119,121,125,127,129,133,135,137,141,143,145,149,151,153,157,159,161,165,167,169,173,175,177,181,183,185,189,191,193,197,199,2...
ref/test.asm
kieranhj/stniccc-archie
3
197861
<filename>ref/test.asm .if _TESTS ldr r12, screen_addr ; R12=generic screen_addr ptr add r9, r12, #Screen_Bytes mov r2, #0 mov r8, #121 mov r7, #319 mov r4, #0x11 orr r4, r4, r4, lsl #8 orr r4, r4, r4, lsl #16 mov r1, r4 mov r2, r4 mov r6, r4 my_test_loop: cmp r8, r7 movle r0, r8 movle r3, r7 movgt...
src/asm_x86/x86/int.asm
JINGCW/go_decompose
0
197862
.model small,stdcall .stack 200h .data buffer db 80 DUP(?) string db "This is a string$" message db "hello, world$" .code start: mov ax,@data mov ds,ax ;mov ax,SEG buffer ;mov ds,ax mov ah,2 mov dl,'*' int 21h call func9 ;.exit ret_func9: ; mov ah,4ch call func_40h ret_func...
_build/dispatcher/jmp_ippsGFpECGetPointOctString_eb487e27.asm
zyktrcn/ippcp
1
197863
extern m7_ippsGFpECGetPointOctString:function extern n8_ippsGFpECGetPointOctString:function extern y8_ippsGFpECGetPointOctString:function extern e9_ippsGFpECGetPointOctString:function extern l9_ippsGFpECGetPointOctString:function extern n0_ippsGFpECGetPointOctString:function extern k0_ippsGFpECGetPointOctString:functio...
配套代码/L043/L043/1.1.asm
zmrbak/ReverseAnalysis
35
197864
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.24.28117.0 TITLE C:\Users\libit\source\repos\L043\L043\L043.cpp .686P .XMM include listing.inc .model flat INCLUDELIB LIBCMT INCLUDELIB OLDNAMES CONST SEGMENT ?month@@3QAY09$$CBDA DB 04aH ; month DB 061H DB 06eH DB 075H DB 061H DB 072H...
programs/oeis/188/A188626.asm
neoneye/loda
22
197865
<reponame>neoneye/loda ; A188626: a(n) = n + (n-1)*2^(n-2). ; 1,3,7,16,37,86,199,456,1033,2314,5131,11276,24589,53262,114703,245776,524305,1114130,2359315,4980756,10485781,22020118,46137367,96469016,201326617,419430426,872415259,1811939356,3758096413,7784628254,16106127391,33285996576,68719476769,141733920802,292057776...
oeis/077/A077411.asm
neoneye/loda-programs
11
197866
; A077411: Combined Diophantine Chebyshev sequences A077409 and A077250. ; Submitted by <NAME> ; 7,11,59,103,583,1019,5771,10087,57127,99851,565499,988423,5597863,9784379,55413131,96855367,548533447,958769291,5429921339,9490837543,53750679943,93949606139,532076878091,930005223847,5267018100967,9206102632331,52138104131...
drmario.asm
spaceships/boot-sector-drmario
2
197867
bits 16 %assign enable_load 1 ; load the rest of the game from the boot sector ;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; adjustable parameters ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;; PILL_RED: equ 0x27 PILL_YELLOW: equ 0x2c PILL_BLUE: equ 0x36 BORDER_COLOR: equ 0x6b SPEED: equ 4 ; higher = slower PAUSE_LEN: ...
mips/socket-examples.asm
brenns10/yams
17
197868
<filename>mips/socket-examples.asm ### # File; socket-examples.asm # # Compile, run, go to http://localhost:19001/index.html to view a demo page. ### # Syscall numbers # Client sockets only .eqv SOCK_OPEN 100 .eqv SOCK_WRITE 101 .eqv SOCK_READ 102 .eqv SOCK_CLOSE 103 # server socket only .eqv SERVER_SOCK_OPEN 110 .eqv...
audio/sfx/battle_2c.asm
etdv-thevoid/pokemon-rgb-enhanced
1
197869
SFX_Battle_2C_Ch4: dutycycle 57 unknownsfx0x20 15, 244, 0, 5 unknownsfx0x20 15, 196, 0, 4 unknownsfx0x20 15, 226, 192, 5 loopchannel 3, SFX_Battle_2C_Ch4 endchannel SFX_Battle_2C_Ch5: dutycycle 141 unknownsfx0x20 7, 228, 48, 4 unknownsfx0x20 15, 180, 48, 3 unknownsfx0x20 15, 162, 56, 4 loopchannel 4, SFX_B...
src/res/music/song_game_over.asm
gbcompo21/shock-lobster
7
197870
<reponame>gbcompo21/shock-lobster<filename>src/res/music/song_game_over.asm include "include/hUGE.inc" SECTION "Song Game Over", ROMX song_game_over:: db 6 dw order_cnt dw order1, order2, order3, order4 dw duty_instruments, wave_instruments, noise_instruments dw routines dw waves order_cnt: db 6 order1:...
programs/oeis/076/A076770.asm
neoneye/loda
22
197871
; A076770: Even numbers representable as the sum of two odd composites. ; 18,24,30,34,36,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148 mov $3,$0 add $0,2 mov $2,6 div $2,$0 ad...
programs/oeis/257/A257932.asm
karttu/loda
0
197872
<reponame>karttu/loda ; A257932: Expansion of 1/(1-x-x^2-x^3+x^5+x^7). ; 1,1,2,4,7,12,22,38,67,118,207,363,638,1119,1964,3447,6049,10615,18629,32691,57369,100676,176674,310041,544085,954802,1675561,2940405,5160051,9055258,15890871,27886534,48937456,85879249,150707576,264473359,464118392,814471000,1429296968,2508241328,...
Laburi/Lab7/5-gcd/gcd.asm
DanBrezeanu/IOCLA
2
197873
<reponame>DanBrezeanu/IOCLA<filename>Laburi/Lab7/5-gcd/gcd.asm %include "io.inc" section .text global CMAIN CMAIN: ; input values (eax, edx): the 2 numbers to compute the gcd for mov eax, 49 mov edx, 28 push eax push edx gcd: neg eax je L3 L1: neg eax push eax pu...
PIC23_Main.asm
mikadam/PIC-Stuff
0
197874
<reponame>mikadam/PIC-Stuff ;----------------------------------------------------------; ; Program title: 8-bit Multiplexing Shift Register         ; ;----------------------------------------------------------; ; Written by: <NAME>                        ; ;----------------------------------------------------------;...
oeis/082/A082758.asm
neoneye/loda-programs
11
197875
<gh_stars>10-100 ; A082758: Sum of the squares of the trinomial coefficients (A027907). ; Submitted by <NAME>(w2) ; 1,3,19,141,1107,8953,73789,616227,5196627,44152809,377379369,3241135527,27948336381,241813226151,2098240353907,18252025766941,159114492071763,1389754816243449,12159131877715993,106542797484006471,93483721...