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 |
|---|---|---|---|---|
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/acos_fastcall.asm | Frodevan/z88dk | 640 | 126104 |
SECTION code_fp_math32
PUBLIC acos_fastcall
EXTERN _m32_acosf
defc acos_fastcall = _m32_acosf
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _acos_fastcall
defc _acos_fastcall = _m32_acosf
ENDIF
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_178.asm | ljhsiun2/medusa | 9 | 126105 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xa12, %rdx
nop
nop
sub %rdi, %rdi
movb $0x61, (%rdx)
nop
nop
nop
nop
nop
xor $5804, %rdx
lea addresses_A_ht+0x1a2d2, %r12
nop
nop
sub $45680, %rsi
m... |
oeis/008/A008457.asm | neoneye/loda-programs | 11 | 126106 | <filename>oeis/008/A008457.asm
; A008457: a(n) = Sum_{ d >= 1, d divides n} (-1)^(n-d)*d^3.
; Submitted by <NAME>
; 1,7,28,71,126,196,344,583,757,882,1332,1988,2198,2408,3528,4679,4914,5299,6860,8946,9632,9324,12168,16324,15751,15386,20440,24424,24390,24696,29792,37447,37296,34398,43344,53747,50654,48020,61544,73458,68... |
src/termimage-bootloader/src/0-floppy/01-bpb.asm | nabijaczleweli/termimage-bootloader | 0 | 126107 | ; The MIT License (MIT)
;
; Copyright (c) 2016 nabijaczleweli
;
; 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 rights to
; use, copy, mo... |
programs/oeis/087/A087775.asm | jmorken/loda | 1 | 126108 | <filename>programs/oeis/087/A087775.asm
; A087775: a[1] = 1, a[2] = 2, a[3] = 2; a[n] = 3*a[abs[a[n-2]]] - 3*a[n-abs[a[n-2]]] + a[n-3].
; 1,2,2,1,2,-1,1,2,-4,1,2,-7,1,2,-10,1,2,-13,1,2,-16,1,2,-19,1,2,-22,1,2,-25,1,2,-28,1,2,-31,1,2,-34,1,2,-37,1,2,-40,1,2,-43,1,2,-46,1,2,-49,1,2,-52,1,2,-55,1,2,-58,1,2,-61,1,2,-64,1,2... |
oeis/267/A267524.asm | neoneye/loda-programs | 11 | 126109 | <reponame>neoneye/loda-programs
; A267524: Binary representation of the middle column of the "Rule 139" elementary cellular automaton starting with a single ON (black) cell.
; Submitted by <NAME>(s3)
; 1,10,100,1001,10011,100111,1001111,10011111,100111111,1001111111,10011111111,100111111111,1001111111111,10011111111111... |
target/cos_117/disasm/iop_overlay1/XTAPE.asm | jrrk2/cray-sim | 49 | 126110 | @ This gets loaded into address 0x5DFA
@ OR[280] - device desc. addr.
@ OR[281] - function code
@ 1 - search for file# passed in in OR[282]
@ 2 - search for file# passed in in OR[282]
@ 3 - write
@ 4 - read
@ 5 - close file
@ 6 - close tape
@ OR[282] - buffer ... |
programs/oeis/261/A261807.asm | neoneye/loda | 22 | 126111 | <filename>programs/oeis/261/A261807.asm
; A261807: a(n) = n XOR n^3.
; Coded manually 2021-03-30 by <NAME>, https://github.com/neoneye
; 0,0,10,24,68,120,222,336,520,720,994,1336,1740,2200,2742,3360,4112,4896,5850,6872,8020,9272,10638,12176,13848,15632,17586,19704,21980,24408,26982,29760,32800,35904,39338,42840,46692,5... |
oeis/192/A192348.asm | neoneye/loda-programs | 11 | 126112 | <filename>oeis/192/A192348.asm
; A192348: Constant term of the reduction (by x^2->x+1) of polynomial p(n,x) identified in Comments.
; Submitted by <NAME>
; 1,0,4,4,36,88,432,1408,5776,20736,80320,297792,1132096,4242304,16028928,60276736,227287296,855703552,3224482816,12144337920,45752574976,172339107840,649223532544,24... |
MASM/main.asm | BoykoNeov/x86-Assembly | 0 | 126114 | .386
.model flat, stdcall
.stack 4096
ExitProcess PROTO, dwExitCode:DWORD
.data
myList DWORD 2, 3, 5, 8
.code
main PROC
mov eax, 7
add eax, 8
INVOKE ExitProcess, eax
main ENDP
END main ;specify the program's entry point |
programs/oeis/345/A345021.asm | neoneye/loda | 22 | 126115 | ; A345021: a(n) is the result of replacing 2's by 0's in the hereditary base-2 expansion of n.
; 0,1,0,1,1,2,1,2,0,1,0,1,1,2,1,2,0,1,0,1,1,2,1,2,0,1,0,1,1,2,1,2,0,1,0,1,1,2,1,2,0,1,0,1,1,2,1,2,0,1,0,1,1,2,1,2,0,1,0,1,1,2,1,2,0,1,0,1,1,2,1,2,0,1,0,1,1,2,1,2,0,1,0,1,1,2,1
mov $1,$0
div $0,4
mod $0,2
sub $2,$1
mod $2,2
s... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_272.asm | ljhsiun2/medusa | 9 | 126116 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x11f68, %rsi
lea addresses_WT_ht+0xf354, %rdi
inc %r13
mov $127, %rcx
rep movsb
sub $43323, %rdx
lea addresses_D_ht+0x92ac, %rsi
lea addresses_A_ht+0x... |
test/asm/strrpl.asm | michealccc/rgbds | 522 | 126117 | <filename>test/asm/strrpl.asm
println strrpl("\tld [hli], a", "[hli]", "[hl+]")
println strrpl("lolololol", "lol", "hah")
println strrpl("h e ll o", " ", "")
println strrpl("world", "", "x")
println strrpl("", "a", "b")
println strrpl("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "a", "[bbbbbbbb]")
|
engine/engine/interrupt/implementation/handler/active-video/wait-for-start/pal-60.asm | neomura/atmega328p-cartridge | 0 | 126118 | <filename>engine/engine/interrupt/implementation/handler/active-video/wait-for-start/pal-60.asm
; If this is palette A, we need to offset 180°.
; If this is palette B, we need to offset 180° every alternate line.
brtc interrupt_active_video_wait_for_start_palette_a
sbrc interrupt_flags, INTERRUPT_FLAG_ALTERNATE_LINE
in... |
Chapter_7/Program 7.1/x86_64/Program_7.1_NASM.asm | chen150182055/Assembly | 272 | 126119 | ; Program 7.1
; CMPS - NASM (64-bit)
; Copyright (c) 2019 Hall & Slonka
SECTION .data
src: DB "Test sentence",0
lenSrc: EQU ($ - src)
dst: DB "Test sentence",0
lenDst: EQU ($ - dst)
SECTION .text
global _main
_main:
; compare string lengths
mov rax, lenSrc
cmp rax, lenDst
jne notequal
; when lengths are equal execu... |
programs/oeis/229/A229067.asm | neoneye/loda | 22 | 126120 | ; A229067: Sum of n-th prime and next perfect square.
; 6,7,14,16,27,29,42,44,48,65,67,86,90,92,96,117,123,125,148,152,154,160,183,189,197,222,224,228,230,234,271,275,281,283,318,320,326,332,336,369,375,377,387,389,422,424,436,448,483,485,489,495,497,507,546,552,558,560,566,570,572,617,631,635,637,641,692,698,708,710,7... |
resources/retrogamedev.chapters/chapter17/gameFlow.asm | brawnydawg/retrojam4 | 0 | 126121 | ;===============================================================================
; Constants
FlowGameTime = $30
FlowStateMenu = 0
FlowStateAlive = 1
FlowStateDying = 2
;===============================================================================
; Variables
flowScoreX byte 1
flowScoreNumX ... |
oeis/194/A194887.asm | neoneye/loda-programs | 11 | 126122 | <filename>oeis/194/A194887.asm
; A194887: Numbers that are the sum of two powers of 12.
; 2,13,24,145,156,288,1729,1740,1872,3456,20737,20748,20880,22464,41472,248833,248844,248976,250560,269568,497664,2985985,2985996,2986128,2987712,3006720,3234816,5971968,35831809,35831820,35831952,35833536,35852544,36080640,38817792... |
source/Cosmos.Debug.DebugStub/Init.asm | mmkhmmkh/Cosmos | 1 | 126123 | <reponame>mmkhmmkh/Cosmos
; Generated at 1-2-2015 13:56:15
DebugStub_DebugBPs TIMES 256 dd 0
DebugStub_MaxBPId dd 0
DebugStub_Init:
Call DebugStub_Cls
Call DebugStub_DisplayWaitMsg
Call DebugStub_InitSerial
Call DebugStub_WaitForDbgHandshake
Call DebugStub_Cls
DebugStub_Init_Exit:
mov dword [static_fi... |
oeis/158/A158620.asm | neoneye/loda-programs | 11 | 126125 | <reponame>neoneye/loda-programs
; A158620: Partial products of A068601.
; Submitted by <NAME>
; 7,182,11466,1421784,305683560,104543777520,53421870312720,38891121587660160,38852230466072499840,51673466519876424787200,89240076679826585607494400,195971208388899181994057702400,537549024610750456209700277683200,18136904090... |
oeis/016/A016909.asm | neoneye/loda-programs | 11 | 126127 | ; A016909: Expansion of 1/((1-3x)(1-4x)(1-9x)).
; Submitted by <NAME>
; 1,16,181,1804,17017,156520,1422877,12864868,116026273,1045225984,9411051013,84715704892,762506858569,6862825379608,61766487809389,555902642205076,5003140830574705,45028335807228592,405255295980702805,3647298759851168620,32825693226246675481,2954312... |
oeis/096/A096041.asm | neoneye/loda-programs | 11 | 126128 | ; A096041: Triangle read by rows: T(n,k) = (n+1,k)-th element of (M^7-M)/6, where M is the infinite lower Pascal's triangle matrix, 1<=k<=n.
; Submitted by <NAME>
; 1,8,2,57,24,3,400,228,48,4,2801,2000,570,80,5,19608,16806,6000,1140,120,6,137257,137256,58821,14000,1995,168,7,960800,1098056,549024,156856,28000,3192,224,... |
oeis/088/A088016.asm | neoneye/loda-programs | 11 | 126129 | ; A088016: To obtain a(n+1), add the square of the n-th partial sum to the n-th partial sum of the squares, then divide this result by a(n), for all n >= 0, with a(0)=1.
; Submitted by <NAME>
; 1,1,6,17,56,179,576,1851,5950,19125,61474,197597,635140,2041543,6562172,21092919,67799386,217928905,700493182,2251609065,72373... |
8255A/exp_2.asm | FZU-CS/assembly | 0 | 126132 | pa equ 290h
pb equ 291h
pc equ 292h
ctl_55 equ 293h
t0 equ 280h
t1 equ 281h
t2 equ 282h
ctl_53 equ 283h
data segment
tab db 3fh,06h,5bh,4fh,66h,6dh,7dh,07h,7fh,6fh
second db 0
data ends
code segment
assume cs:code,ds:data
start:
mov ax,data
mov ds,ax
mov dx,ctl_53
mov al,00100111b
out... |
oeis/078/A078986.asm | neoneye/loda-programs | 11 | 126133 | ; A078986: Chebyshev T(n,19) polynomial.
; Submitted by <NAME>(s4)
; 1,19,721,27379,1039681,39480499,1499219281,56930852179,2161873163521,82094249361619,3117419602578001,118379850648602419,4495316905044313921,170703662541035326579,6482243859654298096081,246154563004322292324499,9347391150304592810234881,354954709148570... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1657.asm | ljhsiun2/medusa | 9 | 126134 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x439c, %rsi
lea addresses_WT_ht+0x1e764, %rdi
cmp %r14, %r14
mov $110, %rcx
rep movsw
nop
nop
nop
and %rbx, %rbx
lea addresses_WC_ht+0x1d524, %rsi
lea addresses_UC_ht+0x9... |
tests/integration/tbiosv14.asm | cizo2000/sjasmplus | 220 | 126135 | <reponame>cizo2000/sjasmplus<filename>tests/integration/tbiosv14.asm<gh_stars>100-1000
;Transient BIOS v1.4, (c)2003 Zilogator
;export from MRS09 by Busy 01/2018
;sjasmplus adaptation by z00m 01/2018
;
;flasher
; org #5b00,0
; di
; call 8187
; ld a,#83
; out (#e3),a
; ld hl,#6000
; ld de,#2000
; ld bc,#2000
; ldir
; ld... |
tmp1/c55x-sim2/foo/Debug/ezdsp5535_sar.asm | jwestmoreland/eZdsp-DBG-sim | 1 | 126138 | <reponame>jwestmoreland/eZdsp-DBG-sim<gh_stars>1-10
;*******************************************************************************
;* TMS320C55x C/C++ Codegen PC v4.4.1 *
;* Date/Time created: Sat Oct 06 06:37:18 2018 *
;************************... |
bootloader/bootloader32/asm/interrupt_setup.asm | Rzuwik/FunnyOS | 0 | 126139 | <reponame>Rzuwik/FunnyOS<filename>bootloader/bootloader32/asm/interrupt_setup.asm
[bits 32]
SECTION .text
; Define an ISR
; Parameter %1 - interrupt number
; Parameter %2 - 1 if has error code, 0 if not
%macro ISR_HANDLER 2
isr_routine%1:
%if %2 == 0
push 0
... |
Testing/test_mul.asm | DW0RKiN/M4_FORTH | 2 | 126140 |
ORG 0x8000
; === b e g i n ===
ld (Stop+1), SP ; 4:20 init storing the original SP value when the "bye" word is used
ld L, 0x1A ; 2:7 init Upper screen
call 0x1605 ; 3:17 init Open channel
ld HL, 60000 ; 3:10 init Init Return address stack... |
mc1/mc1_Assembler_Pruefung.asm | mnemocron/FHNW | 1 | 126141 | <filename>mc1/mc1_Assembler_Pruefung.asm
; <NAME>
; AssemblerPruefung.asm
;
; Created: 26.03.2018 12:16:37
; Author : simon
; Zeit: 90 min
; Softwaremässige Serielle Übertragung auf PA7
; Baudrate: 19200 -> Delay = 52us
; Bei Betätigen von PA5 wird ein Byte gesendet und
; über die interne USART1 Hardware... |
src/asm/instr_after_load.asm | ivanvig/MIPS | 1 | 126142 | #instruction after load
#ADD -> LOAD
ORI $t0, $0, 8
ORI $t1, $0, 4
ORI $t2, $0, 4
SW $t0, 0($t1)
LW $t3, 0($t2)
ADDU $t4, $t3, $t2
HLT
|
cp.asm | adrianna157/CS444-Lab5-Mutexes | 0 | 126143 |
_cp: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
void cp(char *, char *);
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 push %edi
4: 56 push %esi
5: 53 ... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1789.asm | ljhsiun2/medusa | 9 | 126144 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x168c1, %rbx
nop
sub %rdx, %rdx
mov $0x6162636465666768, %r11
movq %r11, (%rbx)
nop
nop
nop
nop
and $52972, %rbx
lea addresses_WC_ht+0x8941, %rsi
lea addre... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1549.asm | ljhsiun2/medusa | 9 | 126145 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1c1bf, %rsi
lea addresses_UC_ht+0x1e297, %rdi
nop
nop
nop
nop
nop
add %rbp, %rbp
mov $29, %rcx
rep movsq
nop
nop
nop
nop
lfence
lea addresses_normal_ht+0xe117, %rsi
lea addre... |
lab4/factors.asm | mochisvelas/Microprogramming | 0 | 126146 | .model small
.data
notification db 'Insert option number$'
factPrompt db '1.Print factors$'
biPrompt db '2.Convert to binary$'
numPrompt db 'Insert number: $'
inputerror_message db 'ERROR: Invalid input$'
num db 00h ;Will store input number
cont db 00h ;Wi... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1055.asm | ljhsiun2/medusa | 9 | 126148 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1055.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xe34d, %r11
nop
nop
nop
nop
nop
and $37714, %r9
movl $0x61626364, (%r11)
nop
nop
sub %r11... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_284.asm | ljhsiun2/medusa | 9 | 126149 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x18c0b, %rsi
lea addresses_D_ht+0x1650b, %rdi
nop
nop
nop
xor %rdx, %rdx
mov $106, %rcx
rep movsw
nop
inc %rbx
lea addresses_UC_ht+0x1740b, %rsi
lea addresses_UC_ht+0x1d80b, %r... |
Transynther/x86/_processed/NC/_st_sm_/i9-9900K_12_0xa0.log_69_1829.asm | ljhsiun2/medusa | 9 | 126150 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %rbx
push %rcx
lea addresses_UC_ht+0x19aea, %r14
nop
nop
nop
nop
add %rbx, %rbx
movups (%r14), %xmm6
vpextrq $0, %xmm6, %rcx
dec %r8
pop %rcx
pop %rbx
pop %r8
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push %r13
p... |
Block.asm | mariahassan54/Super-Mario-Game-in-Assembly-Language | 0 | 126151 | <gh_stars>0
.model small
.stack 120h
.data
B1 byte 01d ;black
B2 byte 185d ; brown
comp word 0
.code
main proc
mov AX, @data
mov DS, AX
mov AX, 0
mov ah, 0
mov al, 13H
int 10h
mov CX, 160d
mov DX, 100d
push CX
mov ah, 0ch
B... |
base/mvdm/wow16/win87em/em386.asm | npocmaka/Windows-Server-2003 | 17 | 126152 |
;
;
; Copyright (C) Microsoft Corporation, 1987
;
; This Module contains Proprietary Information of Microsoft
; Corporation and should be treated as Confidential.
;
subttl em386.asm - Main Entry Point and Address Calculation Procedure
page
;********************************************************************... |
cards/bn6/ModCards/137-B044 KendoMan.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 126153 | .include "defaults_mod.asm"
table_file_jp equ "exe6-utf8.tbl"
table_file_en equ "bn6-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252354A // BR5J
game_code_2 equ 0x42523545 // BR5E
game_code_3 equ 0x42523550 // BR5P
card_type equ 1
card_id equ 97
card_no equ "097"
card_sub equ "Mod Card 097"
card_sub_x ... |
Palmtree.Math.Core.Sint/vs_build/x64_Debug/TEST_op_From_To.asm | rougemeilland/Palmtree.Math.Core.Sint | 0 | 126154 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
include listing.inc
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM uint_number_zero:QWORD
COMM uint_number_one:QWORD
_DATA ENDS
msvcjmc SEGMENT
__7B7A869E_ctype@h DB 01H
__457DD326_basetsd@h DB 01H
__4384A2D9_corecrt_memcpy_s@... |
base/mvdm/wow16/drivers/sound/sound.asm | npocmaka/Windows-Server-2003 | 17 | 126155 | <gh_stars>10-100
;++
;
; WOW v1.0
;
; Copyright (c) 1991, Microsoft Corporation
;
; SOUND.ASM
; Win16 SOUND thunks
;
; History:
;
; Created 06-Jan-1992 by NanduriR
;--
TITLE SOUND.ASM
PAGE ,132
.286p
.xlist
include wow.inc
include wowsnd.inc
include ... |
Ficheiros assembly (TP's e Testes)/ex7c-folha4.asm | pemesteves/mpcp-1718 | 0 | 126156 | <reponame>pemesteves/mpcp-1718<filename>Ficheiros assembly (TP's e Testes)/ex7c-folha4.asm
include mpcp.inc
;; declaracoes de dados (variaveis globais)
.data
seqr SWORD 2, 3, 5, 8, 31, 23, 43, 12, 5, 1, 0, 2, 3
msg BYTE "%d", 13, 10, 0
;; seccao de codigo principal
.code
LIM PROTO lim:SWORD, seq: PTR WORD, N: WORD
m... |
sll_srl_test.asm | Pikridas/Computer-Architecture-Basics | 0 | 126157 | # !!!!! SSL = SHIFT LEFT LOGICAL !!!!! --> POLLAPLASIAMO
# !!!!! SRL = SHIFT RIGHT LOGICAL !!!!! --> DIAIRESH
.data
sll1: .asciiz "SSL ME TO 1\n"
sll2: .asciiz "\nSSL ME TO 2\n"
sll3: .asciiz "\nSSL ME TO 3\n"
sll4: .asciiz "\nSSL ME TO 4\n"
srl1: .asciiz "\nSRL ME TO 1\n"
srl2: .asciiz "\nSRL ME TO 2\n"
srl3: .ascii... |
data/pokemon/dex_entries/poochyena.asm | AtmaBuster/pokeplat-gen2 | 6 | 126158 | db "BITE@" ; species name
db "It chases its prey"
next "until the victim"
next "becomes exhausted."
page "However, it turns"
next "tail if the prey"
next "strikes back.@"
|
Driver/Video/VGAlike/VGACom/vgacomRaster.asm | steakknife/pcgeos | 504 | 126160 |
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: VGALike video drivers
FILE: vgacomRaster.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
INT BltSimpleLine blt a sin... |
oeis/020/A020105.asm | neoneye/loda-programs | 11 | 126162 | ; A020105: Ceiling of GAMMA(n+9/10)/GAMMA(9/10).
; Submitted by <NAME>
; 1,1,2,5,20,95,560,3858,30478,271253,2685396,29270807,348322597,4493361501,62457724854,930620100319,14796859595059,250066927156482,4476197996101024,84600142126309336,1683542828313555775
mov $2,1
mov $3,$0
mul $3,5
lpb $3
sub $3,4
mov $5,$3
m... |
src/gameplay.asm | IamRifki/break-invaders-out | 0 | 126163 | INCLUDE "defines.asm"
SECTION "Sprite Paddle Update", ROM0
SpritePaddleUpdate::
ldh a, [hHeldKeys]
bit PADB_LEFT, a
jr nz, .moveLeft
bit PADB_RIGHT, a
jr nz, .moveRight
.renderPaddle
ld bc, (150.0 >> 12) & $FFFF ; Y Position of the Metasprite
ld a, [wPaddlePosition]
ld e, a
ld a,... |
oeis/184/A184637.asm | neoneye/loda-programs | 11 | 126164 | ; A184637: a(n) = floor(1/{(n^4+3*n)^(1/4)}), where {}=fractional part.
; Submitted by <NAME>(s1)
; 2,6,12,21,33,48,65,85,108,133,161,192,225,261,300,341,385,432,481,533,588,645,705,768,833,901,972,1045,1121,1200,1281,1365,1452,1541,1633,1728,1825,1925,2028,2133,2241,2352,2465,2581,2700,2821,2945,3072,3201,3333,3468,36... |
oeis/173/A173314.asm | neoneye/loda-programs | 11 | 126165 | <filename>oeis/173/A173314.asm
; A173314: a(n) = 6*n!+1.
; Submitted by <NAME>
; 7,7,13,37,145,721,4321,30241,241921,2177281,21772801,239500801,2874009601,37362124801,523069747201,7846046208001,125536739328001,2134124568576001,38414242234368001,729870602452992001,14597412049059840001,306545653030256640001,6744004366665... |
virtualaquarius/tools/AQROMSave/src/saver.asm | paulscottrobson/aquarius-chess | 1 | 126168 | <filename>virtualaquarius/tools/AQROMSave/src/saver.asm
.org $38E1
; these constants from Kenny's aqromdis.txt
; aquarius ROM disassembly
PRNCHR .EQU $1d94
RECMSG .EQU $1b7f
SAVESYNC .EQU $1bbc
TAPEBYTE .EQU $1b8a
BASTART .EQU $384F
SAVEBASBLOCK .EQU $1d38
KEYCHK .EQU $1e80
; make this a load and ... |
testsuite/ubivm/expected/method_2.asm | alexgarzao/UOP | 0 | 126169 | Entity start
No options
Constants
0 S start
1 S antes da chamada a x
2 I 1
3 S io.writeln
4 S x
5 S depois da chamada a x
6 S antes da chamada a y
7 S y
8 S depois da chamada a y
9 S no metodo y
End
Valid context (always)
No properties
Def start
No parameters
No local variables
No result... |
oeis/314/A314087.asm | neoneye/loda-programs | 11 | 126171 | <gh_stars>10-100
; A314087: Coordination sequence Gal.5.67.5 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.
; Submitted by <NAME>
; 1,5,11,16,20,24,28,32,37,43,48,53,59,64,68,72,76,80,85,91,96,101,107,112,116,120,124,128,133,139,144,1... |
fiat-amd64/109.83_ratio10963_seed1201025027389101_square_secp256k1.asm | dderjoel/fiat-crypto | 491 | 126172 | <reponame>dderjoel/fiat-crypto
SECTION .text
GLOBAL square_secp256k1
square_secp256k1:
sub rsp, 0x88 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x58 ], rbx; saving to stack
mov [ rsp + 0x60 ], rbp; saving to stack
mov [ rsp + 0x68 ], r12; saving to stack
mov [ rsp + 0x70 ], r13; saving to stack
mov [ rsp + 0x... |
src/test/ref/fastmultiply-127.asm | jbrandwood/kickc | 2 | 126175 | <reponame>jbrandwood/kickc
// An implementation of seriously fast multiply for integer values in the interval [-1;1] with the best possible precision
// NOTE: So far unsuccessful - since the handling of sign and values where a+b>sqrt2) makes the code slower than regular fast multiply
// In this model 255 binary represe... |
uw2/eop-mapControl.asm | JohnGlassmyer/UltimaHacks | 68 | 126176 | <gh_stars>10-100
%include "../UltimaPatcher.asm"
%include "include/uw2.asm"
%include "include/uw2-eop.asm"
[bits 16]
startPatch EXE_LENGTH, \
expanded overlay procedure: mapControl
startBlockAt addr_eop_mapControl
push bp
mov bp, sp
; bp-based stack frame:
%assign arg_mapControl 0x04
%assi... |
segaconsoles/_includes/variables.asm | ArcadeTV/megadrive-samples | 5 | 126178 | <reponame>ArcadeTV/megadrive-samples
;==============================================================
; RAM Locations
;==============================================================
RAM_PLANE_B_SCROLL_X equ $00FF0000 ; w
RAM_PLANE_B_SCROLL_Y equ $00FF0002 ; w
RAM_VINT_FLAG equ $00FF0004 ; b... |
backup_programs/adlib.asm | mynameispyo/InpyoOS | 0 | 126179 | <gh_stars>0
; ------------------------------------------------------------------
; MichalOS AdLib Test
; ------------------------------------------------------------------
BITS 16
%INCLUDE "osdev.inc"
ORG 100h
start:
mov byte [0082h], 1
mov ax, 0120h
call os_adlib_regwrite
mov ax, 2301h
call os_adlib_regwr... |
sprites/player.asm | mkiesinski/the-way-nes | 2 | 126180 | <filename>sprites/player.asm
PlayerGraphicsTable:
.db $00, $01, $02, $03 ; walking down frame 1
.db $00, $01, $04, $05 ; walking down frame 2
.db $06, $07, $08, $09 ; walking up frame 1
.db $06, $07, $0A, $0B ; walking up frame 2
.db $0C, $0D, $0E, $0F ; ... |
programs/oeis/122/A122746.asm | karttu/loda | 0 | 126181 | <reponame>karttu/loda<filename>programs/oeis/122/A122746.asm
; A122746: G.f.: 1/((1-2*x)*(1-2*x^2)).
; 1,2,6,12,28,56,120,240,496,992,2016,4032,8128,16256,32640,65280,130816,261632,523776,1047552,2096128,4192256,8386560,16773120,33550336,67100672,134209536,268419072,536854528,1073709056,2147450880,4294901760,8589869056... |
45/runtime/rt/gwsound.asm | minblock/msdos | 0 | 126182 | TITLE GWSOUND - GW BASIC 2.0 NOISE, SOUND, & BEEP support
;***
; GWSOUND - GW BASIC 2.0 NOISE, SOUND, & BEEP support
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included runtime entry points:
;
;
; - SOUND Statement:
;
; SOUND freq, duration
; |
; |
; B$SOND
;
;... |
tests/002_MOV_regs__sregs_and_crs.asm | tpisto/pasm | 103 | 126183 | ; name: MOV regs, sregs and crs
; code: "8ED98CD9668CD90F20C10F22C1668CD98CD90F20D10F22D1668CD9488CD90F20E10F22E1"
[bits 16]
mov ds, cx
mov cx, ds
mov ecx, ds
mov ecx, cr0
mov cr0, ecx
[bits 32]
mov cx, ds
mov ecx, ds
mov ecx, cr2
mov cr2, ecx
[bits 64]
mov cx, ds
mov rcx, ds
mov rcx, cr4
mov cr4, rcx
|
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2902.asm | ljhsiun2/medusa | 9 | 126184 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x155eb, %rsi
lea addresses_WT_ht+0xcb03, %rdi
nop
nop
nop
xor %rbp, %rbp
mov $57, %rcx
rep movsl
nop
nop
nop
nop
nop
and $11192, %rbx
lea addresses_UC_ht+0x1b5e3... |
src/shaders/h264/ildb/AVC_ILDB_CloseGateway.asm | tizenorg/platform.upstream.libva-intel-driver | 0 | 126185 | /*
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*
*/
//----- Close a Message Gateway -----
#if defined(_DEBU... |
Web/asm/examples/Binary to Decimal (LCD).asm | visrealm/vrcpu | 102 | 126186 | <reponame>visrealm/vrcpu
; Convert an 8-bit binary number into decimal digits
; and output digits to the display
NUMBER = 135
ADDR = 0
TERMINATOR = 255
ZERO = 48 ; ascii 0
DISPLAY_MODE = LCD_CMD_DISPLAY | LCD_CMD_DISPLAY_ON
lcc #LCD_INITIALIZE
lcc #DISPLAY_MODE
lcc #LCD_CMD_CLEAR
main:
data SP, 255
data Rd, NUM... |
src/boot/lm_check.asm | wsngamerz/wsn_os | 1 | 126187 | lm_check:
pusha
pushfd
pop eax
mov ecx, eax
xor eax, 1 << 21
push eax
popfd
pushfd
pop eax
xor eax, ecx
jz .done
mov eax, 0x80000000
cpuid
cmp eax, 0x80000001
jb .done
mov eax, 0x80000001
cpuid
test edx, 1 << 29
jz .done
mov si,... |
asm/asm-c.asm | icefoxen/lang | 0 | 126188 | <gh_stars>0
global asm_main
extern fop
asm_main:
push ebp
mov ebp, esp
sub esp, byte 0x18
mov dword [ebp - 0x04], 0x0a
add dword [ebp - 0x04], byte 0x0a
mov eax, [ebp - 0x04]
push 0x20 ; Ish the function argument. Hehehe!
call fop ; Defined in the C
leave
ret
|
libsrc/interrupts/im2/im2_RegHookLast.asm | jpoikela/z88dk | 38 | 126189 | ; CALLER linkage for function pointers
SECTION code_clib
PUBLIC im2_RegHookLast
PUBLIC _im2_RegHookLast
EXTERN im2_RegHookLast_callee
EXTERN ASMDISP_IM2_REGHOOKLAST_CALLEE
.im2_RegHookLast
._im2_RegHookLast
pop bc
pop de
pop hl
push hl
push de
push bc
jp im2_RegHookLast_callee + ASMDISP_IM2_RE... |
kernelentry.asm | FoxForge/Intel86-32bitOS-VGA-Driver | 0 | 126190 | <filename>kernelentry.asm
; Entry point to the C kernel. This is prepended to the start of
; the kernel by the linker and forms a 'known' entry point that we
; jump to from the boot assembler.
bits 32
extern _main
push eax ; Push the pointer to the bootinfo structure
call _main
; We should never get back here
... |
oeis/112/A112099.asm | neoneye/loda-programs | 11 | 126191 | ; A112099: Numerator of Sum_{i=1..n} 1/(i*C(2*i,i)).
; Submitted by <NAME>
; 0,1,7,3,169,1523,133,72623,87149,823077,15638477,46915441,13834041,224803169,6936783521,5587964507,4157445593923,12472336782289,170187831339,71785227258967,153825486983593,4905323862699739,21820233734078929,5695081004594650211
mov $2,1
mov $3... |
src/boot/macros.asm | DrDeano/DeanOS | 6 | 126192 | <filename>src/boot/macros.asm
; The reboot macro
%macro m_reboot 0
call reboot
%endmacro
; The reboot macro
%macro m_reboot_with_msg 1
m_write_line %1
call reboot
%endmacro
; m_write_line str_to_write
%macro m_write_line 1
lea si, [%1]
call print_string_with_new_line
%endmacro
%macro m_reset_disk 0
; Now need ... |
examples/coff32.asm | BeRo1985/sasm | 26 | 126193 | .include("pecoff.inc")
.cpu(all)
.target(coff32)
.section(".text", IMAGE_SCN_CNT_CODE | IMAGE_SCN_MEM_READ | IMAGE_SCN_MEM_EXECUTE | IMAGE_SCN_ALIGN_16BYTES){
.entrypoint
.public(main)
main:
invoke MessageBox, byte 0, dword Text, dword Title, byte 0
invoke ExitProcess, byte 0
}
.section(".d... |
game/data/menu_netplay_launch/screen.asm | sgadrat/super-tilt-bro | 91 | 126196 | palette_netplay_launch:
; Background
.byt $21,$0f,$21,$21, $21,$28,$12,$0f, $21,$2a,$1a,$08, $21,$0f,$20,$10
; Sprites
.byt $21,$0f,$20,$00, $21,$00,$00,$00, $21,$00,$00,$00, $21,$0f,$00,$31
nametable_netplay_launch:
.byt ZIPNT_ZEROS(98)
.byt
.byt
.byt $41, $42, $02, $f2, $e6, $f9, $e8, $ed, $f2, $e6, $f0... |
programs/oeis/225/A225605.asm | karttu/loda | 1 | 126197 | <reponame>karttu/loda<gh_stars>1-10
; A225605: (1) = least k such that 1/3 < H(k) - 1/3; a(2) = least k such that H(a(1)) - H(3) < H(k) -H(a(1)), and for n > 2, a(n) = least k such that H(a(n-1)) - H(a(n-2) > H(k) - H(a(n-1)), where H = harmonic number.
; 5,9,16,29,53,97,178,327,601,1105,2032,3737,6873,12641,23250,4276... |
oeis/166/A166646.asm | neoneye/loda-programs | 11 | 126198 | <filename>oeis/166/A166646.asm
; A166646: Totally multiplicative sequence with a(p) = 6*(p+1) for prime p.
; Submitted by <NAME>
; 1,18,24,324,36,432,48,5832,576,648,72,7776,84,864,864,104976,108,10368,120,11664,1152,1296,144,139968,1296,1512,13824,15552,180,15552,192,1889568,1728,1944,1728,186624,228,2160,2016,209952,... |
0x2d.asm | SpeedStepper/XchgRaxRax | 53 | 126199 | ;
; $Id: 0x2d.asm,v 1.1.1.1 2016/03/27 08:40:13 raptor Exp $
;
; 0x2d explanation - from xchg rax,rax by <EMAIL>
; Copyright (c) 2016 <NAME> <<EMAIL>>
;
; This nifty snippet determines if the positive integer
; in rax is a power of two, by performing the following
; operation:
;
; rax & (rax - 1)
;
; If the result is... |
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_expm1_fastcall.asm | meesokim/z88dk | 0 | 126203 | <reponame>meesokim/z88dk
; float expm1(float x) __z88dk_fastcall
SECTION code_fp_math48
PUBLIC cm48_sdcciy_expm1_fastcall
EXTERN cm48_sdcciyp_dx2m48, am48_expm1, cm48_sdcciyp_m482d
cm48_sdcciy_expm1_fastcall:
call cm48_sdcciyp_dx2m48
call am48_expm1
jp cm48_sdcciyp_m482d
|
programs/oeis/110/A110803.asm | neoneye/loda | 22 | 126204 | <gh_stars>10-100
; A110803: n times the number of digits in the decimal expansion of n.
; 1,2,3,4,5,6,7,8,9,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,... |
kernal/src/sys_call.asm | arpitchakladar/bazl | 0 | 126205 | <reponame>arpitchakladar/bazl
bits 16
extern sys_call_cli_write
extern sys_call_cli_read
extern sys_call_dyn_alloc
extern sys_call_dyn_dealloc
extern sys_call_file_create
extern sys_call_file_rename
extern sys_call_file_delete
extern sys_call_file_write
extern sys_call_file_read
global sys_call
global sy... |
LDA_GUI_Code/mikroC PRO for ARM/FISHER_GUI_events_code.asm | umitkacar/STM32_MikroC | 2 | 126206 | _Database_Show:
;FISHER_GUI_events_code.c,32 :: void Database_Show() {
SUB SP, SP, #8
STR LR, [SP, #0]
;FISHER_GUI_events_code.c,33 :: DrawScreen(&DatabaseScreen2);
MOVW R0, #lo_addr(_DatabaseScreen2+0)
MOVT R0, #hi_addr(_DatabaseScreen2+0)
BL _DrawScreen+0
;FISHER_GUI_events_code.c,34 :: k1=0;a1=0;
MOVS... |
a0302_.asm | zhangyuesai/8086-asm-learning-code | 1 | 126207 | <filename>a0302_.asm
assume cs:codesg
codesg segment
s:
db 4096 dup (0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)
jmp s
; jmp short s
jmp near ptr s
jmp far ptr s
codesg ends
end s |
PRG/levels/Plains/1-3.asm | narfman0/smb3_pp1 | 0 | 126208 | <filename>PRG/levels/Plains/1-3.asm
; Original address was $AE09
; 1-3
.word W103_CoinHeavL ; Alternate level layout
.word W103_CoinHeavO ; Alternate object layout
.byte LEVEL1_SIZE_10 | LEVEL1_YSTART_180
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_13 | LEVEL3_VSCROLL_LOCKLOW |... |
libsrc/stdio/conio/gencon_vars.asm | ahjelm/z88dk | 640 | 126209 |
SECTION data_clib
PUBLIC generic_console_flags
generic_console_flags: defb 0 ; bit 0 = raw mode enabled
; bit 2 = blink (not set by us)
; bit 3 = underline
... |
tests/Windows/advanced/UncommonBranches32/uncommonbranches_32.asm | ncatlin/rgat | 381 | 126211 | <filename>tests/Windows/advanced/UncommonBranches32/uncommonbranches_32.asm
.686p ;enable instructions
.xmm ;enable instructions
.model flat, stdcall ;use C naming convention (stdcall is default)
.data ;initialized data
message ... |
Library/BorlandRTL/f_pcmp.asm | steakknife/pcgeos | 504 | 126212 | ; $Id: f_pcmp.asm,v 1.1 97/04/07 12:04:22 newdeal Exp $
;[]-----------------------------------------------------------------[]
;| F_PCMP.ASM -- long pointer comparison |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 5... |
EXTRA STUFF/Files From Older Versions of Mod/Obselete ASM Files/FPSHack_SlowAllFopMsgM_ValueIncrease.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 14 | 126213 | #To be inserted at 8003bec8
########################################
##FPSHack_SlowAllFopMsgM_ValueIncrease##
########################################
lis r17, 0x817F
lwz r17, 0x0008 (r17) #Load FramerateFactor
mullw r3, r3, r17 #Multiply value increase denominator by the FramerateFactor
cmpwi r3, 0 #Vanilla |
programs/oeis/005/A005165.asm | neoneye/loda | 22 | 126214 | <reponame>neoneye/loda<gh_stars>10-100
; A005165: Alternating factorials: n! - (n-1)! + (n-2)! - ... 1!.
; 0,1,1,5,19,101,619,4421,35899,326981,3301819,36614981,442386619,5784634181,81393657019,1226280710981,19696509177019,335990918918981,6066382786809019,115578717622022981,2317323290554617019,48773618881154822981,1075... |
oeis/142/A142162.asm | neoneye/loda-programs | 11 | 126216 | ; A142162: Primes congruent to 5 mod 39.
; Submitted by <NAME>(w1)
; 5,83,239,317,863,941,1019,1097,1409,1487,1721,1877,2111,2267,2423,2579,2657,2969,3203,3359,3593,3671,4139,4217,4373,4451,4919,5153,5231,5309,5387,6011,6089,6323,6791,6869,6947,7103,7649,7727,7883,8039,8117,8273,8429,8663,8741,8819,9209,9521,9677,9833,... |
src/ow_parserDeclareFunc_showOverwrite.asm | szapp/Ninja | 17 | 126217 | <gh_stars>10-100
; Overwrite error message during parsing in zCParser::DeclareFunc
%include "inc/macros.inc"
%if GOTHIC_BASE_VERSION == 1
%include "inc/symbols_g1.inc"
%elif GOTHIC_BASE_VERSION == 2
%include "inc/symbols_g2.inc"
%endif
%ifidn __OUTPUT_FORMAT__, bin
org g1g2(0x6F49C1,0x79E212)
%endif
... |
code.asm | TAbdiukov/AVR-monorail | 0 | 126218 | <reponame>TAbdiukov/AVR-monorail
//<NAME> z5114385 and <NAME> z5214048
// Monorial Emulator
.include "m2560def.inc"
//Intialise registers
.def temp =r21 ; temporary registers
.def row =r17 ; row on LCD
.def column =r18 ; column on LCD
.def mask =r19 ; the mask we set
.def temp2 =r20 ; second temporary registers
.def l... |
WhackAMoleMain.asm | PValgento/ASM-Whack-A-Mole | 0 | 126219 | ;<NAME>
;Whack-A-LED
; =========================
; PROGRAMMER NOTES/COMMENTS
; =========================
;LED PORTS (A, B, C, D): RB4, RC2, RC1, RC0
;SWITCH PORTS (1, 2, 3, 4): RA5, RA4, RC4, RC5
;RGB LED (RED, GREEN, BLUE): RA0, RA1, RA2
;Switches are HIGH when unpressed, become LOW when pressed... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1732.asm | ljhsiun2/medusa | 9 | 126220 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xb949, %r12
clflush (%r12)
nop
nop
cmp $23297, %r11
vmovups (%r12), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $0, %xmm0, %r8
nop
nop
nop
dec %r15
lea addresses... |
Library/SpecUI/CommonUI/CWin/cwinDisplay.asm | steakknife/pcgeos | 504 | 126221 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: OpenLook/Win
FILE: winCommand.asm
ROUTINES:
Name Description
---- -----------
GLB OLDisplayWinClass Open look command window class
REV... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_1664.asm | ljhsiun2/medusa | 9 | 126222 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rax
push %rbp
push %rdx
lea addresses_UC_ht+0x1746a, %r13
nop
xor $4730, %rdx
and $0xffffffffffffffc0, %r13
vmovntdqa (%r13), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $1, %xmm0, %rax
cmp $2419, %rbp
lea addresses_A_ht+0x1d30a, %rax
clfl... |
gfx/pokemon/scyther/anim.asm | Dev727/ancientplatinum | 28 | 126223 | frame 1, 05
frame 2, 18
frame 3, 06
setrepeat 7
frame 4, 04
frame 5, 04
dorepeat 4
endanim
|
Tools/esp/tests/proc.asm | steakknife/pcgeos | 504 | 126224 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Esp Test Suite
FILE: proc.asm
AUTHOR: <NAME>, Sep 5, 1989
REVISION HISTORY:
Name Date Description
---- ---- -----------
Adam 9/ ... |
tests/isobmff/invalid-ftyp-postion.asm | y-guyon/ComplianceWarden | 3 | 126225 | %define BE(a) ( ((((a)>>24)&0xFF) << 0) + ((((a)>>16)&0xFF) << 8) + ((((a)>>8)&0xFF) << 16) + ((((a)>>0)&0xFF) << 24))
%define fourcc(a) db a
moov_start:
dd BE(moov_end - moov_start)
fourcc("moov")
mvhd_start:
dd BE(mvhd_end - mvhd_start)
dd "mvhd"
mvhd_end:
trak_start:
dd BE(trak_end - trak_start)
fourcc("tr... |
Driver/Stream/Netstr/netstrMain.asm | steakknife/pcgeos | 504 | 126226 | <filename>Driver/Stream/Netstr/netstrMain.asm<gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Stream Drivers -- Output-only Parallel port
FILE: netstrMain.asm
AUTHOR: <NAME>
ROU... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.