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 |
|---|---|---|---|---|
ugbc/src/hw/vic2/cls_graphic.asm | Samuel-DEVULDER/ugbasic | 0 | 125002 | <filename>ugbc/src/hw/vic2/cls_graphic.asm
; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021 <NAME> (<EMAIL... |
Library/Trans/Graphics/Bitmap/Ico/Import/importManager.asm | steakknife/pcgeos | 504 | 125004 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Impex - Ico Graphics Translation Library
FILE: importManager.asm
AUTHOR: <NAME>, May 29, 1993
ROUTINES:
Name Description
---- -----------
... |
src/lw_Sw_tester.asm | Sai-Manish/Tomasulo-O3-processor | 2 | 125005 | <reponame>Sai-Manish/Tomasulo-O3-processor<filename>src/lw_Sw_tester.asm
LW x1, 0(x2)
LW x1, 1(x2)
LW x1, 2(x2)
SW x3, 4(x2)
SW x4, 5(x2)
SW x5, 6(x2)
SW x6, 7(x2)
LW x2, 3(x2)
Sw x3, 8(x2)
LW x7, 9(x2)
LW x4, 6(x2)
LW x4, 11(x2)
;ADD x7, x7, x1
;LW x3, 3(x2)
;SW x1, 8(x2)
;SW x4, 1(x2)
|
programs/oeis/053/A053298.asm | karttu/loda | 0 | 125006 | <filename>programs/oeis/053/A053298.asm
; A053298: Partial sums of A027964.
; 1,8,34,107,281,654,1397,2801,5353,9859,17643,30869,53062,89951,150833,250780,414210,680665,1114160,1818310,2960806,4813018,7814074,12674542,20544191,33283434,53902532,87272241,141273663,228658744,370060623,598864479,969088727,1568137061,25374... |
programs/oeis/233/A233795.asm | neoneye/loda | 22 | 125007 | ; A233795: Number of triangular numbers between triangular(n) and n^2.
; 0,0,0,0,1,1,1,2,2,3,3,4,4,4,5,5,6,6,6,7,7,8,8,9,9,9,10,10,11,11,11,12,12,13,13,13,14,14,15,15,16,16,16,17,17,18,18,18,19,19,20,20,21,21,21,22,22,23,23,23,24,24,25,25,26,26,26,27,27,28,28,28,29,29
mov $5,$0
lpb $5
sub $5,1
add $6,$0
lpe
lpb $5... |
assignment2/homework.asm | yuhanchengo/assembly | 0 | 125008 | <gh_stars>0
TITLE assignment2
INCLUDE Irvine32.inc
; OBJECTIVE : use 0,1 to convert # and space to show the last digit of my studentID on the screen
main EQU start@0
.data
; ChStrs: my student id last digit: 3
ChStrs BYTE "########"
BYTE " ##"
BYTE " ##"
BYTE "########"
... |
ugbc/src/hw/ef936x/vars.asm | Samuel-DEVULDER/ugbasic | 0 | 125009 | <reponame>Samuel-DEVULDER/ugbasic<filename>ugbc/src/hw/ef936x/vars.asm
; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * C... |
oeis/173/A173116.asm | neoneye/loda-programs | 11 | 125010 | <gh_stars>10-100
; A173116: a(n) = sinh(2*arcsinh(n))^2 = 4*n^2*(n^2 + 1).
; 0,8,80,360,1088,2600,5328,9800,16640,26568,40400,59048,83520,114920,154448,203400,263168,335240,421200,522728,641600,779688,938960,1121480,1329408,1565000,1830608,2128680,2461760,2832488,3243600,3697928,4198400,4748040,5349968,6007400,6723648,... |
oeis/142/A142196.asm | neoneye/loda-programs | 11 | 125012 | ; A142196: Primes congruent to 33 mod 40.
; Submitted by <NAME>
; 73,113,193,233,313,353,433,593,673,953,1033,1153,1193,1433,1553,1753,1873,1913,1993,2113,2153,2273,2393,2473,2593,2633,2713,2753,2833,2953,3313,3433,3593,3673,3793,3833,4073,4153,4273,4513,4673,4793,4993,5113,5153,5233,5273,5393,5953,6073,6113,6353,6473,... |
pin-3.22-98547-g7a303a835-gcc-linux/source/tools/IArg/DoFxsave.asm | ArthasZhang007/15418FinalProject | 0 | 125014 | <gh_stars>0
;
; Copyright (C) 2015-2015 Intel Corporation.
; SPDX-License-Identifier: MIT
;
include asm_macros.inc
PROLOGUE
extern xsaveArea:dword
.code
Do_Fxsave PROC
lea GCX_REG, xsaveArea
fxsave [GCX_REG]
ret
Do_Fxsave ENDP
.code
Do_Fxrstor PROC
lea GCX_REG, xsaveArea
fxrstor [GCX_REG... |
lib-src/libflac/src/libFLAC/ia32/cpu_asm.nasm | bit-trade-one/SoundModuleAP | 1 | 125015 | ; vim:filetype=nasm ts=8
; libFLAC - Free Lossless Audio Codec library
; Copyright (C) 2001-2009 <NAME>
; Copyright (C) 2011-2013 Xiph.Org Foundation
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
... |
2013/mac0438/ep2/ex1/Polylogp6.asm | andredalton/bcc | 1 | 125016 | <reponame>andredalton/bcc
;
; This code is Copyright 1997-1998 by <NAME>.
;
; This code may be copied, modified, and used for non-commercial purposes
; only. If source code to a program using this code is made publicly available,
; it must include a valid copyright notice.
;
.387
.586
_POWMODDATA SEG... |
user/ls.asm | liyanxp/Xv6-labs | 0 | 125017 |
user/_ls: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <fmtname>:
#include "user/user.h"
#include "kernel/fs.h"
char*
fmtname(char *path)
{
0: 7179 addi sp,sp,-48
2: f406 sd ra,40(sp)
4: f022 sd s0,32(sp)
6: ec26 ... |
zMIPS/quicksort.asm | MattPhilpot/RandomHomework | 0 | 125018 | .data
mystring: .space 100 #maximum of 100 character..well 99 & 1 space I guess.
newline: .asciiz "\n"
space: .asciiz " "
.text
main:
li $v0,8
la $a0, mystring
li $a1, 10 # I only read 9 character and a space even though the max is 100.
#Prof. wanted that extra space in decla... |
boot/diskette.asm | Vivix/flop | 0 | 125020 | org 7c3eh
call enter_vga
;***************
;* LET'S GET FREAKY
mov al,64h
mov cx,0c82h
;lappy:
rep stosb
; loop lappy
;
mov al,32h
mov cx,0780h
;lappy2:
rep stosb
; loop lappy2
;***************
;* DECODER
;*
decoder: ;es should be set up by enter_vga
mov si,disk
xor di,di ;zero di for 0,0 xy
mov cx,33h... |
program.asm | lukasvozenilek/468Processor | 0 | 125021 | //Increment
MOV R0 #1
//Max value
MOV R1 #100
//Starting memory address
MOV R2 #30
//Start of loop
//Add increment to R3
ADD R3 R3 R0
//Store R3 to R2 location in RAM
STR R3 R2
//Check for max
CMP R3 R1
B LT 3 |
Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_1561.asm | ljhsiun2/medusa | 9 | 125022 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_1561.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x190ab, %r8
nop
nop
nop
nop
inc %r12
movw $0x6162, (%r8)
inc... |
z80/dzx5_standard_back.asm | einar-saukas/ZX5 | 4 | 125023 | ; -----------------------------------------------------------------------------
; ZX5 decoder by <NAME>
; "Standard" version (88 bytes only) - BACKWARDS VARIANT
; -----------------------------------------------------------------------------
; Parameters:
; HL: last source address (compressed data)
; DE: last destin... |
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/f32_fam9511.asm | ahjelm/z88dk | 640 | 125024 | <filename>libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/f32_fam9511.asm
SECTION code_fp_am9511
PUBLIC f32_fam9511_fastcall
EXTERN asm_f32_am9511
defc f32_fam9511_fastcall = asm_f32_am9511
PUBLIC f32_fam9511
EXTERN cam32_sccz80_f32_fam9511
defc f32_fam9511 = cam32_sccz80_f32_fam9511
; SDCC bridge f... |
sources/ippcp/asm_intel64/pcprij128ccme9as.asm | ntyukaev/ipp-crypto | 30 | 125025 | <filename>sources/ippcp/asm_intel64/pcprij128ccme9as.asm
;===============================================================================
; Copyright 2015-2020 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You m... |
Progetti/Triangolo di Tartaglia (Pascal's triangle)/Triangolo di Tartaglia.asm | lucafioravanti/MIPS | 0 | 125027 | <gh_stars>0
.data
s_nr: .asciiz "Numero di righe da calcolare: "
spaces: .asciiz " "
spacess: .asciiz " "
newline: .ascii "\n"
k: .float 1.0
.text
main:
# Initializing the counter
l.s $f5, k
# Asking and getting the input
li $v0, 4
la $a0, s_nr
syscall
li $v0, 5
sysc... |
exercises/12_or.asm | Catherine22/Assembly | 0 | 125028 | STDIN equ 0
STDOUT equ 1
SYS_EXIT equ 1
SYS_READ equ 3
SYS_WRITE equ 4
section .bss
result resb 1
section .text
global main
main:
mov al, 5 ;getting 5 in the AL register
mov bl, 3 ;getting 3 in the BL register
or al, bl ;or al and bl registers, res... |
testt.asm | MahtabEK/OS---XV6 | 0 | 125029 |
_testt: file format elf32-i386
Disassembly of section .text:
00000000 <myPrint>:
#include "types.h"
#include "stat.h"
#include "user.h"
void myPrint(int pid){
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x18,%esp
for(int t = 0 ; t <... |
unittests/ASM/Primary/Primary_87_Atomic32.asm | cobalt2727/FEX | 628 | 125030 | <gh_stars>100-1000
%ifdef CONFIG
{
"RegData": {
"RAX": "0x0100000001464748",
"RBX": "0x0142434445000000",
"RCX": "0x4142434445000000",
"RDX": "0x4142434445464748",
"RSI": "0x0142434445464748",
"RDI": "0x4142434445000000",
"R13": "0x0000000042434445",
"R12": "0x0000000046474841",
"R... |
programs/oeis/126/A126883.asm | neoneye/loda | 22 | 125032 | <filename>programs/oeis/126/A126883.asm
; A126883: a(n) = (2^0)*(2^1)*(2^2)*(2^3)...(2^n)-1 = 2^T(n) - 1 where T(n) = A000217(n) is the n-th triangular number.
; 0,1,7,63,1023,32767,2097151,268435455,68719476735,35184372088831,36028797018963967,73786976294838206463,302231454903657293676543,2475880078570760549798248447,... |
base/crts/fpw32/tran/i386/87disp.asm | npocmaka/Windows-Server-2003 | 17 | 125033 | page ,132
title 87disp - common transcendental dispatch routine
;***
;87disp.asm - common transcendental dispatch routine (80x87/emulator version)
;
; Copyright (c) 1984-2001, Microsoft Corporation. All rights reserved.
;
;Purpose:
; Common transcendental dispatch routine (80x87/emulator version)
;
;Re... |
oeis/161/A161947.asm | neoneye/loda-programs | 11 | 125034 | <reponame>neoneye/loda-programs
; A161947: a(n) = ((4+sqrt(2))*(5+sqrt(2))^n + (4-sqrt(2))*(5-sqrt(2))^n)/4.
; Submitted by <NAME>
; 2,11,64,387,2398,15079,95636,609543,3895802,24938531,159781864,1024232427,6567341398,42116068159,270111829436,1732448726703,11111915190002,71272831185851,457154262488464,2932267507610067,... |
works-done/Guia15/5-dado3=2(dado1-dado2).asm | axell-brendow/computer-architecture-i | 0 | 125036 | ; area de codigo iniciara' a partir do endereco 2000H
# ORG 2000H
# BEGIN 2000H
LHLD 2501 ; acessa o endereco 2501 na memoria, le um byte e guarda no registrador L, faz o mesmo processo com o registrador H no proximo byte
MOV A, H ; coloca o conteudo do registrador H no acumulador
SUB L ; subtrai o conteudo do r... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1654.asm | ljhsiun2/medusa | 9 | 125039 | .global s_prepare_buffers
s_prepare_buffers:
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xda26, %rsi
lea addresses_WT_ht+0x88b6, %rdi
nop
nop
inc %rdx
mov $27, %rcx
rep movsl
nop
nop
nop
nop
nop
sub %rdx, %rdx
lea addresses_UC_ht+0xb856, %rsi
lea addresses_A_ht+0x... |
libtool/src/gmp-6.1.2/mpn/alpha/ev6/nails/submul_1.asm | kroggen/aergo | 1,602 | 125040 | <gh_stars>1000+
dnl Alpha ev6 nails mpn_submul_1.
dnl Copyright 2002, 2005, 2006 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General Pub... |
Transynther/x86/_processed/NONE/_zr_un_/i7-8650U_0xd2.log_3442_1669.asm | ljhsiun2/medusa | 9 | 125041 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x11bf2, %rax
nop
nop
nop
nop
inc %r9
movl $0x61626364, (%rax)
nop
nop
nop
and %rax, %rax
lea addresses_WT_ht+0x1a449, %rsi
lea addresses_A_ht+0x6892, %rdi
nop
add %rdx, %rdx
mo... |
MSDOS/Virus.MSDOS.Unknown.kinnison.asm | fengjixuchui/Family | 3 | 125044 | ; KINNISON.ASM -- <NAME> virus
; Created by <NAME>'s Virus Creation Labratory v0.75
; Written by <NAME>
virus_type equ 0
code segment 'CODE'
assume cs:code,ds:code,es:code,ss:code
org 0100h
main proc near
flag: mov ah,0
nop
nop
jmp start ; Would be at start of victim
nop
nop
start: call find_o... |
04-ram-test/04-ram-test.asm | ivanhawkes/6502 | 0 | 125047 | <reponame>ivanhawkes/6502
; Compile:
; vasm6502_oldstyle.exe 04-ram-test.asm -o 04-ram-test.bin -c02 -dotdir -Fbin
;
; Ram Test:
; Place some patterns on the data pins and write them to the lower memory locations where the RAM
; should be addressable. Exercise the stack.
.org $8000
; Base address of the 652... |
nasm-win32/main.asm | florianhartung/brainfuck | 1 | 125048 | <filename>nasm-win32/main.asm
global _main
extern _GetStdHandle@4
extern _WriteFile@20
extern _ReadFile@20
extern _ExitProcess@4
extern _HeapCreate@12
extern _HeapAlloc@12
extern _CreateFileA@28
extern _CloseHandle@4
extern _GetFileSize@8
extern _HeapFree@12
section .d... |
2nd-course/SP/SPLab_4/asmFunction.asm | astappev/NURE | 0 | 125049 | <gh_stars>0
.586
.model flat
.code
_asmFunction_ proc
public _asmFunction_
push ebp
mov ebp,esp
push ecx
push esi
push edi
push edx
mov edi,[ebp+8]
mov esi,[ebp+24]
mov ecx,[ebp+12]
beg:
cmp byte ptr[edi], 'K'
jne nen
inc edi
cmp byte ptr[edi], 'N'
jne neno
dec edi
mov al, byte ptr[edi]
mov byte ptr[esi], al... |
ffmpeg-3.2.5/libavcodec/x86/h264_weight.asm | huyu0415/FFmpeg | 3,645 | 125050 | <reponame>huyu0415/FFmpeg
;*****************************************************************************
;* SSE2-optimized weighted prediction code
;*****************************************************************************
;* Copyright (c) 2004-2005 <NAME>, <NAME>
;* Copyright (C) 2010 <NAME> <<EMAIL>>
;*
;* This f... |
28-Neural-Pathways.size.speed.asm | blueset/7bh-solutions | 0 | 125052 | <gh_stars>0
-- 7 Billion Humans --
-- 28: Neural Pathways --
-- Size: 4/4 --
-- Speed: 61/64 --
mem1 = nearest datacube
mem2 = nearest shredder
pickup mem1
giveto mem2
|
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_30.asm | ljhsiun2/medusa | 9 | 125055 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xcdcb, %r15
nop
nop
sub %r10, %r10
vmovups (%r15), %ymm3
vextracti128 $0, %ymm3, %xmm3
vpextrq $0, %xmm3, %rbp
nop
nop
nop
cmp $38996, %... |
lcd/lcd_frame_timings/mode1/vbl_mode1_lcdoff_dmg_mode/init.asm | AntonioND/gbc-hw-tests | 6 | 125056 |
INCLUDE "hardware.inc"
SECTION "Helper Functions",HOME
;--------------------------------------------------------------------------
;- wait_ly() b = ly to wait for -
;--------------------------------------------------------------------------
wait_ly::
ld c,rLY & $FF
.no... |
Deepak_MT15013_Assignment_3_SE/que1.asm | deepak15013/Security-Engineering | 0 | 125057 | section .data
len equ 1024
section .bss
buffer: resb 1024
fd resb 1
section .text
global _start
_start:
jmp msg
openFile:
mov rdi, file
mov rax, 2
mov rsi, 0
syscall
test rax, rax
js exitProgram
mov [fd], rax
jmp readFile
readFile:
mov rax, 0
mov rdi, [fd]
mov rsi, buffer
mov rdx, len
syscall
... |
programs/oeis/233/A233334.asm | jmorken/loda | 1 | 125059 | <reponame>jmorken/loda
; A233334: a(1)=1; for n>1, a(n) is the smallest number > a(n-1) such that a(1) + a(2) +...+ a(n) is a composite number.
; 1,3,4,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,... |
video/video.asm | OS2World/DRV-USBECD | 0 | 125060 | <reponame>OS2World/DRV-USBECD
.486p
model flat
ideal
extrn DosClose:near
extrn DosCloseEventSem:near
extrn DosCreateEventSem:near
extrn DosDevIOCtl:near
extrn DosExit:near
extrn DosExitList:near
extrn DosOpen:near
extrn DosResetEventSem:near
extrn DosSetPriority:near
extrn DosSleep:near
extrn DosWaitEventSem:near
extr... |
data/pokemon/base_stats/azumarill.asm | Dev727/ancientplatinum | 2 | 125063 | db 0 ; species ID placeholder
db 100, 50, 80, 50, 50, 80
; hp atk def spd sat sdf
db WATER, WATER ; type
db 75 ; catch rate
db 153 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/azumarill/... |
oeis/166/A166231.asm | neoneye/loda-programs | 11 | 125064 | <filename>oeis/166/A166231.asm
; A166231: a(n) = 2^C(n+1,2)*A006012(n).
; Submitted by <NAME>
; 1,4,48,1280,69632,7602176,1660944384,725849473024,634418209226752,1109011408239984640,3877275019992826380288,27111105978154633171828736,379138479844261543254652092416,10604214183559196000870296488771584,593183570009594312766... |
ch07/32 bit/Express.asm | William0Friend/my_masm | 0 | 125065 | <reponame>William0Friend/my_masm
; Unsigned Arithmetic Expressions (Express.asm)
; This program shows how to translate simple
; arithmetic expressions into assembly language.
INCLUDE Irvine32.inc
.data
msg1 BYTE "Unsigned overflow!",0dh,0ah,0
var1 DWORD 3
var2 DWORD 6
var3 DWORD 4
var4 DWORD ?
... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1228.asm | ljhsiun2/medusa | 9 | 125066 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xfe08, %rdx
inc %r12
movb (%rdx), %bl
nop
nop
nop
nop
dec %rbp
lea addresses_WT_ht+0x2062, %r14
nop
nop
dec %r12
mov $0x6162636465666768, %rbp
movq %rbp, %xmm3
vmovups %ymm3, ... |
oeis/242/A242586.asm | neoneye/loda-programs | 11 | 125067 | <reponame>neoneye/loda-programs
; A242586: Expansion of 1/(2*sqrt(1-x))*(1/sqrt(1-x)+1/(sqrt(1-5*x))).
; Submitted by <NAME>
; 1,2,6,23,98,437,1995,9242,43258,204053,968441,4619012,22120631,106300508,512321438,2475395303,11986728458,58156146653,282640193313,1375737276788,6705522150973,32724071280518,159878425878848,781... |
oeis/241/A241016.asm | neoneye/loda-programs | 11 | 125068 | <filename>oeis/241/A241016.asm
; A241016: Triangle read by rows: T(n, k) = sum of k-th row of n X n square filled with the numbers 1 through n^2 reading across rows left-to-right.
; Submitted by <NAME>(s1.)
; 1,3,7,6,15,24,10,26,42,58,15,40,65,90,115,21,57,93,129,165,201,28,77,126,175,224,273,322,36,100,164,228,292,356... |
SOURCE/base/Applications/Runtime/Full/Native/arm/liesapp.asm | pmache/singularityrdk | 3 | 125069 | <reponame>pmache/singularityrdk
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Microsoft Research Singularity ARM Bootstrap
;;;
;;;
IMPORT |?brtmain@@3P6AHPAUClassVector_Class_System_String@@@ZA|
|defining ?g_CallMain@Class_Microsoft_Singularity_AppRuntime@@SAHPAUClassV... |
oeis/326/A326987.asm | neoneye/loda-programs | 11 | 125070 | ; A326987: Number of nonpowers of 2 dividing n.
; Submitted by <NAME>(s1.)
; 0,0,1,0,1,2,1,0,2,2,1,3,1,2,3,0,1,4,1,3,3,2,1,4,2,2,3,3,1,6,1,0,3,2,3,6,1,2,3,4,1,6,1,3,5,2,1,5,2,4,3,3,1,6,3,4,3,2,1,9,1,2,5,0,3,6,1,3,3,6,1,8,1,2,5,3,3,6,1,5,4,2,1,9,3,2,3,4,1,10,3,3,3,2,3,6,1,4,5,6
mov $3,2
mov $5,$0
lpb $3
mov $0,$5
s... |
programs/oeis/079/A079272.asm | jmorken/loda | 1 | 125071 | ; A079272: a(n) = ((2n+1)*3^n - 1)/2.
; 4,22,94,364,1336,4738,16402,55768,186988,620014,2037190,6643012,21523360,69353050,222408058,710270896,2259952852,7167279046,22664098606,71479080220,224897593864,706073841202,2212364702434,6919523643784,21605859540796,67359444450718,209703930837142,651988584966388,2024596132264048... |
sources/ippcp/asm_intel64_gas_converted/linux/pic/l9/singlecpu/pcpmontsqr1024_avx2as.asm | ymarkovitch/ipp-crypto | 0 | 125072 | <reponame>ymarkovitch/ipp-crypto
###############################################################################
# Copyright 2019 Intel Corporation
# All Rights Reserved.
#
# If this software was obtained under the Intel Simplified Software License,
# the following terms apply:
#
# The source code, information an... |
study/stack.asm | caio-vinicius/libasm | 0 | 125073 | <gh_stars>0
section .text
global stack
stack:
mov rax, 17
push rax
call stack2
pop rax
ret
stack2:
mov rax, 18
ret
|
libsrc/sdcard/sd_get_cid_csd.asm | meesokim/z88dk | 0 | 125074 | ;
; SD Card driver
; by <NAME>, 2012
; portions of the code are by <NAME> and <NAME>
;
;
; $Id: sd_get_cid_csd.asm,v 1.3 2015/01/19 01:33:07 pauloscustodio Exp $
;
;--------------------------------------------------------------------------------------------------------
; READ MMC CID subroutine. Data is stored at ad... |
oeis/099/A099157.asm | neoneye/loda-programs | 11 | 125075 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A099157: a(n) = 4^(n-1)*U(n-1, 3/2) where U is the Chebyshev polynomial of the second kind.
; Submitted by <NAME>
; 0,1,12,128,1344,14080,147456,1544192,16171008,169345024,1773404160,18571329536,194481487872,2036636581888,21327935176704,223349036810240,2338941478895616,... |
programs/oeis/294/A294790.asm | neoneye/loda | 22 | 125076 | ; A294790: Subtract n from partial sums of partial sums of Catalan numbers.
; 1,2,5,13,35,99,295,920,2975,9892,33605,116104,406615,1440026,5147877,18550573,67310939,245716095,901759951,3325066997,12312494463,45766188949,170702447075,638698318851,2396598337951,9016444758503,34003644251207,128524394659915,486793096818983... |
grep.asm | jmac006/XV6-Project-2 | 0 | 125077 | <reponame>jmac006/XV6-Project-2<filename>grep.asm
_grep: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
}
}
int
main(int argc, char *argv[])
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 57 push %edi
10... |
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/vector/iabs_SP_CV.asm | ramok/Themis_ForHPSDR | 0 | 125078 | ;;#############################################################################
;;! \file source/vector/iabs_SP_CV.asm
;;!
;;! \brief C-Callable inverse absolute value of a complex vector
;;! \author <NAME>
;;! \date 07/20/11
;;
;; HISTORY:
;; 07/20/11 - original (<NAME>)
;;
;; DESCRIPTION: C-Callable inverse abso... |
programs/oeis/072/A072221.asm | karttu/loda | 0 | 125079 | ; A072221: a(n) = 6*a(n-1) - a(n-2) + 2, with a(0)=1, a(1)=4.
; 1,4,25,148,865,5044,29401,171364,998785,5821348,33929305,197754484,1152597601,6717831124,39154389145,228208503748,1330096633345,7752371296324,45184131144601,263352415571284,1534930362283105,8946229758127348,52142448186480985
mul $0,2
mov $1,1
mov $4,1
lpb... |
oeis/164/A164203.asm | neoneye/loda-programs | 11 | 125080 | ; A164203: Number of binary strings of length n with equal numbers of 00001 and 10000 substrings.
; Submitted by <NAME>
; 1,2,4,8,16,30,58,114,226,452,904,1808,3616,7232,14464,28928,57856,115712,231424,462848,925696,1851392,3702784,7405568,14811136,29622272,59244544,118489088,236978176,473956352,947912704,1895825408,37... |
programs/oeis/192/A192973.asm | karttu/loda | 0 | 125081 | ; A192973: Constant term of the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments.
; 1,3,10,23,47,88,157,271,458,763,1259,2064,3369,5483,8906,14447,23415,37928,61413,99415,160906,260403,421395,681888,1103377,1785363,2888842,4674311,7563263,12237688,19801069,32038879,51840074,83879083
add $0,1
mov $3... |
code/include/memory.asm | sttng/merken-revision-2020 | 31 | 125082 | dma_transfer equ $FF80
DMA_OAM equ $C100
SPRITE0 equ $C100
SPRITE0_Y equ $C100
SPRITE0_X equ $C101
SPRITE0_TILE equ $C102
SPRITE0_ATTRIB equ $C103
SPRITE1 equ $C104
SPRITE1_Y equ $C104
SPRITE1_X equ $C105
SPRITE1_TILE equ $C106
SPRITE1_ATTRIB equ $C107
SPRITE2 equ $C108
SPRITE2_Y equ $C108
SPRITE2_X equ $C109
SPRITE2... |
libsrc/gfx/narrow/stencil_add_circle.asm | ahjelm/z88dk | 640 | 125083 | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Compute the line coordinates and put into a vector
; Basic concept by <NAME> (calculate_side)
;
; <NAME> - 13/3/2009
;
;
; $Id: stencil_add_circle.asm,v 1.6 2016-04-22 20:29:51 dom Exp $
;
;; void st... |
Assembly/CH05N02/CH05N02.asm | IceNerd/hogwarts | 0 | 125085 | <filename>Assembly/CH05N02/CH05N02.asm<gh_stars>0
TITLE Integer Array Input (CH05N02.asm)
; Program Description: This program inputs 10 integers, stores them
; in an array, then outputs the array.
; Author: <NAME>
; Date Created: 10/16/03
; Last Modification Date: 10/17/03
INCLUDE Irvine32.inc
.DATA
prompt BYT... |
programs/oeis/124/A124195.asm | karttu/loda | 1 | 125086 | ; A124195: a(1)=1. a(n) = n - GCD(a(n-1),n).
; 1,1,2,2,4,4,6,6,6,8,10,10,12,12,12,12,16,16,18,18,18,20,22,22,24,24,24,24,28,28,30,30,30,32,34,34,36,36,36,36,40,40,42,42,42,44,46,46,48,48,48,48,52,52,54,54,54,56,58,58,60,60,60,60,60,60,66,66,66,68,70,70,72
mov $1,$0
cal $0,99427 ; a(1) = 1; for n > 1, a(n) = 1 + greate... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0_notsx.log_6815_1226.asm | ljhsiun2/medusa | 9 | 125088 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0_notsx.log_6815_1226.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xdda0, %rax
sub %r13, %r13
movl $0x61626364, ... |
oeis/000/A000073.asm | neoneye/loda-programs | 11 | 125089 | <gh_stars>10-100
; A000073: Tribonacci numbers: a(n) = a(n-1) + a(n-2) + a(n-3) for n >= 3 with a(0) = a(1) = 0 and a(2) = 1.
; Submitted by <NAME>
; 0,0,1,1,2,4,7,13,24,44,81,149,274,504,927,1705,3136,5768,10609,19513,35890,66012,121415,223317,410744,755476,1389537,2555757,4700770,8646064,15902591,29249425,53798080,98... |
oeis/141/A141245.asm | neoneye/loda-programs | 11 | 125091 | <filename>oeis/141/A141245.asm
; A141245: Numerators in expansion of (1+x-sqrt(1-x^2))/(x(1-x)).
; Submitted by <NAME>
; 1,3,3,13,13,27,27,221,221,449,449,1817,1817,3667,3667,59101,59101,118917,118917,478099,478099,960397,960397,7712569,7712569,15477141,15477141,62094289,62094289,124522883,124522883,3994427101
add $0,... |
dev/emm386/emm40.asm | minblock/msdos | 0 | 125093 | .386p
page 58,132
;******************************************************************************
title emm40.asm - EMM function handlers
;******************************************************************************
;
; (C) Copyright MICROSOFT Corp. 1988-1991
; (C) Copyright COMPAQ Computer Corp. 1988-1991
;
; Titl... |
audio/sfx/battle_2e.asm | opiter09/ASM-Machina | 1 | 125094 | SFX_Battle_2E_Ch5:
duty_cycle 0
square_note 2, 15, 1, 512
square_note 3, 15, 1, 1792
square_note 4, 15, 1, 1280
square_note 5, 15, 1, 2032
sound_loop 8, SFX_Battle_2E_Ch5
sound_ret
SFX_Battle_2E_Ch6:
duty_cycle_pattern 2, 3, 0, 3
square_note 2, 14, 1, 770
square_note 3, 14, 1, 2034
square_note 4, 14, 1, 15... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_4_441.asm | ljhsiun2/medusa | 9 | 125096 | <filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_4_441.asm
.global s_prepare_buffers
s_prepare_buffers:
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x17aec, %rsi
lea addresses_UC_ht+0x1d09e, %rdi
nop
nop
nop
nop
sub $36537, %rbx
mov $7, %rcx
rep movsl
nop
add %rsi, %rsi
pop %rsi
pop %rdi
... |
programs/oeis/105/A105812.asm | neoneye/loda | 22 | 125097 | <reponame>neoneye/loda
; A105812: Expansion of (1+x-x^2)/(1+x).
; 1,0,-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,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
mov $1,2
trn $1,$0
sub $1,1
mov $2,$0
add $2,1
pow $1,$2
mo... |
programs/oeis/234/A234914.asm | neoneye/loda | 22 | 125098 | <reponame>neoneye/loda<filename>programs/oeis/234/A234914.asm
; A234914: Number of (n+1) X (1+1) 0..4 arrays with every 2 X 2 subblock having its diagonal sum differing from its antidiagonal sum by 2, with no adjacent elements equal (constant stress tilted 1 X 1 tilings).
; 40,120,376,1200,3848,12360,39720,127664,41034... |
src/C/nettle/nettle-2.7.1/serpent-decrypt.asm | GaloisInc/hacrypto | 34 | 125099 | C nettle, low-level cryptographics library
C
C Copyright (C) 2011 <NAME>
C
C The nettle library is free software; you can redistribute it and/or modify
C it under the terms of the GNU Lesser General Public License as published by
C the Free Software Foundation; either version 2.1 of the License, or (at your
C option... |
pin-3.22-98547-g7a303a835-gcc-linux/source/tools/ToolUnitTests/df_test_app_win.asm | ArthasZhang007/15418FinalProject | 0 | 125100 | <gh_stars>0
;
; Copyright (C) 2007-2012 Intel Corporation.
; SPDX-License-Identifier: MIT
;
PUBLIC main_asm
.686
.model flat, c
.code
main_asm PROC
std
COMMENT // in the next two insts, the tool analysis functions (in df_test_tool1.cpp, df_test_tool2.cpp and df_test_tool3.cpp)
COMMENT // , which is calle... |
libsrc/adt/stack/adt_StackCreate.asm | meesokim/z88dk | 0 | 125101 | <reponame>meesokim/z88dk<gh_stars>0
; struct adt_Stack *adt_StackCreate(void)
; 09.2005, 11.2006 aralbrec
PUBLIC adt_StackCreate
EXTERN l_setmem
EXTERN _u_malloc
; create an empty stack
;
; exit : if fail HL = 0 and carry reset
; if successful HL = new stack handle and carry set
.adt_StackCreate
ld hl,4 ... |
release/src/router/gmp/source/mpn/x86_64/rshift.asm | zhoutao0712/rtn11pb1 | 12 | 125102 | dnl AMD64 mpn_rshift -- mpn left shift.
dnl Copyright 2003, 2005 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Lesser General Public License as
dnl published by t... |
Miscelaneo/Ejemplos/Ejemplos ASM 8086 - NASM/07fileBinary.asm | Savantage/ORGACOMPUTER | 0 | 125104 | ;***************************************************************************
; fileBinary.asm
; Ejercicio que lee y escribe un archivo binario
; Objetivos
; - manejo de archivo binario
; - usar fopen (abrir)
; - usar fread (leer)
; - usar rewind (rebobinar)
; - usar fwrite (escribir)
; - usar fclose (cerrar)
;
;******... |
Quiz and Lab Assessment/Solution/Question1.asm | saimamiduri/CSE331L-Section-1-Fall20-NSU | 0 | 125105 |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
.MODEL SMALL
.STACK 64
.DATA
STRING DB ?
SYM DB '$'
INPUT_M DB 0ah,0dh,0AH,0DH, 'ENTER A STRING: ',0DH,0AH,'$'
OUTPUT_M DB 0ah,0dh,0AH,0DH, 'THE OU... |
oeis/029/A029716.asm | neoneye/loda-programs | 11 | 125106 | ; A029716: Partial sums of Kempner numbers A002034.
; Submitted by <NAME>
; 1,3,6,10,15,18,25,29,35,40,51,55,68,75,80,86,103,109,128,133,140,151,174,178,188,201,210,217,246,251,282,290,301,318,325,331,368,387,400,405,446,453,496,507,513,536,583,589,603,613,630,643,696,705,716,723,742,771,830,835,896,927,934,942,955,966... |
programs/oeis/117/A117867.asm | jmorken/loda | 1 | 125107 | <filename>programs/oeis/117/A117867.asm
; A117867: Number of palindromes (in base 8) below 8^n.
; 7,14,70,126,574,1022,4606,8190,36862,65534,294910,524286,2359294,4194302,18874366,33554430,150994942,268435454,1207959550,2147483646,9663676414,17179869182,77309411326,137438953470,618475290622,1099511627774,4947802324990,... |
oeis/002/A002538.asm | neoneye/loda-programs | 11 | 125109 | ; A002538: Second-order Eulerian numbers <<n+1,n-1>>.
; Submitted by <NAME>
; 1,8,58,444,3708,33984,341136,3733920,44339040,568356480,7827719040,115336085760,1810992556800,30196376985600,532953524275200,9927928075161600,194677319705702400,4008789120817152000,86495828444928000000,1951566265951948800000,45958933902500720... |
data/ui/modeselect_container_ui_defs.asm | SavagePencil/TriloTrackerSMSReplayerApp | 0 | 125110 | <filename>data/ui/modeselect_container_ui_defs.asm
.IFNDEF __MODESELECT_CONTAINER_UI_DEFS_ASM__
.DEFINE __MODESELECT_CONTAINER_UI_DEFS_ASM__
ModeSelect_Container_UIDefs:
@ProfileButton:
; Upper-left loc in the nametable for this button
; NAME COL ROW
DEFINE_NAMETABL... |
oeis/145/A145318.asm | neoneye/loda-programs | 11 | 125111 | <filename>oeis/145/A145318.asm
; A145318: Numbers X such that exists Y in N with X^2 = 93*Y^2+31.
; Submitted by <NAME>
; 434,10546634,256304299034,6228707064577634,151370038827061362434,3678594677346538165293434,89397207697505531665899670634,2172530937786184753198155630454034,52796846760682654174716046465394263634,128... |
programs/oeis/297/A297181.asm | karttu/loda | 0 | 125113 | <reponame>karttu/loda<gh_stars>0
; A297181: a(n) is the smallest positive integer of length (distance from origin) n in the Cayley graph of the integers generated by all powers of 11.
; 1,2,3,4,5,6,17,28,39,50,61,182,303,424,545,666,1997,3328,4659,5990,7321,21962,36603,51244,65885,80526,241577,402628,563679,724730,8857... |
examples/pxScene2d/external/libnode-v6.9.0/deps/openssl/asm_obsolete/x64-win32-masm/aes/aesni-sha1-x86_64.asm | madanagopaltcomcast/pxCore | 5,964 | 125114 | <reponame>madanagopaltcomcast/pxCore<gh_stars>1000+
OPTION DOTNAME
.text$ SEGMENT ALIGN(256) 'CODE'
EXTERN OPENSSL_ia32cap_P:NEAR
PUBLIC aesni_cbc_sha1_enc
ALIGN 32
aesni_cbc_sha1_enc PROC PUBLIC
mov r10d,DWORD PTR[((OPENSSL_ia32cap_P+0))]
mov r11,QWORD PTR[((OPENSSL_ia32cap_P+4))]
bt r11,61
jc aesni_cbc_sha1_en... |
libsrc/stdlib/ultoa.asm | grancier/z180 | 8 | 125115 | ; CALLER linkage for function pointers
PUBLIC ultoa
PUBLIC _ultoa
EXTERN ultoa_callee
EXTERN ASMDISP_ULTOA_CALLEE
.ultoa
._ultoa
pop af
pop bc
pop ix
pop hl
pop de
push de
push hl
push hl
push bc
push af
jp ultoa_callee + ASMDISP_ULTOA_CALLEE
|
oeis/084/A084346.asm | neoneye/loda-programs | 11 | 125116 | <filename>oeis/084/A084346.asm<gh_stars>10-100
; A084346: Triangle read by rows in which row n gives decomposition of Fib(n)*Fib(n+1) into non-adjacent Fibonacci numbers (given by their indices).
; Submitted by <NAME>
; 2,3,5,2,7,3,9,5,2,11,7,3,13,9,5,2,15,11,7,3,17,13,9,5,2,19,15,11,7,3,21,17,13,9,5,2,23,19,15,11,7,3,... |
includes/DPCplusheader.asm | Al-Nafuur/batari-Basic | 47 | 125117 | ; Provided under the CC0 license. See the included LICENSE.txt for details.
processor 6502
include "vcs.h"
include "macro.h"
include "DPCplus.h"
include "DPCplusbB.h"
include "2600basic_variable_redefs.h"
ORG $400
RORG $0
incbin DPCplus.arm
ORG $1000
RORG $1000
incbin custom/bin/custom... |
testcases/Memory.asm | ahmedHusseinF/mips-vhdl | 0 | 125118 | # all numbers in hex format
# we always start by reset signal
# this is a commented line
.ORG 0 # this means the the following line would be at address 0 , and this is the reset address
10
# you should ignore empty lines
.ORG 2 # this is the interrupt address
100
.ORG 10
in R2 # R2=19 add 19 in R2
in R3 ... |
tasm/83CIDIF.asm | isdimaggio/esercizi | 0 | 125119 | <reponame>isdimaggio/esercizi<filename>tasm/83CIDIF.asm
;Copyright 2021 <NAME>
;
;Licensed under the Apache License, Version 2.0 (the "License");
;you may not use this file except in compliance with the License.
;You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
;Unless... |
oeis/348/A348484.asm | neoneye/loda-programs | 11 | 125120 | ; A348484: Maximum number of squares on an n X n chessboard such that no two are two steps apart horizontally or vertically.
; Submitted by <NAME>(s2)
; 1,4,5,8,13,20,25,32,41,52
add $0,1
pow $0,2
sub $1,$0
div $1,8
mul $1,4
add $1,1
add $0,$1
sub $0,1
|
programs/oeis/121/A121726.asm | karttu/loda | 1 | 125121 | ; A121726: Sum sequence A000522 then subtract 0,1,2,3,4,5,...
; 1,2,6,21,85,410,2366,16065,125665,1112074,10976174,119481285,1421542629,18348340114,255323504918,3809950976993,60683990530209,1027542662934898,18430998766219318
mov $2,$0
mov $1,1
lpb $2,1
add $3,$2
add $1,$3
sub $2,1
mul $3,$2
lpe
|
src/bootsect/loader_video.asm | wangziqi2016/Kernel | 3 | 125123 | <gh_stars>1-10
_loader_video_start:
;
; loader_video.asm - This file contains character mode video related functions
;
; 1. All routines in this file do not assume ES. This implies that ES must
; be saved and loaded with the video seg address. Also, ISR could safely
; call routines in this file without loading ES... |
programs/oeis/024/A024195.asm | karttu/loda | 0 | 125124 | ; A024195: Integer part of (4th elementary symmetric function of S(n))/(3rd elementary symmetric of S(n)), where S(n) = {3,4, ..., n+5}.
; 1,2,3,5,7,9,12,15,18,21,25,28,32,37,41,46,51,56,62,67,73,80,86,93,100,107,115,122,130,139,147,156,165,174,184,193,203,214,224,235,246,257,269,280,292,305,317,330,343,356,370,383,397... |
test/link/basic/seg1.asm | nigelperks/BasicAssembler | 0 | 125125 | <filename>test/link/basic/seg1.asm
IDEAL
ASSUME CS:SEG1,DS:SEG1,ES:SEG1,SS:SEG1
SEGMENT SEG1
ORG 100h
start:
mov ax, 33
inc cx
jmp near CS:40h
ENDS
END start
|
Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_10301_3093.asm | ljhsiun2/medusa | 9 | 125127 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x86b9, %r10
nop
nop
xor $6285, %rbx
mov $0x6162636465666768, %r11
movq %r11, (%r10)
xor %r9, %r9
lea addresses_normal_ht+0x18e55, %rsi
lea addresses_n... |
oeis/023/A023543.asm | neoneye/loda-programs | 11 | 125129 | ; A023543: Convolution of natural numbers with A023533.
; 1,2,3,5,7,9,11,13,15,18,21,24,27,30,33,36,39,42,45,49,53,57,61,65,69,73,77,81,85,89,93,97,101,105,110,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,205,210,216,222,228
add $0,2
mov $2,1
mov $3,1
lpb $0
sub $0,$3
add $2,1
add $3,$... |
Ports/ColdFire-EMAC/Generic/CodeWarrior/os_cpu_a.asm | Qetu107/uC-OS2 | 169 | 125130 | /*
;********************************************************************************************************
; uC/OS-II
; The Real-Time Kernel
;
; Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
;
; ... |
libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_memsetw_vram_unsafe_callee.asm | jpoikela/z88dk | 640 | 125131 | ; void *sms_memsetw_vram_unsafe(void *dst, unsigned int c, unsigned int n)
SECTION code_clib
SECTION code_arch
PUBLIC sms_memsetw_vram_unsafe_callee
EXTERN asm_sms_memsetw_vram_unsafe
sms_memsetw_vram_unsafe_callee:
pop af
pop bc
pop hl
pop de
push af
jp asm_sms_memsetw_vram_unsafe
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.