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
Library/Chart/Series/seriesManager.asm
steakknife/pcgeos
504
201360
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: seriesManager.asm AUTHOR: <NAME>, Oct 8, 1991 REVISION HISTORY: Name Date Description ---- ---- ----------- John 10/ 8/91 Initial ...
programs/oeis/064/A064651.asm
neoneye/loda
22
201361
<reponame>neoneye/loda<gh_stars>10-100 ; A064651: a(n) = ceiling(a(n-1)/2) + a(n-2) with a(0)=0 and a(1)=1. ; 0,1,1,2,2,3,4,5,7,9,12,15,20,25,33,42,54,69,89,114,146,187,240,307,394,504,646,827,1060,1357,1739,2227,2853,3654,4680,5994,7677,9833,12594,16130,20659,26460,33889,43405,55592,71201,91193,116798,149592,191594,24...
tests/data/labels/projects/sjasmplus/general/main.asm
jacobly0/DeZog
93
201362
<filename>tests/data/labels/projects/sjasmplus/general/main.asm DEVICE NOSLOT64K SLDOPT COMMENT WPMEM, LOGPOINT, ASSERTION label_equ1: equ 100 MACRO m1 ld c,9 .mlocal: dec a ENDM ORG 0x8000 label1: nop label2: ld a,5 .locala: ld b,8 .localb: nop ; ASSERTION label3: m1 m1 label4: m1 label...
Working Disassembly/General/Sprites/Blaster/Map - Blaster.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
201363
; Blaster mappings dc.w word_89792-Map_Blaster dc.w word_897AC-Map_Blaster dc.w word_897C6-Map_Blaster dc.w word_897E0-Map_Blaster dc.w word_897E8-Map_Blaster dc.w word_897F0-Map_Blaster dc.w word_897F8-Map_Blaster dc.w word_89800-Map_Blaster dc.w word_89808-Map_Blaster dc.w word_89810-Map_Blaster ...
src/arch/x86_64/multiboot.asm
tanishq-dubey/kodoque
0
201364
section .multiboot_header header_start: dd 0xe85250d6 dd 0 dd header_end - header_start dd 0x100000000 - (0xe85250d6 + 0 + (header_end - header_start)) dw 0 dw 0 dd 8 header_end:
programs/oeis/082/A082073.asm
neoneye/loda
22
201365
; A082073: First difference set of primes with 4k+1 form: A002144. ; 8,4,12,8,4,12,8,12,16,8,4,8,4,24,12,8,16,8,12,4,32,4,8,16,12,8,4,12,20,4,20,12,4,20,16,8,4,8,12,12,16,8,4,48,12,20,16,12,8,16,8,12,4,24,12,8,12,4,24,8,24,24,4,8,4,24,12,12,8,24,4,20,4,48,8,4,12,24,20,12,4,8,12,16,12,8,24,4,12,8,12,24,28,12,8,12,4,12,8...
data/pokemon/base_stats/banette.asm
AtmaBuster/pokeplat-gen2
6
201366
db 0 ; species ID placeholder db 64, 115, 65, 65, 83, 63 ; hp atk def spd sat sdf db GHOST, GHOST ; type db 45 ; catch rate db 179 ; base exp db NO_ITEM, SPELL_TAG ; items db GENDER_F50 ; gender ratio db 25 ; step cycles to hatch INCBIN "gfx/pokemon/banette/front.dimensions" db GROWTH_MEDIUM_FA...
oeis/025/A025929.asm
neoneye/loda-programs
11
201367
<reponame>neoneye/loda-programs ; A025929: Expansion of 1/((1-2x)(1-3x)(1-4x)(1-12x)). ; Submitted by <NAME> ; 1,21,307,3969,48979,593817,7152139,85937313,1031713507,12382483113,148597656571,1783203843057,21398575559635,256783429254009,3081403255517803,36976847527073601,443722204297332163,5324666587844940105,6389599960...
libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_01_scroll.asm
jpoikela/z88dk
640
201369
<reponame>jpoikela/z88dk SECTION code_driver SECTION code_driver_terminal_output PUBLIC zx_01_output_fzx_tty_z88dk_01_scroll EXTERN l_offset_ix_de, __fzx_puts_single_spacing EXTERN console_01_output_fzx_proc_line_spacing EXTERN console_01_output_fzx_proc_putchar_scroll zx_01_output_fzx_tty_z88dk_01_scroll: ; sc...
programs/oeis/036/A036430.asm
neoneye/loda
22
201371
<filename>programs/oeis/036/A036430.asm ; A036430: Number of iterations needed to reach 1 under the map n -> Omega(n). ; 0,1,1,2,1,2,1,2,2,2,1,2,1,2,2,3,1,2,1,2,2,2,1,3,2,2,2,2,1,2,1,2,2,2,2,3,1,2,2,3,1,2,1,2,2,2,1,2,2,2,2,2,1,3,2,3,2,2,1,3,1,2,2,3,2,2,1,2,2,2,1,2,1,2,2,2,2,2,1,2,3,2,1,3,2,2,2,3,1,3,2,2,2,2,2,3,1,2,2,3...
libsrc/target/pc88/graphics/getmaxx.asm
witchcraft2001/z88dk
1
201372
<filename>libsrc/target/pc88/graphics/getmaxx.asm INCLUDE "graphics/grafix.inc" MODULE pc88_getmaxx SECTION code_clib PUBLIC getmaxx PUBLIC _getmaxx EXTERN __pc88_gfxmode EXTERN __console_w .getmaxx ._getmaxx ld a,(__pc88_gfxmode) ld hl,639 and a ret z ; We must b...
oeis/081/A081284.asm
neoneye/loda-programs
11
201373
; A081284: An interleaved sequence of pyramidal and polygonal numbers. ; 0,1,1,6,7,22,27,62,77,147,182,308,378,588,714,1044,1254,1749,2079,2794,3289,4290,5005,6370,7371,9191,10556,12936,14756,17816,20196,24072,27132,31977,35853,41838,46683,53998,59983,68838,76153,86779,95634,108284,118910,133860,146510,164060,179010,19...
src/test/ref/const-parenthesis.asm
jbrandwood/kickc
2
201374
// Test parenthesising of constants // See https://gitlab.com/camelot/kickc/-/issues/470#note_356486132 // Commodore 64 PRG executable file .file [name="const-parenthesis.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$8...
programs/oeis/099/A099571.asm
neoneye/loda
22
201375
<filename>programs/oeis/099/A099571.asm ; A099571: Sum C(n-k+3,k), k=0..floor(n/2). ; 1,1,5,6,17,23,50,73,138,211,370,581,979,1560,2575,4135,6755,10890,17700,28590,46356,74946,121380,196326,317797,514123,832025,1346148,2178293,3524441,5702870,9227311,14930334,24157645,39088150,63245795 lpb $0 mov $2,$0 sub $0,1 ...
race.asm
palisv/x16-racer
0
201376
.ifndef RACE_ASM RACE_ASM=1 .include "vera.inc" .include "system.inc" .include "graphics.inc" .include "assets/mountains.inc" .include "assets/font_courier_new.inc" .include "assets/forest.inc" .include "assets/forest-inner.inc" .include "assets/car.inc" .include "assets/road.inc" .include "assets/pillar.inc" .includ...
dv3/qlsd/hd_check.asm
olifink/smsqe
0
201377
; DV3 QLSD Check for Open  2018 <NAME> section dv3 xdef qlsd_check xref hd_check include 'dev8_dv3_qlsd_keys' ;+++ ; DV3 QLSD check for open ; ; d1-d6 scratch ; d7 c p drive ID / number ; a0 c p channel block ; a1/a2 scratch ; a3 c p pointer to linkage block ; a4 c u pointer to physical definition ; ;...
oeis/142/A142742.asm
neoneye/loda-programs
11
201378
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A142742: Primes congruent to 15 mod 59. ; Submitted by <NAME> ; 251,487,1549,1667,2729,3083,3319,3673,4027,5443,6151,6269,6977,7213,7331,8039,8629,8747,9337,10163,10399,10753,11579,11933,12641,14057,14293,14411,15473,16063,16417,16889,17597,18541,19013,19249,19603,21019...
oeis/182/A182660.asm
neoneye/loda-programs
11
201379
; A182660: a(2^(k+1)) = k; 0 everywhere else. ; 0,0,0,0,1,0,0,0,2,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,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,5,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 lpb $0 add $1,1 mov $2,$0 dif $0,2 bin $2,2 lpe trn $1,$2 mov $...
oeis/142/A142038.asm
neoneye/loda-programs
11
201380
; A142038: Primes congruent to 9 mod 32. ; Submitted by <NAME> ; 41,73,137,233,457,521,617,809,937,1033,1097,1129,1193,1289,1321,1481,1609,1801,1993,2089,2153,2281,2377,2441,2473,2633,2729,2857,2953,3049,3209,3433,3529,3593,3881,4073,4201,4297,4457,4649,4937,4969,5417,5449,5641,5737,5801,5897,6089,6121,6217,6473,6569,6...
10-ilinux-elf/hello.asm
weimanzhou/ilinux
0
201382
<reponame>weimanzhou/ilinux [section .data] str_hello db "Hello, World!!!", 0 STRLEN equ $ - str_hello [section .text] global _start _start: mov edx, STRLEN mov ecx, str_hello mov ebx, 1 mov eax, 4 int 0x80 mov ebx, 0 mov eax, 1 int 0x80
base/ntos/ex/amd64/intrlock.asm
npocmaka/Windows-Server-2003
17
201386
title "Interlocked Support" ;++ ; ; Copyright (c) 2000 Microsoft Corporation ; ; Module Name: ; ; intrlock.asm ; ; Abstract: ; ; This module implements functions to support interlocked operations. ; ; Author: ; ; <NAME> (davec) 23-Jun-2000 ; ; Environment: ; ; Any mode. ; ;-- ...
programs/oeis/022/A022132.asm
jmorken/loda
1
201387
; A022132: Fibonacci sequence beginning 4, 13. ; 4,13,17,30,47,77,124,201,325,526,851,1377,2228,3605,5833,9438,15271,24709,39980,64689,104669,169358,274027,443385,717412,1160797,1878209,3039006,4917215,7956221,12873436,20829657,33703093,54532750,88235843,142768593 mov $1,4 mov $3,9 lpb $0 sub $0,1 mov $2,$1 mov ...
oeis/138/A138453.asm
neoneye/loda-programs
11
201389
; A138453: a(n) = ((n-th prime)^6-(n-th prime)^4))/2. ; Submitted by <NAME> ; 24,324,7500,57624,878460,2399124,12027024,23457780,73878024,297058020,443290080,1281926124,2373639240,3158972124,5387167824,11078235324,21084208140,25753264260,45219115524,64037436120,75652914024 seq $0,40 ; The prime numbers. mov $1,$0 pow ...
oeis/238/A238761.asm
neoneye/loda-programs
11
201390
<filename>oeis/238/A238761.asm<gh_stars>10-100 ; A238761: Subtriangle of the generalized ballot numbers, T(n,k) = A238762(2*k-1,2*n-1), 1<=k<=n, read by rows. ; Submitted by <NAME> ; 1,2,3,3,8,10,4,15,30,35,5,24,63,112,126,6,35,112,252,420,462,7,48,180,480,990,1584,1716,8,63,270,825,1980,3861,6006,6435,9,80,385,1320,35...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_5764_533.asm
ljhsiun2/medusa
9
201391
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x71f, %rcx nop nop xor $40273, %rbp and $0xffffffffffffffc0, %rcx movntdqa (%rcx), %xmm0 vpextrq $1, %xmm0, %r15 nop nop nop nop nop cmp $61199, %r8 lea addresses_WC_...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_899.asm
ljhsiun2/medusa
9
201392
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r8 push %rax push %rcx push %rdi push %rdx // Store mov $0x74e3cc0000000282, %r8 sub $9263, %rdx mov $0x5152535455565758, %rcx movq %rcx, (%r8) nop nop and %rdx, %rdx // Faulty Load lea addresses_D+0x1...
oeis/021/A021102.asm
neoneye/loda-programs
11
201393
; A021102: Decimal expansion of 1/98. ; 0,1,0,2,0,4,0,8,1,6,3,2,6,5,3,0,6,1,2,2,4,4,8,9,7,9,5,9,1,8,3,6,7,3,4,6,9,3,8,7,7,5,5,1,0,2,0,4,0,8,1,6,3,2,6,5,3,0,6,1,2,2,4,4,8,9,7,9,5,9,1,8,3,6,7,3,4,6,9,3,8,7,7,5,5,1,0,2,0,4,0,8,1,6,3,2,6,5,3 seq $0,83812 ; 4n-1 is the digit reversal of n-1. div $0,196 mod $0,10
Palmtree.Math.Core.Implements/vs_build/x86_Release/pmc_subtruct.asm
rougemeilland/Palmtree.Math.Core.Implements
0
201394
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\pmc_subtruct.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRT INCLUDELIB OLDNAMES PUBLIC _Subtruct_Imp PUBLIC _Init...
sw/programs/keyboard/main.asm
matejpolj/neorv32
0
201395
<reponame>matejpolj/neorv32 main.elf: file format elf32-littleriscv Disassembly of section .text: 00000000 <_start>: 0: 00000037 lui zero,0x0 00000004 <__crt0_pointer_init>: 4: 80002117 auipc sp,0x80002 8: ff810113 addi sp,sp,-8 # 80001ffc <__ctr0_io_space_begin+0x800021f...
oeis/010/A010522.asm
neoneye/loda-programs
11
201396
<reponame>neoneye/loda-programs ; A010522: Decimal expansion of square root of 70. ; 8,3,6,6,6,0,0,2,6,5,3,4,0,7,5,5,4,7,9,7,8,1,7,2,0,2,5,7,8,5,1,8,7,4,8,9,3,9,2,8,1,5,3,6,9,2,9,8,6,7,2,1,9,9,8,1,1,1,9,1,5,4,3,0,8,0,4,1,8,7,7,2,5,9,4,3,1,7,0,0,9,8,3,0,8,1,4,7,1,1,9,6,4,9,5,1,5,3,6,1 mov $1,1 mov $2,1 mov $3,$0 add $3...
Transynther/x86/_processed/AVXALIGN/_zr_un_/i7-7700_9_0x48.log_21829_1910.asm
ljhsiun2/medusa
9
201397
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rbx lea addresses_WC_ht+0x106c8, %r12 nop xor %r8, %r8 movb (%r12), %bl nop cmp %r8, %r8 pop %rbx pop %r8 pop %r12 ret .global s_faulty_load s_faulty_load: push %r12 push %r13 push %r9 push %rax push %rdi push %rsi // Store lea addresses_PSE+0x...
Source/HBIOS/kio.asm
vipoo/RomWBW
1
201398
<reponame>vipoo/RomWBW<filename>Source/HBIOS/kio.asm ;___KIO________________________________________________________________________________________________________________ ; ; Z80 KIO ; ; DISPLAY CONFIGURATION DETAILS ;_____________________________________________________________________________________________...
src/kernel.asm
dani3/EvOS
0
201399
<reponame>dani3/EvOS [BITS 32] global _start extern kernel_main CODE_SEG equ 0x08 DATA_SEG equ 0x10 _start: mov ax, DATA_SEG mov ds, ax mov es, ax mov fs, ax mov gs, ax mov ss, ax mov ebp, 0x00200000 mov esp, ebp ; Enable the A20 line in al, 0x92 ; Read from the processor...
asm/constants.asm
Threetwosevensixseven/NexCreator
7
201401
<gh_stars>1-10 ; constants.asm ; Testing PrintIPDPacket equ true ; UART UART_RxD equ $143B ; Also used to set the baudrate UART_TxD equ $133B ; Also reads status UART_SetBaud equ UART_RxD ; Sets baudrate U...
Library/Mailbox/Outbox/outboxThread.asm
steakknife/pcgeos
504
201402
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1994 -- All Rights Reserved PROJECT: Clavin MODULE: Outbox -- Transmit-thread Creation FILE: outboxThread.asm AUTHOR: <NAME>, Apr 29, 1994 ROUTINES: Name Description ---- ----------- EXT ...
data/mapObjects/SeafoamIslandsB4F.asm
AmateurPanda92/pokemon-rby-dx
9
201404
SeafoamIslandsB4F_Object: db $7d ; border block db 4 ; warps warp 20, 17, 5, SEAFOAM_ISLANDS_B3F warp 21, 17, 6, SEAFOAM_ISLANDS_B3F warp 11, 7, 1, SEAFOAM_ISLANDS_B3F warp 25, 4, 2, SEAFOAM_ISLANDS_B3F db 2 ; signs sign 9, 15, 4 ; SeafoamIslands5Text4 sign 23, 1, 5 ; SeafoamIslands5Text5 db 3 ; objects o...
42-Important-Mail-Organisation.size.asm
blueset/7bh-solutions
0
201405
<filename>42-Important-Mail-Organisation.size.asm -- 7 Billion Humans -- -- 42: Important Mail Organisation -- -- Size: 18/21 -- -- Speed: 440/285 -- mem1 = nearest wall mem3 = nearest shredder a: mem2 = nearest datacube step mem2 if s == shredder: end endif pickup c mem2 = calc myitem / 10 step mem3 b: if w != wall:...
c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAeabi.asm
ramok/Themis_ForHPSDR
0
201406
;;############################################################################# ;; FILE: CLAeabi.asm ;; ;; DESCRIPTION: This holds the .asg for EABI ;; ;; Group: C2000 ;; Target Family: C28x+CLA ;; ;;############################################################################# ;; $TI Release: CLA Math L...
oeis/114/A114378.asm
neoneye/loda-programs
11
201407
<reponame>neoneye/loda-programs ; A114378: Area of annuli of consecutive integer thickness. ; Submitted by <NAME> ; 3,25,84,201,392,678,1077,1608,2290,3141,4181,5428,6902,8620,10602,12867,15434,18321,21548,25132,29094,33451,38223,43429,49087,55216,61835,68964,76620,84823,93591,102943,112899,123477,134695,146574 add $0...
nine/prg_rom/animations.asm
sgadrat/nine-gine
6
201408
<gh_stars>1-10 ; ; State format ; Byte 0 - X lsb ; Byte 1 - X msb ; Byte 2 - Y lsb ; Byte 3 - Y msb ; Byte 4-5 - vector to animation data ; Byte 6 - direction of the animation (0 - natural, 1 - horizontally flipped) ; Byte 7 - tick number ; Byte 8 - index of the first OAM sprite to use ; Byte 9 - inde...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_764.asm
ljhsiun2/medusa
9
201410
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x39e6, %r15 clflush (%r15) nop nop nop nop mfence mov (%r15), %dx nop nop nop sub %r10, %r10 lea addresses_A_ht+0x3f96, %rsi lea addresses_WT_ht+0x10f96, %rdi nop nop dec %r1...
micro/bootloader.asm
zurgeg/gbtos_opensource
0
201411
mov ah, 0x0e mov al, '0' int 0x10 mov al, '0' int 0x10 mov al, '0' int 0x10 mov al, '0' int 0x10 mov al, 'B' int 0x10 mov al, 'C' int 0x10 mov al, 'O' int 0x10 mov al, 'D' int 0x10 mov al, 'E' int 0x10
programs/oeis/161/A161549.asm
karttu/loda
1
201414
<reponame>karttu/loda<filename>programs/oeis/161/A161549.asm ; A161549: a(n) = 2n^2 + 14n + 1. ; 1,17,37,61,89,121,157,197,241,289,341,397,457,521,589,661,737,817,901,989,1081,1177,1277,1381,1489,1601,1717,1837,1961,2089,2221,2357,2497,2641,2789,2941,3097,3257,3421,3589,3761,3937,4117,4301,4489,4681,4877,5077,5281,5489...
programs/oeis/131/A131091.asm
neoneye/loda
22
201415
<gh_stars>10-100 ; A131091: Partial sums of A131707. ; 1,2,5,12,19,20,29,38,45,48,51,60,61,62,65,72,79,80,89,98,105,108,111,120,121,122,125,132,139,140,149,158,165,168,171,180,181,182,185,192,199,200,209,218,225,228,231,240,241,242,245,252,259,260,269,278,285 mov $2,$0 add $2,1 mov $3,$0 lpb $2 mov $0,$3 sub $2,1 ...
Borland/CBuilder5/Source/RTL/source/math/ftol.asm
TrevorDArcyEvans/DivingMagpieSoftware
1
201416
;[]------------------------------------------------------------[] ;| FTOL.ASM -- Float to Long conversion | ;[]------------------------------------------------------------[] ; ; C/C++ Run Time Library - Version 10.0 ; ; Copyright (c) 1987, 2000 by Inprise Corporation ; All Ri...
source/system.asm
paulscottrobson/atari-cosmos
0
201417
; ********************************************************************************************************** ; ********************************************************************************************************** ; ; Utility and System Routines ; ; *********************************************************...
Driver/IFS/DOS/MS7/Common/dos7Virtual.asm
steakknife/pcgeos
504
201418
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: dosVirtual.asm AUTHOR: <NAME>, Feb 11, 1992 ROUTINES: Name Description ---- ----------- REVISION H...
programs/oeis/315/A315411.asm
jmorken/loda
1
201419
<reponame>jmorken/loda<filename>programs/oeis/315/A315411.asm ; A315411: Coordination sequence Gal.4.78.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,6,11,15,20,25,29,34,40,46,51,55,60,65,69,74,80,86,91,95,100,105,109,114,120,1...
src/matrix/mat_subtract_mv/src/mat_subtract_mv.asm
nikAizuddin/lib80386
4
201420
<filename>src/matrix/mat_subtract_mv/src/mat_subtract_mv.asm<gh_stars>1-10 ; 1 2 3 4 5 6 7 ;234567890123456789012345678901234567890123456789012345678901234567890 ;===================================================================== ; ; FUNCTION NAME: mat_subt...
libsrc/_DEVELOPMENT/arch/hbios/c/sdcc/hbios_a_de.asm
Frodevan/z88dk
640
201421
; uint8_t hbios_a_de(uint16_t func_device, uint16_t arg) SECTION code_clib SECTION code_arch PUBLIC _hbios_a_de EXTERN asm_hbios_a ._hbios_a_de pop af pop bc pop de push de push bc push af jp asm_hbios_a
sw/552tests/inst_tests/sle_6.asm
JPShen-UWM/ThreadKraken
1
201422
<gh_stars>1-10 // Original test: ./kohlmann/hw4/problem6/sle_5.asm // Author: kohlmann // Test source code follows // SLE Test 5 - Verify that SLE correctly compares a positive and a negative number. lbi r1, 0x80 // r1 = -16'd128 lbi r2, 0x20 // r2 = 16'd32 sle r3, r1, r2 // r3 should equal 1 sle r3, r2, r1 // r3 sho...
programs/oeis/013/A013636.asm
neoneye/loda
22
201423
; A013636: n*nextprime(n). ; 0,2,6,15,20,35,42,77,88,99,110,143,156,221,238,255,272,323,342,437,460,483,506,667,696,725,754,783,812,899,930,1147,1184,1221,1258,1295,1332,1517,1558,1599,1640,1763 mov $1,$0 seq $1,151800 ; Least prime > n (version 2 of the "next prime" function). mul $0,$1
samples/sms/common/tilemap_render.asm
0x8BitDev/MAPeD-SPReD
23
201424
;######################################################################## ; ; Tilemap renderer routines ; ; Copyright 2020 0x8BitDev ( MIT license ) ; ;######################################################################## ; Supported options: ; ; - Tiles 4x4 / 2x2 ; - Data order: Columns ; - Layout: ; ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21_1476.asm
ljhsiun2/medusa
9
201425
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r8 push %r9 push %rax push %rcx lea addresses_WT_ht+0x12a8b, %r13 nop nop xor $46921, %r8 movb (%r13), %cl nop nop nop xor %rcx, %rcx lea addresses_D_ht+0x8543, %r12 nop nop nop nop dec %rax mov (%r12), %r11 nop nop nop dec %r8 lea address...
programs/oeis/189/A189050.asm
neoneye/loda
22
201426
; A189050: a(n) = if n even then P((n-2)/2)+P(n/2) otherwise 3*P((n+1)/2)+P((n-1)/2) where P(i) are the Pell numbers (A000129). ; 3,1,7,3,17,7,41,17,99,41,239,99,577,239,1393,577,3363,1393,8119,3363,19601,8119,47321,19601,114243,47321,275807,114243,665857,275807,1607521,665857,3880899,1607521,9369319,3880899,22619537,9...
programs/quake/q1source/QW/client/r_aliasa.asm
chaos4ever/chaos-old
0
201427
.386P .model FLAT externdef _d_zistepu:dword externdef _d_pzbuffer:dword externdef _d_zistepv:dword externdef _d_zrowbytes:dword externdef _d_ziorigin:dword externdef _r_turb_s:dword externdef _r_turb_t:dword externdef _r_turb_pdest:dword externdef _r_turb_spancount:dword externdef _r_turb_turb:d...
programs/oeis/025/A025725.asm
neoneye/loda
22
201428
<filename>programs/oeis/025/A025725.asm ; A025725: Index of 7^n within sequence of numbers of form 7^i*8^j. ; 1,2,4,7,11,16,22,29,37,46,56,67,79,92,106,121,136,152,169,187,206,226,247,269,292,316,341,367,394,422,451,481,511,542,574,607,641,676,712,749,787,826,866,907,949,992,1036,1080,1125,1171,1218,1266,1315,1365,1416...
Aurora/Aurora/x64/Debug/serial.asm
manaskamal/aurora-xeneva
8
201429
<filename>Aurora/Aurora/x64/Debug/serial.asm ; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1 include listing.inc INCLUDELIB LIBCMT INCLUDELIB OLDNAMES PUBLIC ?initialize_serial@@YAXXZ ; initialize_serial PUBLIC ?write_serial@@YAXD@Z ; write_serial PUBLIC ?debug_serial@@YAXPEAD@Z ...
source_cpc/Source/EG_Display3.asm
kieranhj/edge-beeb
0
201433
<reponame>kieranhj/edge-beeb .InitDisplay ; ***** this routine no longer used, left here for reference ***** ; score update moved to interupt and updates much more often, so initialisation no longer required ; lives display is updated 'fast enough' with normal display update, so ultimately this is not really required ...
EjerciciosClase/ejerBE02a.asm
adeandak/OPC
0
201434
<filename>EjerciciosClase/ejerBE02a.asm TITLE ejerBC02a ; Segundo Programa Analizado ; Irvine Library procedures and functions INCLUDE \masm32\Irvine\Irvine32.inc INCLUDELIB \masm32\Irvine\Irvine32.lib INCLUDELIB \masm32\Irvine\User32.lib INCLUDELIB \masm32\Irvine\Kernel32.lib ; End Irvine .DATA Uvecto...
oeis/321/A321531.asm
neoneye/loda-programs
11
201435
; A321531: a(n) is the maximum number of distinct directions between n non-attacking rooks on an n X n chessboard. ; 0,1,2,4,6,8,11,14,18,23 mov $2,$0 add $2,8 bin $2,3 div $2,27 mov $0,$2 sub $0,2
oeis/072/A072638.asm
neoneye/loda-programs
11
201436
<filename>oeis/072/A072638.asm ; A072638: Number of unary-binary rooted trees of height at most n. ; Submitted by <NAME> ; 0,1,3,10,66,2278,2598060,3374961778891,5695183504492614029263278,16217557574922386301420536972254869595782763547560 lpb $0 sub $0,1 add $2,2 bin $2,2 lpe mov $0,$2
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1698.asm
ljhsiun2/medusa
9
201437
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x105b4, %rsi lea addresses_WT_ht+0x4f54, %rdi nop nop nop nop sub $3376, %r11 mov $45, %rcx rep movsl nop nop nop nop cmp $6107, %r15 pop %rsi pop %rdi pop %rcx pop %r15 pop %r11 ret .global s_faulty...
windows/core/ntgdi/gre/i386/line.asm
npocmaka/Windows-Server-2003
17
201441
<filename>windows/core/ntgdi/gre/i386/line.asm page ,132 ;------------------------------Module-Header----------------------------; ; Module Name: line.asm ; ; Routines for drawing line DDAs for 8BPP ; ; Created: 10-DEC-1993 ; Author: <NAME> ; ; Copyright (c) 1993-1999 Microsoft Corporation ;----------...
data/pokemon/dex_entries/victreebel.asm
Dev727/ancientplatinum
28
201442
<gh_stars>10-100 db "FLYCATCHER@" ; species name dw 507, 340 ; height, weight db "Once ingested into" next "this #MON's" next "body, even the" page "hardest object" next "will melt into" next "nothing.@"
source/words/arithmetic/binary.asm
paulscottrobson/rpl-65
1
201443
<gh_stars>1-10 ; ****************************************************************************** ; ****************************************************************************** ; ; Name : binary.asm ; Purpose : Simple Binary Functions ; Author : <NAME> (<EMAIL>) ; Created : 12th November 2019 ; ; *************...
oeis/122/A122649.asm
neoneye/loda-programs
11
201444
<filename>oeis/122/A122649.asm ; A122649: Difference between the double factorial of the n-th nonnegative odd number and the double factorial of the n-th nonnegative even number. ; Submitted by <NAME> ; 0,1,7,57,561,6555,89055,1381905,24137505,468934515,10033419375,234484536825,5943863027025,162446292283275,47619542306...
oeis/171/A171547.asm
neoneye/loda-programs
11
201445
<filename>oeis/171/A171547.asm ; A171547: Decimal expansion of sqrt(3/14). ; Submitted by <NAME> ; 4,6,2,9,1,0,0,4,9,8,8,6,2,7,5,7,3,0,7,8,3,2,8,3,3,8,8,2,9,1,9,9,9,7,6,1,2,6,4,6,5,7,4,5,0,5,0,4,1,6,7,6,1,0,6,9,3,6,6,8,1,7,1,2,7,2,1,1,5,5,2,6,9,8,8,8,6,0,3,1,2,2,4,2,8,8,2,9,2,1,9,0,0,4,0,0,7,3,1,1 mov $1,1 mov $2,1 mo...
print-3/code/print0.asm
varmfskii/coco
0
201447
print0: ;; modify PRINT@ limit ldx #255 stx $a558 ; limit leax VIDRAM,x ; adjust back to memory location stx $a55f ; adjusts ;; modify CLS end stx $a932 ; cls end ;; modify CHROUT limit stx $a347 ; memory location limit leax -31,x ; beginning of last line stx $a354 ; scroll limit ;; set cursor at top of scr...
Midterm1/17-4.asm
ShruKin/Microprocessor-and-Microcontroller-Lab
0
201448
LXI H,2000 LXI D,2100 MVI C,05 // no of elements LOOP: MOV A,M MOV B,A ANI 01 JZ EVEN MOV A,B STAX D INX D EVEN: INX H DCR C JNZ LOOP HLT
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_atan2_callee.asm
jpoikela/z88dk
38
201449
; float atan2(float y, float x) __z88dk_callee SECTION code_clib SECTION code_fp_math48 PUBLIC cm48_sdccix_atan2_callee, l0_cm48_sdccix_atan2_callee EXTERN am48_atan2, cm48_sdccixp_dcallee2, cm48_sdccixp_m482d cm48_sdccix_atan2_callee: call cm48_sdccixp_dcallee2 ; AC'= y ; AC = x l0_cm48_sdccix_atan...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1313.asm
ljhsiun2/medusa
9
201450
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1d11, %r10 nop add $50935, %r8 mov (%r10), %r13w nop nop nop nop nop xor %r11, %r11 lea addresses_D_ht+0x16891, %rdi nop nop nop nop nop cmp $32480, %r11 mov (...
KernelLand/Kernel/arch/x86/common.inc.asm
thepowersgang/acess2
58
201451
%macro PUSH_CC 0 ; Don't bother being too picky, just take the time pusha %endmacro %macro PUSH_SEG 0 push ds push es push fs push gs mov ax, 0x10 mov ds, ax mov es, ax mov fs, ax mov gs, ax %endmacro %macro POP_CC 0 popa %endmacro %macro POP_SEG 0 pop gs pop fs pop es pop ds %endmacro
programs/oeis/028/A028250.asm
jmorken/loda
1
201452
; A028250: Sequence arising in multiprocessor page migration. ; 2,5,7,10,12,15,17,20,23,25,28,30,33,35,38,40,43,46,48,51,53,56,58,61,64,66,69,71,74,76,79,81,84,87,89,92,94,97,99,102,105,107,110,112,115,117,120,122,125,128,130,133,135,138,140,143,146,148,151,153,156,158,161,163 mov $2,$0 lpb $0 sub $0,1 add $1,5 lp...
sound/sfxasm/A9.asm
NatsumiFox/Sonic-3-93-Nov-03
7
201453
<gh_stars>1-10 A9_Header: sHeaderInit ; Z80 offset is $D494 sHeaderPatch A9_Patches sHeaderTick $01 sHeaderCh $01 sHeaderSFX $80, $05, A9_FM5, $00, $03 A9_FM5: sPatFM $00 ssModZ80 $01, $01, $0C, $01 A9_Loop1: dc.b nC0, $0B sLoop $00, $02, A9_Loop1 sStop A9_Patches: ; Patch $00 ; $FA ; $20, $30, ...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1242.asm
ljhsiun2/medusa
9
201454
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r14 push %r8 push %r9 push %rax push %rsi // Store lea addresses_normal+0x8c90, %r14 and $27154, %r8 mov $0x5152535455565758, %r12 movq %r12, %xmm4 vmovups %ymm4, (%r14) and %r9, %r9 // Store lea addre...
programs/oeis/118/A118607.asm
neoneye/loda
22
201455
<filename>programs/oeis/118/A118607.asm ; A118607: Start with 1 and repeatedly reverse the digits and add 18 to get the next term. ; 1,19,109,919,937,757,775,595,613,334,451,172,289,1000,19,109,919,937,757,775,595,613,334,451,172,289,1000,19,109,919,937,757,775,595,613,334,451,172,289,1000,19,109,919,937,757,775,595,61...
libsrc/stdio/zx81/getk.asm
andydansby/z88dk-mk2
1
201456
<filename>libsrc/stdio/zx81/getk.asm ; ; ZX81 Stdio ; ; getk() Read key status ; ; <NAME> - 8/5/2000 ; ; ; $Id: getk.asm,v 1.4 2007/10/25 17:10:54 stefano Exp $ ; XLIB getk LIB zx81toasc XREF restore81 .getk call restore81 call 699 ld a,h add a,2 ld b,h ld c,l ld a,0 jr c,nokey call 1981 ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1362.asm
ljhsiun2/medusa
9
201457
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xb74a, %rsi lea addresses_normal_ht+0xef4a, %rdi nop inc %rbx mov $4, %rcx rep movsb nop nop nop nop add $33034, %rbp lea addresses_normal_ht+0x921a, %rsi lea addresses_D_ht+0...
Examples/ch06/Finite.asm
satadriver/LiunuxOS
0
201458
TITLE Finite State Machine (Finite.asm) ; This program implements a finite state machine that ; accepts an integer with an optional leading sign. ; Last update: 1/27/02 INCLUDE Irvine32.inc .data ENTER_KEY = 13 InvalidInputMsg BYTE "Invalid input",0dh,0ah,0 .code main PROC call Clrscr ...
kernel/watchdog.asm
TheMachine02/Sorcery
14
201459
define KERNEL_WATCHDOG_HEARTBEAT $008000 ; 1s heartbeat define KERNEL_WATCHDOG_COUNTER $F10000 define KERNEL_WATCHDOG_LD $F10004 define KERNEL_WATCHDOG_RST $F10008 define KERNEL_WATCHDOG_CTRL $F1000C define KERNEL_WATCHDOG_ISR $F10010 define KERNEL_WATCHDOG_ICR $F10014 define KERNEL_WATCHDOG_ILR $F10018 ...
Miscelaneo/Ejemplos/Ejemplos ASM 8086 - NASM/04vector.asm
Savantage/ORGACOMPUTER
0
201460
;*************************************************************************** ; vector.asm ; Ejercicio que llena un vector ingresando datos por telcado y luego imprime ; Objetivos ; - definir un vector con times y resb ; - manejar un vector usando formula (i-1)*longElem ; - usar printf con varios parametros de distinto ...
src/ui_clock.asm
grantperry/elec342-alarm-clock
0
201461
<reponame>grantperry/elec342-alarm-clock print_date_time_display: rcall print_time rcall print_date rcall print_alarm_status ret print_time: push r16 push r25 ldi r25, 0x00 rcall LCD_Position pop r25 rcall getState sbrc r16, 2 ; 2 12/24 hour mode (12:high, 24:low) rjmp print_time_12 print_time_24: rca...
audio/music/dancinghall.asm
Dev727/ancientplatinum
28
201462
Music_DancingHall: musicheader 3, 1, Music_DancingHall_Ch1 musicheader 1, 2, Music_DancingHall_Ch2 musicheader 1, 3, Music_DancingHall_Ch3 db $3 Music_DancingHall_Ch1: tempo 208 volume $77 stereopanning $f notetype $6, $b7 note __, 3 dutycycle $0 Music_DancingHall_branch_ef9d3: notetype $c, $b7 callchanne...
Driver/Printer/Ascii/Diablo/diablo630Info.asm
steakknife/pcgeos
504
201463
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Diablo Daisy Wheel driver FILE: diablo630Info.asm AUTHOR: <NAME>, 27 Mar 1990 REVISION HISTORY: Name Date Description ---- ---- -...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_482.asm
ljhsiun2/medusa
9
201464
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0xe1a7, %rsi nop nop nop nop xor $22762, %r12 movups (%rsi), %xmm1 vpextrq $1, %xmm1, %r8 sub %rax, %rax lea addresses_normal_ht+0xcd99, %rsi lea addr...
dv3/msd/umap.asm
olifink/smsqe
0
201466
; DV3 MSDOS Map Update V3.00  1993 <NAME> section dv3 xdef msd_umap xdef msd_setmu xref dv3_psector include 'dev8_dv3_keys' include 'dev8_keys_dos' include 'dev8_dv3_msd_keys' ;+++ ; DV3 MSDOS Map Update ; ; d0 r physical sector to write ; d1 cr operation status, 0 on first call, 0 when done ; d7 c ...
CS270/Assignment7/simpleprog.asm
BookerLoL/UWLCourses
0
201467
# MIPS Simple Program # <NAME> # begin data segment .data reverse: .asciiz "The array in reverse is: " # 1st message of the program .align 2 # align data segment after each string num: .word 5 # hold user ...
time.asm
Sriram567/xv6_modified
0
201468
<filename>time.asm _time: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "user.h" #include "fcntl.h" #include "fs.h" int main(int argc, char * argv[]) { 0: f3 0f 1e fb endbr32 4: 8d 4c 24 04 lea 0x4(%esp),%ecx 8: 83 e4 f0 and $0xf...
programs/oeis/275/A275709.asm
neoneye/loda
22
201469
<reponame>neoneye/loda ; A275709: a(n) = 2*n^3 + 3*n^2. ; 0,5,28,81,176,325,540,833,1216,1701,2300,3025,3888,4901,6076,7425,8960,10693,12636,14801,17200,19845,22748,25921,29376,33125,37180,41553,46256,51301,56700,62465,68608,75141,82076,89425,97200,105413,114076,123201,132800,142885,153468,164561,176176,188325,201020,2...
08/FunctionCalls/StaticsTest/StaticsTest.asm
JurajX/Nand2Tetris
0
201470
@256 D=A @SP M=D @Sys.init$ret.0 D=A @SP AM=M+1 A=A-1 M=D @LCL D=M @SP AM=M+1 A=A-1 M=D @ARG D=M @SP AM=M+1 A=A-1 M=D @THIS D=M @SP AM=M+1 A=A-1 M=D @THAT D=M @SP AM=M+1 A=A-1 M=D @5 D=A @0 D=D+A @SP D=M-D @ARG M=D @SP D=M @LCL M=D @Sys.init 0; JMP (Sys.init$ret.0) (Class2.set) @ARG A=M D=M @SP AM=M+1 A=A-1 M=D @SP AM=...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_719.asm
ljhsiun2/medusa
9
201471
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x1d888, %r15 nop nop add %rdi, %rdi mov (%r15), %rcx nop nop xor %rdi, %rdi lea addresses_WC_ht+0x1c410, %rdi nop nop nop xor $32014, %r13 mov $0x6162636465666768, %rax movq %r...
src/main/fragment/mos6502-common/vwsm1=vwsm2_minus_vbsaa.asm
jbrandwood/kickc
2
201472
sta $fe ora #$7f bmi !+ lda #0 !: sta $ff lda {m2} sec sbc $fe sta {m1} lda {m2}+1 sbc $ff sta {m1}+1
CPU/cpu_test/test_storage/1_I_load.asm
SilenceX12138/MIPS-Microsystems
55
201473
#initial lui $1,0x2819 ori $1,$1,0x9384 lui $2,0x7cfd ori $2,$2,0x5738 lui $3,0x883c ori $3,$3,0x8847 lui $4,0x9382 ori $4,$4,0xacfe sw $1,0($0) sw $2,4($0) sw $3,8($0) sw $4,12($0) #lh ori $5,$0,5 addi $5,$5,1 lh $1,0($5) ori $6,$0,6 ori $7,$0,7 lh $2,2($6) xori $5,$2,0x8846 addiu $7,$7,1 lui $4,0xfffe xor $4,$5,$4 lh...
Transynther/x86/_processed/NC/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_417.asm
ljhsiun2/medusa
9
201474
<filename>Transynther/x86/_processed/NC/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_417.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x879a, %rsi lea addresses_WC_ht+0xc19a, %rdi inc %r9 mov $105, %rcx rep ...
unittests/ASM/Primary/Primary_99_2.asm
cobalt2727/FEX
628
201475
<reponame>cobalt2727/FEX %ifdef CONFIG { "RegData": { "RBP": "0xFFFFFFFFFFFFFFFF", "RSI": "0xFFFFFFFFFFFFFFFF", "RDI": "0xFFFFFFFF", "RSP": "0xFFFFFFFF", "R8": "0xFFFF", "R9": "0xFFFF", "R10": "0x01", "R11": "0x0", "R12": "0x01", "R13": "0x0", "R14": "0x01", "R15":...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1865.asm
ljhsiun2/medusa
9
201476
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x15c15, %rsi lea addresses_A_ht+0x19395, %rdi nop nop xor $26934, %rax mov $64, %rcx rep movsb nop nop nop sub $24428, %rbp lea addresses_normal_ht+0x180d5, %rdi cmp $46958, %r14 mov (%...
tests/nasm/fpu_m80.asm
brenden7158/v86
12,700
201477
<reponame>brenden7158/v86<filename>tests/nasm/fpu_m80.asm global _start section .data align 16 %include "header.inc" push 1 push 0 push 0 fld tword [esp-8] %include "footer.inc"
Samples/x86/ByInstruction/Adc.asm
thiscouldbebetter/Disassembler
0
201478
<filename>Samples/x86/ByInstruction/Adc.asm db 'adc ax ax',0 adc ax, ax db 'adc ax bx',0 adc ax, bx db 'adc ax cx',0 adc ax, cx db 'adc ax dx',0 adc ax, dx db 'adc bx ax',0 adc bx, ax db 'adc bx bx',0 adc bx, bx db 'adc bx cx',0 adc bx, cx db 'adc bx dx',0 adc bx, dx db 'adc cx ax',0 adc cx, ax db...
src/ft_strcmp.asm
codenamenadja/c-libs-libasm
0
201479
<reponame>codenamenadja/c-libs-libasm<gh_stars>0 section .text global ft_strcmp ft_strcmp: xor rax, rax xor rbx, rbx loop: xor al, al lodsb mov bl, byte [rdi] inc rdi cmp bl, al jne fin cmp bl, 0 je fin jmp loop fin: sub rbx, rax mov rax, rbx ret