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
Palmtree.Math.Core.Implements/vs_build/x64_Debug/pmc_shift.asm
rougemeilland/Palmtree.Math.Core.Implements
0
42610
; 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 01H __1887E5...
data/super_palettes.asm
adhi-thirumala/EvoYellow
0
42611
SuperPalettes: ; PAL_ROUTE RGB 31, 31, 31 RGB 22, 25, 19 RGB 16, 21, 30 RGB 00, 00, 00 ; PAL_PALLET RGB 31, 31, 31 RGB 27, 28, 31 RGB 15, 20, 31 RGB 00, 00, 00 ; PAL_VIRIDIAN RGB 31, 31, 31 RGB 24, 28, 19 RGB 15, 20, 31 RGB 00, 00, 00 ; PAL_PEWTER RGB 31, 31, 31 RGB 24, 24, 24 RGB 15, 20, 31 RGB ...
maps/FastShipCabins_NNW_NNE_NE.asm
Dev727/ancientplatinum
28
42612
<reponame>Dev727/ancientplatinum object_const_def ; object_event constants const FASTSHIPCABINS_NNW_NNE_NE_COOLTRAINER_M const FASTSHIPCABINS_NNW_NNE_NE_COOLTRAINER_F const FASTSHIPCABINS_NNW_NNE_NE_SUPER_NERD const FASTSHIPCABINS_NNW_NNE_NE_POKEFAN_M const FASTSHIPCABINS_NNW_NNE_NE_SAILOR const FASTSHIPCABINS_N...
CISP 310/M7 - Arrays/A8_GreaterThan.asm
gb-camera/college-hw
0
42613
<reponame>gb-camera/college-hw ; CISP 310 - <NAME> ; Assignment 8 - Greater Than ; 11/09/2020 INCLUDE io.h .DATA ; data numbers DWORD 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 arraySize DWORD ? biggerThan DWORD ? ; program variables prompt1 BYTE "Enter array size (up to 10)", 0 prompt2 BYTE "Enter number (up to 9)", 0 string BY...
oeis/267/A267580.asm
neoneye/loda-programs
11
42614
<gh_stars>10-100 ; A267580: Binary representation of the middle column of the "Rule 167" elementary cellular automaton starting with a single ON (black) cell. ; Submitted by <NAME> ; 1,11,110,1101,11010,110101,1101011,11010111,110101110,1101011101,11010111011,110101110111,1101011101111,11010111011111,110101110111111,11...
sw/552tests/rand_simple/t_1_sle.asm
JPShen-UWM/ThreadKraken
1
42615
<reponame>JPShen-UWM/ThreadKraken<gh_stars>1-10 // seed 1 lbi r0, 179 // icount 0 slbi r0, 131 // icount 1 lbi r1, 193 // icount 2 slbi r1, 136 // icount 3 lbi r2, 181 // icount 4 slbi r2, 112 // icount 5 lbi r3, 12 // icount 6 slbi r3, 109 // icount 7 lbi r4, 21 // icount 8 slbi r4, 187 // icount 9 lbi r5, 204 // icou...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_825.asm
ljhsiun2/medusa
9
42616
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x32ad, %r11 nop inc %r14 movb $0x61, (%r11) nop dec %rbp lea addresses_D_ht+0x197ad, %r13 nop nop cmp %rdx, %rdx mov $0x6162636465666768, %rbx movq %rbx, ...
ASM/src/drop_overrides/obj_comb.asm
Vodzilla/OoT-Randomizer
0
42617
;Hook to c function to drop our collectible for beehives ;put actor in a0 ;put current params into a1. obj_comb_hook: or a1, a2, r0 jal obj_comb_drop_collectible or a0, r0, a3 ; copy actor point from a3 to a0. lw ra, 0x0014(sp) jr ra addiu sp, sp, 0x20 ;Hook to c function to draw beehive textures ObjComb_Draw_Hook: a...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_414.asm
ljhsiun2/medusa
9
42618
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_414.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r8 push %rax push %rbx push %rdx lea addresses_WT_ht+0xe77d, %rdx nop nop sub %r8, %r8 movb $0x61, (%rdx) nop and $61365, %r13 lea addresses_D_ht+0xab0d, %rdx ...
programs/oeis/051/A051879.asm
neoneye/loda
22
42619
<filename>programs/oeis/051/A051879.asm<gh_stars>10-100 ; A051879: Partial sums of A051798. ; 1,14,69,224,574,1260,2478,4488,7623,12298,19019,28392,41132,58072,80172,108528,144381,189126,244321,311696,393162,490820,606970,744120,904995,1092546,1309959,1560664 mov $1,1 lpb $0 mov $2,$0 sub $0,1 seq $2,51798 ; a(n...
Examples/conversion-routines/fpubcd2hex.asm
agguro/linux-nasm
6
42620
;name: fpubcdtohex.asm ; ;description: Convert a bcd number from memory into hexadecimal using the fpu. ; The buffer to store the hexadecimal must be 64 bits (8 bytes) long. ; The bcd value must be stored as 10 bytes. ; The byte at the highest address is the sign byte, either 0x00 fo...
programs/oeis/127/A127778.asm
karttu/loda
1
42621
<gh_stars>1-10 ; A127778: Triangle T(n,k) = A002411(k) read by rows. ; 1,1,6,1,6,18,1,6,18,40,1,6,18,40,75,1,6,18,40,75,126,1,6,18,40,75,126,196,1,6,18,40,75,126,196,288 cal $0,2260 ; Triangle read by rows: T(n,k) = k for n >= 1, k = 1..n. mov $1,$0 pow $0,3 pow $1,2 sub $1,2 add $1,$0 div $1,2 add $1,1
kernel.asm
Ghazal-S/Project2
0
42622
<gh_stars>0 kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 .byte 0xe4 8010000c <...
src/BgTile.asm
fdwr/BgMapper
1
42623
<reponame>fdwr/BgMapper ;Tile translating, savestate loading, palette converting... ;------------------------------ ; SavestateParse ; RenderCompleteScene ; RenderBg.Bitplane ; RenderBg.Mode7 ; RenderSpriteLayer ; BlitTileImage ; BlitTileImage.SetSize ; ConvertToLinear.Mode7 ; ConvertToLinear.Bitplan...
libsrc/stdio/z9001/generic_console.asm
jpoikela/z88dk
0
42626
; ; PUBLIC generic_console_cls PUBLIC generic_console_vpeek PUBLIC generic_console_scrollup PUBLIC generic_console_printc PUBLIC generic_console_ioctl PUBLIC generic_console_set_ink PUBLIC generic_console_set_paper PUBLIC generic...
tests/testsuite-2.15/petscii-src/cia1tab.asm
meesokim/chips-test
330
42628
*= $0801 .BYTE $4C,$14,$08,$00,$97 TURBOASS = 780 .TEXT "780" .BYTE $2C,$30,$3A,$9E,$32,$30 .BYTE $37,$33,$00,$00,$00 LDA #1 STA TURBOASS JMP MAIN PRINT .BLOCK PLA STA PRINT0+1 PLA ...
oeis/201/A201006.asm
neoneye/loda-programs
11
42630
; A201006: The Isis problem : Array a(i,j) (by antidiagonals) of differences between area and perimeter of rectangle with sides (i,j). ; Submitted by <NAME>(s4) ; -3,-4,-4,-5,-4,-5,-6,-4,-4,-6,-7,-4,-3,-4,-7,-8,-4,-2,-2,-4,-8,-9,-4,-1,0,-1,-4,-9,-10,-4,0,2,2,0,-4,-10,-11,-4,1,4,5,4,1,-4,-11,-12,-4,2,6,8,8,6,2,-4,-12,-1...
hw3/start.asm
ss8651twtw/Unix-Programming
19
42631
extern main extern exit section .text global _start _start: mov rdi, [rsp] ; argc lea rsi, [rsp+8] ; argv call main mov rdi, rax ; exit code call exit ret
src/asm/kernel.asm
tongko/SimpleOS
0
42632
[bits 32] global kernel_main:function (kernel_main.end - kernel_main) extern _term_writestring extern _term_init extern _term_scroll SECTION .text align=16 ; section number 1, code kernel_main:; Function begin enter 0, 0 call _term_init push version call _term_writestring add esp, 4 push cp...
oeis/295/A295312.asm
neoneye/loda-programs
11
42634
; A295312: a(n) = A062401(n) / A295310(n) = phi(sigma(n)) / gcd(n, phi(sigma(n))). ; Submitted by <NAME> ; 1,1,2,3,2,2,4,1,4,3,4,1,6,4,8,15,6,4,8,3,16,6,8,2,6,6,16,6,8,4,16,9,16,9,16,2,18,8,8,3,12,16,20,6,8,12,16,5,36,6,8,21,18,16,24,4,32,12,16,4,30,16,16,63,24,8,32,9,32,24,24,4,36,18,4,12,32,8,32,3,110,18,24,8,36,20,3...
oeis/283/A283505.asm
neoneye/loda-programs
11
42635
<filename>oeis/283/A283505.asm ; A283505: Binary representation of the x-axis, from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 641", based on the 5-celled von Neumann neighborhood. ; Submitted by <NAME>(s1.) ; 1,0,101,11,10111,1111,1011111,111111...
engine/16/table_functions.asm
Ebernacher90/pokecrystal-allworld
0
42636
<filename>engine/16/table_functions.asm INCLUDE "engine/16/macros.asm" ; Note: ID = 8-bit ID used in memory, etc.; index = true 16-bit index into tables _GetPokemonIndexFromID:: ___conversion_table_load wPokemonIndexTable, MON_TABLE _GetPokemonIDFromIndex:: ___conversion_table_store wPokemonIndexTable, MON_TABLE ...
data/tilesets/tower_collision.asm
Dev727/ancientplatinum
28
42637
tilecoll WALL, WALL, WALL, WALL ; 00 tilecoll WALL, WALL, WALL, WALL ; 01 tilecoll FLOOR, FLOOR, FLOOR, LADDER ; 02 tilecoll FLOOR, FLOOR, FLOOR, LADDER ; 03 tilecoll WALL, WALL, WALL, FLOOR ; 04 tilecoll WALL, WALL, FLOOR, FLOOR ; 05 tilecoll WALL, WALL, FLOOR, WALL ; 06 tilecoll WALL, WALL, WALL, WALL ; 07 t...
programs/oeis/255/A255433.asm
neoneye/loda
22
42638
; A255433: a(n) = Product_{k=0..n} (k^3+1). ; 1,2,18,504,32760,4127760,895723920,308129028480,158070191610240,115391239875475200,115506631115350675200,153854832645647099366400,266015005644323834804505600,584700982406223788900303308800,1605004196705084300531332582656000 mov $2,1 lpb $0 mov $1,$0 sub $0,1 pow $1,3...
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_20347_995.asm
ljhsiun2/medusa
9
42639
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x16e68, %rsi lea addresses_D_ht+0xe078, %rdi nop nop nop cmp %rdx, %rdx mov $28, %rcx rep movsw nop inc %rax lea addresses_normal_ht+0x11938, %r11 nop nop xor $20872, %r...
Validate_Greek_Tax_Identification_Numbers.asm
Stathislyb/Assembly_Projects
0
42640
TITLE MYPROGRAM DEDOMENA SEGMENT afmarray DB 9 dup(0) validafm DB 0 validafmmsg DB 10,13,"To AFM einai eguro$" invalidafmmsg DB 10,13,"To AFM den einai eguro$" promptmsg DB "Parakalw eisagete AFM : $" DEDOMENA ENDS KODIKAS SEGMENT ARXH: MOV AX,DEDOMENA MOV DS,AX ...
Laboratorio/Relatorio_08/Resposta Rel_08/prog22.asm
0Augusto/hello-world
1
42641
<filename>Laboratorio/Relatorio_08/Resposta Rel_08/prog22.asm # Variaveis associadas aos registradores: # endBase -> $16 # k -> $17 # x -> $18 # y -> $19 .data x: .word -2 y: .word 30 .text .globl main main: addi $8, $0, 0x1001 # t0 = 0x00001001 sll $16, $8, 0x10 # t0 = 0x10010000 lw $18, 0x0($16) # x ...
libsrc/target/sam/graphics/w_xorpixl.asm
ahjelm/z88dk
640
42642
SECTION code_clib PUBLIC w_xorpixel EXTERN xor_MODE0 EXTERN xor_MODE2 EXTERN xor_MODE3 EXTERN xor_MODE4 EXTERN __zx_screenmode defc NEEDxor = 1 w_xorpixel: ld a,(__zx_screenmode) and a jp z,xor_MODE0 dec a jp z,xor_MODE2 dec ...
Library/GrObj/Pointer/pointerRotate.asm
steakknife/pcgeos
504
42644
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: ptr.asm AUTHOR: <NAME>, Nov 15, 1989 ROUTINES: Name Description ---- ----------- REVISION HISTORY:...
oeis/088/A088958.asm
neoneye/loda-programs
11
42646
; A088958: Numbers n such that 60*n+1 is prime. ; Submitted by <NAME> ; 1,3,4,7,9,10,11,17,20,22,23,27,29,30,31,36,37,38,39,42,50,51,52,53,55,56,59,67,70,71,74,76,77,80,81,85,88,92,93,94,95,97,98,102,105,106,107,108,111,113,114,116,122,126,127,128,129,135,136,137,141,142,143,144,146,147,149,150,153,154,157,160,161,162,...
PRG/levels/Ice/6-6.asm
narfman0/smb3_pp1
0
42648
; Original address was $B931 ; 6-6 entrance .word W606_UnderL ; Alternate level layout .word W606_UnderO ; Alternate object layout .byte LEVEL1_SIZE_04 | LEVEL1_YSTART_180 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_03 | LEVEL3_VSCROLL_LOCKED | LEVEL3_PIPENOTEXIT .byte LEVEL4_...
oeis/323/A323775.asm
neoneye/loda-programs
11
42649
; A323775: a(n) = Sum_{k = 1...n} k^(2^(n - k)). ; Submitted by <NAME> ; 1,3,8,30,359,72385,4338080222,18448597098193762732,340282370354622283774333836315916425069,115792089237316207213755562747271079374483128445080168204415615259394085515423 add $0,1 mov $2,$0 mov $0,1 lpb $2 mov $3,$2 pow $3,$0 mul $0,2 add ...
libsrc/sdcard/osca/sd_deselect_card.asm
andydansby/z88dk-mk2
1
42650
; ; Old School Computer Architecture - SD Card driver ; Taken from the OSCA Bootcode by <NAME> 2011 ; ; Ported by <NAME>, 2012 ; ; Deselect the sdcard ; AF holds the result code of the previous operations and must be preserved. ; ; $Id: sd_deselect_card.asm,v 1.1 2012/07/10 05:55:38 stefano Exp $ ; XLIB sd_deselect_...
oeis/221/A221963.asm
neoneye/loda-programs
11
42651
<reponame>neoneye/loda-programs ; A221963: Number of -4..4 arrays of length n with the sum ahead of each element differing from the sum following that element by 4 or less. ; Submitted by <NAME> ; 9,81,369,2241,12609,73089,419841,2419713,13930497,80230401,462012417,2660655105,15322038273,88236228609,508131934209,292621...
oeis/083/A083744.asm
neoneye/loda-programs
11
42652
; A083744: a(1) = 1; if a(n-1) + n is composite then a(n) = a(n-1) + n, else a(n) = a(n-1). ; Submitted by <NAME> ; 1,1,4,8,8,14,21,21,30,40,51,63,76,90,105,121,138,156,175,195,216,238,261,285,310,336,363,391,420,450,481,513,546,580,615,651,688,726,765,805,846,888,931,975,1020,1066,1113,1161,1210,1260,1311,1363,1416,14...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1774.asm
ljhsiun2/medusa
9
42653
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x6475, %rsi lea addresses_normal_ht+0x631d, %rdi clflush (%rsi) xor %r9, %r9 mov $57, %rcx rep movsw nop nop nop nop nop cmp $62422, %rsi lea addresses_WT_ht+0x1389d, %r11...
oeis/333/A333884.asm
neoneye/loda-programs
11
42655
<filename>oeis/333/A333884.asm ; A333884: Difference between smallest cube > n and n. ; Submitted by <NAME>(s1) ; 1,7,6,5,4,3,2,1,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,61,60,59,58,57,56,55,54,53,52,51,50,49,4...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_489.asm
ljhsiun2/medusa
9
42656
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %rax push %rbx push %rsi lea addresses_WT_ht+0x1691e, %r11 nop nop nop nop dec %rsi mov $0x6162636465666768, %rbx movq %rbx, (%r11) nop nop and %r15, %r15 lea addresses_WT_ht+0x831e, %rax nop nop nop nop add $37781, %r10 movb $0x61, (%rax) ...
wof/dbg.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
42657
copyright zengfr site:http://github.com/zengfr/romhack 0007CE move.b #$8, ($0,A0) 0007D4 movea.l ($4,A0), A1 0007D8 movea.l ($c,A0), A4 0007DC move A4, USP 0007DE move #$0, SR 0007E2 jmp (A1) 0007E4 movem.l D0-D7/A0-A6, -(A7) 0007E8 trap #$0 0007EA movem.l (A7)+, D0-D7/A0-A6 0007EE rts ...
lock_system.asm
elissabk/Automated-Healthcare-Center
0
42658
; Copyright 2020 <NAME> ; 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.apache.org/licenses/LICENSE-2.0 ; Unless required by applicable law or agreed to in writi...
oeis/160/A160637.asm
neoneye/loda-programs
11
42659
<reponame>neoneye/loda-programs ; A160637: Hankel transform of A114464(n+1). ; 1,1,-2,-8,-32,-128,1024,16384,262144,4194304,-134217728,-8589934592,-549755813888,-35184372088832,4503599627370496,1152921504606846976,295147905179352825856,75557863725914323419136,-38685626227668133590597632,-39614081257132168796771975168,-...
libsrc/_DEVELOPMENT/l/sccz80/5-z80/i64/l_i64_lneg.asm
ahjelm/z88dk
640
42661
<filename>libsrc/_DEVELOPMENT/l/sccz80/5-z80/i64/l_i64_lneg.asm SECTION code_l_sccz80 PUBLIC l_i64_lneg EXTERN __i64_acc ; Entry: hl = number to lneg l_i64_lneg: ld hl,__i64_acc ld a,(hl) inc hl or (hl) inc hl or (hl) inc hl or (hl) inc hl o...
coverage/PENDING_SUBMIT/amdvlk/0609-COVERAGE-instruction-simplify-4452/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
42662
<filename>coverage/PENDING_SUBMIT/amdvlk/0609-COVERAGE-instruction-simplify-4452/work/variant/1_spirv_asm/shader.frag.asm<gh_stars>0 ; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 75 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" ...
oeis/005/A005019.asm
neoneye/loda-programs
11
42663
<reponame>neoneye/loda-programs ; A005019: The number of n X n (0,1)-matrices with a 1-width of 1. ; Submitted by <NAME> ; 1,7,169,14911,4925281,6195974527,30074093255809,568640725896660991,42170765737391337500161,12325140160135610565932361727,14244006984657003076298588475598849 mov $2,$0 mov $0,2 add $2,1 pow $0,$2 m...
demos/win32/DEMO4/demo4.asm
gbmaster/nasmx
18
42665
<filename>demos/win32/DEMO4/demo4.asm ;// DEMO4.ASM ;// ;// Copyright (C)2005-2011 The NASMX Project ;// ;// This is a fully UNICODE aware, typedefined demo that demonstrates ;// using NASMX typedef system to make your code truly portable between ;// 32 and 64-bit systems using either ASCII or UNICODE ;// ;// C...
Source/Levels/L0104.asm
AbePralle/FGB
0
42666
<reponame>AbePralle/FGB ; L0104.asm Spring ; Generated 09.06.2000 by mlevel ; Modified 09.06.2000 by <NAME> INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" ;--------------------------------------------------------------------- SECTION "Level0104Section",ROMX ;---------------------------------------------------...
data/pokemon/base_stats/burmy.asm
AtmaBuster/pokeplat-gen2
6
42667
db 0 ; species ID placeholder db 40, 29, 45, 36, 29, 45 ; hp atk def spd sat sdf db BUG, BUG ; type db 120 ; catch rate db 45 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 15 ; step cycles to hatch INCBIN "gfx/pokemon/burmy/front.dimensions" db GROWTH_MEDIUM_FAST ; gro...
programs/oeis/157/A157129.asm
neoneye/loda
22
42668
<reponame>neoneye/loda ; A157129: An analog of the Kolakoski sequence A000002, only now a(n) = (length of n-th run divided by 2) using 1 and 2 and starting with 1,1. ; 1,1,2,2,1,1,1,1,2,2,2,2,1,1,2,2,1,1,2,2,1,1,1,1,2,2,2,2,1,1,1,1,2,2,2,2,1,1,2,2,1,1,1,1,2,2,2,2,1,1,2,2,1,1,1,1,2,2,2,2,1,1,2,2,1,1,2,2,1,1,1,1,2,2,2,2...
programs/oeis/022/A022398.asm
jmorken/loda
1
42669
; A022398: Fibonacci sequence beginning 1, 28. ; 1,28,29,57,86,143,229,372,601,973,1574,2547,4121,6668,10789,17457,28246,45703,73949,119652,193601,313253,506854,820107,1326961,2147068,3474029,5621097,9095126,14716223,23811349,38527572,62338921,100866493,163205414,264071907,427277321,691349228,1118626549,1809975777,2928...
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_406.asm
ljhsiun2/medusa
9
42670
<filename>Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_406.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xc786, %rsi lea addresses_UC_ht+0xed46, %rdi nop nop nop nop and $19972, %rbp mov $1, %rcx ...
programs/oeis/130/A130750.asm
karttu/loda
0
42672
<reponame>karttu/loda ; A130750: Binomial transform of A010882. ; 1,3,8,17,33,64,127,255,512,1025,2049,4096,8191,16383,32768,65537,131073,262144,524287,1048575,2097152,4194305,8388609,16777216,33554431,67108863,134217728,268435457,536870913,1073741824,2147483647,4294967295,8589934592,17179869185,34359738369,68719476736...
programs/oeis/086/A086931.asm
neoneye/loda
22
42673
<filename>programs/oeis/086/A086931.asm ; A086931: a(0) = 1, a(n) = spf(n)*a(n-spf(n)), where spf=A020639 (smallest prime factor). ; 1,1,2,3,4,5,8,7,16,24,32,11,64,13,128,192,256,17,512,19,1024,1536,2048,23,4096,5120,8192,12288,16384,29,32768,31,65536,98304,131072,163840,262144,37,524288,786432,1048576,41,2097152,43,41...
Practice/Assignments assembly class/11.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
0
42674
org 100h L1: MOV AL, 0FH MOV BH, AL MOV CL, 08H MOV DL, 00H MOV BL, 02H LOOP: MOV AL, DL MUL BL MOV DL, AL RCR BH, 01H JC CR DEC CL JNZ LOOP JMP L2 CR: INC DL DEC CL JNZ LOOP L2: CMP BH, DL JZ PALINDROME NOTPALINDROME: MOV AH, ...
core/forthochka.asm
Demevag/forthochka
3
42675
global _start %include "macro.inc" %define pc r15 ;next command pointer %define w r14 ;sub commands pointer %define rstack r13 ;return stack pointer section .text %include "kernel.inc" %include "interpreter.inc" %include "forth-utils.inc" section .bss resq 1023 ;return stack end rstack_start: resq 1 ;return s...
data/baseStats_original/raichu.asm
adhi-thirumala/EvoYellow
16
42676
db DEX_RAICHU ; pokedex id db 60 ; base hp db 90 ; base attack db 55 ; base defense db 100 ; base speed db 90 ; base special db ELECTRIC ; species type 1 db ELECTRIC ; species type 2 db 75 ; catch rate db 122 ; base exp yield INCBIN "pic/ymon/raichu.pic",0,1 ; 77, sprite dimensions dw RaichuPicFront dw RaichuPicBack ; ...
programs/oeis/036/A036092.asm
neoneye/loda
22
42678
<filename>programs/oeis/036/A036092.asm ; A036092: Centered cube numbers: a(n) = (n+1)^14 + n^14. ; 1,16385,4799353,273218425,6371951081,84467679721,756587236945,5076269583953,27274838966065,122876792454961,479749833583241,1663668298132105,5221294850248153,15049383211257305,40304932850948641,101250520063318561,24043542...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1700.asm
ljhsiun2/medusa
9
42679
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1700.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1b3fb, %rsi nop sub $60374, %rax movb (%rsi), %cl nop nop nop nop nop cmp %r13, %r13 lea a...
src/bios.asm
simon-frankau/dirac
3
42680
;; BIOS for CP/M 2.2 on the Dirac SBC. ;; ;; Parts are derived from example CBIOSes. Everything else ;; (C) Copyright 2016 <NAME>. ;; cdisk: EQU $0004 ; Address of last logged disk on warm start iobyte: EQU $0003 ; Optional IOBYTE (not implemented). ndisks: EQU 4 ...
libsrc/_DEVELOPMENT/adt/w_array/c/sccz80/w_array_front.asm
jpoikela/z88dk
640
42681
<reponame>jpoikela/z88dk ; void *w_array_front(w_array_t *a) SECTION code_clib SECTION code_adt_w_array PUBLIC w_array_front EXTERN asm_w_array_front defc w_array_front = asm_w_array_front ; SDCC bridge for Classic IF __CLASSIC PUBLIC _w_array_front defc _w_array_front = w_array_front ENDIF
oeis/071/A071252.asm
neoneye/loda-programs
11
42682
<reponame>neoneye/loda-programs ; A071252: a(n) = n*(n - 1)*(n^2 + 1)/2. ; 0,0,5,30,102,260,555,1050,1820,2952,4545,6710,9570,13260,17927,23730,30840,39440,49725,61902,76190,92820,112035,134090,159252,187800,220025,256230,296730,341852,391935,447330,508400,575520,649077,729470,817110,912420,1015835,1127802,1248780,1379...
Tests/sublime-syntax tests/syntax_test_preprocessor_loops.nasm
13xforever/x86-assembly-textmate-bundle
69
42683
; SYNTAX TEST "Packages/User/x86_64 Assembly.tmbundle/Syntaxes/Nasm Assembly.sublime-syntax" %assign i 0 ;<- punctuation.definition.keyword.preprocessor ;^^^^^^ keyword.control.preprocessor %rep 64 ;<- punctuation.definition.keyword.preprocessor ;^^^ keyword.control.preprocessor inc word [table+2*i] ...
Kernel/loader.asm
JColonnello/Kernel
0
42684
global loader extern main extern _init extern __endOfKernel extern __startOfUniverse extern __bss PML4_ADDR equ 0x2000 PDP_ADDR equ 0x3000 PD_ADDR equ 0x10000 PT_ADDR equ 0x50000 GDT equ __startOfUniverse + 0x1000 section .text_loader loader: mov rcx, __endOfKernel ; Calculate mapped space in pages mov rax, __st...
src/test/ref/sepa-optimize-problem-1.asm
jbrandwood/kickc
2
42685
// Parameter "c" to _copyDigitToAnySprite is passed incorrectly to an unused c_1 in the first call in _updateLupineSprite // Commodore 64 PRG executable file .file [name="sepa-optimize-problem-1.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] ....
kernel.asm
mignipunn/xv6
2
42686
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 .byte 0xe4 8010000c <entry>: # E...
result.asm
WangHT-BUAA/BUAA2021_Compile
2
42687
.data array: .space 0 str1: .asciiz "" str7: .asciiz ".\n" str2: .asciiz "\n" str6: .asciiz " is not a prime, with factor " str8: .asciiz " is a prime.\n" str4: .asciiz "yoga" str9: .asciiz "The " str0: .asciiz "18375200\n" str3: .asciiz "ppgod7mi" str10: .asciiz "th Fibonacci num is " str11: .asciiz "." str5: .asciiz ...
auto_final.asm
ChamezopoulosSavvas/DC-Motor-Control-Open-Loop-System
0
42688
.include "m16def.inc" ; Program Description: ; ; This program measures the motor rpm and input voltage ; while driving it using Phase Correct PWM ; The increments on the duty cycle are done AUTOMATICALLY ; every 3sec we increase the speed ; from 20% (starting value) up to 70% (final value) ; when we reack 70% ...
programs/oeis/097/A097456.asm
neoneye/loda
22
42691
<filename>programs/oeis/097/A097456.asm<gh_stars>10-100 ; A097456: Integer part of the ratio (number of composites <=n) / (number of primes <=n). ; 1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,2,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,...
books_and_notes/professional_courses/operating_system/sources/extra_books/Orange'S:自己动手写操作系统光盘源代码/chapter5/h/kernel/kernel.asm
gxw1/review_the_national_post-graduate_entrance_examination
640
42692
<reponame>gxw1/review_the_national_post-graduate_entrance_examination ; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; kernel.asm ; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; <NAME>...
elena_lang/src30/asm/x32/core_win.asm
bencz/cpu-simulator
2
42694
<filename>elena_lang/src30/asm/x32/core_win.asm // --- Predefined References -- define GC_ALLOC 10001h define HOOK 10010h define INIT_RND 10012h define INIT 10013h define NEWFRAME 10014h define INIT_ET 10015h define ENDFRAME 1...
Appl/GeoDex/DB/dbUtils.asm
steakknife/pcgeos
504
42695
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: GeoDex MODULE: Database FILE: dbUtils.asm AUTHOR: <NAME>, March 3, 1992 ROUTINES: Name Description ---- ----------- FindPrevious Ge...
c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAacos.asm
ramok/Themis_ForHPSDR
0
42696
;;############################################################################# ;; FILE: CLAacos.asm ;; ;; DESCRIPTION: CLA arccosine function ;; ;; Group: C2000 ;; Target Family: C28x+CLA ;; ;;############################################################################# ;; $TI Release: CLA Math Library...
testdata/trap.asm
bassosimone/risc32
0
42697
movi r1 _boot jalr r0 r1 .space 1021 __itbl: .space 1024 __istack: .space 2048 _boot: nop # set interrupt handler base address movi r1 __itbl wsr r1 2 # set interrupt handler for interrupt zero movi r8 __irq0 ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_47.asm
ljhsiun2/medusa
9
42698
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x44eb, %rsi lea addresses_D_ht+0xf44b, %rdi nop nop inc %r11 mov $26, %rcx rep movsb nop nop nop nop sub $31699, %r10 lea addresses_normal_ht+0x1b9eb, %rbx cmp...
programs/oeis/066/A066014.asm
neoneye/loda
22
42699
<filename>programs/oeis/066/A066014.asm ; A066014: Highest minimal Euclidean norm of any Type 4^Z self-dual code of length n over Z/4Z which does not have all Euclidean norms divisible by 8, that is, is strictly Type I. Compare A105682. ; 4,4,4,4,4,4,4,4,4,4,4,8,4,8,8,8,8,8,8,8,8,8,12,12 mov $1,$0 gcd $1,3 sub $0,$1 d...
proj.asm
frank101m/arqui
0
42700
; Procesador .386 ; Segmento de Pila Stack Segment Para Stack Use16 'STACK' db 2048 dup(0) Stack Ends Code Segment Para Use16 'Code' Assume CS:Code Assume DS:Code Org 0100H Start: ;Comienzo de Programa ; ------------------------------------------------------------------------------------------------ ; inicializar ...
tk_qsrc/q1source/QW/client/d_parta.asm
cr88192/bgbtech_btsr1arch
15
42701
.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:dword exter...
asm/script/story/episode_20/script.asm
h3rmit-git/F-Zero-Climax-GBA-Translation
6
42702
; F-Zero Climax Translation by Normmatt .align 4 StoryEpisode20PointerList: .word Episode20_Line1 .word Episode20_Line2 .word Episode20_Line3 .word Episode20_Line4 .word Episode20_Line5 .word Episode20_Line6 .word Episode20_Line7 .word Episode20_Line8 .word Episode20_Line9 .word Episode20_Line10 .word Epis...
plugins/fluxsmooth/src/asm/fluxsmooth.asm
darcyg/vapoursynth-plugins
0
42704
%include "include/x86inc.asm" CPU Pentium4 SECTION_RODATA multiplier3_8bit times 8 dw 10923 ; 0x2aab multiplier3_16bit times 4 dd 87381 ; 0x15555 minus128 times 16 db 128 ;int prevdiff = prev - curr; ;int nextdiff = next - curr; ;if ((prevdiff < 0 && nextdiff < 0) || (prevdiff > 0 && nextdiff...
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca_notsx.log_21829_1732.asm
ljhsiun2/medusa
9
42706
<filename>Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca_notsx.log_21829_1732.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xb6e, %rsi lea addresses_D_ht+0x11a1e, %rdi clflush (%rsi) nop sub $44666, %rbx mov $9...
programs/oeis/034/A034126.asm
neoneye/loda
22
42707
<reponame>neoneye/loda ; A034126: Decimal part of cube root of a(n) starts with 0: first term of runs (cubes excluded). ; 9,28,65,126,217,344,513,730,1001,1332,1729,2198,2745,3376,4097,4914,5833,6860,8001,9262,10649,12168,13825,15626,17577,19684,21953,24390,27001,29792,32769,35938,39305,42876,46657,50654,54873,59320,64...
oeis/128/A128416.asm
neoneye/loda-programs
11
42708
; A128416: Expansion of (1-4x^2)/(1+4x+3x^2). ; Submitted by <NAME> ; 1,-4,9,-24,69,-204,609,-1824,5469,-16404,49209,-147624,442869,-1328604,3985809,-11957424,35872269,-107616804,322850409,-968551224,2905653669,-8716961004,26150883009,-78452649024,235357947069,-706073841204,2118221523609,-6354664570824,19063993712469,-...
programs/oeis/226/A226725.asm
karttu/loda
0
42709
<gh_stars>0 ; A226725: Denominator of the median of {1, 1/2, 1/3, ..., 1/n}. ; 1,4,2,12,3,24,4,40,5,60,6,84,7,112,8,144,9,180,10,220,11,264,12,312,13,364,14,420,15,480,16,544,17,612,18,684,19,760,20,840,21,924,22,1012,23,1104,24,1200,25,1300,26,1404,27,1512,28,1624,29,1740,30,1860,31,1984,32,2112,33,2244,34,2380,35,252...
programs/oeis/058/A058384.asm
neoneye/loda
22
42710
<reponame>neoneye/loda<gh_stars>10-100 ; A058384: Largest power of 2 which is a divisor of p(n)-1, where p(n) = n-th prime. ; 1,2,4,2,2,4,16,2,2,4,2,4,8,2,2,4,2,4,2,2,8,2,2,8,32,4,2,2,4,16,2,2,8,2,4,2,4,2,2,4,2,4,2,64,4,2,2,2,2,4,8,2,16,2,256,2,4,2,4,8,2,4,2,2,8,4,2,16,2,4,32,2,2,4,2,2,4,4,16,8,2,4,2,16,2,2,64,8,4,2,2,...
oeis/302/A302368.asm
neoneye/loda-programs
11
42711
; A302368: Number of 2Xn 0..1 arrays with every element equal to 0, 2, 3 or 4 horizontally, diagonally or antidiagonally adjacent elements, with upper left element zero. ; Submitted by <NAME> ; 2,2,12,20,72,168,496,1296,3616,9760,26816,73024,199808,545408,1490688,4071680,11125248,30392832,83037184,226857984,619792384,1...
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapeout_info_callee.asm
jpoikela/z88dk
640
42714
<reponame>jpoikela/z88dk ; unsigned char esx_m_tapeout_info(uint8_t *drive,unsigned char *filename) SECTION code_esxdos PUBLIC _esx_m_tapeout_info_callee PUBLIC l0_esx_m_tapeout_info_callee EXTERN asm_esx_m_tapeout_info _esx_m_tapeout_info_callee: pop hl pop de ex (sp),hl l0_esx_m_tapeout_info_callee: ...
libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fsmin.asm
jpoikela/z88dk
0
42715
<filename>libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fsmin.asm<gh_stars>0 ; float __fsmin (float number) SECTION code_clib SECTION code_fp_math32 PUBLIC cm32_sdcc_fsmin EXTERN cm32_sdcc_fsread1, m32_fsmin .cm32_sdcc_fsmin ; change underflow to a error floating zero as sdcc float ; ; enter ...
forktest.asm
Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads
0
42716
<filename>forktest.asm _forktest: file format elf32-i386 Disassembly of section .text: 00000000 <printf>: #define N 1000 void printf(int fd, const char *s, ...) { 0: f3 0f 1e fb endbr32 4: 55 push %ebp 5: 89 e5 mov %esp,%ebp 7: 53 ...
oeis/291/A291108.asm
neoneye/loda-programs
11
42717
<filename>oeis/291/A291108.asm ; A291108: Expansion of Sum_{k>=2} k^2*x^(2*k)/(1 - x^k). ; Submitted by <NAME> ; 0,0,0,4,0,13,0,20,9,29,0,65,0,53,34,84,0,130,0,145,58,125,0,273,25,173,90,265,0,399,0,340,130,293,74,614,0,365,178,609,0,735,0,625,340,533,0,1105,49,754,298,865,0,1183,146,1113,370,845,0,1859,0,965,580,1364,...
programs/oeis/309/A309649.asm
neoneye/loda
22
42718
<reponame>neoneye/loda ; A309649: Sieved recursive primeth recurrence (see Comments for precise definition). ; 1,7,13,19,23,29,37,43,47,53,61,71,73,79,89,97,101,103,107,113,131,137,139,149,151,163,167,173,181,193,197,199,223,227,229,233,239,251,257,263 seq $0,18252 ; The nonprime numbers: 1 together with the composite...
oeis/086/A086106.asm
neoneye/loda-programs
11
42719
<filename>oeis/086/A086106.asm ; A086106: Decimal expansion of positive root of x^4 - x^3 - 1 = 0. ; Submitted by <NAME> ; 1,3,8,0,2,7,7,5,6,9,0,9,7,6,1,4,1,1,5,6,7,3,3,0,1,6,9,1,8,2,2,7,3,1,8,7,7,8,1,6,6,2,6,7,0,1,5,5,8,7,6,3,0,2,5,4,1,1,7,7,1,3,3,1,2,1,1,2,4,9,5,7,4,1,1,8,6,4,1,5,2,6,1,8,7,8,6,4,5,6,8,2,4,9,0,3,5,5,0...
asm/hello.asm
yoo2001818/rust-pc-emu
0
42720
<filename>asm/hello.asm bits 16 org 0x7c00 jmp main Message db "Hello, world!", 0x0A, 0x0 main: mov dx, 0x0 mov si, Message loopString: mov al, [si] ; Test 0 value test al, al jz exitString inc si ; Print the character (Since we don't have BIOS or something, just export ; the number to port 0) o...
oeis/063/A063946.asm
neoneye/loda-programs
11
42721
<reponame>neoneye/loda-programs ; A063946: Write n in binary and complement second bit (from the left), with a(0)=0 and a(1)=1. ; Submitted by <NAME>(s1.) ; 0,1,3,2,6,7,4,5,12,13,14,15,8,9,10,11,24,25,26,27,28,29,30,31,16,17,18,19,20,21,22,23,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,32,33,34,35,36,37,38,39,40,41...
libmikeos/src.os/os_string_copy.asm
mynameispyo/InpyoOS
0
42722
; @@@ void mikeos_string_copy(char *destination, char *source); %include "os_vector.inc" section .text use16 global _mikeos_string_copy _mikeos_string_copy: push bp mov bp, sp push si push di mov di, [bp + 4] mov si, [bp + 6] mov bx, os_string_copy call bx pop di pop si pop bp ret
audio/sfx/get_item2_2.asm
opiter09/ASM-Machina
1
42723
<gh_stars>1-10 SFX_Get_Item2_2_Ch5: execute_music tempo 256 volume 7, 7 duty_cycle 2 toggle_perfect_pitch note_type 5, 11, 4 octave 4 note D_, 4 note C_, 4 octave 3 note A_, 8 note_type 5, 11, 2 octave 4 note D#, 2 note D#, 2 note D_, 2 note C_, 2 note C_, 2 octave 3 note A#, 2 note_type 5, 11, 4 ...
Driver/Printer/PrintCom/Text/textLoadEpsonSymbolSet.asm
steakknife/pcgeos
504
42724
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Printer Drivers FILE: textLoadEpsonSymbolSet.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- PrintLoadSymbolSet Load up th...
Tareas/T7/src/MOISES_CAMPOS_T7.asm
moisotico/Microprocesadores
0
42725
<reponame>moisotico/Microprocesadores ; <NAME> ; 4-12-2020 ; IE0623: Microprocesadores ; Tarea 7: Control itinerario de Luz ; Include File #include registers.inc ; ***************************************************************************** ; Data Structures ; ******************************...
libsrc/_DEVELOPMENT/temp/sp1/zx/tiles/asm_sp1_PrintAt.asm
jpoikela/z88dk
640
42726
; void sp1_PrintAt(uchar row, uchar col, uchar colour, uint tile) ; 03.2006 aralbrec, Sprite Pack v3.0 ; sinclair spectrum version SECTION code_clib SECTION code_temp_sp1 PUBLIC asm_sp1_PrintAt EXTERN asm_sp1_GetUpdateStruct asm_sp1_PrintAt: ; Print tile and colour to given coordinate. ; ; enter : d = row coord ;...
programs/oeis/242/A242448.asm
neoneye/loda
22
42727
<filename>programs/oeis/242/A242448.asm ; A242448: Number of distinct linear polynomials b+c*x in row n of array generated as in Comments. ; 1,3,6,12,22,38,64,106,174,284,462,750,1216,1970,3190,5164,8358,13526,21888,35418,57310,92732,150046,242782,392832,635618 mov $1,$0 sub $0,2 bin $0,$1 add $0,1 max $1,1 seq $1,786...
sk/sfx/4D.asm
Cancer52/flamedriver
9
42728
<gh_stars>1-10 Sound_4D_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_4D_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cFM5, Sound_4D_FM5, $00, $08 ; FM5 Data Sound_4D_FM5: smpsSetvoice $00 smpsModSet $01, $01, $E0, $14 dc.b nEb3, $09 smpsStop Sound_4D...
forktest.asm
marioherrera19/sistema-operativo
0
42729
_forktest: file format elf32-i386 Disassembly of section .text: 00000000 <printf>: #define N 1000 void printf(int fd, char *s, ...) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 18 sub $0x18,%esp write(fd, s, strlen(s)); 6: 8b 45 0c ...