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 |
|---|---|---|---|---|
dungeonmap.asm | compiling/z3randomizer | 26 | 197379 | <reponame>compiling/z3randomizer<gh_stars>10-100
DoDungeonMapBossIcon:
LDA.b $14
CMP.b #$09
BEQ .dungeonmap
.cave
CMP.b #$01
RTL
.dungeonmap
LDX.w $040C
BMI .cave
; LDA.l DungeonMapIcons
; AND.b #$01
; BNE ++
;
; INC ; so it's not equal to $01
; BRA .cave
; get dungeon boss room
++ REP #$30
LDA.l $8AE817,... |
oeis/077/A077866.asm | neoneye/loda-programs | 11 | 197380 | ; A077866: Expansion of (1-x)^(-1)/(1 - x - 2*x^2 + 2*x^3).
; Submitted by <NAME>
; 1,2,5,8,15,22,37,52,83,114,177,240,367,494,749,1004,1515,2026,3049,4072,6119,8166,12261,16356,24547,32738,49121,65504,98271,131038,196573,262108,393179,524250,786393,1048536,1572823,2097110,3145685,4194260,6291411,8388562,12582865,16777... |
uti/rsize.asm | olifink/smsqe | 0 | 197381 | <filename>uti/rsize.asm<gh_stars>0
; Re-size window (long pointer) V1.00 1988 <NAME>
section wut
xdef ut_rsize
xref wu_gwrpp,ut_wm_setup
include 'dev8_keys_wman'
include 'dev8_keys_wwork'
include 'dev8_mac_assert'
;+++
; Re-sizing a window isn't a managed operation, so this routine is provided
; to do one... |
programs/oeis/173/A173432.asm | karttu/loda | 1 | 197382 | ; A173432: NW-SE diagonal sums of Riordan array A112468.
; 1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0,1,1,2,1,1,0
mov $1,-1
bin $1,$0
mod $0,3
trn $0,1
mul $0,$1
add $0,1
mov $1,$0
|
test_programs/timer_test.asm | mfkiwl/QNICE-FPGA-hyperRAM | 53 | 197383 | ;
; Testing timers
;
; Jumping to the entry point 0xE000 initializes timer 0 to generate an
; interrupt every 1000 milliseconds. The ISR just prints a message
; every second.
;
; Jumping to the entry point at 0xE100 disables the timer by setting
; the INT-register of the timer to 0x0000.
;
; done in July 2020 by vax... |
programs/oeis/179/A179125.asm | jmorken/loda | 1 | 197384 | ; A179125: a(n) = A000037(n)^3.
; 8,27,125,216,343,512,1000,1331,1728,2197,2744,3375,4913,5832,6859,8000,9261,10648,12167,13824,17576,19683,21952,24389,27000,29791,32768,35937,39304,42875,50653,54872,59319,64000,68921,74088,79507,85184,91125
add $0,1
mov $2,$0
lpb $2
mov $2,$3
mov $4,$0
lpb $4
add $0,1
a... |
misc/asm/legacy/main.asm | Pebaz/glop | 3 | 197385 | <reponame>Pebaz/glop<gh_stars>1-10
include 'ebc.inc'
include 'efi.inc'
include 'format.inc'
include 'utf8.inc'
format peebc efi ; PE executable format, EFI Byte Code
entry efi_main
section '.text' code executable readable
efi_main:
MOVn R1, @R0(EFI_MAIN_PARAMETERS.SystemTable)
MOVn R1, @R1(EFI_SYSTEM_T... |
src/z3/skiptitle.asm | PJBoy/alttp_sm_combo_randomizer_rom | 31 | 197386 | ; Title screen entry point: $0C:C100
; jump directly to $C2B6 for file select menu
org $0cc100
jmp $c2b6
; This is an address in a jump table that stumbles
; through a bunch of drawing and animation for the file
; select screen. This just copies the last address to
; the first index, so it doesn't bother with any of ... |
programs/oeis/202/A202206.asm | jmorken/loda | 1 | 197387 | <gh_stars>1-10
; A202206: a(n) = 3*a(n-1)+3*a(n-2) with a(0)=1 and a(1)=2.
; 1,2,9,33,126,477,1809,6858,26001,98577,373734,1416933,5372001,20366802,77216409,292749633,1109898126,4207943277,15953524209,60484402458,229313780001,869394547377,3296124982134
mov $22,$0
mov $24,$0
add $24,1
lpb $24
clr $0,22
mov $0,$22
... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1828.asm | ljhsiun2/medusa | 9 | 197388 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xa022, %r8
nop
nop
cmp %r15, %r15
movw $0x6162, (%r8)
sub $47983, %rsi
lea addresses_WT_ht+0xaa62, %r9
nop
nop
nop
nop
nop
add %rdx, %rdx
movw $0x6162, (%r9)
nop
and %rsi, %rsi... |
programs/oeis/208/A208428.asm | karttu/loda | 0 | 197389 | <filename>programs/oeis/208/A208428.asm
; A208428: Number of n X 2 0..2 arrays with new values 0..2 introduced in row major order and no element equal to any knight-move neighbor (colorings ignoring permutations of colors).
; 2,14,54,216,864,3456,13824,55296,221184,884736,3538944,14155776,56623104,226492416,905969664,3... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_639.asm | ljhsiun2/medusa | 9 | 197390 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_639.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %rbp
push %rbx
push %rdx
lea addresses_WT_ht+0x45af, %rbp
sub $29755, %r14
movl $0x61626364, (%rbp)
nop
nop
nop
nop
nop
inc %r12
lea addresses... |
C51/Examples/R8051XC/xcpy.a51 | AllRoundeer/Keil | 0 | 197392 | ;------------------------------------------------------------------------------------
; xcpy function for R8051XC:
;
; memcpy variant for xdata to xdata memory copy using the DPC feature of the
; R8051XC devices
;
; Prototype:
; void xcpy (void xdata *dest, void xdata *src, unsigned int sz);
;
;-----------------------... |
Borland/CBuilder5/Source/RTL/source/math/tan.asm | TrevorDArcyEvans/DivingMagpieSoftware | 1 | 197394 | <gh_stars>1-10
;[]-----------------------------------------------------------------[]
;| TAN.ASM -- trigonometric function |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1991, 2000 by Inpr... |
Assignment5/Q1/printHello_2019440.asm | PritishWadhwa/OS-Assignments | 2 | 197395 | <reponame>PritishWadhwa/OS-Assignments<gh_stars>1-10
;Name: <NAME>
;Roll Number: 2019440
bits 16
org 0x7c00
boot:
mov ax, 0x3
int 0x10
mov ax, 0x2401
int 0x15
mov eax, cr0
or eax,0x1
mov cr0, eax
lgdt [gdt_pointer]
jmp CODE:boot2
bits 32
boot2:
mov ax, DATA
mov esi,hello
mov ebx,0xb8000
.loop:
or eax, ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_190.asm | ljhsiun2/medusa | 9 | 197396 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_190.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x161c9, %rsi
lea addresses_normal_ht+0x14eb9, %rdi
nop
nop
nop
nop
nop
sub $56050, %r14
mo... |
engine/battle/move_effects/focus_energy.asm | opiter09/ASM-Machina | 1 | 197398 | <reponame>opiter09/ASM-Machina<gh_stars>1-10
FocusEnergyEffect_:
ld hl, wPlayerBattleStatus2
ldh a, [hWhoseTurn]
and a
jr z, .notEnemy
ld hl, wEnemyBattleStatus2
.notEnemy
bit GETTING_PUMPED, [hl] ; is mon already using focus energy?
jr nz, .alreadyUsing
set GETTING_PUMPED, [hl] ; mon is now using focus energy
... |
oeis/040/A040784.asm | neoneye/loda-programs | 11 | 197400 | ; A040784: Continued fraction for sqrt(813).
; 28,1,1,18,1,1,56,1,1,18,1,1,56,1,1,18,1,1,56,1,1,18,1,1,56,1,1,18,1,1,56,1,1,18,1,1,56,1,1,18,1,1,56,1,1,18,1,1,56,1,1,18,1,1,56,1,1,18,1,1,56,1,1,18,1,1,56,1,1,18,1,1,56,1,1,18,1,1,56,1,1
seq $0,10225 ; Continued fraction for sqrt(183).
mul $0,90
div $0,72
add $0,2
seq $... |
Examples/ch10/MacTest.asm | satadriver/LiunuxOS_t | 0 | 197402 | TITLE Macro Library Test (MacTest.asm)
; This program demonstrates various macros from
; the Macros.inc file.
; Last update: 1/19/02
INCLUDE Irvine32.inc
INCLUDE Macros.inc
NAME_SIZE = 30
.data
str1 BYTE NAME_SIZE DUP(?)
array DWORD 5 DUP(12345678h)
.code
main PROC
mGotoxy 10,0
mDumpMem OFFSET arra... |
assignment3/egghunter.nasm | tdmathison/SLAE32 | 0 | 197404 | ; Egghunter that uses 50905090 as the egg to search for.
; This was created as part of the SecurityTube Linux Assembly Expert
; course at http://securitytube-training.com/online-courses/securitytube-linux-assembly-expert/
;
; <NAME>
;
; The MIT License (MIT)
;
; Copyright (c) 2018 <NAME>
;
; Permission is hereby grant... |
src/main.asm | mgr-inz-rafal/skakatory | 1 | 197405 | <filename>src/main.asm
; First two frames in main memory
org SCR_MEM_1
ins "frames/f0.bin"
org SCR_MEM_2
ins "frames/f1.bin"
icl 'src\atari.inc'
icl 'src\macros.asm'
FRAME_COUNT equ 104
SCR_MEM_1 equ $4150
SCR_MEM_1_P2... |
src/alt_scout_fix.asm | mvdhout1992/ts-patches | 33 | 197406 | %include "TiberianSun.inc"
%include "macros/patch.inc"
;;; Aircraft and subterrean units are not allowed to move to shroud.
;;; Players complain that those units can move to shroud when they are moving to a rally point
;;; This fix disallows players to place a rally point in shroud for war factory and helipad.
;;; Bar... |
oeis/240/A240533.asm | neoneye/loda-programs | 11 | 197407 | <filename>oeis/240/A240533.asm
; A240533: a(n) = numerators of n!/10^n.
; 1,1,1,3,3,3,9,63,63,567,567,6237,18711,243243,1702701,5108103,5108103,86837751,781539759,14849255421,14849255421,311834363841,3430178002251,78894094051773,236682282155319,236682282155319,3076869668019147,83075481036516969,581528367255618783,16864... |
programs/oeis/073/A073636.asm | karttu/loda | 1 | 197408 | <filename>programs/oeis/073/A073636.asm
; A073636: Period 3: repeat [1, 8, 9] ; Digital root of A000578(n) = n^3 for n >= 1.
; 1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9,1,8,9
mod $0,3
mov $1,$0... |
oeis/178/A178719.asm | neoneye/loda-programs | 11 | 197411 | <filename>oeis/178/A178719.asm<gh_stars>10-100
; A178719: Partial sums of (1/5)*floor(6^n/7).
; 0,0,1,7,44,266,1599,9597,57586,345520,2073125,12438755,74632536,447795222,2686771339,16120628041,96723768254,580342609532,3482055657201,20892333943215,125354003659300,752124021955810,4512744131734871,27076464790409237,162458... |
resources/retrogamedev.chapters/chapter13/gamePlayer.asm | brawnydawg/retrojam4 | 0 | 197412 | <reponame>brawnydawg/retrojam4
;===============================================================================
; Constants
PlayerIdleLeftAnim = 5
PlayerIdleRightAnim = 0
PlayerJumpLeftAnim = 9
PlayerJumpRightAnim = 4
PlayerFrame = 1
PlayerHorizontalSpeed = 2
PlayerXMinHigh ... |
oeis/028/A028918.asm | neoneye/loda-programs | 11 | 197413 | <filename>oeis/028/A028918.asm
; A028918: (3n+1)!/(4*(3n-1)).
; Submitted by <NAME>(s3)
; 3,252,113400,141523200,373621248000,1788898535424000,14050009097220096000,168600109166641152000000,2931618698189556350976000000,70886540122223472566599680000000,2306506242496907350372020387840000000,9831252208018817890225699701129... |
libsrc/games/mc1000/bit_open_di.asm | jpoikela/z88dk | 640 | 197415 | ; $Id: bit_open_di.asm,v 1.6 2016-06-16 20:23:51 dom Exp $
;
; CCE MC-1000 bit sound functions
;
; void bit_open_di();
;
; Ensjo - 2013
;
SECTION code_clib
PUBLIC bit_open_di
PUBLIC _bit_open_di
EXTERN bit_open
EXTERN __snd_tick
EXTERN __bit_irqstatus
INCLUDE "games/game... |
programs/oeis/153/A153778.asm | karttu/loda | 0 | 197417 | ; A153778: Binary sequence constructed like a Stern-Brocot tree between 0 and 1, where XOR is applied instead of the mediant operation.
; 1,1,0,1,0,1,1,1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_f_seek.asm | jpoikela/z88dk | 640 | 197420 | ; uint32_t esx_f_seek(unsigned char handle, uint32_t distance, unsigned char whence)
SECTION code_esxdos
PUBLIC _esx_f_seek
EXTERN l0_esx_f_seek_callee
_esx_f_seek:
pop af
ex af,af'
dec sp
pop af
pop de
pop bc
dec sp
pop hl
push hl
push hl
push hl
ex af,af'
push af
ex ... |
libsrc/stdio/pacman/fputc_cons.asm | jpoikela/z88dk | 640 | 197421 | <gh_stars>100-1000
;
; PacMan hardware
;
; Print character to the screen
;
; Feb 2017 - <NAME>
;
;
; $Id:$
;
SECTION code_clib
PUBLIC fputc_cons_native
EXTERN cleargraphics
EXTERN char_address
;
; Entry: char to print
;
DEFC ROWS=36
DEFC COLUMNS=28
fputc_cons_native:
ld hl,2
add hl,sp
ld a,(h... |
Esercizio 1/esercizio1.asm | eliamercatanti/Progetto-MIPS | 1 | 197423 | <filename>Esercizio 1/esercizio1.asm
# Title: Esercizio 1 - Unione e Intersezione di Vettori
# Authors: <NAME>, <NAME>, <NAME>
# E-mails: <EMAIL>, <EMAIL>, <EMAIL>
# Date: 31/08/2014
################################## Data segment #######################################################################################... |
tools-src/gnu/gcc/gcc/config/mmix/crtn.asm | enfoTek/tomato.linksys.e2000.nvram-mod | 80 | 197424 | <reponame>enfoTek/tomato.linksys.e2000.nvram-mod
/* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
Contributed by <NAME> <<EMAIL>>
This file is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either vers... |
data/pokemon/dex_entries/remoraid.asm | AtmaBuster/pokeplat-gen2 | 6 | 197425 | db "JET@" ; species name
db "To escape from an"
next "attacker, it may"
next "shoot water out of"
page "its mouth, then"
next "use that force to"
next "swim backward.@"
|
libsrc/adt/linkedlist/adt_ListDeleteS.asm | ahjelm/z88dk | 640 | 197426 | <gh_stars>100-1000
; void adt_ListDeleteS(struct adt_List *list, void *delete)
; CALLER linkage for function pointers
SECTION code_clib
PUBLIC adt_ListDeleteS
PUBLIC _adt_ListDeleteS
EXTERN asm_adt_ListDeleteS
.adt_ListDeleteS
._adt_ListDeleteS
pop bc
pop de
pop hl
push hl
push de
push bc
j... |
Student/examples/Correct/Subprograms/Correct_209.asm | SoftMoore/CPRL-Kt | 6 | 197427 | <filename>Student/examples/Correct/Subprograms/Correct_209.asm<gh_stars>1-10
PROGRAM 2
BR L15
L0:
PROC 0
LDLADDR -1
LOADB
BZ L1
LDCSTR "true"
PUTSTR
PUTEOL
BR L2
L1:
LDCSTR "false"
PUTSTR
PUTEOL
L2:
RET 1
L15:
LDGADDR 0
LDCB 1
STOREB
LDGADDR 1
LDCB 1
STOREB
... |
code/Forec/t27.asm | KongoHuster/assembly-exercise | 1 | 197428 | <reponame>KongoHuster/assembly-exercise<filename>code/Forec/t27.asm
;; last edit date: 2016/10/25
;; author: Forec
;; LICENSE
;; Copyright (c) 2015-2017, Forec <<EMAIL>>
;; Permission to use, copy, modify, and/or distribute this code for any
;; purpose with or without fee is hereby granted, provided that the above
;; ... |
oeis/091/A091144.asm | neoneye/loda-programs | 11 | 197429 | <reponame>neoneye/loda-programs
; A091144: a(n) = binomial(n^2, n)/(1+(n-1)*n).
; 1,1,2,12,140,2530,62832,1997688,77652024,3573805950,190223180840,11502251937176,779092434772236,58448142042957576,4811642166029230560,431306008583779517040,41820546066482630185200,4361681481115351827455670,486913655811710637505012248,5793... |
oeis/186/A186763.asm | neoneye/loda-programs | 11 | 197430 | ; A186763: Number of increasing odd cycles in all permutations of {1,2,...,n}.
; Submitted by <NAME>
; 0,1,2,7,28,141,846,5923,47384,426457,4264570,46910271,562923252,7318002277,102452031878,1536780478171,24588487650736,418004290062513,7524077221125234,142957467201379447,2859149344027588940,60042136224579367741,1320926... |
ubb/asc/exam/ale.asm | AlexanderChristian/private_courses | 0 | 197431 | <reponame>AlexanderChristian/private_courses<filename>ubb/asc/exam/ale.asm
assume cs:code, ds:data
data segment
inputMsgFile db 'Please input the filename: $'
inputMsg db 'Please give a number or Q to end: $'
yes db 'Is palindrom.$'
no db 'Is not palindrom.$'
maxFileName db 100
lFileName db ?
fileName db 100 du... |
Library/Math/Float/floatEC.asm | steakknife/pcgeos | 504 | 197433 |
COMMENT @-----------------------------------------------------------------------
Copyright (c) Geoworks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: floatEC.asm
AUTHOR: Cheng, 1/91
ROUTINES:
Name Description
---- -----------
FloatCheckStack
FloatCheckStack_ES
FloatCheckD... |
oeis/003/A003506.asm | neoneye/loda-programs | 11 | 197434 | <filename>oeis/003/A003506.asm
; A003506: Triangle of denominators in Leibniz's Harmonic Triangle a(n,k), n >= 1, 1<=k<=n.
; 1,2,2,3,6,3,4,12,12,4,5,20,30,20,5,6,30,60,60,30,6,7,42,105,140,105,42,7,8,56,168,280,280,168,56,8,9,72,252,504,630,504,252,72,9,10,90,360,840,1260,1260,840,360,90,10,11,110,495,1320,2310,2772,23... |
programs/oeis/319/A319658.asm | karttu/loda | 0 | 197437 | <filename>programs/oeis/319/A319658.asm
; A319658: a(n) is the minimal number of successive ON cells that appears in n-th generation of rule-30 1D cellular automaton started from a single ON cell.
; 1,3,1,2,1,2,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1... |
data/mapHeaders/PokemonTower3F.asm | AmateurPanda92/pokemon-rby-dx | 9 | 197439 | <filename>data/mapHeaders/PokemonTower3F.asm
PokemonTower3F_h:
db CEMETERY ; tileset
db POKEMON_TOWER_3F_HEIGHT, POKEMON_TOWER_3F_WIDTH ; dimensions (y, x)
dw PokemonTower3F_Blocks ; blocks
dw PokemonTower3F_TextPointers ; texts
dw PokemonTower3F_Script ; scripts
db 0 ; connections
dw PokemonTower3F_Object ; obj... |
programs/oeis/109/A109546.asm | neoneye/loda | 22 | 197440 | ; A109546: (4^(n+1)-(-1)^n 9 )/5.
; 5,11,53,203,821,3275,13109,52427,209717,838859,3355445,13421771,53687093,214748363,858993461,3435973835,13743895349,54975581387,219902325557,879609302219,3518437208885,14073748835531,56294995342133
mov $1,4
pow $1,$0
mul $1,56
div $1,30
mul $1,4
sub $1,4
div $1,14
mul $1,6
add $1,5
... |
programs/oeis/255/A255178.asm | neoneye/loda | 22 | 197441 | ; A255178: Second differences of eighth powers (A001016).
; 1,254,6050,52670,266114,963902,2796194,6927230,15257090,30683774,57405602,101263934,170126210,274309310,427043234,644975102,948713474,1363412990,1919399330,2652834494,3606422402,4830154814,6382097570,8329217150,10748247554,13726597502,17363297954,21769989950,2... |
libsrc/target/c128/stdio/generic_console.asm | witchcraft2001/z88dk | 4 | 197442 | ;
;
SECTION code_clib
PUBLIC generic_console_cls
PUBLIC generic_console_vpeek
PUBLIC generic_console_scrollup
PUBLIC generic_console_printc
PUBLIC generic_console_set_ink
PUBLIC generic_console_set_paper
PUBLIC generic_console_... |
oeis/038/A038227.asm | neoneye/loda-programs | 11 | 197443 | ; A038227: Triangle whose (i,j)-th entry is binomial(i,j)*3^(i-j)*9^j.
; Submitted by <NAME>
; 1,3,9,9,54,81,27,243,729,729,81,972,4374,8748,6561,243,3645,21870,65610,98415,59049,729,13122,98415,393660,885735,1062882,531441,2187,45927,413343,2066715,6200145,11160261,11160261,4782969,6561
lpb $0
add $1,1
sub $0,$1
... |
programs/oeis/165/A165806.asm | karttu/loda | 1 | 197444 | <gh_stars>1-10
; A165806: a(n) = 15n^2 + 3n + 1.
; 19,67,145,253,391,559,757,985,1243,1531,1849,2197,2575,2983,3421,3889,4387,4915,5473,6061,6679,7327,8005,8713,9451,10219,11017,11845,12703,13591,14509,15457,16435,17443,18481,19549,20647,21775,22933,24121,25339,26587,27865,29173,30511,31879,33277,34705,36163,37651,3916... |
Borland/CBuilder5/Source/RTL/source/math/cos.asm | TrevorDArcyEvans/DivingMagpieSoftware | 1 | 197445 | ;[]-----------------------------------------------------------------[]
;| COS.ASM -- trigonometric function |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1991, 2000 by Inprise Corporation... |
max/MaxL.asm | anish-sk/Nand2Tetris-project6 | 13 | 197446 | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME> Schocken, MIT Press.
// File name: projects/06/max/MaxL.asm
// Symbol-less version of the Max.asm program.
@0
D=M
@1
D=D-M
@10
D;JGT
@1
D=M
@12
0;JMP
@0
D=M
@2
M=D
@14
0;JMP
|
oeis/328/A328152.asm | neoneye/loda-programs | 11 | 197447 | ; A328152: a(n) is the number of squares of side length greater than 1 having vertices at the points of an n X n grid of dots.
; Submitted by <NAME>
; 0,0,2,11,34,80,160,287,476,744,1110,1595,2222,3016,4004,5215,6680,8432,10506,12939,15770,19040,22792,27071,31924,37400,43550,50427,58086,66584,75980,86335,97712,110176,1... |
programs/oeis/102/A102485.asm | karttu/loda | 0 | 197448 | <reponame>karttu/loda
; A102485: a(n) = 5*3^n - 4*2^n.
; 1,7,29,103,341,1087,3389,10423,31781,96367,291149,877543,2640821,7938847,23849309,71613463,214971461,645176527,1936053869,5809210183,17429727701,52293377407,156888520829,470682339703,1412080573541,4236308829487,12709060706189,38127450554023,114382888532981,343149... |
oeis/322/A322462.asm | neoneye/loda-programs | 11 | 197449 | <reponame>neoneye/loda-programs
; A322462: Numbers on the 0-1-12 line in a spiral on a grid of equilateral triangles.
; Submitted by <NAME>(s1)
; 0,1,12,13,36,37,72,73,120,121,180,181,252,253,336,337,432,433,540,541,660,661,792,793,936,937,1092,1093,1260,1261,1440,1441,1632,1633,1836,1837,2052,2053,2280,2281,2520,2521,... |
unittest/lib/amd64/saveymm.asm | 0xflotus/SymCrypt | 1 | 197452 | ;
; Wipe.asm
;
; Copyright (c) Microsoft Corporation. Licensed under the MIT license.
;
include ksamd64.inc
TITLE saveymm.asm
;VOID SYMCRYPT_CALL SymCryptEnvUmSaveYmmRegistersAsm( __m256i * buffer );
;VOID SYMCRYPT_CALL SymCryptEnvUmRestoreYmmRegistersAsm( __m256i * buffer );
LEAF_ENT... |
programs/oeis/301/A301673.asm | jmorken/loda | 1 | 197453 | ; A301673: Partial sums of A301672.
; 1,5,13,26,43,63,88,118,151,188,230,276,326,380,438,501,568,638,713,793,876,963,1055,1151,1251,1355,1463,1576,1693,1813,1938,2068,2201,2338,2480,2626,2776,2930,3088,3251,3418,3588,3763,3943,4126,4313,4505,4701,4901,5105,5313,5526,5743,5963,6188,6418,6651
mov $1,2
lpb $0
sub $0,1
... |
programs/oeis/294/A294013.asm | karttu/loda | 0 | 197454 | <filename>programs/oeis/294/A294013.asm
; A294013: Sum of the differences of the larger and smaller parts in the partitions of 2n into two parts with the smaller part prime.
; 0,0,2,6,10,16,22,30,38,46,54,64,74,86,98,110,122,136,150,166,182,198,214,232,250,268,286,304,322,342,362,384,406,428,450,472,494,518,542,566,590... |
programs/oeis/286/A286063.asm | neoneye/loda | 22 | 197455 | <filename>programs/oeis/286/A286063.asm<gh_stars>10-100
; A286063: Fixed point of the mapping 00->001, 1->100, starting with 00.
; 0,0,1,1,0,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,1,1,0... |
stampaReverseStringa.asm | edoardottt/Asm_mars_examples | 21 | 197456 | # NON FUNZIONANTE DA RIVEDERE
.data
richiesta: .asciiz "inserisci una stringa (max 100 caratteri)"
stringa: .asciiz
vettore: .byte 100:1
.text
li $v0,4
la $a0,richiesta
syscall
li $v0,8
la $a0,stringa
li $a1,101
syscall
len:
lb $t0,0($a0)
beq $t0,'\n',revers
addi $t1,$t1,1
addi $a0,$a0,1
j len
revers:
la $a0,stri... |
programs/oeis/037/A037754.asm | karttu/loda | 1 | 197457 | <gh_stars>1-10
; A037754: Base 7 digits are, in order, the first n terms of the periodic sequence with initial period 2,3,1,0.
; 2,17,120,840,5882,41177,288240,2017680,14123762,98866337,692064360,4844450520,33911153642,237378075497,1661646528480,11631525699360,81420679895522,569944759268657,3989613314880600,27927293204... |
oeis/138/A138408.asm | neoneye/loda-programs | 11 | 197459 | <reponame>neoneye/loda-programs
; A138408: a(n) = prime(n)^6 - prime(n).
; 62,726,15620,117642,1771550,4826796,24137552,47045862,148035866,594823292,887503650,2565726372,4750104200,6321363006,10779215282,22164361076,42180533582,51520374300,90458382102,128100283850,151334226216,243087455442,326940373286,496981290872,832... |
kristoph/kernel/video/video.asm | vbmacher/qsOS | 1 | 197460 | ;
; VIDEO.ASM
;
; (c) Copyright 2001, <NAME>.
;
; Display adapter & video mode setup
;
;
;
.model compact
.386p
.code
public _BasicDetect
;int BasicDetect();
_BasicDetect proc
push bp
mov bp, sp
push si
cld
xor si, si ;Na zaciatku nemame nic
mov ah, 12h
mov bh, 10h ;bl?
mov bl, 10h ;Aj , :>
int 1... |
libsrc/_DEVELOPMENT/z80/c/sccz80/z80_inir_callee.asm | meesokim/z88dk | 0 | 197461 |
; void *z80_inir(void *dst, uint16_t port)
SECTION code_z80
PUBLIC z80_inir_callee
EXTERN asm_z80_inir
z80_inir_callee:
pop hl
pop bc
ex (sp),hl
jp asm_z80_inir
|
Assignment #2/reverse.nasm | Wi1d5a1m0N/SLAE | 0 | 197462 | global _start
section .text
_start:
;I. int socketcall(int call, unsigned long *args)
;
; a. int socket(int domain, int type, int protocol)
xor eax, eax ;set eax to 0
xor ebx, ebx ;set ebx to 0
xor ecx, ecx ;set ecx to 0
push ecx ;tcp protocol = 0
push byte 0x1 ;sock_stream/type = 1
push byte 0x2 ;P... |
Practice/Final/Lab 5/8. Write an ASM code to check a palindrome string.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 0 | 197463 | <gh_stars>0
.MODEL SMALL
.STACK 100H
.DATA
PROMPT_1 DB 'Enter the string: $'
MSG_1 DB ' is Palindrome.$'
MSG_2 DB ' is not Palindrome.$'
STR DB 100 DUP(' ')
STR2 DB 100 DUP(' ')
COUNT DW ?
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
@ERROR:
... |
PRG/levels/Fortress/8-FA.asm | narfman0/smb3_pp1 | 0 | 197464 | ; Original address was $BAAD
; World 8 Fortress "grey" part
.word W80FL ; Alternate level layout
.word W80FO ; Alternate object layout
.byte LEVEL1_SIZE_14 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_04 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_02 | LEVEL3_VSCROLL_LOCKED
.byte LEVEL4_BGBANK_INDEX(2) |... |
untested/ARM/intDiv.asm | GabrielRavier/Generic-Assembly-Samples | 0 | 197465 |
code32
format ELF
public _intDiv
section '.text' executable align 16
_intDiv:
vmov s15, r0
vmov s0, r1
vcvt.f64.s32 d5, s15
vcvt.f64.s32 d6, s0
vdiv.f64 d7, d5, d6
vcvt.s32.f64 s1, d7
vmov r0, s1
bx lr |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1277.asm | ljhsiun2/medusa | 9 | 197467 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1ca52, %rsi
clflush (%rsi)
nop
nop
nop
and $1859, %rax
movups (%rsi), %xmm6
vpextrq $1, %xmm6, %r15
nop
sub $50622, %r14
lea addresses_UC_ht+0xec32, %rsi
lea addresses_D_ht+0... |
_example/inter_lisp.asm | Number571/asmlib | 27 | 197468 | format ELF64
public _start
include "asmlib/fmt.inc"
include "asmlib/irp.inc"
include "asmlib/sys.inc"
section '.data' writeable
input db "(+ (* 3 (+ (* 2 4) (+ 3 5))) (+ (- 10 7) 6))", 0
section '.text' executable
_start:
mov rax, input
call interpret_lisp
call print_integer
call print_line
j... |
base/remoteboot/bootfloppy/src/undi/smc9432/lm9432cf.asm | npocmaka/Windows-Server-2003 | 17 | 197469 | ;----------------------------------------------------------------------------
;
;$History: LM9432CF.ASM $
;
; ***************** Version 1 *****************
; User: <NAME> Date: 26/08/98 Time: 9:31a
; Created in $/Client Boot/NICS/SMC/9432/UNDI
;
;
;$NoKeywords: $
;
;-----------------------------------... |
oeis/332/A332184.asm | neoneye/loda-programs | 11 | 197471 | <filename>oeis/332/A332184.asm
; A332184: a(n) = 8*(10^(2n+1)-1)/9 - 4*10^n.
; Submitted by <NAME>(s2)
; 4,848,88488,8884888,888848888,88888488888,8888884888888,888888848888888,88888888488888888,8888888884888888888,888888888848888888888,88888888888488888888888,8888888888884888888888888,888888888888848888888888888,88888... |
programs/oeis/156/A156711.asm | karttu/loda | 1 | 197472 | <filename>programs/oeis/156/A156711.asm
; A156711: a(n) = 144*n^2 - 161*n + 45.
; 28,299,858,1705,2840,4263,5974,7973,10260,12835,15698,18849,22288,26015,30030,34333,38924,43803,48970,54425,60168,66199,72518,79125,86020,93203,100674,108433,116480,124815,133438,142349,151548,161035,170810,180873,191224,201863,212790,224... |
programs/oeis/024/A024312.asm | jmorken/loda | 1 | 197473 | ; A024312: a(n) = s(1)s(n) + s(2)s(n-1) + ... + s(k)s(n+1-k), where k=[ (n+1)/2) ], s = (natural numbers >= 3).
; 9,12,31,38,70,82,130,148,215,240,329,362,476,518,660,712,885,948,1155,1230,1474,1562,1846,1948,2275,2392,2765,2898,3320,3470,3944,4112,4641,4828,5415,5622,6270,6498,7210,7460,8239,8512,9361,9658,10580,10902... |
LibSource/mpir/mpn/x86_64/sandybridge/hamdist.asm | ekzyis/CrypTool-2 | 12 | 197474 | dnl mpn_hamdist
dnl Copyright 2010 The <NAME>
dnl This file is part of the MPIR Library.
dnl The MPIR Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 2.1 of the Licen... |
oeis/121/A121807.asm | neoneye/loda-programs | 11 | 197475 | <gh_stars>10-100
; A121807: Partial sums of A004676.
; 10,21,122,233,1244,2345,12346,22357,32468,43569,54680,154781,255782,356793,457904,568005,679016,790117,1790128,2790239,3791240,4792351,5802362,6813363,7913364,9013465,10113576,11214587,12315688,13425689,14536800,24536811,34537812,44538823,54548924,64559035,74570136... |
dv3/atari/hd/fpart.asm | olifink/smsqe | 0 | 197476 | ; DV3 Atari Find Partition V3.00 1992 <NAME>
section dv3
xdef hd_fpart
include 'dev8_keys_err'
include 'dev8_keys_qlwa'
include 'dev8_keys_atari'
include 'dev8_dv3_keys'
include 'dev8_dv3_hd_keys'
;+++
; DV3 Atari find partition.
; It starts by loading and examining the root sector.
;
; d1 r as d3 but in t... |
a51test/(F8)MOV_Rn_A.a51 | Aimini/51cpu | 0 | 197477 | <filename>a51test/(F8)MOV_Rn_A.a51
MOV 0xD0,#0x00
INC A
MOV R0, A
INC A
MOV R1, A
INC A
MOV R2, A
INC A
MOV R3, A
INC A
MOV R4, A
INC A
MOV R5, A
INC A
MOV R6, A
INC A
MOV R7, A
MOV 0xD0,#0x08
INC A
MOV R0, A
INC A
MOV R1, A
INC A
MOV R2, A
INC A
MOV R3, A
INC A
MOV R4, A
INC A
MOV R5, A
INC A
MOV R6, A... |
Ejercicios/Cap_8/gpio.asm | moisotico/Microprocesadores | 0 | 197478 | ; <NAME>
; 25-05-2020
; IE0623: Microprocesadores
; Ejercicio 3: gpio
#include registers.inc
DATA: equ $2000
; *****************************************************************************
; HW Config
; ***********************************************************************... |
libsrc/_DEVELOPMENT/l/sdcc/____sdcc_4_and_src_debc_mhl_dst_debc.asm | jpoikela/z88dk | 640 | 197480 | <reponame>jpoikela/z88dk
SECTION code_clib
SECTION code_l_sdcc
PUBLIC ____sdcc_4_and_src_debc_mhl_dst_debc
____sdcc_4_and_src_debc_mhl_dst_debc:
ld a,(hl)
and c
ld c,a
inc hl
ld a,(hl)
and b
ld b,a
inc hl
ld a,(hl)
and e
ld e,a
inc hl
ld a,(hl)
and d
ld d,a
ret
|
S4/HW_Lab/power_of_2.asm | akxavier/Assignments | 0 | 197482 | ;find how many times a 2-digit number is divisible by 2
section .data
msg1 : db 'Enter a 2-digit number : '
l1 : equ $-msg1
msg2 : db 'Power of 2 in the given number is : '
l2 : equ $-msg2
newline : db 10
section .bss
d1 : resb 1
d2 : resb 1
num : resb 1
count : resb 1
junk : resb 1
section .text
global _start:
_sta... |
test/filters-cases/bug-1989_alpha.asm | OfekShilon/compiler-explorer | 4,668 | 197483 | .set noreorder
.set volatile
.set noat
.set nomacro
.arch ev4
.text
.align 2
.align 4
.weak issue1989
.ent issue1989
$issue1989..ng:
issue1989:
.frame $30,0,$26,0
$LFB0:
.cfi_startproc
.prologue 0
addl $16,... |
04/fill/Fill.asm | Bozar/Nand2Tetris | 3 | 197484 | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME> Schocken, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the program blackens the screen,
// i.e. writes "black" i... |
asm/x32/corex.asm | drkameleon/elena-lang | 0 | 197485 | // --- Predefined References --
define GC_ALLOC 10001h
define HOOK 10010h
define INIT_RND 10012h
define ENDFRAME 10016h
define OPENFRAME 10019h
define CLOSEFRAME 1001Ah
define CALC_SIZE 1001Fh
define GET_COUNT 10020h
define ... |
src/dir-display.asm | dikdom/tapecart-browser | 5 | 197486 | block dirDisplay
local byte _line @zp
run:
// ADAPT screen start/offset (when > 23 entries)
// check for correct values
lda numEntries
cmp 24
bcs multi_page
// we're always on page 0 (single page mode)
lda 0
sta drawStart
{
lda drawOffset
bpl __else
// offset < 0 -> make 0 (first ent... |
oeis/162/A162912.asm | neoneye/loda-programs | 11 | 197487 | <reponame>neoneye/loda-programs
; A162912: Denominators of drib tree fractions, where drib is the bit-reversal permutation tree of the Bird tree.
; Submitted by <NAME>
; 1,2,1,3,1,3,2,5,2,4,3,4,1,5,3,8,3,7,5,5,1,7,4,7,3,5,4,7,2,8,5,13,5,11,8,9,2,12,7,9,4,6,5,10,3,11,7,11,4,10,7,6,1,9,5,12,5,9,7,11,3,13,8,21,8,18,13,14,... |
oeis/250/A250767.asm | neoneye/loda-programs | 11 | 197488 | ; A250767: Number of (n+1) X (6+1) 0..1 arrays with nondecreasing 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.
; 262,410,622,962,1558,2666,4798,8978,17254,33722,66574,132194,263350,525578,1049950,2098610,4195846,8390234,16778926,33556226,67110742,134219690,2... |
tmp1/c55x-sim2/foo/Debug/led_test.asm | jwestmoreland/eZdsp-DBG-sim | 1 | 197490 | <filename>tmp1/c55x-sim2/foo/Debug/led_test.asm
;*******************************************************************************
;* TMS320C55x C/C++ Codegen PC v4.4.1 *
;* Date/Time created: Sat Sep 29 23:07:17 2018 *
;****************************... |
oeis/298/A298946.asm | neoneye/loda-programs | 11 | 197491 | <filename>oeis/298/A298946.asm
; A298946: a(n) = binomial(2*c-1, c-1) (mod c^4), where c is the n-th composite number.
; Submitted by <NAME>
; 35,462,2339,4627,2378,4238,5148,1260,57635,85026,64410,100509,163716,171918,93876,309780,148969,444220,370712,532771,652200,938386,816466,907874,569300,1107298,2470810,2953692,8... |
programs/oeis/276/A276868.asm | neoneye/loda | 22 | 197492 | ; A276868: First differences of the Beatty sequence A276855 for 3 + tau, where tau = golden ratio = (1 + sqrt(5))/2.
; 4,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,4,5,5,4
... |
libsrc/input/spectrum/INMouseAMX.asm | andydansby/z88dk-mk2 | 1 | 197494 | ; Read AMX Mouse
; 08.2003 aralbrec
XLIB INMouseAMX
XREF _in_AMXcoordX, _in_AMXcoordY
; exit : C = button state 00000MRL active high
; B = X coordinate (0..255)
; A = Y coordinate (0..191)
; uses : AF,BC,HL
.INMouseAMX
ld c,$1f
in a,($df) ; mouse button state will randomly
or c ... |
src/sincostables.asm | santiontanon/talesofpopolon-ext | 4 | 197495 | <reponame>santiontanon/talesofpopolon-ext
sin_table:
dw 0, 6, 12, 18, 25, 31, 37, 43, 49, 56, 62, 68, 74, 80, 86, 92
dw 97, 103, 109, 115, 120, 126, 131, 136, 142, 147, 152, 157, 162, 167, 171, 176
dw 181, 185, 189, 193, 197, 201, 205, 209, 212, 216, 219, 222, 225, 228, 231, 234
dw 236, 238, 241, 243, 2... |
common/zx7_8086.asm | c64scene-ar/64k-ought-to-be-enough | 4 | 197497 | <filename>common/zx7_8086.asm
; Decompresses Einar Saukas' ZX7 compressed stream data in 16-bit real mode.
; ZX7 format and original Z80 decompressor by <NAME>.
; Original Z80 to 8086 conversion, and size-optimized version, by <NAME>.
; Speed-optimized code by <NAME> and <NAME>.
; 20160308
;
; The source for the ... |
programs/oeis/096/A096603.asm | karttu/loda | 0 | 197498 | <filename>programs/oeis/096/A096603.asm<gh_stars>0
; A096603: Numbers occurring twice in A096607.
; 1,2,4,5,8,9,11,13,16,17,19,21,23,25,27,29,32,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,64,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125,128,129
mov $2,$0
lp... |
school2/8B/assign3.asm | momomeomo/School | 0 | 197499 | <reponame>momomeomo/School
INCLUDE asmlib.inc
;//data struct with uninitialized values
Employee STRUCT
first DWORD ?
last DWORD ?
id DWORD ?
wage DWORD ?
Employee ENDS
;//Tab macro
tabm MACRO
mov al, 9h ;;//moves tab into 09h
call writechar ;;//writes tab to screen
ENDM
;//macro for .00
cents MACRO
mov al, ".... |
_build/dispatcher/jmp_ippsARCFourInit_ca4bc186.asm | zyktrcn/ippcp | 1 | 197501 | <filename>_build/dispatcher/jmp_ippsARCFourInit_ca4bc186.asm
extern m7_ippsARCFourInit:function
extern n8_ippsARCFourInit:function
extern y8_ippsARCFourInit:function
extern e9_ippsARCFourInit:function
extern l9_ippsARCFourInit:function
extern n0_ippsARCFourInit:function
extern k0_ippsARCFourInit:function
extern ippcpJu... |
oeis/032/A032918.asm | neoneye/loda-programs | 11 | 197502 | <reponame>neoneye/loda-programs
; A032918: Numbers whose set of base-11 digits is {1,3}.
; Submitted by <NAME>
; 1,3,12,14,34,36,133,135,155,157,375,377,397,399,1464,1466,1486,1488,1706,1708,1728,1730,4126,4128,4148,4150,4368,4370,4390,4392,16105,16107,16127,16129,16347,16349,16369,16371,18767,18769,18789,18791,19009,1... |
oeis/113/A113726.asm | neoneye/loda-programs | 11 | 197503 | ; A113726: A Jacobsthal convolution.
; Submitted by <NAME>
; 1,0,1,4,5,8,25,44,77,176,353,660,1365,2776,5417,10876,21981,43648,87153,175076,349669,698280,1398585,2797260,5590381,11184720,22373761,44735284,89474165,178969208,357910345,715807004,1431683837,2863325216
add $0,2
mov $2,2
lpb $0
sub $0,1
mov $5,$1
mov... |
AssemblyLanguage_Lab/ASB_LAB_3/lab-3NEW.asm | strawberrylin/Hust_CS_Lab | 1 | 197504 | <reponame>strawberrylin/Hust_CS_Lab
;lab-3-new
;source code
;@author Strawberrylin
.386
STACK SEGMENT USE16 STACK
DB 200 DUP(0)
STACK ENDS
DATA SEGMENT USE16
BUF DB 15
DB ?
DB 15 DUP(0)
STU DB 997 DUP('zhangsan_x',0,0,0,0)
DB 'ZHANGSAN_A',100,90,90,0
DB 'ZHANGSAN_B',80,70,60,0
... |
hardware/bin/boot.asm | RVCar-developers/RVCar | 2 | 197505 |
build/demo.axf: file format elf32-littleriscv
build/demo.axf
architecture: riscv:rv32, flags 0x00000112:
EXEC_P, HAS_SYMS, D_PAGED
start address 0x00000000
Program Header:
LOAD off 0x00001000 vaddr 0x00000000 paddr 0x00000000 align 2**12
filesz 0x00002d58 memsz 0x000153b0 flags rwx
Sections:
Idx ... |
Palmtree.Math.Core.Sint/vs_build/x86_Debug/pmc_statistics.asm | rougemeilland/Palmtree.Math.Core.Sint | 0 | 197506 | <filename>Palmtree.Math.Core.Sint/vs_build/x86_Debug/pmc_statistics.asm
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Sint\Palmtree.Math.Core.Sint\pmc_statistics.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.