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 |
|---|---|---|---|---|
libsrc/_DEVELOPMENT/l/sccz80/5-z80/i32/l_long_mult_u.asm | ahjelm/z88dk | 4 | 50923 | ;
; Small C+ Long Library Functions
;
; Multiply 32 bit numbers
;
; Entry: dehl=arg1
; Stack: return address, arg2
;
; Exit: dehl=result
; djm note I don't particularly like the use of ix as a pointer to the
; second argument, however it makes it quite a short routine, alternate
; method... |
src/nes/input.asm | puzzud/retroleague | 4 | 50924 | ; nes input.asm
.export _UpdateInput
.exportzp _ControllerButtons
.exportzp _ControllerButtonsPressed
.include "nes.asm"
.segment "ZEROPAGE"
_ControllerButtons:
.res 2
_ControllerButtonsPrevious:
.res 2
_ControllerButtonsPressed:
.res 2
.segment "CODE"
_UpdateInput:
ldx #1
stx APU_PAD1
dex
st... |
examples/stripped_function.asm | clayne/asm2cfg | 24 | 50925 | Dump of assembler code from 0x555555555faf to 0x555555557008:
=> 0x0000555555555faf: push rbp
0x0000555555555fb0: mov rbp,rsp
0x0000555555555fb3: sub rsp,0xd0
0x0000555555555fba: mov DWORD PTR [rbp-0xc4],edi
0x0000555555555fc0: mov QWORD PTR [rbp-0xd0],rsi
0x0000555555555fc7: mov ecx,0x0... |
IntelFspPkg/FspSecCore/Ia32/InitializeFpu.asm | CEOALT1/RefindPlusUDK | 2,757 | 50926 | <reponame>CEOALT1/RefindPlusUDK<gh_stars>1000+
;------------------------------------------------------------------------------
;
; Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_412.asm | ljhsiun2/medusa | 9 | 50927 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1d472, %r8
nop
nop
and $40675, %r13
vmovups (%r8), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $1, %xmm6, %rdx
nop
nop
nop
nop
sub %rdi, %rdi
lea addresses_normal_h... |
library/02_functions_batch1/AutoMeasurement.asm | SamantazFox/dds140-reverse-engineering | 1 | 50928 | 10002340: 55 push ebp
10002341: 8b ec mov ebp,esp
10002343: 83 e4 f8 and esp,0xfffffff8
10002346: 81 ec 28 04 00 00 sub esp,0x428
1000234c: dd 05 90 d1 00 10 fld QWORD PTR ds:0x1000d190
10002352: 53 push ebx
10002353: dd 05 90 60... |
blinker06/src/arch/armv7/entry.asm | kjaleshire/raspberry-pi-rs | 0 | 50929 | .globl _start
_start:
// maybe replace with branches, or mov?
ldr pc, reset_handler
ldr pc, undefined_handler
ldr pc, hvc_handler
ldr pc, prefetch_handler
ldr pc, data_handler
ldr pc, hyp_handler
ldr pc, irq_handler
ldr pc, fiq_handler
reset_handler: .word reset
undefined_handl... |
oeis/250/A250798.asm | neoneye/loda-programs | 11 | 50930 | ; A250798: Number of (1+1) X (n+1) 0..1 arrays with nondecreasing min(x(i,j),x(i,j-1)) in the i direction and nondecreasing absolute value of x(i,j)-x(i-1,j) in the j direction.
; Submitted by <NAME>(s3)
; 10,24,54,118,252,530,1102,2272,4654,9486,19260,38986,78726,158672,319318,641830,1288828,2586018,5185566,10393024,2... |
libass/x86/blur.asm | tmm1/libass | 1 | 50931 | <gh_stars>1-10
;******************************************************************************
;* blur.asm: SSE2/AVX2 cascade blur
;******************************************************************************
;* Copyright (C) 2015 <NAME> <<EMAIL>>
;*
;* This file is part of libass.
;*
;* Permission to use, copy, modi... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1186.asm | ljhsiun2/medusa | 9 | 50932 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1186.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x8c1d, %r14
clflush (%r14)
nop
nop
and $11212, %rsi
mov (%r14), %ebp
add %r8, %r8
lea a... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_ide_bank_free_callee.asm | jpoikela/z88dk | 640 | 50933 | <reponame>jpoikela/z88dk
; unsigned char esx_ide_bank_free(unsigned char banktype, unsigned char page)
SECTION code_esxdos
PUBLIC esx_ide_bank_free_callee
EXTERN asm_esx_ide_bank_free
esx_ide_bank_free_callee:
pop hl
pop de
ex (sp),hl
ld h,e
jp asm_esx_ide_bank_free
|
programs/oeis/139/A139800.asm | neoneye/loda | 22 | 50935 | <filename>programs/oeis/139/A139800.asm
; A139800: a(n)=a(n-1)+a(n-2)+a(n-3)+2a(n-4).
; 1,0,0,0,2,2,4,8,18,34,68,136,274,546,1092,2184,4370,8738,17476,34952,69906,139810,279620,559240,1118482,2236962,4473924,8947848,17895698,35791394,71582788,143165576,286331154,572662306,1145324612,2290649224
mov $2,$0
mov $4,2
lpb $... |
5_KTMT_HN/self-learn/hola/hola.asm | SummerSad/HCMUS-Lectures | 8 | 50936 | ; Use C library
; compile with nasm -f elf64 hola.asm && gcc hola.o -no-pie
global main
extern puts
section .text
main:
mov rdi, msg ; first argument
call puts ; puts(msg)
ret ; return from main back to C library wrapper
msg:
db "<NAME>", 0... |
programs/oeis/011/A011781.asm | neoneye/loda | 22 | 50937 | ; A011781: Sextuple factorial numbers: a(n) = Product_{k=0..n-1} (6*k+3).
; 1,3,27,405,8505,229635,7577955,295540245,13299311025,678264862275,38661097149675,2435649120429525,168059789309637225,12604484198222791875,1020963220056046141875,88823800144876014343125,8260613413473469333910625,817800727933873464057151875,85869... |
programs/oeis/163/A163303.asm | karttu/loda | 1 | 50939 | <filename>programs/oeis/163/A163303.asm
; A163303: a(n) = n^3 + 73*n^2 + n + 67.
; 67,142,369,754,1303,2022,2917,3994,5259,6718,8377,10242,12319,14614,17133,19882,22867,26094,29569,33298,37287,41542,46069,50874,55963,61342,67017,72994,79279,85878,92797,100042,107619,115534,123793,132402,141367,150694,160389,170458,1809... |
src/code/lcd.asm | gb-archive/waveform-gb | 0 | 50940 | SECTION "LCD", ROM0
DisableLCD::
xor a
ld [rIF], a
ld a, [rIE]
ld b, a
res 0, a
ld [rIE], a
.waitVBlank
ld a, [rLY]
cp a, $91
jr nz, .waitVBlank
ld a, [rLCDC]
and a, $7F
ld [rLCDC], a
ld a, b
ld [rIE], a
ret
EnableLCD::
ld a, [rLCDC]
set 7, a
ld [rLCDC], a
ret
DisableWindow::
ld a, [rLCDC]
res 5... |
oeis/062/A062880.asm | neoneye/loda-programs | 11 | 50941 | ; A062880: Zero together with numbers which can be written as a sum of distinct odd powers of 2.
; Submitted by <NAME>
; 0,2,8,10,32,34,40,42,128,130,136,138,160,162,168,170,512,514,520,522,544,546,552,554,640,642,648,650,672,674,680,682,2048,2050,2056,2058,2080,2082,2088,2090,2176,2178,2184,2186,2208,2210,2216,2218,25... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1731.asm | ljhsiun2/medusa | 9 | 50942 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x192a9, %rax
dec %r10
mov (%rax), %si
nop
nop
cmp %r14, %r14
lea addresses_WC_ht+0xd809, %rsi
lea addresses_D_ht+0x174a9, %rdi
nop
nop
cmp $21000, %r10
mov $65, %rcx
rep movsl
nop
nop
n... |
oeis/156/A156198.asm | neoneye/loda-programs | 11 | 50943 | ; A156198: a(n) = 2*a(n-1)+3 with n>1, a(1)=8.
; 8,19,41,85,173,349,701,1405,2813,5629,11261,22525,45053,90109,180221,360445,720893,1441789,2883581,5767165,11534333,23068669,46137341,92274685,184549373,369098749,738197501,1476395005,2952790013,5905580029,11811160061,23622320125,47244640253,94489280509,188978561021,3779... |
user/userspace3.asm | Hasnain62/xv6-Procject | 0 | 50944 |
user/_userspace3: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <main>:
#include "kernel/types.h"
#include "user/user.h"
int main(){
0: bf010113 addi sp,sp,-1040
4: 40113423 sd ra,1032(sp)
8: 40813023 sd s0,1024(sp)
c: 3e913c23 ... |
libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_memcpy_mem_to_cram_unsafe_callee.asm | jpoikela/z88dk | 640 | 50945 | <reponame>jpoikela/z88dk<gh_stars>100-1000
; void *sms_memcpy_mem_to_cram_unsafe(void *dst, void *src, unsigned int n)
SECTION code_clib
SECTION code_arch
PUBLIC sms_memcpy_mem_to_cram_unsafe_callee
EXTERN asm_sms_memcpy_mem_to_cram_unsafe
sms_memcpy_mem_to_cram_unsafe_callee:
pop af
pop bc
pop hl
pop ... |
programs/oeis/123/A123169.asm | neoneye/loda | 22 | 50946 | ; A123169: Continued fraction for sqrt(1/2)*(exp(sqrt(1/2))-1)/(exp(sqrt(1/2))+1).
; 0,4,6,20,14,36,22,52,30,68,38,84,46,100,54,116,62,132,70,148,78,164,86,180,94,196,102,212,110,228,118,244,126,260,134,276,142,292,150,308,158,324,166,340,174,356,182,372,190,388,198,404,206,420,214,436,222,452
mov $1,$0
mul $0,4
trn $... |
oeis/095/A095670.asm | neoneye/loda-programs | 11 | 50947 | <filename>oeis/095/A095670.asm<gh_stars>10-100
; A095670: Eighth column (m=7) of (1,4)-Pascal triangle A095666.
; Submitted by <NAME>
; 4,29,120,372,960,2178,4488,8580,15444,26455,43472,68952,106080,158916,232560,333336,468996,648945,884488,1189100,1578720,2072070,2691000,3460860,4410900,5574699,6990624,8702320,1075923... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_902.asm | ljhsiun2/medusa | 9 | 50948 | .global s_prepare_buffers
s_prepare_buffers:
push %rbp
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x15327, %rbp
nop
nop
nop
nop
dec %rsi
movw $0x6162, (%rbp)
nop
nop
nop
nop
inc %rdx
pop %rsi
pop %rdx
pop %rdi
pop %rbp
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r15
push %r9
push %rbp
push %rbx
... |
third_party/codecs/xvidcore/src/quant/x86_asm/quantize_h263_mmx.asm | Narflex/sagetv | 292 | 50951 | <reponame>Narflex/sagetv<gh_stars>100-1000
;/*****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - MPEG4 Quantization H263 implementation / MMX optimized -
; *
; * Copyright(C) 2001-2003 <NAME> <<EMAIL>>
; * 2002-2003 <NAME> <<EMAIL>>
; * ... |
sdk-6.5.20/tools/led/example/hurricane3/bcm956160k.asm | copslock/broadcom_cpri | 0 | 50952 | ;
; $Id: bcm956160k.asm, v 1.0 2015/06/12 15:30:14 rihuang Exp $
;
; This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
;
; Copyright 2007-2020 Broadcom Inc. All rights reserved.
;
; This example is used for showing the serial to parallel... |
PIC10/MAIN.asm | Ermakov/PIC10F322_dimmer | 2 | 50953 | <gh_stars>1-10
; __CONFIG _FOSC_INTOSC & _BOREN_ON & _WDTE_OFF & _PWRTE_ON & _MCLRE_OFF & _CP_OFF & _LVP_OFF & _LPBOR_ON & _BORV_HI & _WRT_OFF
__CONFIG _FOSC_INTOSC & _BOREN_ON & _WDTE_OFF & _PWRTE_OFF & _MCLRE_OFF & _CP_OFF & _LVP_OFF & _LPBOR_ON & _BORV_HI & _WRT_OFF
#include "p10f322.inc"
;=========... |
x86_64-assembly/squares/squares.asm | dgeoffri/exercism | 0 | 50954 | section .text
global square_of_sum
square_of_sum:
mov eax, edi
.l1:
dec edi
jz .done
add eax, edi
jmp .l1
.done:
mul eax
ret
global sum_of_squares
sum_of_squares:
xor ecx, ecx
.l1:
mov eax, edi
mul eax
add ... |
Casm/casm3/casm.asm | Unshifted1337/MoreASM | 0 | 50955 | <filename>Casm/casm3/casm.asm
global printHelloWorld
section .text
printHelloWorld:
;; 1 arg
mov r10, rdi
;; 2 arg
mov r11, rsi
;; call write syscall
mov rax, 1
mov rdi, 1
mov rsi, r10
mov rdx, r11
syscall
ret
|
Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_1074.asm | ljhsiun2/medusa | 9 | 50956 | <filename>Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_1074.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xe32e, %rsi
lea addresses_normal_ht+0x1ebd2, %rdi
nop
sub %r11, %r11
mov $59, %rcx
rep mov... |
learn-assembly/asm101/asm101-15.asm | hailehong95/Practice-Coding | 0 | 50958 | ; asm101-15: Tong hai so nhi phan
.model small
.data
tb1 db 'So thu nhat = $'
tb2 db 13, 10, 'So thu hai = $'
tb3 db 13, 10, 'Tong = $'
.stack 100h
.code
main proc
mov ax, @data
mov ds, ax
; Nhap so thu nhat
mov ah, 9
lea dx, tb1
int 21h
call readnum
; Sau ... |
oeis/001/A001357.asm | neoneye/loda-programs | 11 | 50961 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A001357: Powers of 2 written in base 9.
; 1,2,4,8,17,35,71,152,314,628,1357,2725,5551,12212,24424,48848,108807,218715,438531,878162,1867334,3845668,7802447,16705005,34511011,70122022,150244044,310488088,621087187,1342185385,2684381781,5478773672,12068657454,24148426018,... |
src/bitmaps.asm | Mario-Kart-Felix/9os | 13 | 50963 | ;-----------------------------------------------------------------------------------------------------
;
; Complex bitmaps reside here
;
;-----------------------------------------------------------------------------------------------------
nyanCatAnimBitmap:
dw 0 ; Current position
; Bitmap array
dw nyanCatFull1... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1543.asm | ljhsiun2/medusa | 9 | 50964 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x14d7a, %rdx
nop
nop
sub $17645, %rbp
movl $0x61626364, (%rdx)
nop
nop
nop
sub $28773, %r15
lea addresses_WC_ht+0xce8a, %rsi
lea addresses_D_ht+0... |
src/screen.asm | ViGrey/airgap2020-nes | 8 | 50965 | <gh_stars>1-10
; Copyright (C) 2020, <NAME>
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
; 1. Redistributions of source code must retain the above copyright
; notice, this list of condit... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1016.asm | ljhsiun2/medusa | 9 | 50966 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r9
push %rax
push %rbx
push %rcx
lea addresses_WT_ht+0x1bddc, %rcx
clflush (%rcx)
nop
sub %r9, %r9
mov $0x6162636465666768, %rbx
movq %rbx, %xmm5
and $0xffffffffffffffc0, %rcx
movaps %xmm5, (%rcx)
nop
nop
nop
xor %rax, %rax
lea addresses_U... |
dino/lcs/base/635.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 50967 | <reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data
copyright zengfr site:http://github.com/zengfr/romhack
00AE3E move.b #$a, ($9,A6)
00AE44 move.b #$1, ($a,A6) [base+635]
00AF16 move.b ($9,A6), D0
00AF1A lsl.w #2, D0 [base+635]
00AF8A subq.b #1, ($9,A6) [base+636]
00AF8E bpl $afa6 [ba... |
code/skooter/run.asm | abekermsx/skooted | 3 | 50968 |
run_skooter:
; set the number of lives to 42
ld a,42
ld (SKOOTER.LIVES),a
; reset RAM to prevent sprites to be displayed on
ld hl,SKOOTER.RAM_VARIABLES
ld bc,$c00
xor a
call fill_ram
ld hl,HKEYI
ld de,HKEYI_backup
ld bc,5... |
oeis/162/A162622.asm | neoneye/loda-programs | 11 | 50969 | <filename>oeis/162/A162622.asm
; A162622: Triangle read by rows in which row n lists n+1 terms, starting with n, such that the difference between successive terms is equal to n^4 - 1.
; Submitted by <NAME>
; 0,1,1,2,17,32,3,83,163,243,4,259,514,769,1024,5,629,1253,1877,2501,3125,6,1301,2596,3891,5186,6481,7776,7,2407,4... |
C/BiosLib/scrollup.asm | p-k-p/SysToolsLib | 232 | 50970 | PAGE ,132
TITLE System utilities, not relying on MS-DOS.
;*****************************************************************************;
; ;
; File name SCROLLUP.ASM ;
; ;
; Description Routine to scroll the display up ;
; ;
; Notes Uses o... |
oeis/187/A187341.asm | neoneye/loda-programs | 11 | 50971 | <filename>oeis/187/A187341.asm
; A187341: Floor((5-sqrt(5))n); complement of A187342.
; Submitted by <NAME>(s1)
; 2,5,8,11,13,16,19,22,24,27,30,33,35,38,41,44,46,49,52,55,58,60,63,66,69,71,74,77,80,82,85,88,91,93,96,99,102,105,107,110,113,116,118,121,124,127,129,132,135,138,140,143,146,149,152,154,157,160,163,165,168
... |
Driver/Printer/DotMatrix/Citoh9/citoh9ControlCodes.asm | steakknife/pcgeos | 504 | 50972 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: citoh 9-pin Print Driver
FILE: citoh9ControlCodes.asm
AUTHOR: <NAME>, 1 April 1990
ROUTINES:
Name Description
---- -----------
... |
programs/oeis/081/A081626.asm | neoneye/loda | 22 | 50973 | <filename>programs/oeis/081/A081626.asm
; A081626: 2*6^n-4^n.
; 1,8,56,368,2336,14528,89216,543488,3293696,19893248,119883776,721399808,4336787456,26054279168,156459892736,939296227328,5637924847616,33836139020288,203051193860096,1218444602114048,7311217368498176,43869503234244608,263225815498489856,1579390077363027968... |
Library/User/Vis/visCompGeometry.asm | steakknife/pcgeos | 504 | 50974 | <filename>Library/User/Vis/visCompGeometry.asm
COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: UserInterface/Vis
FILE: visCompGeometry.asm
ROUTINES:
Name Description
---- -----------
GL... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_891.asm | ljhsiun2/medusa | 9 | 50976 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x12714, %rdx
nop
xor %rbp, %rbp
movl $0x61626364, (%rdx)
nop
nop
nop
cmp $41616, %rax
lea addresses_WC_ht+0x1a5d8, %r12
nop
nop
nop
nop
nop
sub $32550, %rcx
mov $0x61... |
oeis/269/A269803.asm | neoneye/loda-programs | 11 | 50977 | <filename>oeis/269/A269803.asm<gh_stars>10-100
; A269803: a(n) = F(n+1)*F(n+2) - F(n), where F = A000045 (Fibonacci numbers).
; Submitted by <NAME>(s1)
; 1,5,13,37,99,265,701,1849,4861,12761,33463,87697,229737,601693,1575629,4125661,10802107,28281881,74045509,193857841,507533181,1328750065,3478730543,9107463457,2384369... |
juego.asm | RevolutionSoftware/Juego | 1 | 50978 | <reponame>RevolutionSoftware/Juego
;page0 : tilemap
;page1 : map data
;page2 : battles
#include "ti83plus.inc"
#include "ion.inc"
#include "app.inc"
#define CAST ;spanish CAST, french FR, or english EN
#macro getHL()
ld a,(hl)
inc hl
ld h,(hl)
ld l,a
#endmacro
;24 bit addition
.addinstr add ahl,de 00CE19 3 NOP ... |
libsrc/_DEVELOPMENT/target/rc2014/device/lut/z80/l_lut_mulu_16_8x8.asm | Frodevan/z88dk | 640 | 50979 | <filename>libsrc/_DEVELOPMENT/target/rc2014/device/lut/z80/l_lut_mulu_16_8x8.asm
;
; feilipu, 2020 January
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
;-----... |
taskSwithing.asm | ramirser000/MIPS_TaskSwitcher | 0 | 50980 | .data
str0: .asciiz "123"
str1: .asciiz "45678"
.align 2
tid: .space 4
tcb0: .space 128
tcb1: .space 128
.text
.globl main
main:
la $a0, tid #Loading tid variable address
addi $t0, $0, 0 #Initializing tid value
#sw $t0, 0($a0) #Setting tid value to tid memory address
addi $sp $sp -20
l... |
util/gut/flinf.asm | olifink/smsqe | 0 | 50981 | ; Set File Information V1.01 1989 <NAME> QJUMP
;
; 2007-07-30 1.01 Show big file sizes in MB (MK)
section gen_util
xdef gu_flinf
xdef gu_flinm
xref gu_prlis
xref cv_d1asc
include 'dev8_keys_qlv'
include 'dev8_keys_fll'
include 'dev8_mac_assert'
;---
; Sets the minumum file information for the file... |
libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_erase_range_callee.asm | meesokim/z88dk | 0 | 50982 |
; size_t b_array_erase_range_callee(b_array_t *a, size_t idx_first, size_t idx_last)
SECTION code_adt_b_array
PUBLIC _b_array_erase_range_callee
_b_array_erase_range_callee:
pop hl
pop de
pop bc
ex (sp),hl
INCLUDE "adt/b_array/z80/asm_b_array_erase_range.asm"
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_789.asm | ljhsiun2/medusa | 9 | 50983 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x81b8, %rsi
lea addresses_D_ht+0x16668, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
inc %r15
mov $39, %rcx
rep movsq
nop
nop
nop
nop
xor %rsi, %rsi
lea addresses_A_ht+0xd9b8, %r13
nop
nop
n... |
programs/oeis/254/A254528.asm | jmorken/loda | 1 | 50986 | ; A254528: Number of decimal digits in the integer part of e^n.
; 1,1,1,2,2,3,3,4,4,4,5,5,6,6,7,7,7,8,8,9,9,10,10,10,11,11,12,12,13,13,14,14,14,15,15,16,16,17,17,17,18,18,19,19,20,20,20,21,21,22,22,23,23,24,24,24,25,25,26,26,27,27,27,28,28,29,29,30,30,30,31,31,32,32,33,33,34,34,34,35,35,36,36,37,37,37,38,38,39,39,40,40... |
libsrc/_DEVELOPMENT/alloc/malloc/z80/asm_posix_memalign.asm | teknoplop/z88dk | 0 | 50987 | <gh_stars>0
; ===============================================================
; Dec 2013
; ===============================================================
;
; int posix_memalign(void **memptr, size_t alignment, size_t size)
;
; Attempt to allocate size bytes aligned to alignment from the
; thread's heap. Alignment m... |
kill.asm | jhyunleehi/xv6-public | 0 | 50988 | <filename>kill.asm
_kill: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.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 $0xfffffff0,%esp
b: ... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_5_1003.asm | ljhsiun2/medusa | 9 | 50989 | <filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_5_1003.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x13be3, %r15
nop
nop
nop
nop
nop
cmp $28030, %r13
mov (%r15), %ebx
nop
nop
nop
an... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1296.asm | ljhsiun2/medusa | 9 | 50990 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1b043, %rbx
cmp $29261, %rdi
mov $0x6162636465666768, %r15
movq %r15, (%rbx)
nop
nop
nop
nop
xor $55808, %rbp
lea addresses_WC_ht+0x174a3,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1682.asm | ljhsiun2/medusa | 9 | 50992 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xfd5e, %rax
nop
nop
nop
nop
cmp $61911, %r9
movb $0x61, (%rax)
nop
nop
cmp %rdx, %rdx
lea addresses_normal_ht+0x1355e, %rsi
lea addresses_D_ht+0xa76e, %rdi
nop
n... |
cpm/ndos/mkdir.asm | erikp9000/cpm-ndos | 0 | 50993 | <filename>cpm/ndos/mkdir.asm<gh_stars>0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; MKDIR.ASM
;;
;; NDOS Make directory
;;
;; On start, dma contains command line argument length byte
;; and command line.
;; Stack pointer should be within CCP.
;; Check for NDOS; display error if not running.
;; Copy command ... |
oeis/313/A313295.asm | neoneye/loda-programs | 11 | 50994 | <reponame>neoneye/loda-programs<filename>oeis/313/A313295.asm
; A313295: Coordination sequence Gal.5.90.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,4,9,15,21,27,33,39,45,50,54,58,63,69,75,81,87,93,99,104... |
配套代码/L052/L052/1.asm | zmrbak/ReverseAnalysis | 35 | 50995 | <reponame>zmrbak/ReverseAnalysis
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.24.28117.0
TITLE C:\Users\libit\source\repos\L052\L052\L052.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
CONST SEGMENT
$SG5569 DB 'a=%d,b=%d,c=%d,d=%d', 0aH, 00H
ORG $+3... |
oeis/230/A230875.asm | neoneye/loda-programs | 11 | 50996 | ; A230875: a(1)=0; thereafter a(n) = 2^a(ceiling(n/2)).
; 0,1,2,2,4,4,4,4,16,16,16,16,16,16,16,16,65536,65536,65536,65536,65536,65536,65536,65536,65536,65536,65536,65536,65536,65536,65536,65536
mov $1,$0
sub $1,$0
lpb $0
mov $2,$0
div $0,2
mov $3,2
lpb $3
mul $3,$2
lpe
pow $3,$1
mov $1,$3
lpe
mov $0,... |
libsrc/_DEVELOPMENT/l/sccz80/8-8080/i32/l_long_div.asm | z88dk/z88dk | 640 | 50997 | <reponame>z88dk/z88dk<filename>libsrc/_DEVELOPMENT/l/sccz80/8-8080/i32/l_long_div.asm
; Z88 Small C+ Run Time Library
; Long functions
; "8080" mode
; Stefano - 29/4/2002
;
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_long_div
EXTERN l_long_divide
.l_long_div
ld a,129
jp ... |
programs/oeis/098/A098802.asm | neoneye/loda | 22 | 50998 | ; A098802: Greatest prime factors in Pascal's triangle (read by rows).
; 1,1,1,1,2,1,1,3,3,1,1,2,3,2,1,1,5,5,5,5,1,1,3,5,5,5,3,1,1,7,7,7,7,7,7,1,1,2,7,7,7,7,7,2,1,1,3,3,7,7,7,7,3,3,1,1,5,5,5,7,7,7,5,5,5,1,1,11,11,11,11,11,11,11,11,11,11,1,1,3,11,11,11,11,11,11,11,11,11,3,1,1,13,13
seq $0,7318 ; Pascal's triangle read ... |
libsrc/graphics/osca/cplotpixel.asm | grancier/z180 | 0 | 51000 | <filename>libsrc/graphics/osca/cplotpixel.asm
;
; OSCA specific routines
;
; HRG PLOT
;
; $Id: cplotpixel.asm,v 1.4 2016/07/14 17:44:17 pauloscustodio Exp $
;
SECTION code_clib
PUBLIC cplotpixel
; EXTERN y_offset_list
EXTERN l_cmp
INCLUDE "osca.def"
;x_coord: defw 0
;y_coord: defw 0
;pi... |
libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_derror_erange_infc.asm | ahjelm/z88dk | 640 | 51003 | <filename>libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_derror_erange_infc.asm
SECTION code_clib
SECTION code_fp_am9511
PUBLIC derror_erange_infc, derror_erange_pinfc, derror_erange_minfc
EXTERN asm_am9511_derror_erange_infc, asm_am9511_derror_erange_pinfc, asm_am9511_derror_erange_ninfc
defc derror_erange_in... |
unit_tests/static-tests/common/memory.afterfinalize1.error.asm | undisbeliever/untech-engine | 34 | 51004 |
define MEMORY_MAP = LOROM
define ROM_SIZE = 1
include "../../../src/common/memory.inc"
createCodeBlock(code, 0xc08000, 0xc0ffaf)
createDataBlock(rom1, 0xc18000, 0xc1ffff)
createRamBlock(dp, 0x000000, 0x0000ff)
createRamBlock(shadow, 0x7e0100, 0x7e1f7f)
createRamBlock(stack, 0x7e1f80, 0x7e1fff)
finalizeMemor... |
source/interrupt.asm | blastrock/flix | 6 | 51005 | <filename>source/interrupt.asm
%macro ISR_NOERRCODE 1 ; define a macro, taking one parameter
isr%1:
sub rsp, 9
mov qword [rsp+1], 0
mov byte [rsp], %1
jmp isr_common_stub
%endmacro
%macro ISR_ERRCODE 1
isr%1:
sub rsp, 1
mov byte [rsp], %1
jmp isr_common_stub
%endmacro
ISR_NOERRCODE 0
... |
OpenCorePkg/Legacy/BootSector/efi64.nasm | CEOALT1/RefindPlusUDK | 10,125 | 51006 |
DEFAULT_HANDLER_SIZE: equ 9 ; size of exception/interrupt stub
SYS_CODE_SEL64: equ 0x38 ; 64-bit code selector in GDT
PE_OFFSET_IN_MZ_STUB: equ 0x3c ; place in MsDos stub for offset to PE Header
VGA_FB: equ 0x000b8000 ; VGA framebuffe... |
libsrc/target/gb/gbdk/f_italic.asm | Frodevan/z88dk | 640 | 51007 | ; font: italic
;; BANKED: checked,imperfect
SECTION rodata_driver
PUBLIC _font_italic
_font_italic:
defb 1+4 ; 128 char encoding, compressed
defb 93 ; Number of tiles
; Encoding table
defb 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
defb 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
defb 0x00,0x00,0x00,0x00,0x00,0x0... |
Codes/2 Decrement.asm | Tanuj9043/assembly-language | 0 | 51008 | SYS_EXIT equ 1
SYS_READ equ 3
SYS_WRITE equ 4
STDIN equ 0
STDOUT equ 1
section .data
ask db 'Enter a number : '
len1 equ $-ask
tell db 'Decremented number : '
len2 equ $-tell
section .bss
num resb 2
section .text
global _start ;must be declared for linker (ld)
_start: ;tell linker entry p... |
process/hello_world.asm | jeron7/SO | 23 | 51009 | %define SYSCALL_WRITE 0x2000004
%define SYSCALL_EXIT 0x2000001
;sycall number is passed in register %rax.
;rdi - used to pass 1st argument to functions
;rsi - used to pass 2nd argument to functions
;rdx - used to pass 3rd argument to functions
;rcx - used to pass 4th argument to functions
;r8 - used to pass 5th argum... |
programs/oeis/294/A294628.asm | karttu/loda | 1 | 51010 | <gh_stars>1-10
; A294628: a(n) = 8*(sigma(n) - n + (1/2)).
; 4,12,12,28,12,52,12,60,36,68,12,132,12,84,76,124,12,172,12,180,92,116,12,292,52,132,108,228,12,340,12,252,124,164,108,444,12,180,140,404,12,436,12,324,268,212,12,612,68,348,172,372,12,532,140,516,188,260,12,868,12,276,332,508,156,628,12,468,220,596,12,988,12,... |
oeis/024/A024649.asm | neoneye/loda-programs | 11 | 51011 | ; A024649: n written in fractional base 8/7.
; Submitted by <NAME>
; 0,1,2,3,4,5,6,7,70,71,72,73,74,75,76,77,760,761,762,763,764,765,766,767,7650,7651,7652,7653,7654,7655,7656,7657,76540,76541,76542,76543,76544,76545,76546,76547,765430,765431,765432,765433,765434,765435,765436
mov $1,1
mov $3,1
lpb $0
mov $2,$0
di... |
libsrc/spectrum/zxmmc/mmc_read_block.asm | RC2014Z80/z88dk | 8 | 51012 | ;
;
; ZX Spectrum ZXMMC specific routines
; code by <NAME>
; ported to z88dk by <NAME> - Mar 2010
;
; $Id: mmc_read_block.asm,v 1.3 2016-06-10 21:28:03 dom Exp $
;
; Read a 512 byte data block from the MMC card
; extern int __LIB__ mmc_read_block(struct MMC mmc_descriptor, long card_address, unsigned char *address)... |
ASM/src/saria_hints_repeat.asm | accept8605/OOT-Rando-with-working-Navi | 0 | 51013 | ;Accept86 Saria hints repeat
;==================================================================================================
.definelabel Saria_Gossip_Save_Offset, 0xD4 + (58 * 0x1C) +0x10
Saria_Hints_Globals: .word 0x0, 0x0, 0x0, 0x0 ;1:last TextID loaded, 2:internal GossipText index
... |
mc-sema/validator/x86/tests/AND16mi.asm | randolphwong/mcsema | 2 | 51014 | <reponame>randolphwong/mcsema
BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_AF
;TEST_FILE_META_END
; AND16mi
;TEST_BEGIN_RECORDING
lea eax, [esp-0x4]
mov DWORD [eax], 0x44
and WORD [eax], 0x44
mov eax, 0x0
;TEST_END_RECORDING
|
libsrc/graphics/plotpixl_smc.asm | meesokim/z88dk | 0 | 51016 | <gh_stars>0
;
; Generic graphics routines
; Self modifying code version
;
; <NAME> - 4/1/2007
;
;
; Plot pixel at (x,y) coordinate.
;
;
; $Id: plotpixl_smc.asm,v 1.2 2015/01/19 01:32:46 pauloscustodio Exp $
;
PUBLIC plotpixel
EXTERN pixel
EXTERN pixmode
.plotpixel push hl
ld hl,182 ; OR ... |
Project4/Sandbox/factorial.asm | orrinjelo/virtual-machine | 0 | 51017 | <reponame>orrinjelo/virtual-machine<gh_stars>0
; Program values
spc .BYT 32
ret .BYT 10
EOT .BYT 3 ; End of text
LTUE .INT -42
; Program strings
facmsg1 .BYT 'F'
.BYT 'a'
.BYT 'c'
.BYT 't'
.BYT 'o'
.BYT 'r'
... |
kernel/kliba.asm | SimonGH0STRiley/StayHomeOS | 5 | 51019 |
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; klib.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; TF 141, 2020
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++... |
programs/oeis/229/A229473.asm | karttu/loda | 0 | 51020 | <filename>programs/oeis/229/A229473.asm
; A229473: Number of defective 4-colorings of an n X 2 0..3 array connected horizontally, antidiagonally and vertically with exactly one mistake, and colors introduced in row-major 0..3 order.
; 1,6,42,248,1312,6528,31232,145408,663552,2981888,13238272,58195968,253755392,10989076... |
oeis/082/A082030.asm | neoneye/loda-programs | 11 | 51023 | <gh_stars>10-100
; A082030: Expansion of e.g.f. exp(x)/(1-x)^3.
; 1,4,19,106,685,5056,42079,390454,4000441,44881660,547457611,7215589954,102211815589,1548801969976,25000879886935,428332610385166,7763306399014129,148412806214119924,2984692721713278211
add $0,1
mov $2,1
mov $3,$0
lpb $0
sub $0,1
sub $2,$3
sub $3,$... |
oeis/064/A064613.asm | neoneye/loda-programs | 11 | 51024 | <gh_stars>10-100
; A064613: Second binomial transform of the Catalan numbers.
; Submitted by <NAME>
; 1,3,10,37,150,654,3012,14445,71398,361114,1859628,9716194,51373180,274352316,1477635912,8016865533,43773564294,240356635170,1326359740956,7351846397334,40913414754324,228508350629892,1280446630065720,7196461754402898,4... |
oeis/141/A141431.asm | neoneye/loda-programs | 11 | 51025 | <reponame>neoneye/loda-programs
; A141431: Triangle T(n,k) = (k-1)*(3*n-k+1), read by rows.
; Submitted by <NAME>
; 0,0,5,0,8,14,0,11,20,27,0,14,26,36,44,0,17,32,45,56,65,0,20,38,54,68,80,90,0,23,44,63,80,95,108,119,0,26,50,72,92,110,126,140,152,0,29,56,81,104,125,144,161,176,189,0,32,62,90,116,140,162,182,200,216,230,... |
wof/lcs/base/2AD.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 51026 | copyright zengfr site:http://github.com/zengfr/romhack
002AB4 move.b #$77, ($5,A4) [base+295, base+2B5, base+2D5]
002ABA move.w ($e,A4), D0 [base+28D, base+2AD, base+2CD]
002AFC beq $2e14 [base+28D, base+2AD, base+2CD]
002B04 andi.b #$3, D0 [base+28D, base+2AD, base+2CD]
002B24 beq $2b56 [base+28D, bas... |
programs/oeis/063/A063518.asm | jmorken/loda | 1 | 51027 | ; A063518: Values of 17^n mod 23.
; 17,13,14,8,21,12,20,18,7,4,22,6,10,9,15,2,11,3,5,16,19,1,17,13,14,8,21,12,20,18,7,4,22,6,10,9,15,2,11,3,5,16,19,1,17,13,14,8,21,12,20,18,7,4,22,6,10,9,15,2,11,3,5,16,19,1,17,13,14,8,21,12,20,18,7,4,22,6,10,9,15,2,11,3,5,16,19,1,17,13,14,8,21,12,20,18,7,4,22,6,10,9,15,2,11,3,5,16,19,1... |
src/gfx/ico_ximg.asm | beckadamtheinventor/BOSshell5 | 2 | 51028 | ; convpng v7.3
; 8 bpp image
_ico_ximg_size equ 258
_ico_ximg:
db 16,16
db 0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh
db 0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh
db 0FFh,0FFh,080h,080h,080h,080h,080h,080h,080h,080h,080h,080h,080h,080h,0FFh... |
libsrc/ctype/isalnum.asm | dex4er/deb-z88dk | 1 | 51030 | ;
; Small C+ z88 Character functions
; Written by <NAME> <<EMAIL>>
;
; 1/3/99 djm
;
; This routine is a little bit unwieldy to say the least
;
; $Id: isalnum.asm,v 1.3 2006/12/31 21:44:58 aralbrec Exp $
;
XLIB isalnum
; FASTCALL
.isalnum
ld a,l
ld hl,0
; check digits [09]
cp '0'
ret c
inc l
c... |
oeis/094/A094628.asm | neoneye/loda-programs | 11 | 51031 | ; A094628: Erroneous version of A052218.
; Submitted by <NAME>(s2)
; 4,13,40,130,400,1300,4000,13000,40000,130000,400000,1300000,4000000,13000000,40000000,130000000,400000000,1300000000,4000000000,13000000000,40000000000,130000000000,400000000000,1300000000000
mov $1,$0
mod $0,2
lpb $1
mul $0,10
add $0,4
sub $1,... |
mips 28-08 ex.asm | ITWhiteRaccoon/OrgArq | 0 | 51032 | .text
.globl main
# E=A+B+D-5+F
main: la $t0,A
lw $t1,0($t0) #A
lw $t2,4($t0) #B
lw $t3,8($t0) #D
lw $t4,12($t0) #F
addu $t0,$t1,$t2 #A+B
addu $t1,$t0,$t3 #A+B +D
addiu $t2,$t1,-5 #A+B+D -5
addu $t3,$t2,$t4 #A+B+D-5 +F
la $t4,E
sw $t3,0($t4)
li $v0,10
syscall
.data
A: .word 3
B: .word 5
D: .word 7
F: ... |
programs/oeis/139/A139482.asm | neoneye/loda | 22 | 51033 | ; A139482: Binomial transform of [1, 1, 2, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, ...].
; 1,2,5,11,20,32,47,65,86,110,137,167,200,236,275,317,362,410,461,515,572,632,695,761,830,902,977,1055,1136,1220,1307,1397,1490,1586,1685,1787,1892,2000,2111,2225,2342,2462,2585,2711,2840,2972,3107,3245,3386,3530,3677,3827,3980,4136,429... |
lab3_test_harness/Lab1test/br_noz.asm | Zaydax/PipelineProcessor | 2 | 51034 | .ORIG x3000
BRN DONE
BRNP DONE
BRP DONE
A AND R0, R0, #0
ADD R0, R0, #1 ; 1 is in bit 0
ADD R0, R0, R0 ; 1 is in bit 1
ADD R0, R0, R0 ; 1 is in bit 2
ADD R0, R0, R0 ; 1 is in bit 3
ADD R0, R0, R0 ; 1 is in bit 4
ADD R0, R0, R0 ; 1 is in bit 5
ADD R0, R0, R0 ; 1 is in bit 6
ADD R0, R0, R0 ; 1 is in b... |
programs/oeis/022/A022787.asm | neoneye/loda | 22 | 51035 | ; A022787: Place where n-th 1 occurs in A023125.
; 1,9,24,47,77,114,159,211,271,338,412,494,583,680,784,895,1014,1140,1274,1415,1563,1719,1882,2052,2230,2415,2608,2808,3015,3230,3452,3682,3919,4163,4415,4674,4941,5215,5496,5785,6081,6384,6695,7013
mov $2,$0
add $2,1
mov $5,$0
lpb $2
mov $0,$5
sub $2,1
sub $0,$2
... |
programs/oeis/054/A054577.asm | jmorken/loda | 1 | 51036 | ; A054577: A Catalan-like sequence.
; 0,1,4,11,36,115,381,1287,4420,15396,54264,193154,693373,2507287,9124560,33393355,122821380,453756765,1683107800,6265751310,23402516280,87670790155,329337229104,1240292449350,4681874312509
lpb $0
add $0,1
add $1,$0
mov $2,$0
sub $0,$0
mov $3,$2
lpe
mul $1,2
bin $1,$2
add ... |
source/ctl_linuxx64.asm | protopopov1122/ctl | 0 | 51037 | <filename>source/ctl_linuxx64.asm
; SPDX short identifier: MIT
;
; Copyright 2020 <NAME>
;
; Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
; to deal in the Software without restriction, including without lim... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_530.asm | ljhsiun2/medusa | 9 | 51038 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_530.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x18d2c, %rsi
lea addresses_WC_ht+0xb66c, %rdi
nop
nop
nop
nop
xor %r10, %r10
mov $11, %rcx
rep movsl
nop... |
stage3/boot.asm | amrwc/8086-graphics | 5 | 51039 | BITS 16
; Tell the assembler that we will be loaded at 7C00 (That's where the BIOS loads boot loader code).
ORG 7C00h
start:
jmp Real_Mode_Start
%include "print_functions_16_SF.asm"
Real_Mode_Start:
cli
xor ax, ax ; Set stack segment (SS) to 0 and set stack size to... |
programs/oeis/239/A239186.asm | neoneye/loda | 22 | 51040 | ; A239186: Sum of the largest two parts in the partitions of 4n into 4 parts with smallest part equal to 1.
; 2,23,93,243,492,878,1432,2165,3123,4337,5810,7596,9726,12195,15065,18367,22088,26298,31028,36257,42063,48477,55470,63128,71482,80495,90261,100811,112100,124230,137232,151053,165803,181513,198122,215748,234422,2... |
stressfs.asm | marissa-masangcay/xv6 | 0 | 51041 | <gh_stars>0
_stressfs: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "fs.h"
#include "fcntl.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 push %edi
4: 56 ... |
programs/oeis/055/A055947.asm | jmorken/loda | 1 | 51042 | ; A055947: n - reversal of base 3 digits of n (written in base 10).
; 0,0,0,2,0,-2,4,2,0,8,0,-8,8,0,-8,8,0,-8,16,8,0,16,8,0,16,8,0,26,0,-26,20,-6,-32,14,-12,-38,32,6,-20,26,0,-26,20,-6,-32,38,12,-14,32,6,-20,26,0,-26,52,26,0,46,20,-6,40,14,-12,58,32,6,52,26,0,46,20,-6,64,38,12,58,32,6,52,26,0,80,0,-80,56,-24,-104,32,-4... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.