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
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca_notsx.log_21829_968.asm
ljhsiun2/medusa
9
42358
<filename>Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca_notsx.log_21829_968.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x153e2, %rsi lea addresses_WT_ht+0x64cb, %rdi nop nop nop and %r13, %r13 mov $95,...
programs/oeis/022/A022136.asm
karttu/loda
0
42360
; A022136: Fibonacci sequence beginning 5, 11. ; 5,11,16,27,43,70,113,183,296,479,775,1254,2029,3283,5312,8595,13907,22502,36409,58911,95320,154231,249551,403782,653333,1057115,1710448,2767563,4478011,7245574,11723585,18969159,30692744,49661903,80354647,130016550,210371197,340387747,550758944,891146691,1441905635,23330...
progs/chap07p01-mul.asm
HKhademian/AssemblyDandamudi
1
42361
%include "lib.asm" extern ExitProcess global _start section .bss buffer resb 25 section .code _start: fgets buffer, 12 a2i 12, buffer movzx DX, AL fgets buffer, 12 a2i 12, buffer movzx AX, AL cmp AX, DX ja swap_done xchg AX, DX swap_done: ; BX = AL*BL mov EBX, 0 ; result hold...
oeis/116/A116916.asm
neoneye/loda-programs
11
42363
; A116916: Expansion of q^(-1/8) * (eta(q)^3 + 3 * eta(q^9)^3) in powers of q^3. ; Submitted by <NAME> ; 1,5,-7,0,0,-11,0,13,0,0,0,0,17,0,0,-19,0,0,0,0,0,0,-23,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,-31,0,0,0,0,0,0,0,0,0,0,-35,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,-43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-47,0,0,0,0,...
asm/tests/bdd/acceptance/real-mode/CPU/Instruction/pop.asm
ZopharsDomain/PCX86-JAVASCRIPT-jemul8
67
42366
<gh_stars>10-100 ; ; jemul8 - JavaScript x86 Emulator ; Copyright (c) 2013 http://jemul8.com. All Rights Reserved. ; ; MODULE: Tests for CPU stack handling - x86 POP instruction ; %include '../../tools.inc' ; Jump over data jmp main ; --- Data --- ; Test descriptions test1 db "should increase SP by 2 when a 16-bit ...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_12627_765.asm
ljhsiun2/medusa
9
42367
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xfcdd, %r11 nop nop nop nop nop and %rbx, %rbx movw $0x6162, (%r11) nop nop nop nop xor $26033, %rcx lea addresses_WT_ht+0xa91d, %rsi lea address...
jcalg1_d_fast.asm
jeremycollake/jcalg1
3
42368
<gh_stars>1-10 ; --- file: jcalg1_d_fast.asm --- ; ; JCALG1 r5.xx, (c)1999-2001 by <NAME> - All Rights Reserved. ; *************************************************************** ; Please read license agreement in LICENSE.TXT, if this document ; is not included with this distribution, please email the author ; at <EMAI...
pong/beta_pong.asm
humam-hossain/assembly
0
42369
stack segment para stack db 64 dup (' ') stack ends data segment para 'data' time_aux db 0 ball_size dw 04h ball_x dw 0ah ball_y dw 0ah ball_velocity_x dw 05h ball_velocity_y dw 02h data ends code segment para 'code' main proc far assume cs:code, ds:data, ss:stack push ds ; push data seg...
P6/data_P6/testpoint/testpoint100.asm
alxzzhou/BUAA_CO_2020
1
42370
ori $1, $0, 2 ori $2, $0, 10 ori $3, $0, 0 ori $4, $0, 9 sw $2, 0($0) sw $3, 4($0) sw $2, 8($0) sw $2, 12($0) sw $1, 16($0) sw $2, 20($0) sw $4, 24($0) sw $4, 28($0) sw $4, 32($0) sw $3, 36($0) sw $3, 40($0) sw $2, 44($0) sw $2, 48($0) sw $2, 52($0) sw $3, 56($0) sw $3, 60($0) sw $4, 64($0) sw $3, ...
oeis/208/A208354.asm
neoneye/loda-programs
11
42371
; A208354: Number of compositions of n with at most one even part. ; 1,1,2,4,7,13,23,41,72,126,219,379,653,1121,1918,3272,5567,9449,16003,27049,45636,76866,129267,217079,364057,609793,1020218,1705036,2846647,4748101,7912559,13174889,21919488,36440646,60538443,100503667,166744997,276476129,458151478,758785424,1256025071...
sources/test/BasicWindowExtended64.asm
fstudio/clangbuilder
106
42372
; Basic Window Extended, 64 bit. V1.03 ANSI_CHARSET EQU 0 ; Constants BLACKNESS EQU 42h CLIP_DEFAULT_PRECIS EQU 0 CS_BYTEALIGNWINDOW EQU 2000h CS_HREDRAW EQU 2 CS_VREDRAW EQU 1 DEFAULT_PITCH EQU ...
lab5/any_pin.asm
jeffliou64/elec291
0
42373
<gh_stars>0 ;-------------------------------------------------------- ; File Created by C51 ; Version 1.0.0 #1069 (Apr 23 2015) (MSVC) ; This file was generated Tue Mar 08 11:22:26 2016 ;-------------------------------------------------------- $name any_pin $optc51 --model-small $printf_float R_DSEG segment...
examples/ex7.asm
michalmalik/pvm
2
42374
JMP start ; struct Person #define PERSON_AGE 0 #define PERSON_HEIGHT 1 #define ST_PERSON_MICHAL 0x1000 ; +3 PERSON_HEIGHT ; +2 PERSON_AGE ; +1 PERSON_ADDR :create_person STO Z,SP STO Y,[Z+1] ; PERSON_ADDR STO B,[Z+2] ; PERSON_AGE STO C,[Z+3] ; PERSON_HEIGHT STO [Y+PERSON_AGE],B STO [Y+PERSON_HEIGHT],C ...
programs/oeis/189/A189572.asm
karttu/loda
0
42375
<filename>programs/oeis/189/A189572.asm<gh_stars>0 ; A189572: Fixed point of the morphism 0->01, 1->001. ; 0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0...
Source/Levels/L0403.asm
AbePralle/FGB
0
42376
; L0403.asm ; Generated 08.26.2000 by mlevel ; Modified 08.26.2000 by <NAME> INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" INCLUDE "Source/Items.inc" ;--------------------------------------------------------------------- SECTION "Level0403Section",ROMX ;-------------------------------------------------------...
programs/oeis/154/A154691.asm
jmorken/loda
1
42377
<reponame>jmorken/loda<gh_stars>1-10 ; A154691: Expansion of (1+x+x^2) / ((1-x-x^2)*(1-x)). ; 1,3,7,13,23,39,65,107,175,285,463,751,1217,1971,3191,5165,8359,13527,21889,35419,57311,92733,150047,242783,392833,635619,1028455,1664077,2692535,4356615,7049153,11405771,18454927,29860701,48315631,78176335,126491969,204668307,...
code/utils/cpuid.asm
NEMESIS13cz/SysBench
3
42378
<reponame>NEMESIS13cz/SysBench [BITS 64] global cpuid_query ; void cpuid_query(struct cpuid* cpuid_struct) cpuid_query: push rax push rbx push rcx push rdx mov rax, [rdi] mov rbx, [rdi + 8] mov rcx, [rdi + 16] mov rdx, [rdi + 24] cpuid mov [rdi], rax mov [rdi + 8], rbx ...
oeis/027/A027809.asm
neoneye/loda-programs
11
42380
<gh_stars>10-100 ; A027809: a(n) = 143*(n+1)*C(n+4,13)/2. ; 715,11011,90090,520520,2382380,9189180,31039008,94225560,261891630,675745070,1636014380,3747960216,8180071900,17103786700,34420042800,66927861000,126159017985,231196390425,412918656150,720279159600,1229442013800,2056876004040,3377860886400,5452308061200,866035...
programs/oeis/037/A037497.asm
karttu/loda
1
42381
<filename>programs/oeis/037/A037497.asm ; A037497: Base-4 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,2. ; 1,4,18,73,292,1170,4681,18724,74898,299593,1198372,4793490,19173961,76695844,306783378,1227133513,4908534052,19634136210,78536544841,314146179364,1256584717458,50263388...
programs/oeis/076/A076844.asm
jmorken/loda
1
42382
<reponame>jmorken/loda ; A076844: a(1) = a(2) = a(3) = 1; a(n) = (a(n-1) + a(n-2) + 1)/a(n-3) (for n>3). ; 1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1,1,1,3,5,9,5,3,1 su...
src/string_copy.asm
I8087/libm
13
42383
<filename>src/string_copy.asm global _string_copy _string_copy: push bp mov bp, sp mov si, [bp+4] mov di, [bp+6] call os_string_copy mov ax, di pop bp ret
Appl/Games/Mine/vgabmp.asm
steakknife/pcgeos
504
42384
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Mine FILE: vgabmp.asm REVISION HISTORY: Name Date Description ---- ---- ----------- Insik 1/92 Initial program DESCRIPTION: ...
kTrap.asm
satadriver/LiunuxOS
0
42386
.386p include kDebugger.asm Kernel Segment public para use32 assume cs:Kernel ;32位堆栈压入32位,即使只有一个字节 ;exception stack: ;1 error code(if has) ;2 ip ;3 cs ;4 eflags ;5 esp ;6 ss align 10h __tDivExceptionProc proc pushad push ds push es push fs push gs push ss mov ax,rwData32Seg mov ds,ax mov ...
u7bg/eop-toggleAudio.asm
JohnGlassmyer/UltimaHacks
68
42388
%include "include/u7bg-all-includes.asm" %macro copyAudioStateStringToVar 2 jmp afterStrings audioEnabledString: db 'Audio on', 0 audioEnabledString_end: audioDisabledString: db 'Audio off', 0 audioDisabledString_end: afterStrings: test %1, %1 jz copyDisabledString copyEnabledString: mov s...
src/SlimShader.Tests/Shaders/Sdk/Direct3D11/DecalTessellation11/DecalTessellation11_HS.asm
tgjones/slimshader
125
42389
<reponame>tgjones/slimshader // // Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.20714 // // /// // Buffer Definitions: // // cbuffer cbInit // { // // float4 g_vMaterialColor; // Offset: 0 Size: 16 [unused] // float4 g_vAmbientColor; // Offset: 16 Size: 16 [unused] // ...
source/system/tokeniser.asm
mega65dev/rom-assembler
0
42391
<reponame>mega65dev/rom-assembler ; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : tokeniser.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_529.asm
ljhsiun2/medusa
9
42392
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r13 push %rax push %rcx push %rdi push %rdx push %rsi // Store lea addresses_US+0xb0ad, %rax add %rsi, %rsi mov $0x5152535455565758, %r12 movq %r12, (%rax) nop nop nop xor %r12, %r12 // Faulty Load lea addresses...
programs/oeis/024/A024719.asm
jmorken/loda
1
42394
<reponame>jmorken/loda ; A024719: a(n) = (1/3)*(2 + Sum_{k=0..n} C(3k,k)). ; 1,2,7,35,200,1201,7389,46149,291306,1853581,11868586,76380826,493606726,3201081874,20821158234,135776966762,887393271311,5811082966886,38119865826421,250447855600321,1647729357535486,10854207824989831,71581930485576631 mov $21,$0 mov $23,$0 a...
programs/oeis/023/A023539.asm
neoneye/loda
22
42395
; A023539: Convolution of natural numbers with composite numbers. ; 4,14,32,59,96,145,208,286,380,492,624,777,952,1151,1375,1625,1902,2207,2542,2909,3309,3743,4212,4717,5260,5842,6464,7128,7836,8589,9388,10235,11131,12077,13074,14123,15226,16384,17598,18869,20198 mov $2,$0 add $2,1 mov $3,$0 lpb $2 mov $0,$3 sub $...
assembler/tests/t_2650/t_2650.asm
paulscottrobson/RCA-Cosmac-VIP-III
0
42396
relaxed on page 0 cpu 2650 absolute equ 1234h immed equ $a5 adda,r0 *absolute adda,r0 absolute adda,r0 absolute,r0,- adda,r0 absolute,r1,- adda,r0 absolute,r2,- adda,r0 absolute,r3,- adda,r0 *absolute,r0 adda,r0 *absolute,r0,+ adda,r0 *absolute,r0,- adda,r0 *absolute,r1 adda,r0 *absolut...
oeis/142/A142592.asm
neoneye/loda-programs
11
42397
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A142592: Primes congruent to 29 mod 54. ; Submitted by <NAME> ; 29,83,137,191,353,461,569,677,839,947,1109,1163,1217,1433,1487,1811,1973,2027,2081,2243,2297,2351,2459,2621,2729,2837,2999,3323,3539,3593,3701,3863,3917,4079,4133,4241,4349,4457,4673,4889,4943,5051,5483,559...
firmware/defs.asm
ddomurad/avrVideoCard
0
42400
; ------------------------------------------------------------------------------ ; .:: REGISTERS ::. ; ------------------------------------------------------------------------------ ; = r0 ; = r1 ; GLYPH_INV_REG_[0-7] are temp. registers, used duri...
ACH2034/mips-assembly/float.asm
vitormrts/si-each-usp
1
42401
<gh_stars>1-10 ########## FLOAT .text .globl main main: l.s $f12,$first_value # carrega o float 45.1 no f12 l.s $f13,$second_value # carrega o flotad 12.4 no f13 add.s $f12,$f12,$f13 # soma li $v0,2 # imprime o float $f12 syscall li $v0,10 syscall .data $first_value: .float 45 $second_value: .float 12.4
TI-86/inc/menu_values.asm
aaronjamt/3-Player-Pong
1
42402
MenuOption: .db 00h ; Bottom 3 bits = currently selected option number (0=top) ; Top 5 bits = current menu number MenuOptionsTable: ; Lists all of the menus in order of their ID's .dw MainMenu, PaddleModMenu, BallModMenu, 0 MainMenu: ; Lists all options in the menu, followed by null to indicate the end. .d...
embedvm/tests/test_extern.asm
tcr/avrvm
2
42403
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
programs/oeis/047/A047406.asm
karttu/loda
1
42405
<filename>programs/oeis/047/A047406.asm ; A047406: Numbers that are congruent to {4, 6} mod 8. ; 4,6,12,14,20,22,28,30,36,38,44,46,52,54,60,62,68,70,76,78,84,86,92,94,100,102,108,110,116,118,124,126,132,134,140,142,148,150,156,158,164,166,172,174,180,182,188,190,196,198,204,206,212,214,220,222,228 mov $1,$0 gcd $0,2 m...
test/jump.asm
Kylogias/jdh-8
911
42408
<gh_stars>100-1000 ; TEST ; a = 0x03 ; b = 0x04 ; d = 0xFF ; z = 0x00 jmp [_c] _a: mw a, 0x02 _b: mw a, 0x03 jmp [_e] _c: mw b, 0x04 jmp [_a] _d: mw c, 0x05 _e: mw d, 0xFF lda [_g] jnz d _f: mw d, 0xEE _g: mw z, 0x00 lda [_f] jnz z halt
tests/issue72/1.asm
NullMember/customasm
414
42409
<reponame>NullMember/customasm<gh_stars>100-1000 #ruledef { ld {value} => 0x00 @ value`8 ld ({addr}) => 0xff @ addr`16 } ld 0x00 ; = 0x0000 ld (0x1234) ; = 0xff1234 ld ((0x1234)) ; = 0xff1234 ld 0x11 + 0x11 ; = 0x0022 ld (0x11) + 0x11 ; = 0x0022 ld ((0x11) + 0x11) ; = 0xff0022
Transynther/x86/_processed/P/_un_/i3-7100_9_0x84_notsx.log_2_534.asm
ljhsiun2/medusa
9
42411
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xb958, %rbp nop nop nop nop nop xor %r12, %r12 mov (%rbp), %r11w nop nop nop add %rsi, %rsi lea addresses_WC_ht+0x1b878, %rsi lea addresses_WC_ht+0x18fb8, %rd...
oeis/111/A111431.asm
neoneye/loda-programs
11
42412
<reponame>neoneye/loda-programs<filename>oeis/111/A111431.asm ; A111431: a(n) = Fibonacci(tribonacci(n)). ; 0,0,1,1,1,3,13,233,46368,701408733,37889062373143906,6161314747715278029583501626149,818706854228831001753880637535093596811413714795418360007,955620997609204752896986850849030784038174487916669186294134525152075...
libsrc/zx81/psg_init.asm
teknoplop/z88dk
0
42413
; ; ZX81 specific routines ; by <NAME>, Fall 2013 ; ; int psg_init(); ; ; Set up the PSG ; ; ; $Id: psg_init.asm,v 1.2 2013/11/18 14:00:22 stefano Exp $ ; XLIB psg_init psg_init: ld e,@01010101 xor a ; R0: Channel A frequency low bits call outpsg ld e,a ld d,12 psg_iniloop: inc...
data/pokemon/dex_entries/jigglypuff.asm
Dev727/ancientplatinum
28
42414
<filename>data/pokemon/dex_entries/jigglypuff.asm<gh_stars>10-100 db "BALLOON@" ; species name dw 108, 120 ; height, weight db "It rolls its cute" next "eyes as it sings a" next "soothing lullaby." page "Its gentle song" next "puts anyone who" next "hears it to sleep.@"
oeis/267/A267924.asm
neoneye/loda-programs
11
42418
<filename>oeis/267/A267924.asm ; A267924: Decimal representation of the n-th iteration of the "Rule 245" elementary cellular automaton starting with a single ON (black) cell. ; 1,3,27,123,507,2043,8187,32763,131067,524283,2097147,8388603,33554427,134217723,536870907,2147483643,8589934587,34359738363,137438953467,549755...
oeis/054/A054616.asm
neoneye/loda-programs
11
42419
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A054616: a(n) = Sum_{d|n} phi(d)*9^(n/d). ; Submitted by <NAME> ; 0,9,90,747,6660,59085,532350,4783023,43053480,387422001,3486843810,31381059699,282430082700,2541865828437,22876797238470,205891132215735,1853020231912080,16677181699666713,150094635685484490,1350851717672...
programs/oeis/310/A310372.asm
karttu/loda
0
42420
; A310372: Coordination sequence Gal.4.52.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,4,10,14,18,22,28,32,36,42,46,50,54,60,64,68,74,78,82,86,92,96,100,106,110,114,118,124,128,132,138,142,146,150,156,160,164,170,174,178,182,1...
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/asprintf.asm
jpoikela/z88dk
640
42421
; int asprintf (char **ptr, const char *format, ...) SECTION code_clib SECTION code_stdio PUBLIC _asprintf EXTERN asm_asprintf _asprintf: push ix call asm_asprintf pop ix ret
tests/data execute.asm
Liqi1003/lc3_vscode
2
42423
.ORIG x3000 ; TEST: Jump to data & Running into data BRn DATA_INSIDE_CODE ADD R0, R1, #0 DATA_INSIDE_CODE .FILL x0000 .STRINGZ "STRING" .END
libsrc/_DEVELOPMENT/sound/sn76489/c/sccz80/PSGCancelLoop.asm
ahjelm/z88dk
640
42424
; void PSGCancelLoop(void) SECTION code_clib SECTION code_PSGlib PUBLIC PSGCancelLoop EXTERN asm_PSGlib_SFXCancelLoop defc PSGCancelLoop = asm_PSGlib_SFXCancelLoop ; SDCC bridge for Classic IF __CLASSIC PUBLIC _PSGCancelLoop defc _PSGCancelLoop = PSGCancelLoop ENDIF
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_609.asm
ljhsiun2/medusa
9
42425
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r13 push %r14 push %rax push %rbp push %rdi push %rdx push %rsi // Load mov $0xdf8, %r14 nop nop nop nop nop dec %r13 mov (%r14), %edx nop nop nop nop add $15554, %rdi // Faulty Load lea addresses_D+0xb9f8, %r13 nop and $...
src/isa/avx/masm/nearbyint.asm
jepler/aocl-libm-ose
66
42426
<gh_stars>10-100 ; ; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. 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 notic...
playground/CmdMisc.asm
Dark-Tater/XSharp
0
42427
<filename>playground/CmdMisc.asm ; namespace DebugStub ; function Ping { ; Ds2Vs.Pong ; AL = 13 Mov AL, 0xD ; ComWriteAL() ; } ; function TraceOn { ; Tracing.On ; .TraceMode = 1 Mov DWORD [DebugStub_Var_TraceMode], 0x1 ; } ; function TraceOff { ; Tracing.Off ; .TraceMode = 0 M...
programs/oeis/342/A342023.asm
neoneye/loda
22
42430
; A342023: a(n) = 1 if there is a prime p such that p^p divides n, otherwise 0. ; 0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1 lpb $0 seq $0,85731 ; Greatest comm...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_341.asm
ljhsiun2/medusa
9
42431
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x190c2, %r8 nop nop nop nop nop and $64980, %rdx mov $0x6162636465666768, %rbp movq %rbp, (%r8) nop nop nop nop add $9334, %r8 lea addresses_D_ht+0x62c6, %r10 nop nop sub %rdi...
AOC/Meus Exercicios/Aula9/exercicio2.asm
joao-frohlich/BCC
10
42432
.data n_text: .asciiz "Insira valor de n: " ans_text: .asciiz "Fat(n): " .text # <NAME> .globl main main: li $t1, 1 # contador li $s1, 1 # valor base li $v0, 4 # call code para print_str la $a0, n_text # carregando str para arg da syscall syscall li $v0, 5 # call code para read_int sys...
chapter_02/hello.asm
GeertArien/low-level-programming
0
42433
<reponame>GeertArien/low-level-programming global _start section .data message: db 'hello, world!', 10 section .text _start: mov rax, 1 mov rdi, 1 mov rsi, message mov rdx, 14 syscall
libsrc/stdio/ansi/mc1000/f_ansi_char.asm
RC2014Z80/z88dk
8
42434
; ; ANSI Video handling for the CCE MC-1000 (in ZX Spectrum style) ; ; ** alternate (smaller) 4bit font capability: ; ** use the -DPACKEDFONT flag ; ; set it up with: ; .text_cols = max columns ; .text_rows = max rows ; .DOTS+1 = char size ; .font = font file ; ; Display a char in location (ansi_ROW),(ansi_COLUMN) ...
programs/oeis/309/A309214.asm
jmorken/loda
1
42435
<gh_stars>1-10 ; A309214: a(0)=0; thereafter a(n) = a(n-1)+n if a(n-1) even, otherwise a(n) = a(n-1)-n. ; 0,1,-1,-4,0,5,-1,-8,0,9,-1,-12,0,13,-1,-16,0,17,-1,-20,0,21,-1,-24,0,25,-1,-28,0,29,-1,-32,0,33,-1,-36,0,37,-1,-40,0,41,-1,-44,0,45,-1,-48,0,49,-1,-52,0,53,-1,-56,0,57,-1,-60,0,61,-1,-64,0,65,-1,-68,0,69,-1,-72,0,7...
report/compositional_decompilation/inc/2_lit_review/elf_plt.asm
decomp/doc
23
42436
<reponame>decomp/doc plt: .resolve: push [got_plt.link_map] jmp [got_plt.dl_runtime_resolve] .printf: jmp [got_plt.printf] .resolve_printf: push dynsym.printf_idx jmp .resolve .exit: jmp [got_plt.exit] .resolve_exit: push dynsym.exit_idx jmp .resolve
oeis/103/A103813.asm
neoneye/loda-programs
11
42437
<gh_stars>10-100 ; A103813: Partial sums of A102370. ; Submitted by <NAME> ; 0,3,9,14,18,33,43,52,60,71,85,98,126,149,167,184,200,219,241,262,282,313,339,364,388,415,445,506,550,589,623,656,688,723,761,798,834,881,923,964,1004,1047,1093,1138,1198,1253,1303,1352,1400,1451,1505,1558,1610,1673 lpb $0 mov $1,$0 sub $0...
Quiz and Lab Assessment/Solution/1.asm
NazimKamolHasan/CSE331L-Section-1-Fall20-NSU
0
42440
<filename>Quiz and Lab Assessment/Solution/1.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 Data Segment str1 db 'MADAM','$' strlen1 dw $-str1 strrev db 20 dup(' ') str_palin db 'String is Palindrome.','$' str_not_palin d...
src/boot/boot.asm
karlek/lapis
1
42441
<filename>src/boot/boot.asm bits 16 MULTIBOOT_ORG: equ 0x100000 extern main ; We have to do the switch to long mode in our dynamically loaded kernel code, ; since we have too many bytes of data/code to fit before the magic boot ; marker. The total size of the page table are 4096*4 = 16KB. %include "src/boot/long_mod...
Library/Trans/Graphics/Vector/EPS/Export/exportPath.asm
steakknife/pcgeos
504
42442
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: PostScript translation library FILE: exportPath.asm AUTHOR: <NAME>, Jan 25, 1993 ROUTINES: Name Description ---- ----------- REVISION...
shellcodes/x64/exit/exit.asm
bplinux/asm
0
42443
;--------------------------------- ;<EMAIL> ; ;this is used to terminate the ;process and group cleanly ;--------------------------------- [BITS 64] EXIT_GROUP equ 231 EXIT equ 60 segment .text global _start _start: xor rax, rax mov al, EXIT_GROUP xor rdi, rdi syscall xor rax, rax mov al, EXIT xor rdi, rdi...
source/commands/let.asm
paulscottrobson/Atomic-Basic-2
0
42444
; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : let.asm ; Purpose : Assignment Statement ; Date : 25th July 2019 ; Author : <NAME> (<EMAIL>) ; ; ****************...
Lab 6/Lab_6.asm
Vladicka/Assembler
0
42445
<reponame>Vladicka/Assembler dividing macro xor dl, dl div cx add dl, 48 endm data segment sum dw 2 buff db ? data ends Serial_Experiments segment Masami: assume cs:Serial_Experiments, ds:data mov ax, data mov ds, ax xor ax, ax mov ah, 2 mov dx, 1 mov cx, 1 Lain: ...
programs/oeis/269/A269416.asm
neoneye/loda
22
42447
; A269416: Expansion of 3*(2 - x)/((1 - x)*(1 + x)^2). ; 6,-9,15,-18,24,-27,33,-36,42,-45,51,-54,60,-63,69,-72,78,-81,87,-90,96,-99,105,-108,114,-117,123,-126,132,-135,141,-144,150,-153,159,-162,168,-171,177,-180,186,-189,195,-198,204,-207,213,-216,222,-225,231,-234,240 mov $1,$0 div $1,2 add $1,2 add $1,$0 mov $2,-1 ...
mc-sema/validator/x86/tests/MOVSSmr.asm
randolphwong/mcsema
2
42448
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; convert 1 to a single precision float and store in xmm0 mov ecx, 1 cvtsi2ss xmm0, ecx ;TEST_BEGIN_RECORDING ; load 1 in single floating point form lea ecx, [esp-8] movss [ecx], xmm0 ; value should appear in eax for testing m...
MdePkg/Library/BaseLib/Arm/GetInterruptsState.asm
nicklela/edk2
3,861
42449
;------------------------------------------------------------------------------ ; ; GetInterruptState() function for ARM ; ; Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> ; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Pate...
Library/Trans/Graphics/Bitmap/Pcx/Import/importMain.asm
steakknife/pcgeos
504
42451
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Impex- Pcx Graphics Translation Library FILE: importMain.asm AUTHOR: <NAME> 2/92 ROUTINES: Name Description ---- ----------- GLB Trans...
programs/oeis/023/A023856.asm
jmorken/loda
1
42452
<filename>programs/oeis/023/A023856.asm ; A023856: a(n) = 1*(n+1-1) + 2*(n+1-2) + ... + k*(n+1-k), where k = floor((n+1)/2). ; 2,3,10,13,28,34,60,70,110,125,182,203,280,308,408,444,570,615,770,825,1012,1078,1300,1378,1638,1729,2030,2135,2480,2600,2992,3128,3570,3723,4218,4389,4940,5130,5740,5950,6622,6853,7590,7843,864...
oeis/157/A157460.asm
neoneye/loda-programs
11
42453
<filename>oeis/157/A157460.asm ; A157460: Expansion of 88*x^2 / (1-483*x+483*x^2-x^3). ; Submitted by <NAME> ; 0,88,42504,20486928,9874656880,4759564129320,2294100035675448,1105751457631436704,532969908478316815968,256890390135091073859960,123820635075205419283684840,59681289215858877003662233008,2876625758140890351034...
efi/efi.asm
hakonmagnus/ether
2
42454
<reponame>hakonmagnus/ether<gh_stars>1-10 ;=============================================================================| ; _______ _________ _______ _______ | ; ( ____ \\__ __/|\ /|( ____ \( ____ ) | ; | ( \/ ) ( | ) ( || ( \...
bmpbuttons.asm
Repmov/GPUHeatMonitor
0
42455
;################################################################################### BmpButnProc2 proc hWin :DWORD, uMsg :DWORD, wParam :DWORD, lParam :DWORD LOCAL hBmpU :DWORD LOCAL hBmpD :DWORD LOCAL hImage2 :DWORD LOCAL hParen...
fx/pixel.asm
simondotm/fast-vgm
2
42456
<gh_stars>1-10 ; Pixel FX .fx_pixel_start ; fn to set pixel so we can overload at runtime .fx_pixel_plot ; (A,X) = (x,y) { JMP fx_pixel_set } .fx_pixel_plot_xy ; (X,Y) where 128,128 is top left { TXA:PHA SEC SBC #128 CMP #GRID_W BCC no_clip_x PLA ; discard RTS ; X&Y still preserved .no_c...
BasiliskII/src/AmigaOS/asm_support.asm
jvernet/macemu
940
42457
<reponame>jvernet/macemu * * asm_support.asm - AmigaOS utility functions in assembly language * * Basilisk II (C) 1997-2001 <NAME> * * This program 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 versio...
EE2024Asmt1S2AY201718/Debug/main.asm
martyn-wong/EE2024
0
42459
<gh_stars>0 1 .syntax unified 2 .cpu cortex-m3 3 .fpu softvfp 4 .eabi_attribute 20, 1 5 .eabi_attribute 21, 1 6 .eabi_attribute 23, 3 7 .eabi_attribute 24, 1 8 .eabi_attribute ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_601.asm
ljhsiun2/medusa
9
42460
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r9 push %rbp push %rbx push %rcx push %rdx // Load lea addresses_WC+0x1b22b, %r9 nop inc %r10 mov (%r9), %r12 sub %r12, %r12 // Load lea addresses_WT+0x1649b, %r12 nop nop add %rcx, %rcx mov (%r12), %e...
sources/ippcp/asm_intel64/pcpaesgcme9as.asm
ntyukaev/ipp-crypto
30
42461
;=============================================================================== ; Copyright 2014-2020 Intel Corporation ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apa...
programs/oeis/275/A275795.asm
karttu/loda
0
42462
<filename>programs/oeis/275/A275795.asm<gh_stars>0 ; A275795: The x members of the positive proper solutions (x = x2(n), y = y2(n)) of the second class for the Pell equation x^2 - 2*y^2 = +7^2. ; 11,57,331,1929,11243,65529,381931,2226057,12974411,75620409,440748043,2568867849,14972459051,87265886457,508622859691,296447...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_949.asm
ljhsiun2/medusa
9
42463
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x2132, %rsi lea addresses_A_ht+0xebf2, %rdi nop nop nop sub %r12, %r12 mov $57, %rcx rep movsl sub %rdx, %rdx lea addresses_normal_ht+0xe9b2, %r14 sub %r8, %r8 ...
base/boot/detect/i386/hwmisca.asm
npocmaka/Windows-Server-2003
17
42464
title "Misc. Support Routines" ;++ ; ; Copyright (c) 1989 Microsoft Corporation ; ; Module Name: ; ; misca.asm ; ; Abstract: ; ; Procedures to correctly touch I/O registers. ; ; Author: ; ; <NAME> (shielint) Dec-23-1991 ; ; Environment: ; ; x86 real mode. ; ; Revision History:...
programs/oeis/229/A229151.asm
neoneye/loda
22
42465
<reponame>neoneye/loda<filename>programs/oeis/229/A229151.asm ; A229151: a(n) = n^8*(5*n+4). ; 0,9,3584,124659,1572864,11328125,57106944,224827239,738197504,2109289329,5400000000,12647173979,27518828544,56285419749,109208390144,202468359375,360777252864,620842412249,1035876294144,1681372741059,2662400000000,41226916703...
programs/oeis/245/A245403.asm
neoneye/loda
22
42466
<reponame>neoneye/loda<filename>programs/oeis/245/A245403.asm ; A245403: Number of nonnegative integers with property that their base 10/9 expansion (see A024664) has n digits. ; 10,10,10,10,10,10,10,10,10,10,20,20,20,20,20,30,30,30,40,40,50,50,60,60,70,80,90,100,110,120,130,150,160,180,200,220,250,280,310,340,380,420,...
oeis/117/A117898.asm
neoneye/loda-programs
11
42467
; A117898: Number triangle 2^abs(L(C(n,2)/3) - L(C(k,2)/3))*[k<=n] where L(j/p) is the Legendre symbol of j and p. ; 1,1,1,2,2,1,1,1,2,1,1,1,2,1,1,2,2,1,2,2,1,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,2,2,1,2,2,1,2,2,1,1,1,2,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,2,1,1,2,2,1,2,2,1,2,2,1,2,2,1,1,1,2,1,1,2,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,2 lp...
oeis/000/A000023.asm
neoneye/loda-programs
11
42468
<filename>oeis/000/A000023.asm ; A000023: Expansion of e.g.f. exp(-2*x)/(1-x). ; Submitted by <NAME>(s2) ; 1,-1,2,-2,8,8,112,656,5504,49024,491264,5401856,64826368,842734592,11798300672,176974477312,2831591702528,48137058811904,866467058876416,16462874118127616,329257482363600896,6914407129633521664,1521169568519416709...
gas/linux/x86/votacion/vote.asm
AdrianArroyoCalle/asm-demos
1
42469
.global _vote _vote2: pushl %ebp /* Save EBP */ movl %esp, %ebp /* Move ESP (where parameters go) to EBP */ movl 8(%ebp), %eax /* Move C -> EAX(C) */ orl 16(%ebp), %eax /* OR A, EAX(C) -> EAX(C | A) */ movl %eax, %edx /* Move EAX(C | A) -> EDX(C | A) */ andl 12(%ebp),%edx /* AND B, EDX(C | A) -> EDX(B & (...
programs/oeis/281/A281787.asm
neoneye/loda
22
42470
; A281787: a(n) = sum of all numbers between 1 and 10^n that are divisible by 3 or 5. ; 23,2318,233168,23331668,2333316668,233333166668,23333331666668,2333333316666668,233333333166666668,23333333331666666668,2333333333316666666668,233333333333166666666668,23333333333331666666666668,2333333333333316666666666668,23333333...
asm/io.asm
Artentus/a32emu
1
42471
UART_DATA_IN = 0x004 ; read-only UART_DATA_OUT = 0x005 ; write-only UART_INPUT_COUNT = 0x006 ; read-only UART_OUTPUT_COUNT = 0x007 ; read-only ; serial_read_byte(): u8 serial_read_byte: .wait: in t0, [UART_INPUT_COUNT] test t0 br.z .wait in a0, [UART_DATA_IN] ret 0 ; s...
oeis/097/A097538.asm
neoneye/loda-programs
11
42472
; A097538: Subtract 2 from primes == 3 (mod 4). ; Submitted by <NAME> ; 1,5,9,17,21,29,41,45,57,65,69,77,81,101,105,125,129,137,149,161,165,177,189,197,209,221,225,237,249,261,269,281,305,309,329,345,357,365,377,381,417,429,437,441,461,465,477,485,489,497,501,521,545,561,569,585,597,605 mov $2,36 mul $2,$0 mov $4,2 lp...
stuff/Remaining semesters/LEDNEW.asm
geojoyce/geojoyce.github.io
0
42474
<filename>stuff/Remaining semesters/LEDNEW.asm<gh_stars>0 LIST P=16F877a #include p16f877a.inc BSF STATUS,RP0 BCF STATUS,RP1 MOVLW 0X00 MOVWF TRISB BCF STATUS,RP0 BCF STATUS,RP1 LOOP: MOVLW 0XFF MOVWF PORTB CALL DELAY MOVLW 0X00 MOVWF PORTB CALL DELAY GOTO LOOP DELAY: MOVLW 0X05 MOV...
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_40_1615.asm
ljhsiun2/medusa
9
42475
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0xde00, %rsi nop nop nop nop xor $38172, %r14 mov $0x6162636465666768, %r8 movq %r8, %xmm6 and $0xffffffffffffffc0, %rsi vmovaps %ymm6, (%rsi) cmp %rcx, %rcx lea addresses_normal_ht+0x18...
libtool/src/gmp-6.1.2/mpn/ia64/aors_n.asm
kroggen/aergo
1,602
42477
<filename>libtool/src/gmp-6.1.2/mpn/ia64/aors_n.asm dnl IA-64 mpn_add_n/mpn_sub_n -- mpn addition and subtraction. dnl Contributed to the GNU project by <NAME>. dnl Copyright 2003-2005, 2010, 2011 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free soft...
programs/oeis/138/A138693.asm
neoneye/loda
22
42478
; A138693: Numbers of the form 110 + p^2. (where p is a prime). ; 114,119,135,159,231,279,399,471,639,951,1071,1479,1791,1959,2319,2919,3591,3831,4599,5151,5439,6351,6999,8031,9519,10311,10719,11559,11991,12879,16239,17271,18879,19431,22311,22911,24759,26679,27999,30039 seq $0,6005 ; The odd prime numbers together wit...
oeis/182/A182866.asm
neoneye/loda-programs
11
42479
; A182866: Number of edges in the n^2 X n^2 Sudoku graph. ; Submitted by <NAME>(s1) ; 0,56,810,4992,20000,61560,158466,358400,734832,1395000,2488970,4219776,6854640,10737272,16301250,24084480,34744736,49076280,68027562,92720000,124467840,164799096,215477570,278525952,356250000,451263800,566516106,705317760 mov $2,$0 a...
Testing/insert_sort.asm
DW0RKiN/M4_FORTH
2
42481
ORG 0x8000 ; === b e g i n === ld (Stop+1), SP ; 4:20 init storing the original SP value when the "bye" word is used ld L, 0x1A ; 2:7 init Upper screen call 0x1605 ; 3:17 init Open channel ld HL, 60000 ; 3:10 init Init Return address...
Video005/Video005.asm
sonicspiral/N64_ASM_Videos
23
42483
// N64 Lesson 02 Simple Initialize arch n64.cpu endian msb output "Video005.N64", create // 1024 KB + 4 KB = 1028 KB fill $0010'1000 // Set ROM Size origin $00000000 base $80000000 include "../LIB/N64.INC" include "../LIB/N64_GFX.INC" include "../LIB/COLORS16.INC" include "N64_Header.asm" insert "../LIB/N64_BOOTCODE....
PRG/levels/Plains/5-3.asm
narfman0/smb3_pp1
0
42484
; Original address was $AC16 ; 5-3 beginning .word W503_InsideL ; Alternate level layout .word W503_InsideO ; Alternate object layout .byte LEVEL1_SIZE_01 | LEVEL1_YSTART_070 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG .byte LEVEL3_TILESET_01 | LEVEL3_VSCROLL_LOCKED | LEVEL3_PIP...
programs/oeis/202/A202198.asm
jmorken/loda
1
42485
<gh_stars>1-10 ; A202198: Number of (n+2) X 6 binary arrays avoiding patterns 001 and 101 in rows and columns. ; 756,2688,7560,18144,38808,76032,138996,240240,396396,628992,965328,1439424,2093040,2976768,4151196,5688144,7671972,10200960,13388760,17365920,22281480,28304640,35626500,44461872,55051164,67662336,82592928 m...
oeis/062/A062393.asm
neoneye/loda-programs
11
42486
; A062393: a(n) = n^5 - (n-1)^5 + (n-2)^5 - ... +(-1)^n*0^5. ; 0,1,31,212,812,2313,5463,11344,21424,37625,62375,98676,150156,221137,316687,442688,605888,813969,1075599,1400500,1799500,2284601,2869031,3567312,4395312,5370313,6511063,7837844,9372524,11138625,13161375,15467776,18086656,21048737,24386687,28135188,32330988,...
document/Elf_library_reduced/open_source_tools/ELFkickers/tiny/date.asm
unanao/Elfdbs
0
42487
;; date.asm: Copyright (C) 2001 by <NAME>, under the GNU General ;; Public License. No warranty. ;; ;; Usage: date [-u] [=UTIME] [+FORMAT] ;; ;; +FORMAT provides a format string to use to display the time. The ;; special sequences recognized are: ;; ;; %a %A %b %B %c %C %d %D %e %G %h %H %I %j %k %l %m %M %n %p %r ;; %...