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 |
|---|---|---|---|---|
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48_notsx.log_21829_744.asm | ljhsiun2/medusa | 9 | 41773 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %rbp
push %rcx
push %rdx
lea addresses_WC_ht+0xa6f4, %r13
clflush (%r13)
nop
nop
nop
xor %rcx, %rcx
mov (%r13), %r15
nop
xor %rbp, %rbp
lea addresses_A_ht+0x13754, %rbp
nop
nop
nop
nop
nop
add $25168, %r12
mov $0x61... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1100.asm | ljhsiun2/medusa | 9 | 41774 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1e301, %rsi
lea addresses_normal_ht+0x15624, %rdi
clflush (%rsi)
nop
nop
add $25815, %rax
mov $47, %rcx
rep movsw
nop
nop
nop
nop
nop
xor %rax, %rax
lea addresses_WT_ht+... |
oeis/142/A142078.asm | neoneye/loda-programs | 11 | 41775 | <reponame>neoneye/loda-programs<filename>oeis/142/A142078.asm
; A142078: Primes congruent to 3 mod 35.
; Submitted by <NAME>(w1)
; 3,73,283,353,563,773,983,1123,1193,1543,1613,1753,1823,2243,2383,2593,2663,2803,3083,3433,3643,3853,3923,4133,4273,4483,4903,4973,5113,5323,5393,5743,5813,5953,6163,6373,6653,6793,6863,7213... |
countup.asm | kanpapa/MCard1802 | 0 | 41776 | <reponame>kanpapa/MCard1802<gh_stars>0
.LF countup.lst
.TF countup.hex,int
*
* 1802 Membership Card Count up program
* SB-Assembler
*
.CR 1802
.OR $0000
*
START: SEX 3 X<-R3
GHI 0 D<-R0.1 (D<-zero)
PHI 3 R3.0<-0
LDI #$0D
PLO 3 R3.0<-$0D
LOOP1: GHI 4 R4 is counter
STR 3
OUT 4
DEC 3
INC 4
... |
oeis/268/A268858.asm | neoneye/loda-programs | 11 | 41777 | ; A268858: Prime numbers ending in 39.
; Submitted by <NAME>
; 139,239,439,739,839,1039,1439,2039,2239,2339,2539,2939,3539,3739,4139,4339,4639,5039,5639,5839,5939,7039,7639,8039,8539,8839,9239,9439,9539,9739,9839,10039,10139,10639,10739,10939,11239,11839,11939,12239,12539,12739,13339,14639,14939,15139,15439,15739,16139... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_960.asm | ljhsiun2/medusa | 9 | 41778 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1ce2, %r12
clflush (%r12)
nop
xor %rsi, %rsi
vmovups (%r12), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $0, %xmm0, %r13
nop
nop
nop
dec %r12
lea addresses_normal_ht+0x... |
Driver/Socket/EtherCom/ethercomUtil.asm | steakknife/pcgeos | 504 | 41779 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Tedious Endeavors 1998 -- All Rights Reserved
PROJECT: Native ethernet support
MODULE: Ethernet link driver
FILE: ethercomUtil.asm
AUTHOR: <NAME>, July 8th, 1998
ROUTINES:
Name Description
---- -----... |
libsrc/_DEVELOPMENT/alloc/balloc/c/sccz80/balloc_addmem_callee.asm | meesokim/z88dk | 0 | 41780 |
; void *balloc_addmem(unsigned char q, size_t num, size_t size, void *addr)
SECTION code_alloc_balloc
PUBLIC balloc_addmem_callee, l0_balloc_addmem_callee
balloc_addmem_callee:
pop af
pop de
pop hl
pop bc
pop ix
push af
l0_balloc_addmem_callee:
ld a,ixl
INCLUDE "alloc/balloc/z80/asm_b... |
semester-5/microprocessor/addition.asm | saranshbht/bsc-codes | 3 | 41781 | <gh_stars>1-10
.model small
.data
msg1 db 10,"Enter number:$"
msg2 db 10,"Result of addition:$"
.code
mov ax, @data
mov ds, ax
lea dx, msg1
mov ah, 09h
int 21h
mov ah, 01h
int 21h
sub al, 30h
mov bl, al
shl bl, 4
mov ah, 01h
int 21h
sub al, 30h
add bl, al
mov cl, bl
lea dx, msg1
mov ah, 09h
int 21h
mov ah, 0... |
programs/oeis/155/A155117.asm | jmorken/loda | 1 | 41782 | <reponame>jmorken/loda
; A155117: a(n)=4*a(n-1)+4*a(n-2), n>2 ; a(0)=1, a(1)=3, a(2)=15 .
; 1,3,15,72,348,1680,8112,39168,189120,913152,4409088,21288960,102792192,496324608,2396467200,11571167232,55870537728,269766819840,1302549430272,6289265000448,30367257722880,146626090893312
mov $5,$0
mov $7,2
lpb $7
mov $0,$5
... |
oeis/192/A192421.asm | neoneye/loda-programs | 11 | 41783 | <gh_stars>10-100
; A192421: Constant term of the reduction by x^2->x+1 of the polynomial p(n,x) defined below in Comments.
; Submitted by <NAME>
; 2,0,3,1,8,8,28,43,111,204,466,924,2007,4109,8740,18136,38240,79799,167643,350664,735554,1540104,3228459,6762553,14172272,29691368,62217172,130356451,273144327,572305140,1199... |
ch12/expressions.asm | William0Friend/my_masm | 0 | 41784 | <filename>ch12/expressions.asm
; Floating-Point Expressions (Expressions.asm)
; This program shows how different mathematical
; expressions are coded in floating-point instructions.
INCLUDE Irvine32.inc
INCLUDE macros.inc
.code
main PROC
finit
;---------------- Test FIDIV -------------------
... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_15_963.asm | ljhsiun2/medusa | 9 | 41785 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x13963, %rsi
lea addresses_UC_ht+0xeb23, %rdi
nop
nop
and $49854, %rbx
mov $54, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp %rdi, %rdi
lea addresses_WC_ht+0x95c7, %r11
nop
add %r15... |
programs/oeis/130/A130886.asm | karttu/loda | 0 | 41786 | ; A130886: 4n^4 + 3n^3 + 2n^2 + n + 1.
; 1,11,99,427,1253,2931,5911,10739,18057,28603,43211,62811,88429,121187,162303,213091,274961,349419,438067,542603,664821,806611,969959,1156947,1369753,1610651,1882011,2186299,2526077,2904003,3322831,3785411,4294689,4853707,5465603,6133611,6861061,7651379,8508087,9434803,10435241,1... |
src/win32/k32mem.asm | amindlost/wdosx | 7 | 41787 | <reponame>amindlost/wdosx
; ############################################################################
; ## WDOSX DOS Extender Copyright (c) 1996, 1999, <NAME> ##
; ## ##
; ## Released under the terms of the WDOSX license agreement. ... |
source/jni/u2/plzpart/spline.asm | Falken42/SecondReality | 9 | 41788 | IDEAL
MODEL large
P386
EXTRN C kx:word, C ky:word, C kz:word
EXTRN C dis:word, C tx:word, C ty:word
EXTRN C ls_kx:word, C ls_ky:word, C ls_kz:word
CODESEG
PUBLIC C getspl
LABEL buu WORD
INCLUDE 'rata.inc'
LABEL splinecoef WORD
INCLUDE "spline.inc"
PROC C getspl
ARG position:word
push ... |
programs/oeis/044/A044470.asm | karttu/loda | 0 | 41789 | ; A044470: Numbers n such that string 2,2 occurs in the base 5 representation of n but not of n+1.
; 12,37,64,87,112,137,162,189,212,237,262,287,324,337,362,387,412,439,462,487,512,537,564,587,612,637,662,689,712,737,762,787,814,837,862,887,912,949,962,987,1012,1037,1064,1087,1112
mov $4,5
mov $5,$0
mul $0,2
add $0,1
... |
KickAssembler/Examples/Fractal1/fractal.asm | hculpan/6502-sbc | 0 | 41790 | //----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// Fractal Example for Kick Assembler
//----------------------------------------------------------------------------
//----------------------------------... |
08/ProgramFlow_tests/FibonacciSeries/FibonacciSeries.asm | ashiroji/Nand2Tetris | 0 | 41793 | <reponame>ashiroji/Nand2Tetris<gh_stars>0
//push argument 1
@ARG //A=ARG
D=M //save M[argument] in D
@1 //A = index
D=D+A //D is now @(argument + index)
A=D //A = @ contained in D
D=M//D=M[A], value to push
@SP
A=M //A = @SP
M=D //M[A] = value to push
@SP
M=M+1 //sp+1
//pop pointer 1
@SP
AM=M-1 //AM = M[SP... |
crt/bigmul.asm | malxau/minicrt | 27 | 41794 | ;
; BIGMUL.ASM
;
; Implementation for for signed and unsigned multiplication of a 64 bit integer
; by a 64 bit integer.
;
; Copyright (c) 2017 <NAME>
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the ... |
oeis/025/A025997.asm | neoneye/loda-programs | 11 | 41795 | ; A025997: Expansion of 1/((1-2x)(1-5x)(1-8x)(1-9x)).
; Submitted by <NAME>
; 1,24,375,4850,56481,616164,6434155,65146950,644889861,6275802104,60272841135,572861926650,5399415089641,50546032304844,470534835243315,4359828735795950,40238834684119821,370153792218396384
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
su... |
libsrc/stdlib/utoa.asm | dex4er/deb-z88dk | 1 | 41796 | <filename>libsrc/stdlib/utoa.asm
; CALLER linkage for function pointers
XLIB utoa
LIB itoa_callee
XREF ASMDISP2_ITOA_CALLEE
.utoa
pop bc
pop de
pop hl
push hl
push de
push bc
push hl
jp itoa_callee + ASMDISP2_UTOA_CALLEE
|
OpusEtAl/tools/src/winemsds.asm | Computer-history-Museum/MS-Word-for-Windows-v1.1 | 2 | 41797 | EMSF_EXISTS EQU 01h ; EMS exits.
EMSF_LIM_40 EQU 02h ; LIM 4.0 is available.
EMSF_LIB_CODE EQU 04h ; Library code segs above the line.
EMSF_DATA_ABOVE EQU 08h ; Task data segments above the line.
EMSF_RESOURCES_ABOVE EQU 10h ; Task resources above the line.
EMSF_SEARCH_PID_STACKS EQU 20h ; PatchStack search this PI... |
programs/oeis/189/A189819.asm | jmorken/loda | 1 | 41798 | ; A189819: Partial sums of A189816.
; 0,1,2,2,2,2,2,2,2,2,3,4,4,5,6,6,7,8,8,9,10,10,11,12,12,13,14,14,15,16,16,16,16,16,16,16,16,17,18,18,18,18,18,18,18,18,19,20,20,20,20,20,20,20,20,21,22,22,22,22,22,22,22,22,23,24,24,24,24,24,24,24,24,25,26,26,26,26,26,26,26,26,27,28,28,28,28,28,28,28,28,29,30,30,31,32,32,33,34,34,35... |
week_7/dataset/Assembly/056606.asm | Dumebi35/DumebiCSC102 | 0 | 41799 | <filename>week_7/dataset/Assembly/056606.asm<gh_stars>0
title Multiword Addition Example (MULTIADD.ASM)
; Demonstrates a procedure that will add multiword
; operands together and store the sum in memory.
; double precision arithmetic
.model small
.stack 100h
.data
val1 dw 0A406h,0A2B2h ;defines double words ... |
text/maps/fuchsia_house.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 41800 | <reponame>etdv-thevoid/pokemon-rgb-enhanced
_FuchsiaHouse1Text1:: ; unused, now the Move Deleter
text "Safari Zone's"
line "Warden is old,"
cont "but still active!"
para "All his teeth are"
line "false, though."
done
_FuchsiaHouse1Text2:: ; unused
text "Hmm? You've met"
line "Bill?"
para "He's my grandson!"... |
smsq/qpc/driver/qsound.asm | olifink/smsqe | 0 | 41802 | <reponame>olifink/smsqe<filename>smsq/qpc/driver/qsound.asm
; Base area SMSQ QSOUND drivers v1.00 2021 by <NAME>
section header
xref smsq_end
xref.l qsound.vers
header_base
dc.l qpc_qsound-header_base ; length of header
dc.l 0 ; module length unknown
dc.l smsq_end-qpc_qsound ; loaded length
dc.l 0 ... |
win32/przydatne/WyswietlLiczbeHexZ0+ adresowanie/liczbahex.asm | QAston/fasm-2006 | 0 | 41803 | format PE GUI 4.0
include 'win32a.inc'
entry start
section '.data' data readable writeable
TTytul db 'Liczba Hexadecynalna:',0
BWyswietl: times 8 db 0
db "h"
db 0
BLiczba: dd 0134abcdh
section '.code' code readable executable
start:
mov eax,[BLiczba]
mov ecx,10000000h
lea edi,[BWyswietl]
xor bx,bx
petla:
xor edx,edx
di... |
src/arch/x86_64/bload/boot.asm | sparkle-os/sparkle | 36 | 41805 | <reponame>sparkle-os/sparkle<filename>src/arch/x86_64/bload/boot.asm
global start
extern long_start
section .text
bits 32
start:
; point the esp register to the top of our stack
; (the stack grows downwards)
mov esp, stack_top
; copy the Multiboot info pointer to edi
mov edi, ebx
call check_multiboot
call che... |
kernel/tsc.asm | iocoder/upcr | 0 | 41806 | ;###############################################################################
;# File name: KERNEL/TSC.ASM
;# DESCRIPTION: CPU INTEGRATED TIME-STAMP COUNTER
;# AUTHOR: <NAME>.
;###############################################################################
;#
;# UPCR OPERATING SYSTEM FOR X86_64 ARCHITECTUR... |
programs/oeis/092/A092695.asm | karttu/loda | 0 | 41807 | ; A092695: Number of positive integers less than or equal to n which are not divisible by the primes 2,3,5,7.
; 0,1,1,1,1,1,1,1,1,1,1,2,2,3,3,3,3,4,4,5,5,5,5,6,6,6,6,6,6,7,7,8,8,8,8,8,8,9,9,9,9,10,10,11,11,11,11,12,12,12,12,12,12,13,13,13,13,13,13,14,14,15,15,15,15,15,15,16,16,16,16,17,17,18,18,18,18,18,18,19,19,19,19,... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1505.asm | ljhsiun2/medusa | 9 | 41808 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1c836, %r11
nop
add $20753, %r8
movw $0x6162, (%r11)
nop
and $23947, %rbx
lea addresses_UC_ht+0xe34c, %rsi
lea addresses_normal_ht+0x39b6, %rdi
cmp %r12, %r12
mov $99, %r... |
example.asm | markbush/6502-assembler | 0 | 41809 | <reponame>markbush/6502-assembler
ZP1 = $10
ZP2 = $11
** = $0200
.OUTPUT START,END
START: LDA #'A' ; load accumulator with 65
CMP #%01101100
BEQ FOUND
STA $2C
FOUND: LDA #<START
STA ZP1
LDA #>START
STA ZP2
LDX #[>END + $02] \\ $10
TXA
... |
oeis/135/A135994.asm | neoneye/loda-programs | 11 | 41811 | <reponame>neoneye/loda-programs<filename>oeis/135/A135994.asm
; A135994: First differences of A135992.
; Submitted by <NAME>
; 0,2,-1,6,-3,16,-8,42,-21,110,-55,288,-144,754,-377,1974,-987,5168,-2584,13530,-6765,35422,-17711,92736,-46368,242786,-121393,635622,-317811,1664080,-832040,4356618,-2178309,11405774,-5702887,29... |
programs/oeis/022/A022793.asm | jmorken/loda | 1 | 41813 | <gh_stars>1-10
; A022793: Place where n-th 1 occurs in A023131.
; 1,4,10,19,31,46,63,83,106,132,161,193,227,264,304,347,393,442,493,547,604,664,727,793,861,932,1006,1083,1163,1246,1331,1419,1510,1604,1701,1800,1902,2007,2115,2226,2340,2456,2575,2697,2822,2950
mov $16,$0
mov $18,$0
add $18,1
lpb $18
clr $0,16
mov $... |
libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/heap_calloc_unlocked_callee.asm | jpoikela/z88dk | 640 | 41814 | <gh_stars>100-1000
; void *heap_calloc_unlocked_callee(void *heap, size_t nmemb, size_t size)
SECTION code_clib
SECTION code_alloc_malloc
PUBLIC _heap_calloc_unlocked_callee
EXTERN asm_heap_calloc_unlocked
_heap_calloc_unlocked_callee:
pop af
pop de
pop hl
pop bc
push af
jp asm_heap_calloc_u... |
Ficheiros assembly (TP's e Testes)/ex13.asm | pemesteves/mpcp-1718 | 0 | 41815 | <gh_stars>0
include mpcp.inc
;; declaracoes de dados (variaveis globais)
.data
val1 WORD 4
val2 WORD 3
total BYTE "Total = %d", 13, 10, 0
;; seccao de codigo principal
.code
main PROC C
xor eax, eax
mov ax, val1
mul val2
shl edx, 16
or eax, edx
invoke printf, offset total, eax
invoke _getch
invoke Ex... |
oeis/330/A330321.asm | neoneye/loda-programs | 11 | 41817 | ; A330321: a(n) = Sum_{i=1..n} tau(i)*tau(i+1)/2, where tau(n) = A000005(n) is the number of divisors of n.
; 1,3,6,9,13,17,21,27,33,37,43,49,53,61,71,76,82,88,94,106,114,118,126,138,144,152,164,170,178,186,192,204,212,220,238,247,251,259,275,283,291,299,305,323,335,339,349,364,373,385,397,403,411,427,443,459,467,471,4... |
programs/oeis/159/A159007.asm | neoneye/loda | 22 | 41819 | <reponame>neoneye/loda
; A159007: Numbers k such that k == 32 or 41 (mod 73).
; 32,41,105,114,178,187,251,260,324,333,397,406,470,479,543,552,616,625,689,698,762,771,835,844,908,917,981,990,1054,1063,1127,1136,1200,1209,1273,1282,1346,1355,1419,1428,1492,1501,1565,1574,1638,1647,1711,1720,1784,1793,1857,1866,1930,1939,... |
qvm-src/g_syscalls.asm | mulle-kybernetik-tv/q3vm-objc-example | 1 | 41820 | <gh_stars>1-10
code
equ trap_Printf -1
equ trap_Error -2
equ memset -3
equ memcpy -4
equ objc_getClass -5
equ objc_msgSend -6
equ objc_msgSend2 -7
|
programs/oeis/304/A304511.asm | neoneye/loda | 22 | 41821 | <filename>programs/oeis/304/A304511.asm
; A304511: a(n) = 318*2^n - 186 (n>=1).
; 450,1086,2358,4902,9990,20166,40518,81222,162630,325446,651078,1302342,2604870,5209926,10420038,20840262,41680710,83361606,166723398,333446982,666894150,1333788486,2667577158,5335154502,10670309190,21340618566,42681237318,85362474822,1707... |
oeis/152/A152017.asm | neoneye/loda-programs | 11 | 41822 | <filename>oeis/152/A152017.asm
; A152017: a(n) = n^5-n^4-n^3-n^2-n.
; 0,-3,2,123,684,2345,6222,14007,28088,51669,88890,144947,226212,340353,496454,705135,978672,1331117,1778418,2338539,3031580,3879897,4908222,6143783,7616424,9358725,11406122,13797027,16572948,19778609,23462070,27674847,32472032,37912413,44058594,509771... |
test9.asm | abhimanyudwivedi/mp-testing | 0 | 41823 | <filename>test9.asm
.model small
.stack
.data
PA EQU 01190H
PB EQU 01191H
PC EQU 01192H
CR EQU 01193H
table db 80h,96h,0abh,0c0h,0d2h,0e2h,0eeh,0f8h,0feh,0ffh,
0feh,0f8h,0eeh,0e2h,0d2h,0c0h,0abh,96h,80h,
69h,54h,3fh,2dh,1dh,1dh,11h,07h,01h,00h,
01h,07h,011h,1dh,2dh,3fh,54h,6... |
Src/Ant32/Tests/ant32/arith/sub.asm | geoffthorpe/ant-architecture | 0 | 41824 | <gh_stars>0
#@tests sub
lc r3, 15
lc r4, 3
sub r5, r4, r3
lcl r3, 0xffff
lch r3, 0xffff
lc r4, 1
sub r6, r3, r4
stop
|
_build/dispatcher/jmp_ippsGFpInv_789c00a0.asm | zyktrcn/ippcp | 1 | 41825 | extern m7_ippsGFpInv:function
extern n8_ippsGFpInv:function
extern y8_ippsGFpInv:function
extern e9_ippsGFpInv:function
extern l9_ippsGFpInv:function
extern n0_ippsGFpInv:function
extern k0_ippsGFpInv:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment .data
align 8
dq .Lin_ippsGFpInv
.... |
oeis/212/A212377.asm | neoneye/loda-programs | 11 | 41826 | ; A212377: Primes congruent to 1 mod 53.
; Submitted by <NAME>
; 107,743,1061,1697,2333,2969,3181,3499,3923,4241,4877,5407,6043,6361,6679,6997,7103,7951,8269,8693,9011,9859,10177,10601,11131,12721,13463,13781,14629,14947,15053,15583,15901,16007,17491,17597,18127,18233,18869,19081,19717,20353,21943,22367,23003,23321,239... |
oeis/024/A024652.asm | neoneye/loda-programs | 11 | 41827 | <filename>oeis/024/A024652.asm
; A024652: n written in fractional base 9/4.
; Submitted by <NAME>(s4)
; 0,1,2,3,4,5,6,7,8,40,41,42,43,44,45,46,47,48,80,81,82,83,84,85,86,87,88,430,431,432,433,434,435,436,437,438,470,471,472,473,474,475,476,477,478,820,821,822,823,824,825,826,827,828,860,861,862,863,864,865,866,867,868
... |
programs/oeis/086/A086011.asm | neoneye/loda | 22 | 41828 | <filename>programs/oeis/086/A086011.asm
; A086011: Number of 3's in decimal expansion of n^2.
; 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,2,1,2,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0
pow $0,2
lpb $0
mov $... |
Practicas/Practica3/practica3c.asm | KPsychO/FC | 1 | 41829 | .extern _stack
.global start
.equ N, 4
.data
vector: .word 5, 6, 4, 3
.bss
fact: .space 4*N
.text
MOV R1, #0
for:
LDR R0, =vector
LDR R0, [R0, R1, LSL#2]
CMP R1, #N
BGE fin
BL factorial
LDR R4, =fact
STR R0, [R4, R1, LSL#2]
ADD R1, R1, #1
b for
fin:
B .
factorial:
PUSH {R1, LR}
CMP R0, #1
BLE ELSE
MOV R1, ... |
firmware/helloworld.asm | HomebrewSiliconClub/hs32core-rtl | 5 | 41830 | ; _start:
MOV r0 <- FF00h ; AICT base
MOV r1 <- 4E2h ; Clock divider: 12Mhz / 9600Hz
STR [r0+BCh] <- r1
MOV r1 <- 0FFFh ; Set GPIO mode out
STR [r0+80h] <- r1
ADD r1 <- pc + data ; Calculate absolute address of data
SUB r1 <- r1 - 4 ; ... |
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_462_638.asm | ljhsiun2/medusa | 9 | 41831 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
push %r9
push %rax
push %rbx
push %rdx
push %rsi
// Store
lea addresses_RW+0x1b2a0, %r12
nop
nop
sub %rbx, %rbx
mov $0x5152535455565758, %rsi
movq %rsi, %xmm3
movups %xmm3, (%r12)
nop
nop
nop
nop
inc %r12
//... |
oeis/020/A020792.asm | neoneye/loda-programs | 11 | 41833 | ; A020792: Decimal expansion of 1/sqrt(35).
; Submitted by <NAME>(s4)
; 1,6,9,0,3,0,8,5,0,9,4,5,7,0,3,3,1,5,5,0,1,9,2,3,6,6,5,4,7,3,1,8,9,0,5,8,5,2,6,1,5,7,1,7,8,0,2,2,6,9,5,4,3,7,7,9,6,5,6,3,4,1,9,1,1,8,3,6,6,3,5,5,9,7,4,4,4,7,2,2,9,6,2,1,8,7,8,6,4,3,6,3,3,8,0,3,1,1,9,3
mov $1,1
mov $2,1
mov $3,$0
add $3,5
mov $4,$0
... |
iod/con2/schrm.asm | olifink/smsqe | 0 | 41836 | <reponame>olifink/smsqe
; Set character attributes V2.01 1990 <NAME>
;
; 2016-04-16 2.01 Added iow.salp (MK)
section con
xdef cn_sulat
xdef cn_sovat
xdef cn_scsiz
xdef cn_salp
xref cn_cksize_s
xref cn_dopnl
xref cn_scral
include 'dev8_keys_con'
include 'dev8_keys_err'
include 'dev8_keys_sys'
includ... |
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca_notsx.log_4_361.asm | ljhsiun2/medusa | 9 | 41837 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x9530, %rdi
clflush (%rdi)
cmp %r12, %r12
movups (%rdi), %xmm1
vpextrq $1, %xmm1, %r15
nop
nop
nop
sub $38288, %rdi
lea addresses_A_ht... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_286.asm | ljhsiun2/medusa | 9 | 41839 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x18ac5, %r10
nop
nop
inc %rbp
mov $0x6162636465666768, %rax
movq %rax, %xmm3
and $0xffffffffffffffc0, %r10
movntdq %xmm3, (%r10)
add %rdi, %rdi
lea addresses_WT_ht+0x95f1, %rsi
lea... |
libsrc/gfx/narrow/fillb_callee.asm | ahjelm/z88dk | 640 | 41840 | <filename>libsrc/gfx/narrow/fillb_callee.asm<gh_stars>100-1000
; void fillb_callee(int tlx, int tly, int width, int height)
IF !__CPU_INTEL__ & !__CPU_GBZ80__
SECTION code_graphics
PUBLIC fillb_callee
PUBLIC _fillb_callee
PUBLIC asm_fillb
EXTERN swapgfxbk
EXTERN __graphics_end... |
asm/test_instr.asm | stfnwong/s8080 | 0 | 41841 | ; TEST_INSTR
; All instructions in various combinations for testing Lexer and
; Assembler components.
;
; Note that this code makes no actual sense
;
; <NAME> 2020
MOVE_INSTR: MOV A, B
MOV B, C
MOV A, M
PUSH D
MOV E, A
MVI C, 2
POP D
MEM_INSTR:... |
projects/08/FunctionCalls/NestedCall/NestedCall.asm | WuShaoa/Nand2Tetris | 0 | 41842 | <reponame>WuShaoa/Nand2Tetris
@256
D=A
@SP
M=D
@__Sys.init$return1__
D=A
@SP
A=M
M=D
@SP
M=M+1
@LCL
D=M
@SP
A=M
M=D
@SP
M=M+1
@ARG
D=M
@SP
A=M
M=D
@SP
M=M+1
@THIS
D=M
@SP
A=M
M=D
@SP
M=M+1
@THAT
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
D=M
@0
D=D-A
@5
D=D-A
@ARG
M=D
@SP
D=M
@LCL
M=D
@Sys.init
0;JMP
(__Sys.init$return1__)
(Sys.ini... |
libsrc/target/pcw/graphics/cleargraphics.asm | ahjelm/z88dk | 640 | 41844 | ;
; Amstrad PCW graphics routines
;
;
; $Id: cleargraphics.asm $
;
SECTION code_clib
PUBLIC cleargraphics
PUBLIC _cleargraphics
PUBLIC clg
PUBLIC _clg
cleargraphics:
_cleargraphics:
clg:
_clg:
ld de,initscr
ld c,9
jp 5
initscr:
defb 27
... |
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1587.asm | ljhsiun2/medusa | 9 | 41845 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1b5e4, %rsi
lea addresses_UC_ht+0x1724, %rdi
nop
nop
nop
nop
nop
cmp $728, %r15
mov $42, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp $27989... |
programs/oeis/074/A074571.asm | neoneye/loda | 22 | 41846 | ; A074571: a(n) = 5^n + 6^n + 7^n.
; 3,18,110,684,4322,27708,179930,1181604,7835042,52384428,352707050,2388951924,16262210162,111170407548,762690752570,5248264072644,36206628367682,250320112885068,1733788251844490,12027328411711764,83543792169315602,580959651881864988,4043826938216270810,28170398492089597284,1963792173... |
base/mvdm/dos/v86/doskrnl/dos/dostab.asm | npocmaka/Windows-Server-2003 | 17 | 41847 | <reponame>npocmaka/Windows-Server-2003<gh_stars>10-100
;
; Revision History
; ================
;
; Sudeepb 12-Mar-1991 Ported for NTDOSEm
;
IFNDEF Rainbow
Rainbow EQU FALSE
ENDIF
.xlist
.xcref
include dosmac.inc
.cref
.list
DOSDATA Segment
;
; upper case table
;
UCASE_TAB label ... |
oeis/068/A068432.asm | neoneye/loda-programs | 11 | 41848 | <filename>oeis/068/A068432.asm
; A068432: Expansion of golden ratio (1 + sqrt(5))/2 in base 2.
; Submitted by <NAME>
; 1,1,0,0,1,1,1,1,0,0,0,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,0,1,1,1,0,0,1,0,1,1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0
... |
test/assembly/simple_br.asm | megis7/riscy | 4 | 41849 | .text
main:
addi x1, x0, 1
addi x2, x0, 2
beq x1, x0, skip
addi x3, x0, 3
addi x4, x0, 4
addi x5, x0, 5
beq x0, x0, skip
addi x6, x0, 6
addi x7, x0, 7
addi x8, x0, 8
skip:
addi x9, x0, 9
halt: beq x0, x0, halt
|
programs/oeis/020/A020645.asm | neoneye/loda | 22 | 41850 | ; A020645: Least positive integer k for which 4^n divides k!.
; 1,4,6,8,10,12,16,16,18,20,24,24,28,30,32,32,34,36,40,40,44,46,48,48,52,54,56,58,60,64,64,64,66,68,72,72,76,78,80,80,84,86,88,90,92,96,96,96,100,102,104,106,108,112,112,114,116,120,120,124,126,128,128,128,130,132,136,136,140,142,144,144,148,150,152,154,156,... |
src/idt/irq.asm | Southeastern-Policy-Institute/ionia | 0 | 41851 | ; IRQ.ASM - Interrupt Request Wrappers
; Southeastern Policy Institute, 2020
[BITS 32]
; Exported symbols
global install_irq
; Macro for generating the stub entry-points
%macro __irq 1
global irq%1
irq%1: cli
push byte 0
push byte 32+i
jmp irq_common_stub
%e... |
oeis/142/A142053.asm | neoneye/loda-programs | 11 | 41852 | ; A142053: Primes congruent to 7 mod 33.
; Submitted by <NAME>
; 7,73,139,271,337,601,733,997,1063,1129,1327,1459,1657,1723,1789,1987,2053,2251,2383,2647,2713,3109,3307,3373,3571,3637,3769,3967,4099,4231,4297,4363,4561,4759,4957,5023,5419,5683,5749,5881,6079,6211,6277,6343,6607,6673,6871,7069,7333,7927,7993,8059,8191,8... |
programs/oeis/285/A285326.asm | neoneye/loda | 22 | 41853 | <reponame>neoneye/loda<filename>programs/oeis/285/A285326.asm
; A285326: a(0) = 0, for n > 0, a(n) = n + A006519(n).
; 0,2,4,4,8,6,8,8,16,10,12,12,16,14,16,16,32,18,20,20,24,22,24,24,32,26,28,28,32,30,32,32,64,34,36,36,40,38,40,40,48,42,44,44,48,46,48,48,64,50,52,52,56,54,56,56,64,58,60,60,64,62,64,64,128,66,68,68,72,7... |
src/bootsect/loader_kbd.asm | wangziqi2016/Kernel | 3 | 41854 | <filename>src/bootsect/loader_kbd.asm
_loader_kbd_start:
;
; loader_kbd.asm - This file implements the keyboard driver
;
KBD_BUFFER_CAPACITY equ 64
; The following defines the status word
KBD_CTRL_ON equ 01h
KBD_SHIFT_ON equ 02h
KBD_ALT_ON equ 04h
KBD_CAPS_LOCK equ 08h
KBD_NUM_LOCK ... |
SE-2/MIL/8_add/add64.asm | Adityajn/College-Codes | 1 | 41855 | %macro inout 4
push rax
push rbx
push rcx
push rdx
mov eax,%1
mov ebx,%2
mov ecx,%3
mov edx,%4
int 80h
pop rdx
pop rcx
pop rbx
pop rax
%endmacro
section .data
menu db "1.Successive Addition",10,"2.Shift and Add",10,"3.Exit",10
menulen equ $-menu
msg1 db "Enter first no (32 bits):",20h
msg1len equ $-msg1
msg2 db "Ent... |
oeis/020/A020810.asm | neoneye/loda-programs | 11 | 41857 | ; A020810: Decimal expansion of 1/sqrt(53).
; Submitted by <NAME>(s1.)
; 1,3,7,3,6,0,5,6,3,9,4,8,6,8,9,0,2,3,9,8,2,9,6,7,9,7,1,5,3,8,2,4,5,9,0,1,7,6,9,3,8,9,9,9,4,0,1,0,8,7,6,9,3,2,7,9,9,5,8,8,3,3,5,6,8,4,6,0,5,9,5,7,3,3,2,5,4,5,3,8,0,8,1,7,5,3,9,2,3,4,1,3,3,6,0,2,3,9,1,5
add $0,1
mov $1,2
mov $2,1
mov $3,$0
add $3,8
... |
v0100/srclib/c0ds.asm | apfeltee/SmallerC | 1 | 41858 | ;
; Copyright (c) 2014, <NAME>
; 2-clause BSD license.
;
bits 16
extern ___start__
section .text
global __start
__start:
mov ax, ss
mov [cs:_ss], ax ; preserve SS as the data segment, which we may need to access from ISRs
mov ds, ax ; DS=ES=SS in small model .EXEs and in tiny model .COMs
mo... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_550.asm | ljhsiun2/medusa | 9 | 41859 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x17502, %rsi
lea addresses_UC_ht+0x1d32, %rdi
clflush (%rsi)
nop
nop
nop
nop
xor $53779, %rax
mov $110, %rcx
rep movsl
nop
and $1458, %rbp
lea addresses_D_ht+0x1e6ca, %r15
nop... |
Library/SpecUI/CommonUI/CItem/citemItemColor.asm | steakknife/pcgeos | 504 | 41860 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1994-1994. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: PC
MODULE: CommonUI/CItem (common code for specific UIs)
FILE: citemItemColor.asm
ROUTINES:
Name Description
---- -----------
... |
engine/renderEnemies.asm | mkiesinski/the-way-nes | 2 | 41861 | <reponame>mkiesinski/the-way-nes
loadEnemiesSub:
LDY #$00
loadEnemiesLoop:
LDA [enemyPointer],y
STA enemies,y
CMP #$FF ; check if type is EOS
BEQ loadEnemiesDone
loadEnemyAttributesLoop
LDX #$07
INY
LDA [enemyPointer],y
STA enemies, y
DEX
CPX #$00
BEQ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_5820_506.asm | ljhsiun2/medusa | 9 | 41863 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x708d, %rsi
lea addresses_D_ht+0x175cf, %rdi
nop
add %r15, %r15
mov $8, %rcx
rep movsb
nop
cmp $31119, %r15
lea addresses_D_ht+0x19caf, %rsi
lea addresses_WT_ht+0x18d37, %rdi
nop
sub %r... |
Working Disassembly/Levels/LRZ/Misc Object Data/Map - Dash Elevator.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 41864 | <gh_stars>1-10
dc.w word_4309C-Map_LRZDashElevator
dc.w word_430B6-Map_LRZDashElevator
dc.w word_430D0-Map_LRZDashElevator
word_4309C: dc.w 4 ; DATA XREF: ROM:00043096o
dc.b $F0, $A, 0, $37, $FF, $E8
dc.b $F0, $A, 8, $37, 0, 0
dc.b $F0, $A, 0, $40, $FF, $E0
dc.b $F0, $A, 0, $40, 0,... |
tiles.asm | retcon85/segle | 0 | 41866 | public vdp_tiles
public vdp_toast_tiles
public vdp_toast_tiles_end
; palette
db $3f; color 00
db $00; color 01
db $15; color 02
db $19; color 03
db $1a; color 04
db $25; color 05
db $29; colo... |
ROMs/Zombies Ate My Neighbors/Zombies Ate My Neighbors (U) [!].asm | mupfelofen-de/SNESoIP | 59 | 41867 | <gh_stars>10-100
; Deactivate pseudo-random number generator
; Note: The items you get from containers vary by the values you store
; at $9F:0024 and $9F:0025. A static value of '0' on both addresses is
; resulting in a squirt gun (default weapon) in every container.
org $809D39
SEP #$20
LDA #$00
STA $00... |
data/sprite_anims/sequences.asm | Dev727/ancientplatinum | 28 | 41868 | <reponame>Dev727/ancientplatinum<gh_stars>10-100
SpriteAnimSeqData:
; entries correspond to SPRITE_ANIM_INDEX_* constants
; frameset sequence, tile
db SPRITE_ANIM_FRAMESET_PARTY_MON, SPRITE_ANIM_SEQ_PARTY_MON, $00 ; SPRITE_ANIM_INDEX_PARTY_MON
db SPRITE_ANIM_FRAMESET_GS_TITLE_TRAIL, ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1873.asm | ljhsiun2/medusa | 9 | 41869 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1873.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x570, %rsi
nop
nop
nop
cmp $65330, %r9
movl $0x61... |
oeis/010/A010075.asm | neoneye/loda-programs | 11 | 41870 | <reponame>neoneye/loda-programs
; A010075: a(n) = sum of base-8 digits of a(n-1) + sum of base-8 digits of a(n-2).
; Submitted by <NAME>
; 0,1,1,2,3,5,8,6,7,13,13,12,11,9,6,8,7,8,8,2,3,5,8,6,7,13,13,12,11,9,6,8,7,8,8,2,3,5,8,6,7,13,13,12,11,9,6,8,7,8,8,2,3,5,8,6,7,13,13,12,11,9,6,8,7,8,8,2,3,5,8,6,7,13,13,12,11,9,6,8,7... |
src/boot/boot_sector.asm | Sage-of-Mirrors/gOS | 1 | 41871 | ; Simple boot sector that prints "Hello!" to the screen.
[org 0x7C00]
KERNEL_OFFSET equ 0x1000
mov [BOOT_DRIVE], dl
mov bp, 0x9000 ; Put the stack above us in memory, at address 0x9000.
mov sp, bp
mov bx, REAL_MODE_MSG
call print_string
call load_kernel
call switch_to_pm
jmp $
%include "print_util.asm"... |
oeis/349/A349163.asm | neoneye/loda-programs | 11 | 41873 | ; A349163: a(n) = A064989(gcd(sigma(n), A003961(n))), where A003961 shifts the prime factorization of n one step towards larger primes, while A064989 shifts it back towards smaller primes, and sigma is the sum of divisors function.
; Submitted by <NAME>
; 1,2,1,1,1,2,1,2,1,2,1,1,1,2,1,1,1,2,1,10,1,2,1,6,1,2,3,1,1,2,1,4... |
dev/emm386/lhvxd/loadhi.asm | minblock/msdos | 0 | 41874 | PAGE 58,132
;******************************************************************************
TITLE LoadHi -- Support for Load Hi under Windows 3.0x
;******************************************************************************
;
; (C) Copyright MICROSOFT Corp., 1990-1991
;
; Title: LoadHi -- Support for Load Hi und... |
src/legacy/print.asm | Derrick-Png/RickRollOS | 0 | 41875 | <filename>src/legacy/print.asm
the_imported_print:
cmp byte [bx], 0
je return
mov ah, 0x0e
mov al, byte [bx]
int 0x10
inc bx
jmp the_imported_print
return:
ret
|
programs/oeis/029/A029865.asm | neoneye/loda | 22 | 41876 | ; A029865: Smallest covering radius of [ n,6 ] binary code.
; 0,1,1,1,2,2,3,3,3,4,4
mul $0,2
add $0,8
div $0,5
sub $0,1
|
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_17898_659.asm | ljhsiun2/medusa | 9 | 41877 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x4ff5, %rsi
lea addresses_A_ht+0x17755, %rdi
nop
nop
dec %r12
mov $15, %rcx
rep movsw
nop
nop
nop
and $48046, %rbp
lea addresses_UC_ht+0x12539, %r13
... |
programs/oeis/110/A110592.asm | neoneye/loda | 22 | 41878 | ; A110592: Number of digits in base-5 representation of n. String length of A007091.
; 1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
div $0,5
lpb $0
div $0,5
add... |
main64/kernel/execute.asm | KlausAschenbrenner/KAOS | 1 | 41879 | <filename>main64/kernel/execute.asm
[BITS 64]
[GLOBAL ExecuteProgram]
; Executes the loaded program
ExecuteProgram:
mov rax, qword 0xFFFF8000FFFF0000
jmp rax
; Prints out "OK"
; mov rax, 0x2f592f412f4b2f4f
; mov qword [0xb8000], rax
ret |
programs/oeis/134/A134503.asm | neoneye/loda | 22 | 41880 | ; A134503: a(n) = Fibonacci(7n + 5).
; 5,144,4181,121393,3524578,102334155,2971215073,86267571272,2504730781961,72723460248141,2111485077978050,61305790721611591,1779979416004714189,51680708854858323072,1500520536206896083277
mul $0,7
add $0,5
seq $0,45 ; Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0) = 0 and F(1... |
1. Hello, world!/1. Hello, world!/Source.asm | ShinoharaYuuyoru/Assembly-Language-Project | 0 | 41881 | <filename>1. Hello, world!/1. Hello, world!/Source.asm
.386
.model flat, stdcall
option casemap: none
include windows.inc
include kernel32.inc
include user32.inc
includelib kernel32.lib
includelib user32.lib
.data
szCaption db "I'm a noob.", 0
szText db "But you too!", 0
.code... |
Source/Nostromo/Screen.asm | benryves/Nostromo | 0 | 41882 | .module Screen
Code:
; ==========================================================================
; Copy
; --------------------------------------------------------------------------
; Copies the screen buffer to the display.
; --------------------------------------------------------------------------
; Destroy... |
Projects/TypeWritter/TYPEWRITER02.asm | frostfire45/HCS12 | 2 | 41883 | ONE_MS: EQU 4000
FIVE_MS: EQU 20000
TEN_MS: EQU 40000
FIFTY_US: EQU 200
REGISTOR: EQU PORTK
LCD_REG: EQU REGISTOR
INST_REG: EQU REGISTOR
REGBLK: EQU $0
#include C:\Users\don.husky\Documents\GitHub\HCS12\Libs\Reg... |
dev/power/uldiv.asm | minblock/msdos | 0 | 41884 | <gh_stars>0
page ,132
title uldiv - unsigned long divide routine
;***
;uldiv.asm - unsigned long divide routine
;
; Copyright (c) 1985-1991, Microsoft Corporation. All rights reserved.
;
;Purpose:
; defines the unsigned long divide routine
;
;Revision History:
; 11-29-83 DFW initial version
; 06-01-84 RN modified t... |
oeis/279/A279851.asm | neoneye/loda-programs | 11 | 41885 | <filename>oeis/279/A279851.asm
; A279851: Number of n X 2 0..2 arrays with no element unequal to a strict majority of its horizontal and vertical neighbors, with the exception of exactly one element, and with new values introduced in order 0 sequentially upwards.
; Submitted by <NAME>
; 0,4,10,24,54,116,250,528,1118,23... |
32_CONTACIFRE.asm | aleattene/lc2-exams | 0 | 41886 | <gh_stars>0
; ************ DESCRIZIONE SOTTOPROGRAMMA ************+
Il seguente sottoprogramma denominato CONTACIFRE riceve:
- nel registro R0 l’indirizzo della prima cella di una zona di memoria contenente una stringa S di caratteri
ASCII (terminata da 0, ovvero il carattere NUL);
- nel registro R1 l’indirizzo della ... |
data/tilesets/mansion_collision.asm | Dev727/ancientplatinum | 28 | 41887 | <gh_stars>10-100
tilecoll WALL, WALL, WALL, WALL ; 00
tilecoll WALL, WALL, WALL, WALL ; 01
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 02
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 03
tilecoll WALL, WALL, FLOOR, FLOOR ; 04
tilecoll STAIRCASE, WALL, FLOOR, FLOOR ; 05
tilecoll WALL, STAIRCASE, FLOOR, FLOOR ; 06
tilecoll WAL... |
kernel/__words.asm | paulscottrobson/MZ-Compiler | 0 | 41888 | ; ---------------------------------------------------------
; Name : + Type : macro
; ---------------------------------------------------------
__mzdefine_2b_3a_3a_6d:
add hl,de
__mzdefine_2b_3a_3a_6d_end:
ret
; ---------------------------------------------------------
; Name : and Type : word
; ----------------... |
software/miscellany/speed_test.asm | paulscottrobson/retrochallenge-jan-2016 | 0 | 41889 | ; ******************************************************************************************************************
;
; Speed Test Counter
;
; ******************************************************************************************************************
cpu sc/mp
counter = 0xC00
countSize = 8
loopC... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.