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 |
|---|---|---|---|---|
programs/oeis/170/A170747.asm | neoneye/loda | 0 | 203453 | ; A170747: Expansion of g.f.: (1+x)/(1-27*x).
; 1,28,756,20412,551124,14880348,401769396,10847773692,292889889684,7908027021468,213516729579636,5764951698650172,155653695863554644,4202649788315975388,113471544284531335476,3063731695682346057852,82720755783423343562004,2233460406152430276174108,6030343096611561745670091... |
src/msx/sample_res/04.asm | aburi6800/msx-PSGSoundDriver | 3 | 203455 | _04:
DB 0
DW _04_TRK1
DW _04_TRK2
DW _04_TRK3
_04_TRK1:
DB 217, %10, 212, 17, 7, 200, 0, 7, 0, 7, 212, 17, 7, 15, 7, 17
DB 7, 29, 7, 17, 7, 200, 0, 7, 212, 17, 14, 200, 0, 7, 212, 17
DB 7, 15, 7, 27, 7, 29, 7, 17, 7, 200, 0, 14, 212, 17, 7, 15
DB 7, 17, 7, 29, 7, 17, 7, 200, 0, 7... |
programs/oeis/260/A260236.asm | jmorken/loda | 1 | 203456 | <reponame>jmorken/loda<filename>programs/oeis/260/A260236.asm
; A260236: Number of prime factors, with multiplicity, of the n-th hexagonal number (A000384).
; 2,2,3,3,3,2,5,3,3,3,4,3,5,3,5,3,5,2,5,3,3,4,5,4,4,4,5,3,4,2,8,4,3,4,5,2,5,4,5,5,4,3,5,4,4,3,7,3,6,3,4,4,5,3,6,3,4,4,6,3,4,6,7,4,4,3,7,3,4,3,7,3,5,4,4,5,5,2,7,6,3... |
programs/oeis/165/A165378.asm | karttu/loda | 0 | 203457 | ; A165378: Number of slanted n X 4 (i=1..n) X (j=i..4+i-1) 1..4 arrays with all 1s connected, all 2s connected, all 3s connected, all 4s connected, 1 in the upper left corner, 2 in the upper right corner, 3 in the lower left corner, 4 in the lower right corner, and with no element having more than 2 neighbors with the ... |
oeis/165/A165205.asm | neoneye/loda-programs | 11 | 203458 | ; A165205: a(n) = C(2n-1,n) + C(2n+1,n+1) - C(0,n).
; Submitted by <NAME>(s1.)
; 1,4,13,45,161,588,2178,8151,30745,116688,445094,1704794,6552378,25258600,97617060,378098955,1467343305,5704370760,22210199550,86595896310,338052201630,1321178419080,5168764845660,20240517205350,79329105060426,311164569692928,12214289792981... |
projects/vmt/scratch/sub.asm | RobertCurry0216/nand2tetris | 0 | 203459 | <reponame>RobertCurry0216/nand2tetris
// sub
// load top of stack into D
@SP
AM=M-1
D=M
// dec addr
A=A-1
// sub top of stack and D
M=M-D
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2072.asm | ljhsiun2/medusa | 9 | 203460 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2072.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %r9
push %rbp
push %rbx
push %rcx
lea addresses_WC_ht+0x5a3d, %r11
clflush (%r11)
nop
nop
nop
nop
nop
add %r8, %r8
movw $0x6162, (%r11)
nop
nop
nop
nop
no... |
libsrc/_DEVELOPMENT/string/c/sccz80/strrstr_callee.asm | jpoikela/z88dk | 0 | 203462 | <filename>libsrc/_DEVELOPMENT/string/c/sccz80/strrstr_callee.asm<gh_stars>0
; char *strrstr(const char *s, const char *w)
SECTION code_clib
SECTION code_string
PUBLIC strrstr_callee
EXTERN asm_strrstr
strrstr_callee:
pop hl
pop de
ex (sp),hl
jp asm_strrstr
; SDCC bridge for Classic
IF __CLASSIC
PU... |
programs/oeis/081/A081728.asm | neoneye/loda | 22 | 203464 | <filename>programs/oeis/081/A081728.asm
; A081728: Length of periods of Euler numbers modulo prime(n).
; 1,2,2,6,10,6,8,18,22,14,30,18,20,42,46,26,58,30,66,70,36,78,82,44,48,50,102,106,54,56,126,130,68,138,74,150,78,162,166,86,178,90,190,96,98,198,210,222,226,114,116,238,120,250,128,262,134,270,138,140,282,146
seq $0,... |
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_saddrpright_callee.asm | meesokim/z88dk | 0 | 203466 |
; void *zx_saddrpright_callee(void *saddr, uint bitmask)
SECTION code_arch
PUBLIC _zx_saddrpright_callee
_zx_saddrpright_callee:
pop af
pop hl
pop de
push af
INCLUDE "arch/zx/display/z80/asm_zx_saddrpright.asm"
|
Palmtree.Math.Core.Implements/vs_build/x86_Debug/memory.asm | rougemeilland/Palmtree.Math.Core.Implements | 0 | 203467 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\memory.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM _number_zero:BYTE:0... |
maps/CeruleanGymBadgeSpeechHouse.asm | zavytar/pokecolorless | 0 | 203468 | object_const_def ; object_event constants
const CERULEANGYMBADGESPEECHHOUSE_POKEFAN_M
CeruleanGymBadgeSpeechHouse_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
CeruleanGymBadgeSpeechHousePokefanMScript:
jumptextfaceplayer CeruleanGymBadgeSpeechHousePokefanMText
CeruleanGymBadgeSpeechHousePokefanMText:
tex... |
demos/SicDemos/stdinout/abc.asm | roycrippen/sicxe | 0 | 203469 | <reponame>roycrippen/sicxe<gh_stars>0
. Repeatedly writes alphabet to stdout device.
. Only SIC instructions.
ABC START 0
forever CLEAR A
STA ofs
. start of alphabet loop
loopabc LDA ofs
ADD chara
. write A to stdout device
td1 TD stdout
JEQ td1
WD stdout
. increase offset
LDA ofs
ADD one
... |
Internet/Gmodplay/Dw_convert/Dw_gmod.asm | binaryfoundry/BLITZCD | 1 | 203470 | * DW_GMOD.asm
*
* This is a very simple example of a GMOD interface. It can be used
* to turn Dave Whittaker modules into GMOD modules by tacking a
* short GMOD header onto the beginning of the file. (I chose this
* particular format since the player code is already embedded in the
* module, so it doesn't need to be ... |
firmware/renderer.asm | ddomurad/avrVideoCard | 0 | 203472 | <filename>firmware/renderer.asm
;-------------------------------------------------------------------------------
; .:: VIDEO RENNDERING, SPI HANDLING, CMD EXECUTION ::.
;-------------------------------------------------------------------------------
; MACROS
;--------------------------------------------------------... |
Library/GrObj/Guardian/editTextGuardian.asm | steakknife/pcgeos | 504 | 203473 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GrObj
FILE: editTextGuardian.asm
AUTHOR: <NAME>, Jan 9, 1992
ROUTINES:
Name
----
METHODS:
Name
----
EditTextGuardianLargeS... |
test/jzas/integration/success05.asm | scoffey/jz80sim | 1 | 203475 | mac1 macro
ld a, 5
mac2
endm
mac2 macro
ld a, 6
endm
init ld a, 0
ld a, 1
ld a, 2
ld a, 3
ld a, 4
mac1
ld a, 7
ld a, 8
ld a, 9
ld a, 10
|
Source/Levels/L0301.asm | AbePralle/FGB | 0 | 203476 | ; L0301.asm mist se of evil village
; Generated 10.29.2000 by mlevel
; Modified 10.29.2000 by <NAME>
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
WATERINDEX EQU 1
VAR_WATER EQU 0
;---------------------------------------------------------------------
SECTION "Level0301Section",ROMX
;-----------------------... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_21829_1744.asm | ljhsiun2/medusa | 9 | 203478 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xd9de, %rdx
and %r15, %r15
mov (%rdx), %esi
nop
lfence
lea addresses_A_ht+0x1151e, %rdi
nop
cmp $48339, %rcx
movw $0x6162, (%rdi)
nop
nop
nop
cmp $64746, %r15
lea addresses_A_h... |
unpletter_180.asm | uniabis/z80depacker | 25 | 203480 | ; pletter v0.5c msx unpacker
; call unpack with hl pointing to some pletter5 data, and de pointing to the destination.
; changes all registers
; define lengthindata when the original size is written in the pletter data
; define LENGTHINDATA
module pletter
;OPTIMIZE_JUMP
; 0 : 140 bytes
; 1 : ... |
libsrc/_DEVELOPMENT/font/fzx/zx/c/sccz80/fzx_putc_callee.asm | meesokim/z88dk | 0 | 203481 |
; int fzx_putc(struct fzx_state *fs, int c)
SECTION code_font_fzx
PUBLIC fzx_putc_callee, fzx0_putc_callee
EXTERN asm_fzx_putc
fzx_putc_callee:
pop af
pop bc
pop ix
push af
fzx0_putc_callee:
call asm_fzx_putc
ret nc
ld l,a
ld h,0
ret
|
asm21.asm | Noah1989/asm21 | 1 | 203482 | .include rom.inc
gaddr_l .equ $B3
gaddr_h .equ $B4
.org $9000
debug equ 0
; Aligning the code makes debugging easier.
.macro debug_align, %%1
.if debug
width := %%1
fill $FF, ((width-($ % width)) % width)
.endif
.endm
; This leaves unreachable string marks all over the code.
; A stack trace can be constructed by l... |
MIPS Assembly/question3.asm | StevenThomi/Computer-Science | 0 | 203483 | <gh_stars>0
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# Write a program (question3.asm) to complete rotations
# (clockwise and anti-clockwise) of a 3 x 3 character matrix. The program
# must the receive the character matrix line by line
# (where each line is a 3 element row) follow... |
src/Screen.asm | gschizas/amstrad-diagnostics | 60 | 203484 |
SCREEN_START EQU #C000
PATTERN_CLEAR EQU %00000000
PATTERN_YELLOW EQU %11110000
PATTERN_BLUE EQU %00001111
PATTERN_RED EQU %11111111
CRTCDefaultTable:
db 63 ;* R0 = 63 : Horizontal Total
db 40 ;* R1 = 40 : Horizontal Displayed
db 46 ;* R2 = 46 : Horizont... |
sw/552tests/complex_demo2/stallTest.asm | JPShen-UWM/ThreadKraken | 1 | 203486 | // stallTest - try progressive numbers of stalls.
//
// A test specifically for the pipelined implementation.
//
// CS/ECE 552, Spring 2006
// <NAME> 11 April 2006
//
j .RealStart
halt
halt
halt
halt
halt
.Data1:
halt
halt
.Data2:
halt
halt
.Data3:
halt
halt
.Data4:
halt
.Data5:
halt
halt
halt
halt
halt
halt
halt
ha... |
zad1_5.asm | tomwisniewskiprv/ASM | 1 | 203487 | <reponame>tomwisniewskiprv/ASM
;worksheet 1
;exercise 5
;Zaprojektowac program, korzystajac z rozwiazania zadania 3., przekazuj
;acy na standardowe wyjscie wielowierszowa sekwencje znak?w (rys. 3).
;ABCD******
; ABCD***
; ABCD
.MODEL SMALL
.DATA
chars db 'ABCD$'
.CODE
main PROC
mov ax , SEG DGROUP
... |
Lab Work/5th-semester/assembly-language/book/CH-06/8.asm | akazad13/bsc-academic-work | 0 | 203489 | .MODEL SMALL
.STACK 100H
.DATA
A DB ?
B DB ?
C DB ?
.CODE
MAIN PROC
;printing '?'
MOV AH,2
MOV DL,'?'
INT 21H
MOV DL,0AH ; printing a new line
INT 21H
MOV AH,1 ; input function
INT 21H ; first char input
MOV A,AL ; mov to A
INT 21H ; second char input
MOV B,AL ; mov to B
MOV AH,2
MOV DL,0... |
whileDo.asm | edoardottt/Asm_mars_examples | 21 | 203490 | <filename>whileDo.asm
.text
# ESEMPIO WHILE DO
addi $t0,$t0,100 #valore iniziale $t0
while:
beqz $t0,endWhile #condizione per uscire dal ciclo
subi $t0,$t0,1 #aggiorno valore
j while #salto incondizionato
endWhile:
li $v0,1
move $a0,$t0 #stampa il valore (0)
syscall
|
programs/oeis/144/A144485.asm | karttu/loda | 1 | 203491 | <reponame>karttu/loda<filename>programs/oeis/144/A144485.asm
; A144485: (3n + 2)*binomial(3n + 1,n).
; 2,20,168,1320,10010,74256,542640,3922512,28120950,200300100,1419269280,10013421600,70394353848,493362138080,3448674255840,24051721745568,167405449649550,1163116182943260,8068463611408200,55891260077406600
mov $2,$0
m... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_97_1230.asm | ljhsiun2/medusa | 9 | 203492 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1e582, %r11
nop
nop
nop
nop
add $57429, %r8
mov $0x6162636465666768, %rsi
movq %rsi, %xmm3
and $0xffffffffffffffc0, %r11
vmovntdq %ymm3, (%r11)
nop
nop
nop
dec %... |
programs/oeis/281/A281699.asm | karttu/loda | 1 | 203493 | <gh_stars>1-10
; A281699: Sierpinski stellated octahedron numbers: a(n) = 2*(-3*2^(n+1) + 2^(2n+3) + 5).
; 14,50,218,938,3914,16010,64778,260618,1045514,4188170,16764938,67084298,268386314,1073643530,4294770698,17179475978,68718690314,274876334090,1099508482058,4398040219658,17592173461514,70368719011850,28147492637901... |
projects/VM/07/StackArithmetic/SimpleAdd/SimpleAdd.asm | NanJerry/Nand2Tetris | 0 | 203494 | <reponame>NanJerry/Nand2Tetris
@7
D = A
@SP
M = M + 1
A = M - 1
M = D
@8
D = A
@SP
M = M + 1
A = M - 1
M = D
@SP
M = M - 1
A = M
D = M
@SP
A = M - 1
M = M + D
|
programs/oeis/163/A163275.asm | neoneye/loda | 22 | 203495 | <filename>programs/oeis/163/A163275.asm<gh_stars>10-100
; A163275: a(n) = n^5*(n+1)^2/2.
; 0,2,144,1944,12800,56250,190512,537824,1327104,2952450,6050000,11595672,21026304,36386714,60505200,97200000,151519232,230016834,341067024,495219800,705600000,988352442,1363135664,1853666784,2488320000,3300781250,4330761552,562477... |
PRG/objects/4-1.asm | narfman0/smb3_pp1 | 0 | 203496 | .byte $01 ; Unknown purpose
.byte OBJ_BIGREDPIRANHA, $0C, $16
.byte OBJ_BIGGOOMBA, $10, $17
.byte OBJ_BIGREDTROOPA, $18, $15
.byte OBJ_VENUSFIRETRAP, $26, $07
.byte OBJ_BIGGREENHOPPER, $30, $17
.byte OBJ_BIGGOOMBA, $42, $0F
.byte OBJ_BIGGREENHOPPER, $46, $11
.byte OBJ_BIGREDTROOPA, $58, $13
.byte OBJ_BIGREDT... |
asm/spim/csc-201/e2.asm | dindoliboon/archive | 4 | 203498 | <filename>asm/spim/csc-201/e2.asm
# =========================================================================
#
# NAME:
# DATE: June 06, 2001
# ASSIGNMENT: Example #2, CSC-201-01
# OBJECTIVE: Create two seperate decision branches. The first one will
# simulate the AND operator and the second o... |
asm/scroll.asm | StructuralMike/ALttPDoorRandomizer | 0 | 203499 | <gh_stars>0
AdjustTransition:
{
lda $ab : and #$01ff : beq .reset
phy : ldy #$06 ; operating on vertical registers during horizontal trans
cpx.b #$02 : bcs .horizontalScrolling
ldy #$00 ; operate on horizontal regs during vert trans
.horizontalScrolling
cmp #$0008 : bcs +
pha : lda $ab : and #$0200 : beq ++... |
src/test/ref/init-value-npe.asm | jbrandwood/kickc | 2 | 203501 | // https://gitlab.com/camelot/kickc/-/issues/650
// Commodore 64 PRG executable file
.file [name="init-value-npe.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:B... |
Appl/SDK_Asm/Avoid/avoidDialog.asm | steakknife/pcgeos | 504 | 203502 | <gh_stars>100-1000
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Avoid
FILE: avoidDialog.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Doug 4/93 Initial version
DES... |
programs/oeis/184/A184114.asm | jmorken/loda | 1 | 203503 | <filename>programs/oeis/184/A184114.asm
; A184114: n + floor(5*sqrt(n-1)); complement of A184115.
; 1,7,10,12,15,17,19,21,23,25,26,28,30,32,33,35,37,38,40,41,43,44,46,47,49,51,52,53,55,56,58,59,61,62,64,65,67,68,69,71,72,74,75,76,78,79,80,82,83,85,86,87,89,90,91,93,94,95,97,98,99,101,102,103,105,106,107,108,110,111,112... |
oeis/307/A307559.asm | neoneye/loda-programs | 11 | 203504 | <reponame>neoneye/loda-programs
; A307559: a(n) = floor(n/3)*(n - floor(n/3))*(n - floor(n/3) - 1).
; Submitted by <NAME>(s2)
; 0,0,2,6,12,24,40,60,90,126,168,224,288,360,450,550,660,792,936,1092,1274,1470,1680,1920,2176,2448,2754,3078,3420,3800,4200,4620,5082,5566,6072,6624,7200,7800,8450,9126,9828,10584,11368,12180,1... |
source/falling.asm | tragicmuffin/falling-NES | 30 | 203506 | ;==========================================================;
; =#= TITLE: Falling ;
; =#= VERSION: 1.1 ;
; =#= AUTHOR: <NAME> (@tragicmuffin) ;
; =#= LINK: https://github.com/vblank182/falling-nes ;
; =#= SYNTAX: NESASM3 ;
;=======================================... |
libsrc/fcntl/zxvgs/fdgetpos.asm | andydansby/z88dk-mk2 | 1 | 203507 | <reponame>andydansby/z88dk-mk2
;int close(int handle)
;returns 0 if OK
;
; $Id: fdgetpos.asm,v 1.1 2002/06/23 12:11:31 dom Exp $
;
XLIB close
.close
POP BC ;ret
POP DE
PUSH DE
PUSH BC
RST 8
DEFB $D0
AND $7F
LD L,A
LD H,0
RET
|
asm/mips/tests/test.asm | TomRegan/synedoche | 1 | 203508 | addi $s0,$zero,255
addi $s1,$zero,7
sub $sp,$sp,$s1
sw $s0,0($sp)
sw $s0,1($sp)
sw $s0,2($sp)
sw $s0,3($sp)
sw $s0,4($sp)
sw $s0,5($sp)
sw $s0,6($sp)
sw $s0,7($sp)
|
oeis/099/A099163.asm | neoneye/loda-programs | 11 | 203509 | ; A099163: Expansion of (1-2x^2)/((1-2x)(1+x-x^2));.
; Submitted by <NAME>(s1)
; 1,1,2,3,7,12,27,49,106,199,419,804,1663,3237,6618,13003,26383,52156,105299,209001,420586,836991,1680747,3350548,6718807,13408957,26864282,53653539,107428471,214660524,429638859,858763489,1718359018,3435371767
mov $1,1
lpb $0
sub $0,1
... |
examples/unimon/unimon_6502.asm | kuwatay/6502ctrl | 1 | 203511 | <reponame>kuwatay/6502ctrl
;;;
;;; Universal Monitor 6502
;;; Copyright (C) 2019 <NAME>
;;;
CPU W65C02S
TARGET: EQU "6502"
INCLUDE "config.inc"
INCLUDE "common.inc"
;;;
;;; ROM area
;;;
ORG ROM_B
CSTART:
LDX #low(STACK)
TXS
JSR INIT
LDA #$00
STA DSADDR
STA DSADDR+1
STA SADDR
STA SADDR+1
STA GADDR... |
ioq3/build/release-js-js/missionpack/ui/ui_shared.asm | RawTechnique/quake-port | 1 | 203513 | data
align 4
LABELV captureFunc
byte 4 0
align 4
LABELV captureData
byte 4 0
align 4
LABELV itemCapture
byte 4 0
export DC
align 4
LABELV DC
byte 4 0
align 4
LABELV g_waitingForKey
byte 4 0
align 4
LABELV g_editingField
byte 4 0
align 4
LABELV g_bindItem
byte 4 0
align 4
LABELV g_editItem
byte 4 0
export menuCount
alig... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_876.asm | ljhsiun2/medusa | 9 | 203514 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %rbp
push %rbx
push %rcx
lea addresses_normal_ht+0x1e6dd, %r14
nop
nop
nop
nop
nop
and %rbx, %rbx
movw $0x6162, (%r14)
nop
nop
nop
nop
xor %rcx, %rcx
lea addresses_WT_ht+0xe999, %r10
nop
nop
sub $15578, %r13
mov (%r1... |
programs/oeis/182/A182462.asm | neoneye/loda | 22 | 203515 | <filename>programs/oeis/182/A182462.asm
; A182462: a(n) = 3a(n-1) - 2a(n-2) with a(0)=20 and a(1)=50.
; 20,50,110,230,470,950,1910,3830,7670,15350,30710,61430,122870,245750,491510,983030,1966070,3932150,7864310,15728630,31457270,62914550,125829110,251658230,503316470,1006632950,2013265910,4026531830,8053063670,16106127... |
kill.asm | keithczq/p4new | 0 | 203516 |
_kill: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
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 pushl -0x4(%ecx)
a: 55 ... |
Kernel/KernelFunc.asm | bobcao3/IVIK | 0 | 203517 | <reponame>bobcao3/IVIK
[BITS 32]
global load_gdtr, load_idtr
global io_hlt, io_sti
global io_in8, io_in16, io_in32
global io_out8, io_out16, io_out32
global asm_inthandler20, asm_inthandler0c, asm_inthandler0d
extern inthandler20
[SECTION .text]
load_gdtr: ; void load_gdtr(int limit, int addr);
MOV AX,[ESP+4] ... |
danagy/fmul.asm | DW0RKiN/Floating-point-Library-for-Z80 | 12 | 203518 | <reponame>DW0RKiN/Floating-point-Library-for-Z80
if not defined @FMUL
; continue from @FDIV (if it was included)
; Floating-point multiplication
; In: DE, BC multiplicands
; Out: HL = BC * DE, if ( carry_flow_warning && (overflow || underflow )) set carry;
; Pollutes: AF, BC, DE
; SEEE EEEE MMMM MMMM
; Sign... |
oeis/274/A274502.asm | neoneye/loda-programs | 11 | 203519 | <reponame>neoneye/loda-programs
; A274502: a(n) = 90*binomial(n-1,7) + 9*binomial(n-1,6).
; 0,0,9,153,972,3996,12690,33858,79596,169884,335907,624195,1101672,1861704,3031236,4779108,7325640,10953576,16020477,22972653,32360724,44856900,61274070,82586790,109954260,144745380,188565975,243288279,311082768,394452432,4962695... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0x48_notsx.log_18152_266.asm | ljhsiun2/medusa | 9 | 203520 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xa00c, %rsi
clflush (%rsi)
nop
nop
nop
and $50858, %rcx
mov $0x6162636465666768, %r9
movq %r9, (%rsi)
nop
nop
nop
nop
nop
add $11446, %rsi
lea addresses_normal_ht+0xa00c, %rsi
... |
test.asm | mozdren/Sophia8 | 0 | 203522 | <filename>test.asm<gh_stars>0
; ---------------------------------------------------------------------------------------------------
;
; This is a test assembly code for sophia8 8-bit virtual computer with 16-bit addressing
;
; --------------------------------------------------------------------------------------------... |
base/ntos/ke/i386/newsysbg.asm | 987432340/wrk-v1.2 | 1 | 203523 | <filename>base/ntos/ke/i386/newsysbg.asm
title "System Startup"
;++
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
; If you do not agree to the terms, d... |
Take Home Test/Kamal_Faheem_Code/Kamal_Faheem_2.52.asm | FaheemAKamal/CS342Projects | 0 | 203524 | <filename>Take Home Test/Kamal_Faheem_Code/Kamal_Faheem_2.52.asm
.data
h: .word 20
A: .word 0-400
size: .word 400
.text
la $t1, A
lw $s2, h
#initializing A[300] to 13
li $t2, 13
sw $t2, 1200($t1)
lw $t0, 1200($t1)
add $t0, $s2, $t0
sw $t0, 1200($t1) |
src/event_trace/evt_vc64.asm | djmott/xtl | 6 | 203525 | ; @copyright <NAME> (c) 2016. Distributed under the Boost Software License Version 1.0. See LICENSE.md or http://boost.org/LICENSE_1_0.txt for details.
extrn __xtd_EventEnter:proc
extrn __xtd_EventLeave:proc
public _penter
public _pexit
.code
_penter proc
PUSH RBP
MOV RBP, RSP
PUSH RAX
PUSH RCX
PUSH RDX... |
os/drivers.asm | sirupsen/flying-cat | 7 | 203526 | <reponame>sirupsen/flying-cat<gh_stars>1-10
; =============================================================================
; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
; Copyright (C) 2008-2010 Return Infinity -- see LICENSE.TXT
;
; Driver Includes
; ==========================================... |
src/dos32a/kernel.asm | amindlost/dos32a | 5 | 203527 | ;
; Copyright (C) 1996-2006 by <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 cond... |
programs/oeis/132/A132792.asm | jmorken/loda | 1 | 203530 | <reponame>jmorken/loda
; A132792: The infinitesimal Lah matrix: generator of unsigned A111596.
; 0,0,0,0,2,0,0,0,6,0,0,0,0,12,0,0,0,0,0,20,0,0,0,0,0,0,30,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,110,0
mov $3,2
mov $7,$0
lpb $3
mov $0,$7
sub $3,1
add $0... |
source/functions/divide.asm | paulscottrobson/rpl-32 | 0 | 203531 | <filename>source/functions/divide.asm<gh_stars>0
; *******************************************************************************************
; *******************************************************************************************
;
; Name : divide.asm
; Purpose : Divide 32 bit integers
; Date : 4th October... |
examples/pxScene2d/external/libnode-v10.15.3/deps/openssl/config/archs/VC-WIN64A/asm/crypto/x86_64cpuid.asm | madanagopaltcomcast/pxCore | 918 | 203532 | default rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
EXTERN OPENSSL_cpuid_setup
section .CRT$XCU rdata align=8
DQ OPENSSL_cpuid_setup
common OPENSSL_ia32cap_P 16
section .text code align=64
global OPENSSL_atomic_add
ALIGN 16
OPENSSL_atomic_add:
mov eax,DWORD[rcx]
$L$spin: lea r8,[rax*1+rdx]
DB 0xf0
cm... |
modules/dolphin2/Dolphin2.asm | jaredwhitney/os3 | 5 | 203534 | <gh_stars>1-10
Dolphin2_WinManStruct :
dd .niceName
dd 0x00000000
dd 0x00000000
dd Dolphin2.init
dd null
dd null
dd Dolphin2.renderScreen
dd Dolphin2.handleMouseEvent
dd Dolphin2.HandleKeyboardEvent
dd Dolphin2.makeWindow
dd Dolphin2.showLoginScreen
dd Dolphin2.SystemMenu.Show
dd null
.niceName :
db "Do... |
data/mapHeaders/ssanne6.asm | adhi-thirumala/EvoYellow | 16 | 203535 | SSAnne6_h:
db SHIP ; tileset
db SS_ANNE_6_HEIGHT, SS_ANNE_6_WIDTH ; dimensions (y, x)
dw SSAnne6Blocks, SSAnne6TextPointers, SSAnne6Script ; blocks, texts, scripts
db $00 ; connections
dw SSAnne6Object ; objects
|
Assembly/sword_and_shield.asm | CaitSith2/Enemizer | 0 | 203537 | <reponame>CaitSith2/Enemizer
swordgfx:
;incbin swords.gfx
skip #$1000
shieldgfx:
;incbin shields.gfx
skip #$C00
CopySword:
{
PHB : PHK : PLB
PHP ;push processor byte
REP #$30 ; set everything to 16-bit
LDY #$0000
LDA $7EF359 : AND.w #$00FF : ASL : TAX ;Load Sword Value
LDA.w .sword_positon_gfx,... |
1-source-files/main-sources/elite-data.asm | markmoxon/master-elite-beebasm | 5 | 203538 | \ ******************************************************************************
\
\ BBC MASTER ELITE GAME DATA FILE SOURCE
\
\ BBC Master Elite was written by <NAME> and <NAME> and is copyright
\ Acornsoft 1986
\
\ The code on this site has been disassembled from the version released on Ian
\ Bell's personal website a... |
oeis/163/A163292.asm | neoneye/loda-programs | 11 | 203539 | <filename>oeis/163/A163292.asm
; A163292: a(n) = n-th prime minus (number of digits of n-th prime written in base 4).
; Submitted by <NAME>(s1)
; 1,2,3,5,9,11,14,16,20,26,28,34,38,40,44,50,56,58,63,67,69,75,79,85,93,97,99,103,105,109,123,127,133,135,145,147,153,159,163,169,175,177,187,189,193,195,207,219,223,225,229,23... |
oeis/113/A113677.asm | neoneye/loda-programs | 11 | 203540 | <gh_stars>10-100
; A113677: a(n) = (2*n+1)!*(2*n-2)!/(2*((n-1)!)*(n!)^2), n=1,2,... .
; Submitted by <NAME>(s4)
; 3,30,840,37800,2328480,181621440,17124307200,1892235945600,239683219776000,34226763784012800,5438943917677670400,951815185593592320000,181869917001114101760000
mov $2,$0
add $0,2
seq $0,1813 ; Quadruple fa... |
08/ProgramFlow/BasicLoop/BasicLoop.asm | DarkCleopas/vm-translator | 0 | 203542 | <filename>08/ProgramFlow/BasicLoop/BasicLoop.asm<gh_stars>0
@0 // push constant 0
D=A
@SP
A=M
M=D
@SP
M=M+1
@LCL // pop local 0
D=M
@0
D=D+A
@R13
M=D
@SP
M=M-1
A=M
D=M
@R13
A=M
M=D
(LOOP_START)
@ARG // push argument 0
D=M
@0
A=D+A
D=M
@SP
A=M
M=D
@SP
M=M+1
@LCL // push local 0
D=M
@0
A=D+A
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP... |
ejemplos/asm/tac1.asm | josejo911/Construccion-de-Compilador-DECAF | 0 | 203544 | .text
.globl main
main:
lw $t0, b_main # b
lw $t1, c_main # c
add $t3, $t0, $t1 # _t0 = b + c
lw $t1, d_main # d
add $s0, $t3, $t1 # a = _t0 + d
sw $s0, a_main
lw $t0, a_main
mult $t0, $t0 # _t1 = a * a
mflo $t0
lw $t1, b_main # b
mult $t1, $t1 # _t2 = b * b
mflo $t1
add $s0, $t0, $t1 # b = _t1 +... |
03. 8086/02. Subtraction and Multiplication.asm | nitrece/microprocessor-laboratory | 0 | 203545 | <gh_stars>0
; Q 2>
; a> Subtraction of 2 32bit BCD numbers
SW 2000h
[2000h] = 614Eh ; A = 12345678
[2002h] = 00BCh ;
[2004h] = 162Eh ; B = 5678
[2006h] = 0000h ;
[2008h] = (ans) ; C = (A - B)
[200Ah] = (ans) ;
.
A
1000h
mov ax, [2000h]
mov bx, [2002h]
sub ax, [2004h]
... |
test.asm | micahswitzer/manoasm | 0 | 203546 | <reponame>micahswitzer/manoasm
org 100
start: ; initialization
lda ads
sta ptr
lda nbr
sta ctr
cla
lop: ; main loop
add [ptr]
isz ptr
isz ctr
bun lop
sta sum
hlt
ads: dat ops
ptr: dat 0
nbr: dat -0xa
ctr: dat 0
sum: dat 0
ops:
dat 0
dat 1
dat 2
dat 3
dat 4... |
Kernel/src/Arch/x86_64/Scheduler.asm | adi-g15/LemonOS | 685 | 203547 | <filename>Kernel/src/Arch/x86_64/Scheduler.asm
[BITS 64]
global TaskSwitch
global IdleProc
extern IdleProcess
section .text
%macro popaq 0
pop r15
pop r14
pop r13
pop r12
pop r11
pop r10
pop r9
pop r8
pop rbp
pop rdi
pop rsi
pop rdx
pop rcx
pop rbx
; Dont ... |
programs/oeis/291/A291010.asm | karttu/loda | 0 | 203549 | ; A291010: p-INVERT of (1,1,1,1,1,...), where p(S) = (1 - 2 S)(1 - 3 S).
; 5,24,108,468,1980,8244,33948,138708,563580,2280564,9200988,37040148,148869180,597602484,2396787228,9606280788,38482518780,154102262004,616925608668,2469252116628,9881657512380,39540577187124,158204150161308,632942124883668,2532145072249980
mov ... |
data/mapObjects/ssanne2.asm | adhi-thirumala/EvoYellow | 16 | 203550 | <filename>data/mapObjects/ssanne2.asm
SSAnne2Object:
db $c ; border block
db $9 ; warps
db $b, $9, $0, SS_ANNE_9
db $b, $d, $2, SS_ANNE_9
db $b, $11, $4, SS_ANNE_9
db $b, $15, $6, SS_ANNE_9
db $b, $19, $8, SS_ANNE_9
db $b, $1d, $a, SS_ANNE_9
db $4, $2, $8, SS_ANNE_1
db $c, $2, $1, SS_ANNE_3
db $4, $24, $0, ... |
src/upcore/src/cfenv/msvc/i686/fesetround.x86.asm | upcaste/upcaste | 1 | 203551 | ;;
;; Upcaste Performance Libraries
;; Copyright (C) 2012-2013 <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 limitation the rig... |
e_cpu/kiwi.gps.asm | mfkiwl/FlyDog_SDR_GPS | 9 | 203553 | <filename>e_cpu/kiwi.gps.asm
; ============================================================================
; Homemade GPS Receiver
; Copyright (C) 2013 <NAME>
;
; This program 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 Soft... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_2_821.asm | ljhsiun2/medusa | 9 | 203555 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_2_821.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x58bb, %rsi
lea addresses_normal_ht+0x134f, %rdi
nop
nop
nop
nop
inc %r9
mov $60, %r... |
data/mapHeaders/AgathasRoom.asm | AmateurPanda92/pokemon-rby-dx | 9 | 203556 | <gh_stars>1-10
AgathasRoom_h:
db CEMETERY ; tileset
db AGATHAS_ROOM_HEIGHT, AGATHAS_ROOM_WIDTH ; dimensions (y, x)
dw AgathasRoom_Blocks ; blocks
dw AgathasRoom_TextPointers ; texts
dw AgathasRoom_Script ; scripts
db 0 ; connections
dw AgathasRoom_Object ; objects
|
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_793_444.asm | ljhsiun2/medusa | 9 | 203557 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x105ca, %rsi
lea addresses_WC_ht+0x190d0, %rdi
cmp %r13, %r13
mov $43, %rcx
rep movsl
add %r11, %r11
lea addresses_normal_ht+0x944a, %r11
nop
nop
nop
nop
inc %r8
mov (%r11), %rs... |
programs/oeis/103/A103820.asm | neoneye/loda | 22 | 203558 | ; A103820: Whitney transform of 3^n.
; 1,4,16,61,232,880,3337,12652,47968,181861,689488,2614048,9910609,37573972,142453744,540083149,2047610680,7763081488,29432076505,111585473980,423052651456,1603914376309,6080901083296,23054446378816,87406042386337,331381466295460,1256362526045392,4763231977022557,18058783509203848,6... |
libsrc/stdio/c7420/fputc_cons.asm | grancier/z180 | 0 | 203559 | <reponame>grancier/z180
;
; ROM Console routine for the Philips Videopac C7420
; By <NAME> - 2015
;
; $Id: fputc_cons.asm,v 1.3 2016/06/12 17:00:21 dom Exp $
;
SECTION code_clib
PUBLIC fputc_cons_native
.fputc_cons_native
ld hl,2
add hl,sp
ld a,(hl)
IF STANDARDESCAPECHARS
cp 13
ELSE
cp 10
ENDIF
jr nz,nocr
l... |
oeis/077/A077251.asm | neoneye/loda-programs | 11 | 203560 | ; A077251: Bisection (even part) of Chebyshev sequence with Diophantine property.
; Submitted by <NAME>
; 1,12,119,1178,11661,115432,1142659,11311158,111968921,1108378052,10971811599,108609737938,1075125567781,10642645939872,105351333830939,1042870692369518,10323355589864241,102190685206272892,1011583496472864679,10013... |
fiat-amd64/33.03_ratio10189_seed2792533714102208_mul_poly1305.asm | dderjoel/fiat-crypto | 491 | 203561 | <gh_stars>100-1000
SECTION .text
GLOBAL mul_poly1305
mul_poly1305:
sub rsp, 0x30 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x0 ], rbx; saving to stack
mov [ rsp + 0x8 ], rbp; saving to stack
mov [ rsp + 0x10 ], r12; saving to stack
mov [ rsp + 0x18 ], r13; saving to stack
mov [ rsp + 0x20 ], r14; saving to s... |
programs/oeis/178/A178523.asm | jmorken/loda | 1 | 203562 | ; A178523: The path length of the Fibonacci tree of order n.
; 0,0,2,6,16,36,76,152,294,554,1024,1864,3352,5968,10538,18478,32208,55852,96420,165800,284110,485330,826752,1404816,2381616,4029216,6803666,11468502,19300624,32433204,54426364,91216184,152691702,255313658,426460288,711634648,1186410568,1976221552,3289124090,... |
wof/lcs/123p/82.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 203563 | <reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data
copyright zengfr site:http://github.com/zengfr/romhack
001B06 ble $1b86 [123p+ 82]
001BD0 ble $1bd4 [123p+ 82, enemy+82]
001D88 move.w D1, ($84,A0) [123p+ 82]
002E54 beq $2e44 [123p+ 82]
002E5A addq.w #1, D1 [123p+ 82]
003064 move.w ... |
programs/oeis/195/A195035.asm | karttu/loda | 1 | 203564 | <filename>programs/oeis/195/A195035.asm
; A195035: Multiples of 15 and of 8 interleaved: a(2n-1) = 15n, a(2n) = 8n.
; 15,8,30,16,45,24,60,32,75,40,90,48,105,56,120,64,135,72,150,80,165,88,180,96,195,104,210,112,225,120,240,128,255,136,270,144,285,152,300,160,315,168,330,176,345,184,360,192,375,200,390,208,405,216,420,2... |
oeis/095/A095929.asm | neoneye/loda-programs | 11 | 203565 | <filename>oeis/095/A095929.asm
; A095929: Number of closed walks of length 2n at a vertex of the cyclic graph on 10 nodes C_10.
; Submitted by <NAME>
; 1,2,6,20,70,254,948,3614,13990,54740,215766,854702,3396916,13530350,53971350,215492564,860941798,3441074654,13757249460,55010542910,219993856006,879848932052,3519064567... |
text.asm | peckhamdata/cgl-6502 | 4 | 203566 |
text_src: .byte $00, $00
text_plot: tya
pha
ldy #$00
lda text_src
sta $02
lda text_src+1
sta $03
!next: lda ($02),y
sta p0
iny
lda ($02),y
sta p1
iny
lda ($02),y
... |
chip8/kas/examples/addition.asm | thaolt/c8basic | 4 | 203567 | ; global a = 1
; global b = 2
; global c
; c = a + b
; draw( 0, 0, c )
jmp start
global:
.a: db 0x01
.b: db 0x02
.c: db 0
db 0
start:
; clear screen
cls
; EAdd (
; v1 = a
mov I, global.a
regl v0
mov vE, v0
; v1 = b
mov I, global.b
regl v0
mov vD, v0
; v0 += v1
add vE, vd
mov v0, ve
; ) EAdd
... |
FlaxVM/bin/Debug/Examples/Loop1.asm | DreamVB/FlaxVM | 0 | 203568 | # Print 1 to 10
PUSH 1
STA A
PUSH 10
STA B
loop:
# Print A value to the console
LDA A
SYS 3
# Print break line
PUSH 10
SYS 4
POP
LDA B
LDA A
INC
STA A
LDA A
LEQ
JT Loop
HLT
|
libsrc/_DEVELOPMENT/fcntl/z80/drivers/terminal/console_01/output/console_01_output_terminal/console_01_output_stdio_msg_putc.asm | meesokim/z88dk | 0 | 203570 | <filename>libsrc/_DEVELOPMENT/fcntl/z80/drivers/terminal/console_01/output/console_01_output_terminal/console_01_output_stdio_msg_putc.asm
SECTION code_fcntl
PUBLIC console_01_output_stdio_msg_putc
EXTERN OTERM_MSG_PUTC, l_jpix
console_01_output_stdio_msg_putc:
; E' = char
; BC' = number > 0
; HL = numb... |
code/9/7.asm | GeekHades1/AssemblyCode | 1 | 203571 | <filename>code/9/7.asm
; 实验9 分别显示绿色 绿底红色 白底蓝色的字符串 'welcome to masm!'
assume cs:code, ds:data
data segment
db 'welcome to masm!'
data ends
code segment
start: mov ax, 0B800H
mov es, ax
mov ax, data
mov ds, ax
mov si, 0
;mov bx, 0A0H ; 第二行
mov bx, 0H
mov cx, 16
; 绿色 ... |
2020/14/docking_data_p2.asm | ped7g/adventofcode | 2 | 203572 | <gh_stars>1-10
; https://adventofcode.com/2020/day/14 (part 2)
OPT listoff : DEVICE ZXSPECTRUMNEXT : MMU 0 7, 0, $0000
inputFile: ; load the input into virtual device memory for processing
; INCBIN "input_t3.txt"
INCBIN "input.txt"
; by some luck? all addresses and values fit into int32_t => simple... |
programs/oeis/313/A313089.asm | jmorken/loda | 1 | 203573 | ; A313089: Coordination sequence Gal.6.221.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,4,9,14,19,23,27,31,36,41,46,50,54,59,64,69,73,77,81,86,91,96,100,104,109,114,119,123,127,131,136,141,146,150,154,159,164,169,173,177,181,1... |
oeis/338/A338200.asm | neoneye/loda-programs | 11 | 203574 | <filename>oeis/338/A338200.asm
; A338200: The number of similarity classes of pointed reflection spaces of residue two in an n-dimensional vector space over GF(2).
; Submitted by <NAME>(s3)
; 0,0,1,2,4,6,9,12,17,21,27,33,41,48,58,67,79,90,104,117,134,149,168,186,208,228,253,276,304,330,361,390,425,457,495,531,573,612,6... |
at90s1200/Firmware/AVR Studio/at90s2313-blink/at90s2313-blink.asm | atoomnetmarc/AVR-demo-board | 1 | 203575 | <filename>at90s1200/Firmware/AVR Studio/at90s2313-blink/at90s2313-blink.asm
/*
Copyright 2021 <NAME>
SPDX-License-Identifier: Apache-2.0
*/
.include "2313def.inc"
.equ led1r = PORTB2
.equ led1g = PORTB3
.equ led1b = PORTB4
.equ led2r = PORTB5
.equ led2g = PORTB6
.equ led2b = PORTB7
.def S = R... |
oeis/142/A142577.asm | neoneye/loda-programs | 11 | 203577 | ; A142577: Primes congruent to 47 mod 53.
; Submitted by <NAME>
; 47,577,683,1213,1319,1531,1637,2273,2591,2803,2909,3121,3863,4817,5347,6089,6301,6619,7043,7573,8209,8527,8951,9587,10223,10753,10859,11071,11177,11813,12343,12979,13297,13721,13933,14251,14887,15629,16477,16901,17431,17749,19763,20399,20611,20717,20929,... |
code/lib/base/memory.asm | yishiyu/YishiOS | 1 | 203578 | ;========================================
; 内存操作函数
; author: 《Orange's OS: 一个操作系统的实现》作者于渊
; 原书文件路径: lib/string.asm
; 感谢大佬!
;========================================
; 导出函数
global memcpy
global memset
[SECTION .text]
; ------------------------------------------------------------------------
; 内存拷贝,仿 memcpy
; vo... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_457.asm | ljhsiun2/medusa | 9 | 203579 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x133aa, %rsi
lea addresses_A_ht+0xc52a, %rdi
clflush (%rdi)
nop
nop
nop
and $47113, %rbp
mov $29, %rcx
rep movsq
sub %rcx, %rcx
lea addresses_A_ht+0x292a, %r13
add $50372, %r... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.