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 |
|---|---|---|---|---|
core/words/read16.asm | paulscottrobson/nextForth | 2 | 203330 | ;
; Word: @
; Dictionary: (a - a)
; Date: 1st February 2018
; Macro: Yes
; Notes:
;
ex de,hl
ld e,(hl)
inc hl
ld d,(hl)
ret |
oeis/277/A277422.asm | neoneye/loda-programs | 11 | 203331 | ; A277422: a(n) = n!*LaguerreL(n, -8*n).
; Submitted by <NAME>
; 1,9,322,19446,1649688,180184120,24070390992,3801662863152,692979602529664,143184960501077376,33069665092749868800,8442378658666161822976,2360674573114695421197312,717531421372546588398529536,235551703250624390582942574592,83057570798247623681464704768000,... |
engine/menus/league_pc.asm | opiter09/ASM-Machina | 1 | 203333 | PKMNLeaguePC:
ld hl, AccessedHoFPCText
call PrintText
ld hl, wd730
set 6, [hl]
push hl
ld a, [wUpdateSpritesEnabled]
push af
ldh a, [hTileAnimations]
push af
xor a
ldh [hTileAnimations], a
ld [wSpriteFlipped], a
ld [wUpdateSpritesEnabled], a
ld [wHoFTeamIndex2], a
ld [wHoFTeamNo], a
ld a, [wNumHoFTeams]... |
programs/oeis/306/A306368.asm | neoneye/loda | 22 | 203335 | <filename>programs/oeis/306/A306368.asm
; A306368: a(n) = numerator of (n + 3)*(n + 4)/((n + 1)*(n + 2)).
; 6,10,5,21,28,12,45,55,22,78,91,35,120,136,51,171,190,70,231,253,92,300,325,117,378,406,145,465,496,176,561,595,210,666,703,247,780,820,287,903,946,330,1035,1081,376,1176,1225,425,1326,1378,477,1485,1540,532,1653,... |
f32eq.asm | blu/m68k-misc | 3 | 203336 | ea_user equ $020000
ea_stack equ $080000
ea_vicky equ $c40000
ea_text0 equ $c60000
ea_texa0 equ $c68000
ea_text1 equ $ca0000
ea_texa1 equ $ca8000
tx0_w equ 72
tx0_h equ 56
tx1_w equ 80
tx1_h equ 60
; we want absolute addresses -- with moto/vasm that means
; just use org; don't use sections as they cause resetting... |
DC2002.asm | makhotkin/dc-2002 | 0 | 203337 | <reponame>makhotkin/dc-2002
; Project DC
; Main executable module
; Initializes and terminates application, analyses user input and handles command string
; (c) 2002 Trance_C[RootTeam]
.model small
Local @@
; 10-10-2002
; ToDo : Help
; OPTION: Make confirm-Box ; User recieves a warning now
; OPTION: Fill with tabs i... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_909_88.asm | ljhsiun2/medusa | 9 | 203338 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xf668, %r10
xor $5906, %r14
movb (%r10), %r12b
nop
sub %rsi, %rsi
lea addresses_WT_ht+0x15428, %r8
sub $35357, %rbp
mov (%r8), %si
add %rbp, ... |
kernel/arch/x86/interrupt.asm | UtkarshMe/Jazz | 7 | 203340 | ; vi:filetype=nasm
global idt_load
idt_load:
mov edx, [esp + 4] ; load the param passed to "idt_load"
lidt [edx] ; load the idt
sti ; set interrupts
ret ; return
|
libsrc/_DEVELOPMENT/font/fzx/c/sccz80/fzx_buffer_extent.asm | jpoikela/z88dk | 640 | 203343 |
; uint16_t fzx_buffer_extent(struct fzx_font *ff, char *buf, uint16_t buflen)
SECTION code_font
SECTION code_font_fzx
PUBLIC fzx_buffer_extent
EXTERN asm_fzx_buffer_extent
fzx_buffer_extent:
pop af
pop bc
pop de
pop hl
push hl
push de
push bc
push af
jp asm_fzx_buffer_extent
|
oeis/053/A053739.asm | neoneye/loda-programs | 11 | 203344 | ; A053739: Partial sums of A014166.
; 1,6,22,63,155,344,709,1383,2587,4685,8273,14323,24416,41119,68595,113590,187030,306605,500950,816410,1327986,2157046,3499982,5674578,9195035,14893364,24115804,39040633,63192397,102273950,165512723,267839033,433410661,701315739,1134800215,1836198205,2971089810,4807389285,7778591025,... |
diolan-plus2-toad5/fw/usb.asm | nyholku/TOAD4 | 0 | 203345 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; BootLoader. ;;
;; Copyright (C) 2007 Diolan ( http://www.diolan.com ) ;;
;; ;;
... |
test/exitrep.asm | libertine-linux-mirrors/nasm | 3 | 203346 | <gh_stars>1-10
%macro testrep 0.nolist
%assign i 1
%rep 4
mov eax,i
%if i==3
%exitrep
%endif
mov ebx,i
%if i >= 3
%error iteration i should not be seen
%endif
%assign i i+1
%endrep
%endmacro
testrep
|
programs/oeis/078/A078343.asm | karttu/loda | 0 | 203347 | <filename>programs/oeis/078/A078343.asm<gh_stars>0
; A078343: a(0) = -1, a(1) = 2; a(n) = 2*a(n-1) + a(n-2).
; -1,2,3,8,19,46,111,268,647,1562,3771,9104,21979,53062,128103,309268,746639,1802546,4351731,10506008,25363747,61233502,147830751,356895004,861620759,2080136522,5021893803,12123924128,29269742059,70663408246,170... |
programs/oeis/035/A035487.asm | jmorken/loda | 1 | 203348 | <reponame>jmorken/loda
; A035487: Second column of Stolarsky array.
; 2,6,11,15,19,23,28,32,36,40,44,49,53,57,61,66,70,74,78,83,87,91,95,100,104,108,112,116,121,125,129,133,138,142,146,150,155,159,163,167,172,176,180,184,189,193,197,201
mov $4,$0
add $0,10
mov $1,19
mul $1,$0
mov $5,4
lpb $0
mov $0,6
mov $2,$1
d... |
kill.asm | dnaef/cs153 | 0 | 203349 | <gh_stars>0
_kill: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char **argv)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 57 ... |
SourceCode/user-interface_short.asm | mattrude/windemere-basic | 0 | 203350 | <filename>SourceCode/user-interface_short.asm
; File: user-interface_short
; Owner: <NAME> <<EMAIL>>
; Date: 2022-01-22
; Version: 0.1.0a
;
;------------------------------------------------------------------------------
; Program Summary
;
;
; The below code is written for a W65C02 connected to a W65C22 (VI... |
sw/552tests/rand_simple/t_2_roli.asm | JPShen-UWM/ThreadKraken | 1 | 203351 | <gh_stars>1-10
// seed 2
lbi r0, 111 // icount 0
slbi r0, 252 // icount 1
lbi r1, 9 // icount 2
slbi r1, 69 // icount 3
lbi r2, 205 // icount 4
slbi r2, 27 // icount 5
lbi r3, 245 // icount 6
slbi r3, 58 // icount 7
lbi r4, 64 // icount 8
slbi r4, 187 // icount 9
lbi r5, 52 // icount 10
slbi r5, 97 // icount 11
lbi r6,... |
programs/oeis/040/A040828.asm | karttu/loda | 0 | 203352 | ; A040828: Continued fraction for sqrt(858).
; 29,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3,58,3,2,3
cal $0,40855 ; Continued fraction for sqrt(885).
mov $1,3
lpb $0,1
mov $1,$0
mo... |
oeis/062/A062007.asm | neoneye/loda-programs | 11 | 203353 | ; A062007: mu(n)* prime(n).
; Submitted by <NAME>
; 2,-3,-5,0,-11,13,-17,0,0,29,-31,0,-41,43,47,0,-59,0,-67,0,73,79,-83,0,0,101,0,0,-109,-113,-127,0,137,139,149,0,-157,163,167,0,-179,-181,-191,0,0,199,-211,0,0,0,233,0,-241,0,257,0,269,271,-277,0,-283,293,0,0,313,-317,-331,0,347,-349,-353,0,-367,373,0,0,389,-397,-401,0,... |
libsrc/stdlib/extract_bits_sub.asm | jpoikela/z88dk | 640 | 203354 | <reponame>jpoikela/z88dk
;
; Bit unpacking code for SD/MMC card
;
; Stefano, 2012
;
; unsigned long extract_bits(unsigned char *resp, unsigned int start, unsigned int size)
;
; HL = position of the byte string
; DE = bit position (0..65535)
; BC = size in bits
SECTION code_clib
PUBLIC extract_bits_sub
.extr... |
oeis/228/A228604.asm | neoneye/loda-programs | 11 | 203355 | <filename>oeis/228/A228604.asm
; A228604: The Merrifield-Simmons index of the ortho-polyphenylene chain of length n.
; Submitted by <NAME>
; 1,18,299,4932,81301,1340118,22089599,364109832,6001737001,98928520218,1630669938899,26878845894732,443052477632701,7302973450020318,120377210159548199,1984215446621359632,32706447... |
Tareas/Proyecto Final/A/Moises_Campos_PF.asm | moisotico/Microprocesadores | 0 | 203356 | ; <NAME>
; 15-06-2020
; IE0623: Microprocesadores
; Proyecto Final: Selector 623
; *****************************************************************************
#include registers.inc
; *****************************************************************************
;* Descripcion General:
;* El siguiente codigo para la ... |
src/test/resources/data/searchtests/opt-test5-expected.asm | cpcitor/mdlz80optimizer | 0 | 203358 | TIMI: equ #fd9f
HKEY: equ #fd9a
org #4000
db "AB"
dw Execute
db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Execute:
di
im 1
ld sp, #f380
ld a, #c9
ld (TIMI), a
ld (HKEY), a
ei
ldir
call f1
xor a
ld (#c000), a
loop:
ld bc, #ffff
jr loop
f1:
ret |
Appl/Saver/Letter/LetterPrefVM/letterpref.asm | steakknife/pcgeos | 504 | 203359 | <reponame>steakknife/pcgeos<filename>Appl/Saver/Letter/LetterPrefVM/letterpref.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT:
MODULE:
FILE: letterpref.asm
AUTHOR: <NAME>, Dec 3, 1992
ROUTINES:
Name D... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1676.asm | ljhsiun2/medusa | 9 | 203360 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1ab67, %rsi
lea addresses_A_ht+0x48c3, %rdi
nop
inc %rbp
mov $41, %rcx
rep movsl
nop
nop
cmp $35815, %r15
lea addresses_UC_ht+0x1114d, %rdi
nop
nop
nop
nop
nop
add %rax,... |
programs/hello_world.asm | pramukap/8080_emulator | 0 | 203361 | ;CONSTANTS------
ADRL EQU 01
ADRH EQU 00
ADR_L EQU 01
ADR_H EQU 00
INTE EQU 01
RDY EQU 02
READ EQU 04
WRITE EQU 08
DONE EQU 10
RESET EQU 0F
CTRL EQU 3ffc
DATA EQU 3ffd
M_ADR_L EQU 3ffe
M_ADR_H EQU 3fff
;INSTRUCTIONS-----
MAIN:
LXI H, HW
CALL SFUNC
HLT
;BITS 4 3 2 1 0
;FLAGS DONE WRITE READ RDY INTE
;caller must ... |
examples/asm-32/str_chars.asm | patrickf2000/upl | 0 | 203362 | <filename>examples/asm-32/str_chars.asm
.intel_syntax noprefix
.data
STR_1: .string "Char: %c\n"
STR_2: .string "Your string:"
STR_3: .string "Hello!"
.bss
.text
.extern puts
.extern printf
.extern exit
.extern fflush
.extern input_int
.extern print_int
.extern strlen
.global count_char
.global main
coun... |
oeis/140/A140701.asm | neoneye/loda-programs | 11 | 203363 | <reponame>neoneye/loda-programs
; A140701: Product of first n centered triangular numbers.
; Submitted by <NAME>
; 1,4,40,760,23560,1083760,69360640,5895654400,642626329600,87397180825600,14507932017049600,2887078471392870400,678463440777324544000,185898982772986925056000,58744078556263868317696000,21206612358811256462... |
Transynther/x86/_processed/US/_un_/i9-9900K_12_0xa0_notsx.log_2014_1278.asm | ljhsiun2/medusa | 9 | 203364 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x12668, %rsi
lea addresses_D_ht+0x1c8e8, %rdi
nop
nop
nop
nop
nop
dec %r15
mov $13, %rcx
rep movsq
xor $31526, %r13
lea addresses_D_ht+0x1ae48, %rsi
lea addresses_A_ht+0x63eb, %rdi
nop
n... |
oeis/151/A151786.asm | neoneye/loda-programs | 11 | 203366 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A151786: a(n) = 8^(wt(n)-1) where wt(n) is the binary weight of n (A000120).
; Submitted by <NAME>(s2)
; 1,1,8,1,8,8,64,1,8,8,64,8,64,64,512,1,8,8,64,8,64,64,512,8,64,64,512,64,512,512,4096,1,8,8,64,8,64,64,512,8,64,64,512,64,512,512,4096,8,64,64,512,64,512,512,4096,64,... |
oeis/302/A302342.asm | neoneye/loda-programs | 11 | 203367 | ; A302342: Cumulative sums of the bits in the binary representation of Pi.
; Submitted by <NAME>(w4)
; 1,2,2,2,3,3,3,4,4,4,4,4,5,6,7,8,9,10,10,11,12,12,13,13,14,14,15,15,15,15,16,16,16,16,17,17,17,17,17,18,18,19,20,20,21,21,21,21,22,23,23,23,23,23,24,24,24,24,25,26,26,27,27,27,28,29,29,29,29
lpb $0
mov $2,$0
sub $... |
vectorsp2.asm | runer112/Doors_CS_7 | 17 | 203368 | <reponame>runer112/Doors_CS_7<gh_stars>10-100
.block 128
jp imVersion
jp imRandom
jp imPutSprite
jp imLargeSprite
jp imGetPixel
jp imFastCopy
jp mj_iDetect
jp imDecompress
#ifdef mossupport
moslibs2:
jp mos_directIn
jp mos_sendbytetios
jp mos_getbytetios
jp mos_version
jp mos_setvputs
jp mos_setpixel
j... |
04/Fill.asm | gabrieljablonski/ESC-College-Course-Work | 0 | 203369 | <reponame>gabrieljablonski/ESC-College-Course-Work<gh_stars>0
// 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 k... |
programs/oeis/197/A197905.asm | neoneye/loda | 22 | 203370 | <reponame>neoneye/loda
; A197905: Ceiling((n+1/n)^6).
; 64,245,1372,5893,19771,54993,132811,287701,572043,1061521,1861243,3112581,5000731,7762993,11697771,17174293,24643051,34646961,47833243,64966021,86939643,114792721,149722891,193102293,246493771,311667793,390620091,485590021,599079643,733873521,893059243,1080048661,... |
Library/FMTools/Linktool/linktoolText.asm | steakknife/pcgeos | 504 | 203371 | <filename>Library/FMTools/Linktool/linktoolText.asm<gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: linktoolText.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- ------... |
kernel/arch/x86/asm/boot.asm | DevilGladiator/XeonOS | 2 | 203372 | <filename>kernel/arch/x86/asm/boot.asm
;
; Author: <NAME>
; E-mail <EMAIL>
; Created: 2016-08-11 11:14:47
;
; File: boot.asm
; Description: Defines the multiboot header. sets up the stack and calls kernel_main
;
MBOOT_PAGE_ALIGN equ 1 << 0 ; Align the kernel and its mod... |
data/tilesets/vermilion_collision.asm | Trap-Master/spacworld97-thingy | 0 | 203373 | <filename>data/tilesets/vermilion_collision.asm
tilecoll WALL, WALL, WALL, WALL ; 00
tilecoll WALL, WALL, WALL, WALL ; 01
tilecoll WALL, WALL, WALL, WALL ; 02
tilecoll WALL, WALL, WALL, WALL ; 03
tilecoll WALL, WALL, WALL, DOOR ; 04
tilecoll WALL, WALL, WALL, WALL ; 05
tilecoll WALL, FLOOR, WALL, FLOOR ; 06
til... |
libsrc/graphics/abc80/pointxy.asm | meesokim/z88dk | 0 | 203374 | <reponame>meesokim/z88dk
;
; ABC80 'point' instruction
; 2x3 graphics symbols
;
; Loosely based on a routine found in "grafik.asm"
; by <NAME> - 1986-03-13 22.58.30
;
; imported by <NAME> - 29/12/2006 :o)
;
;
; $Id: pointxy.asm,v 1.2 2015/01/19 01:32:45 pauloscustodio Exp $
;
PUBLIC pointxy
EXTERN ... |
programs/oeis/039/A039304.asm | karttu/loda | 1 | 203375 | <filename>programs/oeis/039/A039304.asm
; A039304: Number of distinct quadratic residues mod 7^n.
; 1,4,22,151,1051,7354,51472,360301,2522101,17654704,123582922,865080451,6055563151,42388942054,296722594372,2077058160601,14539407124201,101775849869404,712430949085822,4987016643600751,34909116505205251
add $0,1
mov $1,... |
programs/oeis/054/A054880.asm | neoneye/loda | 22 | 203376 | <filename>programs/oeis/054/A054880.asm
; A054880: a(n) = 3*(9^n - 1)/4.
; 0,6,60,546,4920,44286,398580,3587226,32285040,290565366,2615088300,23535794706,211822152360,1906399371246,17157594341220,154418349070986,1389765141638880,12507886274749926,112570976472749340,1013138788254744066,9118249094292696600,82064241848634... |
examples/fib.asm | Mogby/Processor | 2 | 203377 | <reponame>Mogby/Processor
read ; n
popr 0 ; ; v[0] = n
push fib ; fib ; v[0] = n
call ; ; v[0] = fib(n)
pushr 0 ; fib(n)
write ; print fib(n)
push exit ; exit
jmp
fib: ; ; v[0] = n
push 1 ; 1 ; v[0] = n
pushr 0 ; 1 n ; v[0] = n
push ret_1 ; 1 n ret_1 ; v[0] = n
jl... |
libsrc/_DEVELOPMENT/math/float/math32/z80/f32_fsinvsqrt.asm | rjcorrig/z88dk | 0 | 203378 | ;
; feilipu, 2019 April
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
;-------------------------------------------------------------------------
; m32_fsinvsqr... |
Examples/common-gateway-interface/cgiroot.asm | agguro/linux-nasm | 6 | 203379 | <gh_stars>1-10
;Name: cgiroot.asm
;
;Build: nasm -felf64 cgiroot.asm -o cgiroot.o
; ld -melf_x86_64 -o cgiroot cgiroot.o
;
;Description: returns the cgi root directory in a webpage. The program is the same as cwd.asm
; wich returns the current working directory. Because this progra... |
data/pokemon/dex_entries/pangshi.asm | AtmaBuster/pokeplat-gen2 | 6 | 203382 | db "TALISMAN@" ; species name
db "Despite its cute"
next "face and jolly"
next "hopping, it will"
page "attempt to drain"
next "the life force"
next "of its victims.@"
|
oeis/176/A176530.asm | neoneye/loda-programs | 11 | 203383 | <filename>oeis/176/A176530.asm
; A176530: Decimal expansion of (15+sqrt(255))/3.
; Submitted by <NAME>
; 1,0,3,2,2,9,0,6,4,7,4,2,2,3,7,7,0,6,6,6,3,5,6,7,4,8,3,9,2,3,2,6,8,7,1,2,8,0,5,2,2,4,4,9,9,0,1,4,5,8,4,7,5,5,5,7,7,4,5,6,1,2,5,4,8,6,8,7,4,6,4,8,4,1,9,5,8,7,8,0,9,7,4,2,8,2,1,8,7,4,3,7,1,4,1,9,4,6,3,9
mov $2,1
mov $... |
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_read_block_callee.asm | jpoikela/z88dk | 640 | 203385 |
; size_t b_vector_read_block_callee(void *dst, size_t n, b_vector_t *v, size_t idx)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC _b_vector_read_block_callee
EXTERN _b_array_read_block_callee
defc _b_vector_read_block_callee = _b_array_read_block_callee
|
libsrc/time/cpm/clock.asm | teknoplop/z88dk | 0 | 203388 | <gh_stars>0
;
; clock() function
;
; Return the current time basically
; Typically used to find amount of CPU time
; used by a program.
;
; ANSI allows any time at start of program so
; properly written programs should call this fn
; twice and take the difference
;
; ... |
src/spread/fpars/entry.asm | olifink/qspread | 0 | 203389 | * Formular Parser 19/12-91
* - entry point
*
* Development History:
*
* v 1.00 - first version
* v 1.01 03/06-92
* - no parser info area required
* - works with "real" QDOS strings
* v 1.02 18/08-94
* - error with lists of calculations removed
include win1_spread_fpars_keys
include win1_mac_oli
i... |
src/boot/enter32.asm | dmfedorin/glucOS | 0 | 203392 | <reponame>dmfedorin/glucOS
%ifndef ENTER32_ASM_INCLUDED
%define ENTER32_ASM_INCLUDED
[bits 16]
section .text
%include "src/boot/gdt.asm"
%include "src/boot/string.asm"
enter32_read_msg:
db "[...] reading kernel from disk", 0xd, 0xa, 0
enter32_error_msg:
db "[..X] disk error", 0xd, 0xa, 0
e... |
Transynther/x86/_processed/NONE/_un_xt_sm_/i9-9900K_12_0xca.log_21829_513.asm | ljhsiun2/medusa | 9 | 203393 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x18eb3, %rsi
lea addresses_WC_ht+0x12b06, %rdi
clflush (%rdi)
nop
and %r11, %r11
mov $87, %rcx
rep movsl
nop
nop
nop
xor $64296, %r15
lea addresses_UC_ht+0x16c6a, %r10
nop
nop
nop
nop
... |
Driver/Stream/Serial/serialHighSpeed.asm | steakknife/pcgeos | 504 | 203394 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1997. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: SPOCK
MODULE: high speed serial driver
FILE: serialHighSpeed.asm
AUTHOR: <NAME>, Aug 12, 1997
REVISION HISTORY:
Name ... |
BitEpicness/Euclids.asm | davidov541/BitEpicness | 0 | 203396 | <gh_stars>0
main: ldi $a0, 7 //0,1
jal relPrime //2
j exit //3
relPrime: swn $s0, $sp, $0
ldi $t1, 1
swn $s1, $sp, $t1
ldi $t1, 2
swn $t0, $sp, $t1
ldi $t1, 3
swn $ra, $sp, $t1
addi $sp, 4
move $sp, $rr
ldi $s0, 2
move $s1, $a0
ldi $t0, 1
rpLoop: move $a1, $s0
mov... |
coverage/IN_CTS/0484-COVERAGE-nir-loop-analyze-828/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 203397 | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 75
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %56
OpExecutionMode %4 OriginUp... |
sw/552tests/inst_tests/roli_0.asm | JPShen-UWM/ThreadKraken | 1 | 203398 | <gh_stars>1-10
// Original test: ./shi-ting/hw4/problem6/roli_0.asm
// Author: shi-ting
// Test source code follows
//Author: <NAME>, shi-ting
lbi r1, 97
roli r2, r1, 1
halt
|
PRG/prg011.asm | narfman0/smb3_pp1 | 0 | 203399 | ; Super Mario Bros. 3 Full Disassembly by Southbird 2012
; For more info, see http://www.sonicepoch.com/sm3mix/
;
; PLEASE INCLUDE A CREDIT TO THE SOUTHBIRD DISASSEMBLY
; AND THE ABOVE LINK SOMEWHERE IN YOUR WORKS :)
;
; Original disassembler source generated by DCC6502 version v1.4
; (With labels, comments, and some s... |
libsrc/_DEVELOPMENT/inttypes/c/sdcc_iy/strtoimax.asm | jpoikela/z88dk | 640 | 203400 |
; intmax_t strtoimax(const char *nptr, char **endptr, int base)
SECTION code_clib
SECTION code_inttypes
PUBLIC _strtoimax
EXTERN _strtoll
defc _strtoimax = _strtoll
|
hacks/images/m6502/demoscene.asm | MBrassey/xscreensaver_BlueMatrix | 2 | 203401 |
start:
ldx #0
c:lda bottombar,x
cmp #$ff
beq init
sta $4e0,x
sta $5e0,x
inx
jmp c
init:
jsr initDraw
lda #0
sta $10 ; scrptr
sta $11 ; txtptr
loop:
jsr drawMain
jsr putfont
jsr scrollarea
jmp loop
scrollarea:
ldx #0
g:lda $521,x
sta $520,x
lda $541,x
sta $540,x
lda $561,x
sta... |
programs/oeis/161/A161205.asm | neoneye/loda | 22 | 203402 | ; A161205: Triangle read by rows in which row n lists 2n-1 followed by 2n numbers 2n.
; 1,2,2,3,4,4,4,4,5,6,6,6,6,6,6,7,8,8,8,8,8,8,8,8,9,10,10,10,10,10,10,10,10,10,10,11,12,12,12,12,12,12,12,12,12,12,12,12,13,14,14,14,14,14,14,14,14,14,14,14,14,14,14,15,16,16,16,16,16,16,16,16
add $0,2
lpb $0
mov $2,$0
trn $2,2
... |
oeis/183/A183140.asm | neoneye/loda-programs | 11 | 203403 | ; A183140: a(n) = [1/s]+[2/s]+...+[n/s], where s=2+sqrt(2) and []=floor.
; Submitted by <NAME>
; 0,0,0,1,2,3,5,7,9,11,14,17,20,24,28,32,36,41,46,51,57,63,69,76,83,90,97,105,113,121,130,139,148,157,167,177,187,198,209,220,232,244,256,268,281,294,307,321,335,349,363,378,393,408,424,440,456,472,489,506,523,541,559,577,596... |
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/l_f32_eq.asm | dikdom/z88dk | 1 | 203404 | SECTION code_clib
SECTION code_fp_am9511
PUBLIC l_f32_eq
; Entry: dehl = right
; stack = left, ret
IFDEF __CPU_8085__
EXTERN asm_am9511_compare_sccz80
.l_f32_eq
pop bc
push de
push hl
push bc
call asm_am9511_compare_sccz80
pop bc
ld de,sp+8
ex... |
pwnlib/shellcraft/templates/i386/linux/getdents.asm | kristoff3r/pwntools | 7 | 203405 | <filename>pwnlib/shellcraft/templates/i386/linux/getdents.asm
<% from pwnlib.shellcraft import i386 %>
<%page args="in_fd = 'ebp', size = 255, allocate_stack = True"/>
<%docstring> Reads to the stack from a directory.
Args:
in_fd (int/str): File descriptor to be read from.
size (int): Buffer size.
allocate... |
2019/zxspectrum/asm/colors.asm | PixelsCamp/tshirt-gate | 8 | 203406 | <reponame>PixelsCamp/tshirt-gate
ORG 32768
ld hl,udgs ; UDGs.
ld (23675),hl ; set up UDG system variable.
ld a,2 ; 2 = upper screen.
call 5633 ; open channel.
ld a,21 ; row 21 = bottom of screen.
ld (xcoord),a ; set initial x coordina... |
programs/oeis/037/A037481.asm | karttu/loda | 1 | 203407 | <reponame>karttu/loda<filename>programs/oeis/037/A037481.asm<gh_stars>1-10
; A037481: Base-4 digits are, in order, the first n terms of the periodic sequence with initial period 1,2.
; 0,1,6,25,102,409,1638,6553,26214,104857,419430,1677721,6710886,26843545,107374182,429496729,1717986918,6871947673,27487790694,109951162... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_17349_775.asm | ljhsiun2/medusa | 9 | 203408 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x11fe4, %r9
nop
nop
nop
nop
xor %r10, %r10
mov $0x6162636465666768, %rcx
movq %rcx, (%r9)
xor $31609, %rdi
lea addresses_WC_ht+0x19284, %rsi
lea addresses_D_ht+0x107c4, %rdi
nop
nop
nop... |
src/util/strg/isals.asm | olifink/qspread | 0 | 203409 | ; is string a valid alpha lower string 12/02-92 O.Fink
section string
include win1_keys_err
xdef st_isalc ; is character alpha lower
xdef st_isals ; is string alpha lower
;+++
; is character alpha lower character
;
; Entr... |
data/mapObjects/SeafoamIslands1F.asm | AmateurPanda92/pokemon-rby-dx | 9 | 203410 | SeafoamIslands1F_Object:
db $7d ; border block
db 7 ; warps
warp 4, 17, 0, -1
warp 5, 17, 0, -1
warp 26, 17, 1, -1
warp 27, 17, 1, -1
warp 7, 5, 1, SEAFOAM_ISLANDS_B1F
warp 25, 3, 6, SEAFOAM_ISLANDS_B1F
warp 23, 15, 4, SEAFOAM_ISLANDS_B1F
db 0 ; signs
db 2 ; objects
object SPRITE_BOULDER, 18, 10, STAY, B... |
libsrc/stdlib/utoa_callee.asm | dex4er/deb-z88dk | 1 | 203411 | ; char __CALLEE__ *utoa_callee(char *s, uint num)
; convert unsigned int to string and store in s
; 04.2007 aralbrec
XLIB utoa_callee
LIB itoa_callee
XREF ASMDISP2_ITOA_CALLEE
.utoa_callee
pop hl
pop de
ex (sp),hl
push hl
jp itoa_callee + ASMDISP2_ITOA_CALLEE
|
XORInAssembly and SUM in Assembly/q1.asm | MichaelWiciak/HACKGatesAndAssemblyPrograms | 0 | 203413 | @2 // Loads value of register 2 at M[M[2]] into M[2]
D = M
A = D
D = M
@2
M = D
@1 // Loads the value of 1 into D
D = M
@1 // X or Y
D = M
@2
D = M | D
@0
M = D
@1
D = M
@2
D = M & D
D = !D
@1 // we don't need the initial register values anymore
M = D
@0
D = M
@1
D = D & M
@0
M = D
@28 // Infinite loop
0;JMP // FINISHE... |
cpm/ndos/altrnios.asm | erikp9000/cpm-ndos | 0 | 203414 | <gh_stars>0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; ALTRNIOS.ASM [Altair 8800 w/88-2SIO serial port]
;;
;; To build ALTRNIOS.SPR:
;; RMAC ALTRNIOS $PZ SZ
;; LINK ALTRNIOS[OS]
;;
;; The Altair 8800 NIOS uses the second serial port on the
;; 88-2SIO to communicate with the file... |
wof/lcs/base/32E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 203415 | <filename>wof/lcs/base/32E.asm<gh_stars>1-10
copyright zengfr site:http://github.com/zengfr/romhack
001678 move.w A0, -(A4) [base+32E]
00167A move.w A4, ($32e,A5) [base+5A8, base+5AA, base+5AC, base+5AE]
00167E addq.w #1, ($322,A5) [base+32E]
04E50C clr.w ($322,A5) [base+32E]
copyright zengfr site:http://gith... |
templates/nasm32-nasm32.asm | RV8V/asm-code | 1 | 203416 | TOTAL_COUNT equ 50
LENGTH equ 20
WIDTH equ 10
AREA equ LENGTH * WIDTH
%assign TOTAL 10
%assign TOTAL 20
%define PTR [EBX + 4]
segment .data
data db "testing code", 0xa, 0xd
len equ $ - data
message db 'display 9 start', 0xa
len_m equ $ - message
s2 times 9 db '*'
name db 'test string ', 10
l... |
src/reset.asm | freem/nesmon | 2 | 203417 | ;==============================================================================;
; nesmon/src/reset.asm
; Reset code
;==============================================================================;
Reset:
sei
cld
; disable APU frame IRQ
ldx #$40
stx JOYSTICK2
; set up stack
ldx #$ff
txs
; initialize some th... |
ex_mov_register_parts_02.asm | inothnagel/asm | 0 | 203418 | <filename>ex_mov_register_parts_02.asm
; Moving around 8 bit and 16 bit subsections of eax, ebx, and ecx
; Swap 32, then 16, then upper 8, then lower 8 bit registers
SECTION .data
SECTION .text
global _start
_start:
nop
mov eax,0h
mov ebx,0ffffffffh
xchg eax,ebx
xchg ax,bx
xchg ah,bh
... |
libsrc/_DEVELOPMENT/alloc/malloc/z80/asm_heap_alloc_fixed_unlocked.asm | jpoikela/z88dk | 640 | 203419 | <filename>libsrc/_DEVELOPMENT/alloc/malloc/z80/asm_heap_alloc_fixed_unlocked.asm
; ===============================================================
; Dec 2013
; ===============================================================
;
; void *heap_alloc_fixed_unlocked(void *heap, void *p, size_t size)
;
; Attempt to allocate ... |
programs/oeis/097/A097072.asm | neoneye/loda | 22 | 203420 | <filename>programs/oeis/097/A097072.asm
; A097072: Expansion of (1 - 2*x + 2*x^2)/((1 - x^2)*(1 - 2*x)).
; 1,0,3,4,11,20,43,84,171,340,683,1364,2731,5460,10923,21844,43691,87380,174763,349524,699051,1398100,2796203,5592404,11184811,22369620,44739243,89478484,178956971,357913940,715827883,1431655764,2863311531,572662306... |
test/sgsub-presv.asm | kspalaiologos/asmbf | 67 | 203422 | <reponame>kspalaiologos/asmbf
mov r1, $(signed(5))
mov r2, $(signed(3))
s06 r1, r2
mov r3, $(signed(3))
eq r2, r3
add r2, .0
out r2
|
raid/raid_multibinary.asm | tsg-/ceph-isa-l | 10 | 203423 | <reponame>tsg-/ceph-isa-l
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2015 Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; ... |
programs/oeis/048/A048875.asm | neoneye/loda | 22 | 203424 | <reponame>neoneye/loda
; A048875: Generalized Pellian with second term of 6.
; 1,6,25,106,449,1902,8057,34130,144577,612438,2594329,10989754,46553345,197203134,835365881,3538666658,14990032513,63498796710,268985219353,1139439674122,4826743915841,20446415337486,86612405265785,366896036400626,1554196550868289,65836822398... |
s2/sfx-original/E5 - Leaves.asm | Cancer52/flamedriver | 9 | 203425 | Sound65_Leaves_Header:
smpsHeaderStartSong 2
smpsHeaderVoice Sound65_Leaves_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cPSG3, Sound65_Leaves_PSG3, $F8, $00
; PSG3 Data
Sound65_Leaves_PSG3:
smpsPSGvoice fTone_03
smpsPSGform $E7
dc.b (nMaxPSG-$F8)&$FF, $03
sm... |
08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm | tthero/tthero-nand2tetris | 0 | 203426 | // push argument 1
@ARG
D=M
@1
A=A+D
D=M
@SP
A=M
M=D
@SP
M=M+1
// pop pointer 1
@THAT
D=A
@SP
A=M
M=D
@SP
AM=M-1
D=M
@SP
A=M+1
A=M
M=D
// push constant 0
@0
D=A
@SP
A=M
M=D
@SP
M=M+1
// pop that 0
@THAT
D=M
@0
D=A+D
@SP
A=M
M=D
@SP
AM=M-1
D=M
@SP
A=M+1
A=M
M=D
// push constant 1
@1
D=A
@SP
A=M
M=D
@SP
M=M+1
// pop that... |
libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fsmin.asm | rjcorrig/z88dk | 0 | 203427 |
; float __fsmin (float number)
SECTION code_clib
SECTION code_math
PUBLIC cm32_sdcc_fsmin
EXTERN cm32_sdcc_fsreadl, m32_fsmin_fastcall
.cm32_sdcc_fsmin
; change underflow to a error floating zero as sdcc float
;
; enter : stack = sdcc_float number, ret
;
; exit : DEHL = sdcc_float(0)
;
... |
oeis/253/A253769.asm | neoneye/loda-programs | 11 | 203428 | ; A253769: Sum of number of divisors of all positive integers <= prime(n).
; Submitted by <NAME>(s1)
; 3,5,10,16,29,37,52,60,76,103,113,142,160,170,188,219,249,263,294,314,328,358,379,413,461,484,494,516,530,554,637,659,697,707,768,782,822,858,878,919,953,973,1033,1049,1072,1086,1168,1240,1267,1281,1307,1343,1365,1423,... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_5_878.asm | ljhsiun2/medusa | 9 | 203430 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xf84c, %rsi
lea addresses_D_ht+0x14b11, %rdi
nop
add %r15, %r15
mov $91, %rcx
rep movsw
nop
nop
nop
and %r10, %r10
lea addresses_UC_ht+0xb636, %rsi
lea addresses_UC_ht+0x20cc,... |
libsrc/_DEVELOPMENT/l/z80/integer/small/l_small_asr_hl.asm | jpoikela/z88dk | 640 | 203431 |
SECTION code_clib
SECTION code_l
PUBLIC l_small_asr_hl
EXTERN error_znc, error_mnc
l_small_asr_hl:
; arithmetic shift right 16-bit signed int
;
; enter : hl = 16-bit number
; a = shift amount
;
; exit : hl = hl >> a
;
; uses : af, b, hl
or a
ret z
cp 16
jr nc, shi... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_5_574.asm | ljhsiun2/medusa | 9 | 203432 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x37b8, %r8
inc %r15
and $0xffffffffffffffc0, %r8
movaps (%r8), %xmm0
vpextrq $1, %xmm0, %r12
nop
nop
nop
nop
nop
and $55867, %rdi
lea addresses_normal_ht+0x13b2a, %rcx
clf... |
oeis/028/A028103.asm | neoneye/loda-programs | 11 | 203434 | ; A028103: Expansion of 1/((1-3x)(1-8x)(1-10x)(1-12x)).
; Submitted by <NAME>
; 1,33,703,12309,192943,2819949,39304711,529663893,6962879935,89838427965,1142617774519,14370723472677,179151734300527,2217730946235981,27298909572676327,334504592037294261
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
sub $2,1
sub $0,... |
data/baseStats/aerodactyl.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 203435 | <reponame>etdv-thevoid/pokemon-rgb-enhanced
db AERODACTYL ; pokedex id
db 80 ; base hp
db 105 ; base attack
db 65 ; base defense
db 130 ; base speed
db 60 ; base special
db ROCK ; species type 1
db FLYING ; species type 2
db 45 ; catch rate
db 202 ; base exp yield
INCBIN "pic/gsmon/aerodactyl.pic",0,1 ; 77, sprite dime... |
Assembly/Examples/Old Syntax/test_jumps.asm | p-rivero/CESCA | 7 | 203436 | #include "CESCA.cpu"
#include "startup.asm"
; Program for checking if all the conditional jumps work. The decimal display outputs the current state:
; - Program running: 0
; - All tests passed: 1
; - A test failed: 0xFF (255)
; WARNING: THE J AND JNZ INTRUCTIONS NEED TO BE CHECKED MANUALLY, SINCE THIS TEST DEPENDS ON... |
wof/lcs/enemy/62.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 203437 | copyright zengfr site:http://github.com/zengfr/romhack
001590 lea ($20,A0), A0
007EA8 bne $7eb4 [123p+ 62, enemy+62]
007EAE move.b D0, ($62,A1) [123p+ 62, enemy+62]
007EB2 rts [123p+ 62, enemy+62]
007EBC rts [123p+ 62, enemy+62]
007EC2 rts [123p+ 62, enemy+62]
0082C6 move.b D5, ($62,A0) [enemy+62]
00... |
programs/oeis/040/A040214.asm | neoneye/loda | 22 | 203438 | ; A040214: Continued fraction for sqrt(230).
; 15,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30
sub $0,1
mod $0,2
mul $0,10
add $0,2
pow $0,2
div $0,17
mul $0,3
add $0,6
|
oeis/137/A137232.asm | neoneye/loda-programs | 11 | 203439 | ; A137232: a(n) = -a(n-1) + 7*a(n-2) + 3*a(n-3) with a(0) = a(1) = 0, a(2) = 1.
; Submitted by <NAME>
; 0,0,1,-1,8,-12,65,-125,544,-1224,4657,-11593,40520,-107700,356561,-988901,3161728,-9014352,28179745,-81795025,252010184,-740036124,2258722337,-6682944653,20273892640,-60278338200,182146752721,-543273442201,1637465696... |
src/shaders/post_processing/gen5_6/Common/AYUV_Load_16x8.asm | digetx/intel-vaapi-driver | 192 | 203441 | <gh_stars>100-1000
/*
* All Video Processing kernels
* Copyright © <2010>, Intel Corporation.
*
* 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
* withou... |
AMPS/code/68k DAC Routines.asm | StardustGear/AMPS | 0 | 203442 | <reponame>StardustGear/AMPS
; ===========================================================================
; ---------------------------------------------------------------------------
; Process music DAC channels
; ---------------------------------------------------------------------------
dAMPSdoDAC:
lea SampleList... |
libsrc/_DEVELOPMENT/z80/c/sccz80/z80_get_int_state.asm | ahjelm/z88dk | 640 | 203443 |
; uint z80_get_int_state(void)
SECTION code_clib
SECTION code_z80
PUBLIC z80_get_int_state
PUBLIC cpu_get_int_state
EXTERN asm_z80_get_int_state
EXTERN asm_cpu_get_int_state
defc z80_get_int_state = asm_z80_get_int_state
defc cpu_get_int_state = asm_cpu_get_int_state
|
engine/overworld/movement.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 203444 | <gh_stars>1-10
UpdatePlayerSprite:
ld a, [wSpriteStateData2]
and a
jr z, .checkIfTextBoxInFrontOfSprite
cp $ff
jr z, .disableSprite
dec a
ld [wSpriteStateData2], a
jr .disableSprite
; check if a text box is in front of the sprite by checking if the lower left
; background tile the sprite is standing on is great... |
oeis/249/A249950.asm | neoneye/loda-programs | 11 | 203445 | <reponame>neoneye/loda-programs
; A249950: Numerator of the harmonic mean of the first n cubes.
; Submitted by <NAME>
; 1,16,648,6912,1080000,144000,57624000,526848000,144027072000,160030080000,234300040128000,255600043776000,608349404190528000,655145512205184000,701941620219840000,5989901825875968000,31267661899936670... |
oeis/014/A014609.asm | neoneye/loda-programs | 11 | 203448 | <filename>oeis/014/A014609.asm
; A014609: a(n) = (5n)!/(5!^n).
; Submitted by <NAME>
; 1,1,252,756756,11732745024,623360743125120,88832646059788350720,28837919555681211870935040,18975581770994682860770223800320,23183587808948692737291767860055162880,49120458506088132224064306071170476903628800,1708783353530976569439181... |
programs/oeis/186/A186353.asm | karttu/loda | 1 | 203449 | <filename>programs/oeis/186/A186353.asm
; A186353: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) after g(j) when f(i)=g(j), where f and g are the odd numbers and the triangular numbers. Complement of A186353.
; 1,3,6,9,12,16,21,26,31,37,44,51,58,66,75,84,93,103,114,125,136,148,161,174,187,201,216,231,246... |
libsrc/oz/ozgfx/ozputsprite.asm | dex4er/deb-z88dk | 1 | 203450 | <filename>libsrc/oz/ozgfx/ozputsprite.asm<gh_stars>1-10
;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by <NAME>
; by <NAME> - Oct. 2003
;
; Alternate sprite library
;
; void ozputsprite (byte x,byte y,byte height,byte *sprite)
;
; except for C wrappers, code (c) 2001 <NAME>
;
;
;
; -----... |
Library/Bitmap/uiFormatControl.asm | steakknife/pcgeos | 504 | 203451 | <filename>Library/Bitmap/uiFormatControl.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: uiFormatControl.asm
AUTHOR: <NAME>
REVISION HISTORY:
Name Date Description
---- ---- ---... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.