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 |
|---|---|---|---|---|
src/z80asm/dev/z80asm_lib/adc_hl_sp.asm | Frodevan/z88dk | 38 | 44892 | ; Substitute for the z80 adc hl,sp instruction
; CPU Min T Max T
; 8080 57 62
; 8085 60 63
; gbz80 52 60
; r2k 4 4
; z180 10 10
; z80 15 15
; z80n 15 15
SECTION code_crt0_sccz80
PUBLIC __z80asm__adc_hl_sp
__z80asm__adc_hl_sp:
jr nc, carry0
inc hl
carry0... |
programs/oeis/007/A007955.asm | neoneye/loda | 22 | 44893 | <gh_stars>10-100
; A007955: Product of divisors of n.
; 1,2,3,8,5,36,7,64,27,100,11,1728,13,196,225,1024,17,5832,19,8000,441,484,23,331776,125,676,729,21952,29,810000,31,32768,1089,1156,1225,10077696,37,1444,1521,2560000,41,3111696,43,85184,91125,2116,47,254803968,343,125000,2601,140608,53,8503056,3025,9834496,3249,336... |
sw/example/processor_check/main.asm | matejpolj/neorv32 | 0 | 44895 | <gh_stars>0
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+0x800021fc>
... |
oeis/290/A290680.asm | neoneye/loda-programs | 11 | 44896 | ; A290680: Binary representation of the diagonal from the corner to the origin of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 929", based on the 5-celled von Neumann neighborhood.
; Submitted by <NAME>
; 1,10,111,1110,11111,111111,1111111,11111111,111111111,1111111111,11111111111... |
Test/Exec/ptri.asm | CharlesCarley/ToyVM | 1 | 44897 | ; ----------------------------------------------------
.data
; ----------------------------------------------------
alphabet: .asciz "0123456789"
buffer: .zero 64
; ----------------------------------------------------
.text
; ------------------------------------------------... |
data/pokemon/base_stats/dynabear.asm | TastySnax12/pokecrystal16-493-plus | 2 | 44898 | db 0 ; species ID placeholder
db 85, 103, 85, 96, 95, 70
; hp atk def spd sat sdf
db FIRE, FIRE ; type
db 45 ; catch rate
db 209 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F12_5 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/dynabear/fro... |
programs/oeis/134/A134638.asm | jmorken/loda | 1 | 44899 | <reponame>jmorken/loda
; A134638: Row sums of triangle A134637.
; 1,8,28,76,182,406,868,1808,3706,7522,15176,30508,61198,122606,245452,491176,982658,1965658,3931696,7863812,15728086,31456678,62913908,125828416,251657482,503315666,1006632088,2013264988,4026530846,8053062622,16106126236,32212253528,64424508178,1288490175... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48_notsx.log_21829_1051.asm | ljhsiun2/medusa | 9 | 44900 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rsi
lea addresses_WT_ht+0x2a25, %rax
nop
sub $17627, %rbp
mov (%rax), %r10
nop
mfence
lea addresses_UC_ht+0x1ec0d, %rcx
nop
nop
nop
cmp $25432, %rbx
mov (%rcx), %esi
nop... |
programs/oeis/130/A130485.asm | jmorken/loda | 1 | 44901 | ; A130485: a(n) = Sum_{k=0..n} (k mod 7) (Partial sums of A010876).
; 0,1,3,6,10,15,21,21,22,24,27,31,36,42,42,43,45,48,52,57,63,63,64,66,69,73,78,84,84,85,87,90,94,99,105,105,106,108,111,115,120,126,126,127,129,132,136,141,147,147,148,150,153,157,162,168,168,169,171,174,178,183,189,189,190,192,195,199,204,210,210,211,... |
VM/src/Linux/VPU/x86_64/organized/bak/read.asm | ozdevguy/Ditto | 0 | 44902 | <reponame>ozdevguy/Ditto<gh_stars>0
ivpu_read:
mov rbx, 0x0 #Clear rbx (read 0)
mov rcx, 0x0 #Clear rcx (read 1)
cmp r11, 0x0 #Compare the value in r11 to 0 (32 bit, format type 0)
shl rax, 0x3 #Normalize the read 0 register address.
cmovz rbx, [r14 + 2080 + rax] #If this is t... |
programs/oeis/225/A225894.asm | jmorken/loda | 1 | 44904 | <reponame>jmorken/loda
; A225894: Number of n X 2 binary arrays whose sum with another n X 2 binary array containing no more than a single 1 has rows and columns in lexicographically nondecreasing order.
; 4,12,33,78,162,304,527,858,1328,1972,2829,3942,5358,7128,9307,11954,15132,18908,23353,28542,34554,41472,49383,5837... |
programs/oeis/294/A294397.asm | jmorken/loda | 1 | 44905 | ; A294397: Solution of the complementary equation a(n) = a(n-1) + b(n-2) + 1, where a(0) = 1, a(1) = 3, b(0) = 2, b(1) = 4.
; 1,3,6,11,17,25,34,44,55,68,82,97,113,130,149,169,190,212,235,259,284,311,339,368,398,429,461,494,528,564,601,639,678,718,759,801,844,888,934,981,1029,1078,1128,1179,1231,1284,1338,1393,1450,1508... |
P6/data_P6/testpoint/testpoint17.asm | alxzzhou/BUAA_CO_2020 | 1 | 44908 | <reponame>alxzzhou/BUAA_CO_2020<filename>P6/data_P6/testpoint/testpoint17.asm<gh_stars>1-10
ori $1, $0, 6
ori $2, $0, 9
ori $3, $0, 4
ori $4, $0, 11
sw $3, 0($0)
sw $4, 4($0)
sw $4, 8($0)
sw $1, 12($0)
sw $2, 16($0)
sw $1, 20($0)
sw $2, 24($0)
sw $3, 28($0)
sw $2, 32($0)
sw $4, 36($0)
sw $3, 40($0)
sw $4... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1181.asm | ljhsiun2/medusa | 9 | 44909 | <reponame>ljhsiun2/medusa
.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_D_ht+0x10352, %rdx
nop
nop
nop
nop
nop
add $56060, %rbp
movups (%rdx), %xmm5
vpextrq $1, %xmm5, %r8
add %r8, %r8
lea addresses_WT_ht+0x164f5, %rax... |
oeis/060/A060816.asm | neoneye/loda-programs | 11 | 44910 | <filename>oeis/060/A060816.asm<gh_stars>10-100
; A060816: a(0) = 1; a(n) = (5*3^(n-1) - 1)/2 for n > 0.
; 1,2,7,22,67,202,607,1822,5467,16402,49207,147622,442867,1328602,3985807,11957422,35872267,107616802,322850407,968551222,2905653667,8716961002,26150883007,78452649022,235357947067,706073841202,2118221523607,63546645... |
Analysis/Jon's Squinky Tennis.gg.asm | maxim-zhao/micromachineseditor | 5 | 44911 | ; Compilation options, disable all to be original
;.define COMPILE_TO_ROM ; comment to compile to $c000+
;.define FORCE_GAMEPLAY
;.define PLAYER2_WALL
;
; Game constants
.define WINNING_SCORE 15
.define BAT_MIN_Y $17
.define BAT_MAX_Y $98
.define BALL_START_X_PLAYER1 $38
.define BALL_START_X_PLAYER2 $BA
.define BALL_MI... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1230.asm | ljhsiun2/medusa | 9 | 44912 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rcx
push %rdi
lea addresses_A_ht+0x13ff3, %r13
nop
add $12796, %r15
mov $0x6162636465666768, %rdi
movq %rdi, %xmm2
movups %xmm2, (%r13)
nop
nop
nop
sub $55405, %rcx
pop %rdi
pop %rcx
pop %r15
pop %r13
ret
.global s_faulty_load
s_faulty_load:
pu... |
main.asm | Sagiri/volt-switch | 1 | 44915 | <gh_stars>1-10
.gba
.arm
.include "constants.s"
.thumb
.include "functions.s"
.open "test.gba", 0x08000000
.org allocation
.area allocation_size
.importobj "obj/relocatable.o"
.include "script.asm"
.endarea
.org move_scripts + EFFECT_VOLT_SWITCH *4
.word volt_switch_script
.org move_cmds + ATK_JUMPIFBATTL... |
Driver/Printer/DotMatrix/Gemini9/gemini9DriverInfo.asm | steakknife/pcgeos | 504 | 44916 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Star Gemini 9-pin printer driver
FILE: gemini9DriverInfo.asm
AUTHOR: <NAME>, 26 Mar 1990
REVISION HISTORY:
Name Date Description
... |
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_60_1275.asm | ljhsiun2/medusa | 9 | 44917 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1a156, %rax
nop
nop
nop
nop
and %r11, %r11
and $0xffffffffffffffc0, %rax
vmovaps (%rax), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $1, %xmm6, %rbx
xor %r15, %... |
libsrc/sprites/software/sp1/spectrum/updater/sp1_GetUpdateStruct.asm | ahjelm/z88dk | 640 | 44918 | <filename>libsrc/sprites/software/sp1/spectrum/updater/sp1_GetUpdateStruct.asm<gh_stars>100-1000
; struct sp1_update *sp1_GetUpdateStruct(uchar row, uchar col)
; CALLER linkage for function pointers
SECTION code_sprite_sp1
PUBLIC sp1_GetUpdateStruct
EXTERN sp1_GetUpdateStruct_callee
EXTERN ASMDISP_SP1_GETUPDATESTRUCT... |
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_394.asm | ljhsiun2/medusa | 9 | 44919 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xf94b, %rsi
lea addresses_A_ht+0xf04b, %rdi
clflush (%rsi)
nop
nop
nop
sub %r14, %r14
mov $95, %rcx
rep movsw
nop
nop
nop
nop
nop
add %r13, %r13
lea addresses_WT_ht+0xf04b, %r11
nop
no... |
examples/software/string/strcat.asm | StevenMcLeod/vm8080 | 0 | 44921 | ; char *strcat(char *dest, const char *src) {
; char *ret = dest;
; while(*dest != '\0') {
; ++dest;
; }
;
; do {
; *dest = *src;
; ++dest;
; ++src;
; } while(*src != '\0');
;
; return ret;
; }
;
; +4: src
; +2: dest
; +0: return addr
PUBL... |
Working Disassembly/Levels/LBZ/Misc Object Data/Map - Ride Grapple.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 44922 | dc.w word_26936-Map_LBZRideGrapple
dc.w word_2693E-Map_LBZRideGrapple
dc.w word_26946-Map_LBZRideGrapple
word_26936: dc.w 1 ; DATA XREF: ROM:00026930o
dc.b $F0, 5, 0, 0, $FF, $F8
word_2693E: dc.w 1 ; DATA XREF: ROM:00026930o
dc.b $FC, 0, 0, 4, $FF, $FC
word_26946: dc.w 1 ; DATA XREF: ROM... |
cards/bn4/ModCards/134-A028 PET Screen Color Blue (0F).asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 44923 | .include "defaults_mod.asm"
table_file_jp equ "exe4-utf8.tbl"
table_file_en equ "bn4-utf8.tbl"
game_code_len equ 3
game_code equ 0x4234574A // B4WJ
game_code_2 equ 0x42345745 // B4WE
game_code_3 equ 0x42345750 // B4WP
card_type equ 1
card_id equ 28
card_no equ "028"
card_sub equ "Mod Card 028"
card_sub_x ... |
lab2.asm | L2jLiga/assembler | 0 | 44924 | ; Variant 2; laboratory 2
Dseg segment
varA dw 0
varB dw 0
outA db "Input arg A: $"
outB db "Input arg B: $"
rez db "Result: $"
ost db " and ost: $"
tempor dw 0
Dseg ends
include 'coollibheader.inc'
lea dx,outA ; Input A
outstr
mov AL,2
call inint
mov varA,AX
... |
s3d/music-improved/VVZ2.asm | Cancer52/flamedriver | 9 | 44925 | Snd_VVZ2_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Snd_VVZ2_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $29
smpsHeaderDAC Snd_VVZ2_DAC
smpsHeaderFM Snd_VVZ2_FM1, $00, $14
smpsHeaderFM Snd_VVZ2_FM2, $0C, $0F
smpsHeaderFM Snd_VVZ2_FM3, $00, $14
smpsHeaderFM ... |
programs/oeis/216/A216865.asm | karttu/loda | 1 | 44926 | ; A216865: 16k^2-32k+8 interleaved with 16k^2-16k+8 for k>=0.
; 8,8,-8,8,8,40,56,104,136,200,248,328,392,488,568,680,776,904,1016,1160,1288,1448,1592,1768,1928,2120,2296,2504,2696,2920,3128,3368,3592,3848,4088,4360,4616,4904,5176,5480,5768,6088,6392,6728,7048,7400,7736
mov $1,$0
sub $0,2
div $1,2
sub $0,$1
mul $1,$0
m... |
scripts/silphco7.asm | adhi-thirumala/EvoYellow | 0 | 44927 | <gh_stars>0
SilphCo7Script:
call SilphCo7Script_51b77
call EnableAutoTextBoxDrawing
ld hl, SilphCo7TrainerHeaders
ld de, SilphCo7ScriptPointers
ld a, [wSilphCo7CurScript]
call ExecuteCurMapScriptInTable
ld [wSilphCo7CurScript], a
ret
SilphCo7Script_51b77:
ld hl, wCurrentMapScriptFlags
bit 5, [hl]
res 5, [hl... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca.log_21829_68.asm | ljhsiun2/medusa | 9 | 44928 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %rbx
push %rcx
push %rdx
push %rsi
lea addresses_D_ht+0x4f0e, %rsi
nop
dec %rbx
movb $0x61, (%rsi)
nop
dec %r12
lea addresses_A_ht+0x93f6, %rbx
nop
sub %r13, %r13
mov (%rbx), %cx
nop
nop
nop
sub $20911, %rdx
lea addresses_UC_ht+0xdace, %rsi... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i9-9900K_12_0xca_notsx.log_21829_327.asm | ljhsiun2/medusa | 9 | 44929 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xda47, %r9
nop
nop
nop
inc %rsi
mov $0x6162636465666768, %rbx
movq %rbx, %xmm0
movups %xmm0, (%r9)
nop
nop
cmp $17525, %r12
lea addresses_D_ht+0x2447, %r9
nop
nop
and... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1692.asm | ljhsiun2/medusa | 9 | 44930 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1a6d6, %rax
nop
and $29154, %r9
mov $0x6162636465666768, %rcx
movq %rcx, %xmm6
and $0xffffffffffffffc0, %rax
vmovntdq %ymm6, (%rax)
add $39239, %rsi
lea addresses_WC_ht+0xe970... |
playground/Utilities.asm | marcelocaetano/XSharp | 0 | 44935 | ; namespace DebugStub
; Uses EAX: expected difference.
; Modifies: EBX
; function CheckStack {
DebugStub_CheckStack:
; after a call, the stack gets pushed to, so add 4 to the expected difference
; eax += 4
Add EAX, 0x4
; EBX = EBP
Mov EBX, EBP
; EBX += EAX
Add EBX, EAX
; if EBX !=... |
external/mp/base/6502/cpu6502_word.asm | polluks/effectus | 7 | 44937 |
/*
fmulu_16
imulCX
imulWORD
idivWORD
idivAX_CX
*/
; Description: Unsigned 16-bit multiplication with unsigned 32-bit result.
;
; Input: 16-bit unsigned value in T1
; 16-bit unsigned value in T2
; Carry=0: Re-use T1 from previous multiplication (faster)
; Carry=1: Set T1 (slower)
;
; Output: 32-bit unsigned va... |
private/ntos/rtl/i386/byteswap.asm | King0987654/windows2000 | 11 | 44938 | <reponame>King0987654/windows2000<gh_stars>10-100
title "Byte Swap Functions"
;++
;
; Copyright (c) 1997 Microsoft Corporation
;
; Module Name:
;
; movemem.asm
;
; Abstract:
;
; This module implements functions to perform byte swapping operations.
;
;
; Author:
;
; <NAME> (forrestf) 12-Dec-1... |
zlib-1.2.8/contrib/vstudio/vc11/x86/TestZlibDebug/Tmp/adler32.asm | evildevil1990/arduinoCameraStream | 4 | 44939 | <reponame>evildevil1990/arduinoCameraStream<gh_stars>1-10
; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.21005.1
TITLE D:\Development\electronic\project\zlib-1.2.8\adler32.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
PUBLIC _adler32@12
PUBLIC _adle... |
asm/strcpy.asm | GabrielRavier/Generic-Assembly-Samples | 0 | 44940 | <filename>asm/strcpy.asm<gh_stars>0
global @ASM_strcpy@8
extern @ASM_strlen@4
extern @ASM_memcpy@12
%define ASM_strlen @ASM_strlen@4
%define ASM_memcpy @ASM_memcpy@12
segment .text align=16
%define destination ecx
%define source edx
%define startDest esi
%define startSrc ebx
%define strlenStr ecx
%define... |
oeis/160/A160195.asm | neoneye/loda-programs | 11 | 44941 | <reponame>neoneye/loda-programs
; A160195: Numerator of Hermite(n, 11/28).
; Submitted by <NAME>
; 1,11,-271,-11605,191041,20298091,-151161359,-49403884981,-128655965695,153515367677771,2142567291427441,-578212001091160469,-15599082172637890751,2548319349233802047915,107524435593334513794161,-12802407797068425987221749... |
libsrc/adt/linkedlist/adt_ListDelete_callee.asm | Toysoft/z88dk | 8 | 44942 | ; void __CALLEE__ adt_ListDelete_callee(struct adt_List *list, void *delete)
; /* void __FASTCALL__ (*delete)(void *item) */
; 02.2003, 06.2005 aralbrec
SECTION code_clib
PUBLIC adt_ListDelete_callee
PUBLIC _adt_ListDelete_callee
PUBLIC ASMDISP_ADT_LISTDELETE_CALLEE
EXTERN adt_ListDeleteS_callee
EXTERN ASMDISP_ADT_LI... |
src/unison/test/fast/ARM/size/gobmk.owl_vital_apat.autohelperowl_vital_apat34.asm | Patstrom/disUnison | 88 | 44943 | .text
.syntax unified
.eabi_attribute 67, "2.09" @ Tag_conformance
.cpu arm1156t2f-s
.eabi_attribute 6, 8 @ Tag_CPU_arch
.eabi_attribute 8, 1 @ Tag_ARM_ISA_use
.eabi_attribute 9, 2 @ Tag_THUMB_ISA_use
.fpu vfpv2
.eabi_attribute 17, 1 @ Tag_ABI_PCS_GOT_use
.eabi_attribute 20, 1 @ Tag_ABI_FP_denormal
.eabi_att... |
kiwami/src/interceptor.asm | Palzza/- | 105 | 44944 | .data
PUBLIC get_camera_data
PUBLIC get_camera_data_end
PUBLIC get_controller_input
PUBLIC get_controller_input_end
get_camera_data PROC
push r11
lea r11,[get_camera_data + 200h];
pushf
push rax
mov eax, [r11-010h]
test eax, eax
pop rax
je not_zero
movaps xmm1,[r11] ; focus
movaps xmm0,[r11+020h]... |
kernel.asm | tzulang/os2 | 0 | 44945 |
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 0f in $0xf,%al
8010000c <entry>:... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_32_1447.asm | ljhsiun2/medusa | 9 | 44946 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x5502, %rsi
lea addresses_WT_ht+0xaa82, %rdi
nop
nop
nop
nop
add $33236, %r10
mov $87, %rcx
rep movsb
nop
nop
nop
nop
nop
inc %r13
lea addresses_D_ht+0x4ac2... |
data/pokemon/dex_entries/koffing.asm | AtmaBuster/pokeplat-gen2 | 6 | 44947 | db "POISON GAS@" ; species name
db "If one gets close"
next "enough to it when"
next "it expels poison-"
page "ous gas, the gas"
next "swirling inside it"
next "can be seen.@"
|
cc4x86/tests/regressive/asm_listings/for2__optimize_nocopyopt.asm | artyompal/C-compiler | 4 | 44948 | <gh_stars>1-10
.686
.model flat
.xmm
.code
_test proc
push ebp
mov ebp,esp
sub esp,16
push edi
push esi
mov edi,0
mov esi,0
label0001:
cmp esi,8
jge label0002
cmp esi,4
jne ... |
programs/oeis/317/A317983.asm | karttu/loda | 0 | 44950 | <gh_stars>0
; A317983: Expansion of 420*x*(1 + x)*(1 + 10*x + x^2) / (1 - x)^6.
; 420,7140,41160,148680,411180,955500,1963920,3684240,6439860,10639860,16789080,25498200,37493820,53628540,74891040,102416160,137494980,181584900,236319720,303519720,385201740,483589260,601122480,740468400,904530900,1096460820,1319666040,15... |
oeis/001/A001084.asm | neoneye/loda-programs | 11 | 44951 | ; A001084: a(n) = 20*a(n-1) - a(n-2) with a(0) = 0, a(1) = 3.
; Submitted by <NAME>
; 0,3,60,1197,23880,476403,9504180,189607197,3782639760,75463188003,1505481120300,30034159217997,599177703239640,11953519905574803,238471220408256420,4757470888259553597,94910946544782815520,1893461460007396756803,3777431825360315232054... |
oeis/263/A263841.asm | neoneye/loda-programs | 11 | 44952 | ; A263841: Expansion of (1-2*x-x^2)/(sqrt(1+x)*(1-3*x)^(3/2)*2*x)-1/(2*x).
; Submitted by <NAME>
; 1,3,9,28,87,271,843,2619,8123,25153,77763,240054,740017,2278329,7006093,21520872,66039651,202462113,620164491,1898109900,5805127269,17741909157,54188530641,165405964227,504601360389,1538559689751,4688812503053,14282580916... |
src/cm_presets_ad2020.asm | Lui37/lttphack | 0 | 44953 | cm_ad2020_submenu_presets:
dw cm_ad2020_presets_goto_eastern
dw cm_ad2020_presets_goto_pod
dw cm_ad2020_presets_goto_escape
dw cm_ad2020_presets_goto_hook
dw cm_ad2020_presets_goto_thieves
dw cm_ad2020_presets_goto_skull
dw cm_ad2020_presets_goto_hera
dw cm_ad2020_presets_goto_mire
d... |
src/entry.asm | Ericsii/Erics-OS | 2 | 44954 | .section .text.entry
.globl _start
_start:
# 计算 boot_page_table 的物理页号
lui t0, %hi(boot_page_table)
li t1, 0xffffffff00000000
sub t0, t0, t1
srli t0, t0, 12
# 8 << 60 是 satp 中使用 Sv39 模式的记号
li t1, (8 << 60)
or t0, t0, t1
# 写入 satp 并更新 TLB
csrw satp, t0
sfence.vma
... |
AlgorithmsFromTheBook/Sorting.asm | MateoParrado/AlgorithmsFromTheBook | 0 | 44957 | <filename>AlgorithmsFromTheBook/Sorting.asm<gh_stars>0
PUBLIC asm_sort_in_place
PUBLIC asm_sort_in_place_rev
.386
.model flat, c
.code
;--------------------------------------------------------
asm_sort_in_place PROC
;
; Sort an array of unsigned ints in place
;
; Receives:
; A DWORD * pushed onto the stack, pointin... |
third_party/cryptoTools/cryptoTools/Crypto/asm/sha_win64.asm | bfeng/CryptoGRU | 1 | 44958 | ;---------------------
;
; This code implements two interfaces of SHA-1 update function: 1) working on a single
; 64-byte block and 2) working on a buffer of multiple 64-bit blocks. Multiple blocks
; version of code is software pipelined and faster overall, it is a default. Assemble
; with -DINTEL_SHA1_S... |
libsrc/algorithm/AStarSearch/astar_Search.asm | meesokim/z88dk | 0 | 44959 | <reponame>meesokim/z88dk<gh_stars>0
; struct astar_path *astar_Search(void)
; return least costly path from src_node to dst_node
; 01.2007 aralbrec
; exit : if path found, C flag set and HL = struct astar_path *
; if not found, NC flag set and HL = 0
; if out of mem, NC flag set and HL = current lowest c... |
private/ntos/dll/i386/emarith.asm | King0987654/windows2000 | 17 | 44961 | subttl emarith.asm - Arithmetic Operations
page
;*******************************************************************************
;emarith.asm - Arithmetic Operations
;
; Microsoft Confidential
;
; Copyright (c) Microsoft Corporation 1991
; All Rights Reserved
;
;Purpose:
; Arith... |
programs/oeis/083/A083539.asm | karttu/loda | 1 | 44962 | <gh_stars>1-10
; A083539: a(n) = sigma(n) * sigma(n+1): product of sigma-values for consecutive integers.
; 3,12,28,42,72,96,120,195,234,216,336,392,336,576,744,558,702,780,840,1344,1152,864,1440,1860,1302,1680,2240,1680,2160,2304,2016,3024,2592,2592,4368,3458,2280,3360,5040,3780,4032,4224,3696,6552,5616,3456,5952,7068... |
1.3/Zeidman_code/SYSGEN.asm | officialrafsan/CP-M | 0 | 44963 | <filename>1.3/Zeidman_code/SYSGEN.asm
; SYSTEM GENERATION PROGRAM, VERSION FOR MDS
VERS EQU 11 ;X. X
;
; COPYRIGHT (C) DIGITAL RESEARCH
; 1976
;
ORG 100H ;BASE OF TRANSIENT AREA
;
LOADP EQU 900H ;LOAD POINT FOR SYSTEM DURING LOAD/STORE
BDOS EQU 5H ;DOS ENTRY POINT
BOOT EQU... |
oeis/072/A072632.asm | neoneye/loda-programs | 11 | 44964 | <reponame>neoneye/loda-programs
; A072632: Solutions to A072631[n]=0.
; Submitted by <NAME>
; 1,3,8,21,55,149,404,1097,2981,8104,22027,59875,162755,442414,1202605,3269018
mov $1,1
mov $3,$0
mul $3,4
lpb $3
mul $1,$3
mov $4,$0
cmp $4,0
add $0,$4
div $1,$0
add $2,$1
sub $3,1
lpe
div $2,$1
mov $0,$2
add $0,... |
libsrc/_DEVELOPMENT/drivers/terminal/console_01/output/console_01_output_terminal_fzx/console_01_output_fzx_stdio_msg_ictl.asm | teknoplop/z88dk | 8 | 44965 | <filename>libsrc/_DEVELOPMENT/drivers/terminal/console_01/output/console_01_output_terminal_fzx/console_01_output_fzx_stdio_msg_ictl.asm
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC console_01_output_fzx_stdio_msg_ictl
PUBLIC console_01_output_fzx_stdio_msg_ictl_0
EXTERN OTERM_MSG_CLS
EXTERN error... |
source/handlers/byteword.asm | paulscottrobson/remslash | 0 | 44966 | ; ******************************************************************************
; ******************************************************************************
;
; Name : byteword.asm
; Purpose : Handle Byte/Word keywords
; Author : <NAME> (<EMAIL>)
; Created : 14th October 2019
;
; *************************... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_986.asm | ljhsiun2/medusa | 9 | 44967 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1d16d, %rsi
lea addresses_WT_ht+0x151fb, %rdi
nop
nop
nop
and $1472, %r15
mov $23, %rcx
rep movsw
nop
add %r11, %r11
lea addresses_normal_ht+0x6... |
oeis/306/A306672.asm | neoneye/loda-programs | 11 | 44968 | ; A306672: Partial sums of the even Lucas numbers (A014448).
; Submitted by <NAME>
; 2,6,24,100,422,1786,7564,32040,135722,574926,2435424,10316620,43701902,185124226,784198804,3321919440,14071876562,59609425686,252509579304,1069647742900,4531100550902,19194049946506,81307300336924,344423251294200,1459000305513722,61804... |
usertests.asm | chendoy/xv6-signals | 0 | 44969 | <reponame>chendoy/xv6-signals<gh_stars>0
_usertests: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
return randstate;
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc ... |
CS2610/problem7.asm | shariefsmm/College-Codes | 0 | 44970 | #problem7.asm
.data
.text
.globl main
main:
li $t0, 0x4 #initially led2 is on
rol $t0, $t0, 16 #turn on led18
rol $t0, $t0, 14 #turn on led0
ror $t0, $t0, 14 #turn on led18
ror $t0, $t0, 16 #turn on led2
li $v0, 10
syscall
|
tests/tests.asm | MrRaffo/c64routines | 0 | 44971 | <reponame>MrRaffo/c64routines
; tests for the c64 subroutines
!source "common/common.asm" ; sort of a 'header' file
; set up the values to multiply and the results
EXPECTED_LO = $02a7 ; some unused memory
EXPECTED_HI = $02a8
CUR_TEST = $0400 ; start of screen memory
PET_ZERO = $30 ; '0' char i... |
libsrc/_DEVELOPMENT/string/c/sccz80/strsep_callee.asm | jpoikela/z88dk | 0 | 44972 |
; char *strsep(char ** restrict stringp, const char * restrict delim)
SECTION code_clib
SECTION code_string
PUBLIC strsep_callee
EXTERN asm_strsep
strsep_callee:
pop af
pop de
pop bc
push af
jp asm_strsep
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _strsep_callee
defc _strsep_callee = strsep... |
programs/oeis/100/A100178.asm | karttu/loda | 1 | 44973 | <reponame>karttu/loda
; A100178: Structured hexagonal diamond numbers (vertex structure 5).
; 1,8,29,72,145,256,413,624,897,1240,1661,2168,2769,3472,4285,5216,6273,7464,8797,10280,11921,13728,15709,17872,20225,22776,25533,28504,31697,35120,38781,42688,46849,51272,55965,60936,66193,71744,77597,83760,90241,97048,104189,1... |
tests/lab03_solution-gzz.asm | gzachos/mars-stack-visualizer | 2 | 44974 | # Calculate the product of data elements of a list
# for MYΥ-505 - Computer Architecture
# Department of Computer Engineering, University of Ioannina
# <NAME>
.globl mulproc, listProd # declare the label main as global.
##########################################################################... |
soma_n_numeros.asm | rmsaitam/estudos-assembly-mips | 0 | 44975 | .text
.globl main
main:
li $s0, -1 # variável de controle do loop # a
li $s1, 0 # variável da soma # som
li $s2, 0 # variável de leitura # b
li $s3, 2048 # variaável 2 de controle do loop # b
loop:
li $v0, 5 # leitura de número inteiro
syscall
addi $s2, $v0, 0 # variável que aarmazena o valor em b
b... |
programs/oeis/077/A077814.asm | jmorken/loda | 1 | 44976 | <reponame>jmorken/loda
; A077814: a(n) = #{0<=k<=n: mod(kn,4)=2}.
; 0,0,1,1,0,1,3,2,0,2,5,3,0,3,7,4,0,4,9,5,0,5,11,6,0,6,13,7,0,7,15,8,0,8,17,9,0,9,19,10,0,10,21,11,0,11,23,12,0,12,25,13,0,13,27,14,0,14,29,15,0,15,31,16,0,16,33,17,0,17,35,18,0,18,37,19,0,19,39,20,0,20,41,21,0
mov $2,$0
mov $5,2
lpb $5
sub $5,1
add... |
Sim/tests/05_test_logic.asm | ericsims/16B | 0 | 44977 | #include "../CPU.asm"
#bank rom
; AND tests
; 0x00 & 0x00 = 0x00
load a, #0x00
load b, #0x00
and a, b
assert a, #0x00
; 0x00 & 0xFF = 0x00
load a, #0x00
load b, #0xFF
and a, b
assert a, #0x00
; 0xFF & 0xFF = 0xFF
load a, #0xFF
load b, #0xFF
and a, b
assert a, #0xFF
; 0x12 & 0x34 = 0x10
load a, #0x12
load b, #0x34... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_8_630.asm | ljhsiun2/medusa | 9 | 44979 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x7dc8, %r12
nop
nop
nop
nop
xor %r15, %r15
mov $0x6162636465666768, %rbx
movq %rbx, (%r12)
nop
nop
nop
nop
and $38767, %r12
l... |
programs/oeis/034/A034265.asm | karttu/loda | 0 | 44980 | ; A034265: a(n) = binomial(n+6,6)*(6*n+7)/7.
; 1,13,76,300,930,2442,5676,12012,23595,43615,76648,129064,209508,329460,503880,751944,1097877,1571889,2211220,3061300,4177030,5624190,7480980,9839700,12808575,16513731,21101328,26739856,33622600,41970280,52033872,64097616,78482217,95548245,115699740,139388028,167115754,1994... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_86.asm | ljhsiun2/medusa | 9 | 44981 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x124d9, %rsi
lea addresses_WC_ht+0xff15, %rdi
dec %rdx
mov $2, %rcx
rep movsl
nop
nop
cmp $31433, %rdi
lea addresses_UC_ht+0x10a59, %r15
nop
and $47519, %r12
mov $0x616263646... |
Irvine/Examples/ch07/32 bit/WriteBin.asm | alieonsido/ASM_TESTING | 0 | 44982 | ; Displaying Binary Bits (WriteBin.asm)
; This program displays a 32-bit integer in binary.
INCLUDE Irvine32.inc
.data
binValue DWORD 1234ABCDh ; sample binary value
buffer BYTE 32 dup(0),0
.code
main PROC
mov eax,binValue ; number to display
mov ecx,32 ; number of bits in EAX
mov esi,offset ... |
altairsim/als8-rom.asm | QwazyWabbitWOS/z80pack | 85 | 44984 | ;
; DISASSEMBLY OF ALS-8 SYSTEM
; BY <NAME>
;
; <><><><><><><><><><><><><><><><><><><><><><><><><><><><><
; MODIFIED TO PROPER INTEL SYNTAX AND FIXED TYPOS.
; MODIFIED TERMINAL IO FOR MITS SIO REV. 1, SEE *UM*.
;
; ENTRY POINTS:
; E024 USE WHEN POWER IS FIRST APPLIED OR AFTER
; A MAJOR PROGRAM CRAS... |
programs/oeis/120/A120148.asm | karttu/loda | 0 | 44985 | ; A120148: a(1)=25; a(n)=floor((50+sum(a(1) to a(n-1)))/2).
; 25,37,56,84,126,189,283,425,637,956,1434,2151,3226,4839,7259,10888,16332,24498,36747,55121,82681,124022,186033,279049,418574,627861,941791,1412687,2119030,3178545,4767818,7151727,10727590,16091385
mov $2,42
lpb $0,1
sub $0,1
mov $3,$2
div $2,2
add $... |
oeis/003/A003229.asm | neoneye/loda-programs | 11 | 44987 | <filename>oeis/003/A003229.asm
; A003229: a(n) = a(n-1) + 2*a(n-3) with a(0)=a(1)=1, a(2)=3.
; Submitted by <NAME>(s2)
; 1,1,3,5,7,13,23,37,63,109,183,309,527,893,1511,2565,4351,7373,12503,21205,35951,60957,103367,175269,297183,503917,854455,1448821,2456655,4165565,7063207,11976517,20307647,34434061,58387095,99002389,1... |
pwnlib/shellcraft/templates/amd64/linux/egghunter.asm | cclauss/pwntools | 7 | 44989 | <%
from pwnlib.shellcraft import amd64, pretty, common
from pwnlib.util.packing import pack, unpack
from pwnlib.util.lists import group
from pwnlib import constants, log
%>
<%page args="egg, start_address = 0x7efc00000000, stride = 0x10000"/>
<%docstring>
egghunter(egg, start_address = 0)
Searches memory for the byte ... |
DEF CON CTF Qualifier 2018/ELF Crumble/4.asm | p-g-krish/CTF-Writeups | 51 | 44991 | <reponame>p-g-krish/CTF-Writeups<gh_stars>10-100
00000000 E871FBFFFF call 0xfffffb76
00000005 83C430 add esp,byte +0x30
00000008 B800000000 mov eax,0x0
0000000D 8B7DE4 mov edi,[ebp-0x1c]
00000010 65333D14000000 xor edi,[dword gs:0x14]
00000017 7405 jz 0x1e
00000... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_2015.asm | ljhsiun2/medusa | 9 | 44992 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x4c4c, %rcx
sub $24663, %rdx
mov (%rcx), %r15w
nop
nop
and $63291, %r14
lea addresses_D_ht+0x15f51, %rbp
nop
nop
nop
nop
nop
and $25400, %r10
movb (%rbp), %bl
nop
n... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_488_698.asm | ljhsiun2/medusa | 9 | 44994 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_488_698.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r8
push %r9
push %rax
push %rdi
push %rdx
// Store
lea addresses_UC+0x19f1a, %rdi
nop
nop
nop
nop
n... |
programs/oeis/240/A240474.asm | neoneye/loda | 22 | 44995 | ; A240474: Distance from prime(n) to the closest larger squarefree number.
; 1,2,1,3,2,1,2,2,3,1,2,1,1,3,4,2,2,1,2,2,1,3,2,2,4,1,2,2,1,1,2,2,1,2,2,3,1,2,3,1,2,1,2,1,2,2,2,3,2,1,2,2,5,2,1,2,2,2,1,1,2,2,2,2,1,1,3,2,2,4,1,3,3,1,2,2,1,1,1,1,2,1,2,1,3,2,2,1,1,2,2,2,2,2,2,2,1,2,3,1
seq $0,40 ; The prime numbers.
mov $1,$0
s... |
testsuite/ubivm/output/fatorial.asm | alexgarzao/UOP | 0 | 44996 | <filename>testsuite/ubivm/output/fatorial.asm<gh_stars>0
.constant_pool
.const 0 string [start]
.const 1 string [constructor]
.const 2 string [Fatorial de 0: ]
.const 3 int [0]
.const 4 string [fatorial]
.const 5 int [2]
.const 6 string [io.writeln]
.const 7 string [Fatoria... |
data/wildPokemon/route19.asm | adhi-thirumala/EvoYellow | 0 | 44998 | <gh_stars>0
Route19Mons:
db $00
db $05
db 5,TENTACOOL
db 10,TENTACOOL
db 15,WOOPER
db 5,MARILL
db 10,CHINCHOU
db 15,MARILL
db 20,TENTACOOL
db 30,AZUMARILL
db 35,TENTACOOL
db 40,TENTACOOL
|
oeis/006/A006119.asm | neoneye/loda-programs | 11 | 44999 | ; A006119: Sum of Gaussian binomial coefficients [ n,k ] for q=5.
; Submitted by <NAME>
; 1,2,8,64,1120,42176,3583232,666124288,281268665344,260766671206400,549874114073747456,2547649010961476288512,26854416724405008878829568,622038328102566471056281370624,32782514465335246512577103683911680,379668621932978340108358228... |
src/15-calculator_div/calculator_div.asm | zhongwei/nasm | 0 | 45001 | <reponame>zhongwei/nasm<gh_stars>0
%include 'functions.asm'
SECTION .data
msg1 db ' remainder '
SECTION .text
global _start
_start:
mov eax, 90
mov ebx, 9
div ebx
call iprint
mov eax, msg1
call sprint
mov eax, edx
call iprintLF
call ... |
Branches/print_1_to_10.asm | berkcetinsaya/MIPSLanguageExamples | 0 | 45003 | .data
linebrk: .asciiz "\n"
.text
main:
li $s0, 1 # $s0 = loop counter
li $s1, 10 # $s1 = upper bound of loop
loop:
move $a0, $s0 # print loop counter $s0
li $v0, 1
syscall
li $v0, 4 # print new line
la $a0, linebrk
syscall
addi $s0, $s0, 1 # increase counter by 1
ble $s0, $s1, loop # if ... |
P6/data_P6/testpoint/testpoint21.asm | alxzzhou/BUAA_CO_2020 | 1 | 45004 | ori $1, $0, 10
ori $2, $0, 9
ori $3, $0, 6
ori $4, $0, 11
sw $3, 0($0)
sw $3, 4($0)
sw $3, 8($0)
sw $2, 12($0)
sw $2, 16($0)
sw $3, 20($0)
sw $3, 24($0)
sw $4, 28($0)
sw $2, 32($0)
sw $1, 36($0)
sw $1, 40($0)
sw $2, 44($0)
sw $2, 48($0)
sw $3, 52($0)
sw $3, 56($0)
sw $4, 60($0)
sw $1, 64($0)
sw $2,... |
base/ntos/rtl/i386/ntcurteb.asm | npocmaka/Windows-Server-2003 | 17 | 45005 | title "NtCurTeb.asm"
;++
;
; Copyright (c) 1989 Microsoft Corporation
;
; Module Name:
;
; NtCurTeb.asm
;
; Abstract:
;
; Efficient NtCurrentTeb code.
;
; Author:
;
; <NAME> (bryanwi) 28 feb 90
;
; Environment:
;
; Revision History:
;
;--
.386p
.xlist
include ks386.i... |
travis/test/insertps.asm | johannkoenig/nasm | 1,052 | 45006 | bits 64
insertps xmm0,xmm1,16
insertps xmm0,dword xmm2,16
insertps xmm0,xmm2,byte 16
insertps xmm0,dword xmm2,byte 16
insertps xmm0,[rax],16
insertps xmm0,dword [rbx],16
insertps xmm0,[rcx],byte 16
insertps xmm0,dword [rdx],byte 16
|
oeis/203/A203431.asm | neoneye/loda-programs | 11 | 45007 | ; A203431: v(n+1)/v(n), where v=A203418.
; Submitted by <NAME>
; 2,3,30,72,1440,4536,142560,544320,23950080,106142400,6107270400,30569011200,2198617344000,12197035468800,1061932177152000,6440034727526400,662645678542848000,4347023441080320000
add $0,1
mov $3,1
lpb $0
sub $0,1
mov $1,$0
gcd $1,2
add $2,$1
mul... |
programs/oeis/283/A283834.asm | jmorken/loda | 1 | 45008 | <gh_stars>1-10
; A283834: Number of length-n binary vectors beginning with 0, ending with 1, and avoiding 4 consecutive 0's and 4 consecutive 1's.
; 1,0,1,2,4,6,12,22,41,74,137,252,464,852,1568,2884,5305,9756,17945,33006,60708,111658,205372,377738,694769,1277878,2350385,4323032,7951296,14624712,26899040,49475048,909988... |
tests/addr/2.asm | NullMember/customasm | 414 | 45009 | <filename>tests/addr/2.asm
#ruledef test
{
ld {x} => 0x55 @ x`8
}
ld $ ; = 0x5500
#addr 0x02 + 0x02 ; = 0x0000
ld $ ; = 0x5504 |
oeis/138/A138434.asm | neoneye/loda-programs | 11 | 45010 | ; A138434: a(n) = ((n-th prime)^5-(n-th prime)^3)/4.
; 6,54,750,4116,39930,92274,353736,617310,1606044,5121690,7149840,17323326,28946820,36732234,57310296,104511654,178679730,211092330,337456086,450967860,518170644,769140840,984617214,1395838620,2146606896,2627267550,2897912004,3506073066,3846236130,4605727224,82590802... |
programs/oeis/061/A061982.asm | jmorken/loda | 1 | 45011 | <filename>programs/oeis/061/A061982.asm
; A061982: 3^n - (n + 1)(n + 2)/2.
; 0,0,3,17,66,222,701,2151,6516,19628,58983,177069,531350,1594218,4782849,14348771,43046568,129139992,387420299,1162261257,3486784170,10460352950,31381059333,94143178527,282429536156,847288609092,2541865827951,7625597484581,22876792454526,686303... |
P6/data_P6_2/cal_R_test62.asm | alxzzhou/BUAA_CO_2020 | 1 | 45012 | lui $1,62807
ori $1,$1,3144
lui $2,31790
ori $2,$2,62274
lui $3,41522
ori $3,$3,55356
lui $4,52578
ori $4,$4,26170
lui $5,29988
ori $5,$5,26435
lui $6,1298
ori $6,$6,16429
mthi $1
mtlo $2
sec0:
nop
nop
nop
xor $5,$6,$2
sec1:
nop
nop
sltu $2,$2,$4
xor $2,$6,$2
sec2:
nop
nop
slti $2,$4,-22965
xor $4,$6,$2
sec... |
src/idta.asm | MalcolmLorber/kernel | 3 | 45013 | ;idta.asm sets up all the intterupt entry points
extern default_handler
extern idt_ftoi
;error interrupt entry point, we need to only push the error code details to stack
%macro error_interrupt 1
global interrupt_handler_%1
interrupt_handler_%1:
push dword %1
jmp common_handler
%endmacro
;regular interrupt entry ... |
z80/unzx0_fast.asm | specke/ZX0 | 0 | 45014 | ;
; Speed-optimized ZX0 decompressor by spke (193 bytes)
;
; ver.00 by spke (27/01-23/03/2021, 191 bytes)
; ver.01 by spke (24/03/2021, 193(+2) bytes - fixed a bug in the initialization)
;
; Original ZX0 decompressors were written by <NAME>
;
; This decompressor was written on the basis of "Standard" decompressor ... |
nasm/strings/strcmp.asm | codingneverends/assembly | 0 | 45015 | <reponame>codingneverends/assembly
;String Comaprison
section .data
newline :db 10
space :db ' '
msg1 : db "Enter a String : "
size1 : equ $-msg1
msg2 : db "Lexographical Order is : ",10
size2 : equ $-msg2
section .bss
string1 : resb 50
string2 : resb 50
temp : resb 1
isstring2fi... |
src/SonicLostWorld/Mods/LinkSonicEverywhere/patch_Linksonic.asm | HyperBE32/cemu_graphic_packs | 0 | 45016 | [sonic2013_v48]
moduleMatches = 0xC5691A40
; load SonicZeldaInfo on top of SonicInfo
0x02A60414 = nop
0x02A53680 = nop
; load ef_dl3_linksonic_speedrun instead of ef_ch_son_yh1_speedrun_loop
0x02A43FE0 = nop
0x02A44058 = nop
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.