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 |
|---|---|---|---|---|
fluidcore/samples/whitenoise-v3.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 59 | 197876 |
db 2,1,0,2,1,2,3,3,0,1,0,3,3,0,0,1
db 3,3,3,3,2,0,0,0,0,3,0,3,2,3,1,0
db 2,2,2,2,3,2,3,0,0,0,0,0,3,2,3,3
db 3,3,3,2,1,0,1,2,0,2,2,1,3,0,3,2
db 0,1,3,0,0,3,3,3,0,1,0,0,2,0,0,2
db 1,0,3,1,3,1,0,0,2,1,2,3,1,1,2,2
db 1,2,2,3,1,3,3,2,0,0,1,1,3,2,2,0
db 1,2,3,1,3,0,2,2,2,3,1,0,0,2,2,3
db 3,0,2,0,0,2,2,3,2,0,1,2,2,0... |
programs/oeis/079/A079318.asm | neoneye/loda | 22 | 197877 | <filename>programs/oeis/079/A079318.asm
; A079318: a(0) = 1; for n > 0, a(n) = (3^(A000120(n)-1) + 1)/2.
; 1,1,1,2,1,2,2,5,1,2,2,5,2,5,5,14,1,2,2,5,2,5,5,14,2,5,5,14,5,14,14,41,1,2,2,5,2,5,5,14,2,5,5,14,5,14,14,41,2,5,5,14,5,14,14,41,5,14,14,41,14,41,41,122,1,2,2,5,2,5,5,14,2,5,5,14,5,14,14,41,2,5,5,14,5,14,14,41,5,14,... |
libpal/intel_64bit_ms64_masm/vmcall_xen.asm | mars-research/pal | 26 | 197878 | .code
; MS64 argument order: RCX, RDX, R8, R9, stack
; vmcall argument order: rax, rdi, rsi, rdx, r10, r8, r9
; vmcall clobbers: rax, rcx, rdx, rdi, rsi, r8, r9. r10, r11
pal_execute_vmcall_xen proc
; collect fifth and higher arguments from the stack
pop r10;
pop r8;
pop r9;
; save callee-pres... |
1A/S6/Architecture/TPs/TP5_6/event_counting_interrupt.asm | MOUDDENEHamza/ENSEEIHT | 4 | 197879 | //-----------------------------------------------------------------------------------------------
// The following example program runs cyclicly and never stops; at each cycle it checks if sw[0]
// increased from 0 to 1, if it is true it increases the value of address memeory 0x100 and
// displays it on the leds
//
/... |
odd-even.asm | Tazmain/AsmStuff | 0 | 197880 | <reponame>Tazmain/AsmStuff
bits 16
org 0x100
; This program accepts a number from the user as input
; and displays a message to say if the number if a multiple of 3
;
;--------------------- Jump over data declarations
jmp main ;
;prompt
message: db 'Even orr odd? $'
evenMsg: db 'Even number $'
oddMsg : db... |
ahex.asm | BernardTatin/asm_required | 0 | 197881 | <gh_stars>0
; ----------------------------------------------------------------------
; ahex.asm
;
; A simple cat which write on STDOUT all what it reads on STDIN
; To assemble and run:
;
; nasm -felf64 acat.asm acat.data.asm \
; && ld acat.o acat.data.o && ./a.out
; ------------------------------------------------... |
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_saddr2aaddr.asm | jpoikela/z88dk | 640 | 197883 | ; void *tshc_saddr2aaddr(void *saddr)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_saddr2aaddr
EXTERN asm_tshc_saddr2aaddr
_tshc_saddr2aaddr:
pop af
pop hl
push hl
push af
jp asm_tshc_saddr2aaddr
|
oeis/188/A188684.asm | neoneye/loda-programs | 11 | 197884 | ; A188684: Partial sums of binomials binomial(3n,n)^2/(2n+1)^2.
; 1,2,11,155,3180,77709,2116893,62210397,1933897566,62782453191,2109727864416,72915894194016,2579631197677680,93078664247524864,3415556450680435264,127175745034380516160,4795994499281447607841,182905775695038937870066,7045372575389153988172291,273809723116... |
programs/oeis/022/A022777.asm | neoneye/loda | 22 | 197885 | ; A022777: Place where n-th 1 occurs in A007337.
; 1,3,7,13,20,29,40,53,67,83,101,121,142,165,190,216,244,274,306,339,374,411,450,490,532,576,622,669,718,769,821,875,931,989,1048,1109,1172,1237,1303,1371,1441,1513,1586,1661,1738,1816,1896,1978,2062
lpb $0
sub $0,1
mov $2,$0
max $2,0
seq $2,81223 ; Smallest k s... |
Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0_notsx.log_1_1741.asm | ljhsiun2/medusa | 9 | 197886 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x6ea, %rsi
lea addresses_normal_ht+0x8736, %rdi
nop
xor %rbx, %rbx
mov $2, %rcx
rep movsb
nop
inc %r13
lea addresses_UC_ht+0x152c2, %r11
clflush (%r11)
nop
nop
nop
nop
sub %ra... |
base/Applications/NullTest/nullasm.asm | sphinxlogic/Singularity-RDK-2.0 | 0 | 197888 | <reponame>sphinxlogic/Singularity-RDK-2.0<filename>base/Applications/NullTest/nullasm.asm
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
ifdef SINGULARITY
.686p
.mmx
.xmm
else ;; SINGULARITY
.686
endif ;; SINGULARITY
.model flat
.code
ifdef SINGULARITY
assume ds:flat
assume es:fl... |
programs/oeis/159/A159697.asm | karttu/loda | 0 | 197889 | <reponame>karttu/loda
; A159697: a(0)=9, a(n) = 2*a(n-1) + 2^(n-1) for n > 0.
; 9,19,40,84,176,368,768,1600,3328,6912,14336,29696,61440,126976,262144,540672,1114112,2293760,4718592,9699328,19922944,40894464,83886080,171966464,352321536,721420288,1476395008,3019898880,6174015488,12616466432,25769803776,52613349376,10737... |
a51test/(73)JMP_A+DPTR.a51 | Aimini/51cpu | 0 | 197890 | <reponame>Aimini/51cpu
MOV DPTR,#0x01
MOV A,#0xF0
JMP @A+DPTR
CSEG AT 0x00F1
MOV A,#0xFF
MOV DPTR,#0x00F0
JMP @A+DPTR
CSEG AT 0x01EF
MOV A,#0x00
MOV DPTR,#0x0F00
JMP @A+DPTR
CSEG AT 0x0F00
MOV A,#0x11
MOV DPTR,#0xA000
JMP @A+DPTR
CSEG AT 0xA011
MOV A,#0xFF
MOV DPTR,#0xFF00
JMP @A+DPTR
CSEG AT 0xFFFF
SETB C... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_625.asm | ljhsiun2/medusa | 9 | 197891 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_625.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x171c8, %rsi
nop
nop
nop
nop
dec %r8
mov (%rsi), %r10
nop
lfence
le... |
i8254x/registers.asm | ssebs/xos | 15 | 197892 | <reponame>ssebs/xos<filename>i8254x/registers.asm
; Intel i8254x-series Network Driver for xOS
; Heavily based on BareMetal i8254x driver, by <NAME>
; https://github.com/ReturnInfinity/BareMetal-OS
use32
; Register list
I8254X_REG_CTRL = 0x0000 ; Control Register
I8254X_REG_STATUS = 0x0008 ; Device Status Register
... |
P6/P6Judger - 100 testpoints/testpoint/testpoint31.asm | flyinglandlord/BUAA-CO-2021 | 5 | 197894 | <reponame>flyinglandlord/BUAA-CO-2021<gh_stars>1-10
ori $1, $0, 11
ori $2, $0, 13
ori $3, $0, 1
ori $4, $0, 15
sw $3, 0($0)
sw $3, 4($0)
sw $1, 8($0)
sw $1, 12($0)
sw $1, 16($0)
sw $2, 20($0)
sw $3, 24($0)
sw $1, 28($0)
sw $1, 32($0)
sw $3, 36($0)
sw $4, 40($0)
sw $1, 44($0)
sw $2, 48($0)
sw $3, 52($0)
sw $1, 56($0)
sw... |
oeis/262/A262607.asm | neoneye/loda-programs | 11 | 197895 | <gh_stars>10-100
; A262607: Sum_{k=0..n} ((k+1)*binomial(n+1,k)*binomial(2*n-k,n))/(n+1).
; Submitted by <NAME>
; 1,3,11,47,219,1075,5459,28383,150131,804515,4355163,23768079,130572363,721247571,4002344355,22296869823,124633584099,698707769923,3927060020651,22121780745711,124865811262139,706065855417203,399895084888805... |
mc-sema/validator/x86/tests/FICOM_32m.asm | randolphwong/mcsema | 2 | 197896 | <filename>mc-sema/validator/x86/tests/FICOM_32m.asm<gh_stars>1-10
BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; set up st0 to be 3.141593
FLD1
;TEST_BEGIN_RECORDING
lea edi, [esp-08]
mov dword [edi], 0x1
FICOM dword [edi]
;TEST_END_RECORDING
|
oeis/090/A090002.asm | neoneye/loda-programs | 11 | 197897 | ; A090002: Length of longest contiguous block of 1's in binary expansion of n-th triangular number.
; Submitted by <NAME>(s2)
; 0,1,2,2,1,4,1,3,1,2,3,1,3,2,2,4,1,2,2,5,2,3,6,1,2,1,5,4,2,2,3,5,1,2,2,3,2,6,3,2,2,3,3,3,4,2,3,2,2,2,5,3,2,3,3,2,4,3,4,3,3,3,4,6,1,2,2,3,1,4,2,7,1,2,3,2,3,3,2,2,2,5,2,4,5,3,3,4,4,5,12,2,2,2,3,3... |
programs/oeis/192/A192967.asm | neoneye/loda | 22 | 197898 | <reponame>neoneye/loda<gh_stars>10-100
; A192967: Constant term of the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments.
; 1,0,2,4,9,17,31,54,92,154,255,419,685,1116,1814,2944,4773,7733,12523,20274,32816,53110,85947,139079,225049,364152,589226,953404,1542657,2496089,4038775,6534894,10573700,17108626... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_17071_959.asm | ljhsiun2/medusa | 9 | 197899 | <reponame>ljhsiun2/medusa
.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_WC_ht+0xc25c, %rdi
nop
nop
xor %r13, %r13
movb (%rdi), %cl
nop
xor $51330, %rdi
lea addresses_D_ht+0x15c5c, %r11
nop
nop
nop
nop
nop
cmp %rdi, %rdi
vmovups (... |
src/hook_deploy_music_ninja.asm | szapp/Ninja | 17 | 197900 | ; Hook music parser in zCMusicSys_DirectMusic::zCMusicSys_DirectMusic
%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(0x4DA448,0x4E765C)
%endif
bits 32
... |
examples/energy.asm | thisiswhereitype/fine-grained-state | 0 | 197901 | <gh_stars>0
Load R0 t1
Add R0 t2
Sub R0 t2
Abs R0
Load R1 p1
Add R1 p2
Store R1 p2
Mul R0 p2
Div R0 255
Halt
|
P6/data_P6_2/ALUTest10.asm | alxzzhou/BUAA_CO_2020 | 1 | 197902 | <reponame>alxzzhou/BUAA_CO_2020<filename>P6/data_P6_2/ALUTest10.asm
sltu $1,$3,$3
sh $3,0($0)
srlv $5,$5,$3
srav $3,$4,$3
ori $4,$3,31461
sra $5,$4,24
nor $0,$6,$3
lh $5,10($0)
sltu $4,$3,$3
srlv $5,$4,$3
sll $1,$3,24
sll $3,$3,8
sw $0,12($0)
sll $3,$3,2
addu $4,$0,$3
xor $5,$5,$3
nor $4,$4,$3
sh $1,0($0)
xor $4,$3,$3
... |
work/macro.h.asm | ypyp-pprn-mnmn/ff3_hack | 4 | 197903 | ; macro.h.asm
;
; macro definitions
;======================================================================================================
INIT16 .macro ;addr,val
lda #LOW(\2)
sta \1
lda #HIGH(\2)
sta \1+1
.endm
INIT16_x .macro ;addr,val
ldx #LOW(\2)
stx \1
ldx #HIGH(\2)
stx \1+1
.endm
... |
libsrc/_DEVELOPMENT/target/yaz180/driver/terminal/rc_01_output_asci0/rc_01_output_asci0_oterm_msg_bell.asm | jpoikela/z88dk | 640 | 197904 | INCLUDE "config_private.inc"
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC rc_01_output_asci0_oterm_msg_bell
PUBLIC rc_01_output_asci0_oterm_msg_bell_0
EXTERN rc_01_output_asci0_oterm_msg_putc_send
rc_01_output_asci0_oterm_msg_bell:
; can use: af, bc, de, hl
bit 0,(ix+7)
ret z ... |
dosshell/swapper/woamouse.asm | minblock/msdos | 0 | 197905 | <gh_stars>0
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1985-1991
; * All Rights Reserved.
; */
;----------------------------------------------------------------------------;
; This module contains routines realated to saving an... |
src/gdt/gdt.asm | yotam5/SmollOs | 0 | 197906 | <filename>src/gdt/gdt.asm
section .asm
global gdt_load
gdt_load:
mov eax, [esp+4]
mov [gdt_descriptor + 2], eax
mov ax, [esp+8]
mov [gdt_descriptor], ax
lgdt [gdt_descriptor]
ret
section .data
gdt_descriptor:
dw 0x00 ; Size
dd 0x00 ; GDT Start Address |
programs/oeis/282/A282005.asm | karttu/loda | 1 | 197907 | <reponame>karttu/loda<filename>programs/oeis/282/A282005.asm
; A282005: Decimal representation of the x-axis, from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 413", based on the 5-celled von Neumann neighborhood.
; 1,1,6,7,24,31,96,127,384,511,153... |
oeis/244/A244773.asm | neoneye/loda-programs | 11 | 197908 | ; A244773: Prime numbers ending in the prime number 67.
; Submitted by <NAME>
; 67,167,367,467,967,1367,1567,1667,1867,2267,2467,2767,3067,3167,3467,3767,3967,4567,4967,5167,5867,6067,6367,6967,7867,8167,8467,8867,9067,9467,9767,9967,10067,10267,10567,10667,10867,11467,11867,12967,13267,13367,13567,13967,14767,14867,15... |
Appl/Art/Decks/GeoDeck/LCHeartQ.asm | steakknife/pcgeos | 504 | 197909 | <reponame>steakknife/pcgeos<gh_stars>100-1000
LCHeartQ label byte
word C_BLACK
Bitmap <71,100,BMC_PACKBITS,BMF_4BIT or mask BMT_MASK>
db 0x00, 0x1f, 0xfa, 0xff, 0x00, 0xf0
db 0x01, 0xdd, 0xd0, 0xe1, 0x00, 0x01, 0xdd, 0xd0
db 0x00, 0x7f, 0xfa, 0xff, 0x00, 0xfc
db 0x01, 0xd0, 0x0f, 0xe1, 0xff, 0x01, 0x00, 0xd... |
listPid.asm | akhilsinghal1234/xv6-OS | 1 | 197910 |
_listPid: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "user.h"
#include "stat.h"
int main()
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push ... |
shutdown.asm | desmonHak/desmon-OS | 5 | 197911 | [BITS 16]
global apm_power_off
apm_power_off:
;mov ax,5301h ; connect real mode interface
;sub bx,bx
;int 15h
sti
mov ax, 0x1000
mov ax, ss
mov sp, 0xf000
mov ax, 0x5307
mov bx, 0x0001
mov cx, 0x0003
int 0x15 |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1246.asm | ljhsiun2/medusa | 9 | 197912 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1246.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xe074, %rbx
sub %rdi, %rdi
mov (%rbx), %esi
nop
nop
nop
nop
nop
add %rax, %rax
lea addre... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21_1034.asm | ljhsiun2/medusa | 9 | 197913 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21_1034.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1dba9, %rsi
lea addresses_D_ht+0x7bf5, %rdi
nop
nop
sub $9264, %rdx
mov $86, %rcx
r... |
oeis/032/A032828.asm | neoneye/loda-programs | 11 | 197914 | <filename>oeis/032/A032828.asm
; A032828: Numbers whose set of base-16 digits is {1,4}.
; Submitted by <NAME>
; 1,4,17,20,65,68,273,276,321,324,1041,1044,1089,1092,4369,4372,4417,4420,5137,5140,5185,5188,16657,16660,16705,16708,17425,17428,17473,17476,69905,69908,69953,69956,70673,70676,70721,70724,82193,82196,82241,82... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_197.asm | ljhsiun2/medusa | 9 | 197916 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xfb56, %rsi
lea addresses_WT_ht+0xccea, %rdi
nop
nop
cmp %r14, %r14
mov $86, %rcx
rep movsw
nop
nop
nop
sub %rax, %rax
lea addresses_normal_ht+0xe56a, %r9
nop
... |
pkgs/tools/yasm/src/modules/objfmts/xdf/tests/xdfother.asm | manggoguy/parsec-modified | 2,151 | 197917 | extern var4
extern farlabel
global equ2
equ1 equ 4000
equ2 equ 5000
[section foo]
mov ax, bar
mov ds, ax
mov ax, [var2 wrt bar]
mov ax, seg var4
mov es, ax
mov ax, [es:var4]
[section bar]
jmp far farlabel
[section baz]
var2 dw 2
[section bss bss]
var3 resd 4
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_1224_1953.asm | ljhsiun2/medusa | 9 | 197918 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xc0d6, %rsi
lea addresses_WC_ht+0x3a8b, %rdi
nop
nop
nop
nop
add $35203, %rdx
mov $122, %rcx
rep movsw
nop
nop
nop
nop
nop
sub $30937, %rcx
lea addresses_normal_ht+0x184d6, %rcx
sub %r8,... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_1792.asm | ljhsiun2/medusa | 9 | 197919 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xec60, %rsi
lea addresses_D_ht+0x16884, %rdi
nop
nop
nop
cmp $36558, %r9
mov $46, %rcx
rep movsq
nop
and %r12, %r12
pop %rsi
pop %rdi
pop %rcx
pop %r9
pop %r12
ret
.global s_faulty_load
s_faulty_l... |
asm/battle_spoils.asm | unknownbrackets/tomatotrans | 14 | 197920 | ; Could move these.
@ItemTextPtr equ 0x08639CAD
@ItemTextLen equ 4
@FoundTextPtr equ 0x08639CB1
@FoundTextLen equ 6
; See also item_text.asm.
@NameLen equ 0x10
; This is part of the larger function, 08050E2C, and shows the spoils.
; All regs are free at this point.
.org 0x08050F6E
.region 0x0805100C-.,0x00
; Drawing ... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_174.asm | ljhsiun2/medusa | 9 | 197921 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x38d4, %rdx
nop
nop
nop
inc %r10
movb (%rdx), %cl
nop
nop
xor %rbp, %rbp
lea addresses_WC_ht+0x3d9c, %rsi
lea addresses_A_ht+0xb0b4, %rdi
nop
nop
nop
and $43312, %r15
mov $96,... |
programs/oeis/076/A076544.asm | jmorken/loda | 1 | 197922 | <filename>programs/oeis/076/A076544.asm<gh_stars>1-10
; A076544: mu(n)+sqf(n): mu(n) is Moebius function; sqf(n)=1 if n is squarefree, sqf(n)=-1 otherwise.
; 2,0,0,-1,0,2,0,-1,-1,2,0,-1,0,2,2,-1,0,-1,0,-1,2,2,0,-1,-1,2,-1,-1,0,0,0,-1,2,2,2,-1,0,2,2,-1,0,0,0,-1,-1,2,0,-1,-1,-1,2,-1,0,-1,2,-1,2,2,0,-1,0,2,-1,-1,2,0,0,-1,... |
predaja/tests/testIntr.asm | znjRoLS/ss | 0 | 197923 | .public main
.data.inf
output: .long 0x2000
tmrIntrOut: .long 4
kbIntrOut: .long 12
kbOutput: .long 0x2000
kbInput: .long 0x1000
.text.inf
main:
ldc r1, 0x12345678
str r1, r1, 0
ldr r2, r1--, 0
ldr r2,r1--,0
ldc r4, loop
ldc r5, progEnd
ldc r6, timerInterrupt
ldc r7... |
programs/oeis/014/A014448.asm | jmorken/loda | 1 | 197924 | <reponame>jmorken/loda
; A014448: Even Lucas numbers: L(3n).
; 2,4,18,76,322,1364,5778,24476,103682,439204,1860498,7881196,33385282,141422324,599074578,2537720636,10749957122,45537549124,192900153618,817138163596,3461452808002,14662949395604,62113250390418,263115950957276,1114577054219522,4721424167835364
mov $1,2
lpb... |
oeis/308/A308594.asm | neoneye/loda-programs | 11 | 197927 | ; A308594: a(n) = Sum_{d|n} d^(d+n).
; Submitted by <NAME>(s1)
; 1,17,730,65601,9765626,2176802276,678223072850,281474993488897,150094635297530563,100000000030517582222,81402749386839761113322,79496847203492408399442540,91733330193268616658399616010,123476695691248494372093865205800,191751059232884086668586731344451740... |
programs/oeis/175/A175967.asm | neoneye/loda | 22 | 197929 | <reponame>neoneye/loda
; A175967: Lexicographically earliest sequence with first differences as increasing sequence of nonprimes A018252.
; 1,2,6,12,20,29,39,51,65,80,96,114,134,155,177,201,226,252,279,307,337,369,402,436,471,507,545,584,624,666,710,755,801,849,898,948,999,1051,1105,1160,1216,1273,1331,1391,1453,1516,1... |
src/asm/print.asm | NoOperatingSys/NoOperatingSystem | 0 | 197930 | <reponame>NoOperatingSys/NoOperatingSystem<filename>src/asm/print.asm
print:
pusha
start:
mov al, [bx]
cmp al, 0
je done ; if done call ret after discarding unused data
; print letter (if not done bc above)
mov ah, 0x0e
int 0x10 ; s
add bx, 1 ; increment pointer?
jmp start ; do loo... |
nv_keyboard_macs.asm | nealvis/nv_c64_util | 0 | 197931 | //////////////////////////////////////////////////////////////////////////////
// nv_keyboard_macs.asm
// Copyright(c) 2021 <NAME>.
// License: MIT. See LICENSE file in root directory.
//////////////////////////////////////////////////////////////////////////////
// Keyboard macros for reading the keyboard from a progr... |
defaults_item.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 197932 | <reponame>RockmanEXEZone/MMBN-Mod-Card-Kit
card_address_id equ 0
card_bug equ 0
card_chip_img equ "dummy.bin"
card_chip_pal equ "dummy.bin"
card_chip_icon equ "dummy.bin"
card_chip_name_img equ "../include/dummy.bin"
card_chip_name_pal equ "../include/dummy.bin" |
data/pokemon/palettes.asm | Trap-Master/spacworld97-thingy | 0 | 197933 | <filename>data/pokemon/palettes.asm
; Eggs are negative now
INCBIN "gfx/pokemon/egg/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/egg/shiny.pal"
; -2
RGB 30, 26, 11
RGB 23, 16, 00
; -2 shiny
RGB 30, 26, 11
RGB 23, 16, 00
; -1
RGB 23, 23, 23
RGB 17, 17, 17
; -1 shiny
RGB 23, 23, 23
RGB 17, 17, 17
PokemonP... |
programs/oeis/272/A272104.asm | neoneye/loda | 22 | 197934 | ; A272104: Sum of the even numbers among the larger parts of the partitions of n into two parts.
; 0,0,0,2,2,4,4,10,10,14,14,24,24,30,30,44,44,52,52,70,70,80,80,102,102,114,114,140,140,154,154,184,184,200,200,234,234,252,252,290,290,310,310,352,352,374,374,420,420,444,444,494,494,520,520,574,574,602,602,660,660,690,690... |
programs/oeis/122/A122796.asm | neoneye/loda | 22 | 197935 | ; A122796: Connell (3,5)-sum sequence (partial sums of the (3,5)-Connell sequence)
; 1,3,8,16,27,41,58,76,97,121,148,178,211,247,286,328,373,421,470,522,577,635,696,760,827,897,970,1046,1125,1207,1292,1380,1471,1565,1660,1758,1859,1963,2070,2180,2293,2409,2528,2650,2775,2903,3034,3168,3305,3445,3588,3734,3883,4035,4190... |
common/pe_sect.asm | DigitalMars/optlink | 28 | 197936 | TITLE PE_SECT - Copyright (C) SLR Systems 1994
INCLUDE MACROS
if fg_pe
INCLUDE SEGMENTS
INCLUDE SECTIONS
INCLUDE PE_STRUC
INCLUDE IO_STRUC
INCLUDE EXES
INCLUDE SYMBOLS
INCLUDE SEGMSYMS
PUBLIC ASSIGN_PE_SECTIONS,DO_OBJECT_ALIGN,DEFIMPS
.DATA
EXTERNDEF MODULE_NAME:BYTE
EXTERNDEF ENTRYNAME... |
src/sm/sprite/gunport.asm | PJBoy/alttp_sm_combo_randomizer_rom | 31 | 197937 | <gh_stars>10-100
; --- rearrange dma gun port tables ---
; To break mirror symmetry, we will need to rearrange where the gun port tile
; data is held, and load it correctly during DMA. Thankfully, there's plenty of
; memory since Deerforce were very wasteful in this section.
; $90:C7A5 has pointers to the gun port DM... |
oeis/021/A021594.asm | neoneye/loda-programs | 11 | 197938 | ; A021594: Expansion of 1/((1-x)(1-3x)(1-7x)(1-9x)).
; Submitted by <NAME>
; 1,20,270,3100,32711,328440,3195340,30437000,285695421,2653625260,24459281210,224170373700,2045792060131,18609941810480,168874176353880,1529560509125200,13833895100278841,124980009723284100,1128144764836109350,10176575626554243500,9175208984542... |
programs/oeis/204/A204028.asm | jmorken/loda | 1 | 197939 | <reponame>jmorken/loda
; A204028: Symmetric matrix based on f(i,j)=min(3i-2,3j-2), by antidiagonals.
; 1,1,1,1,4,1,1,4,4,1,1,4,7,4,1,1,4,7,7,4,1,1,4,7,10,7,4,1,1,4,7,10,10,7,4,1,1,4,7,10,13,10,7,4,1,1,4,7,10,13,13,10,7,4,1,1,4,7,10,13,16,13,10,7,4,1,1,4,7,10,13,16,16,13,10,7,4,1,1,4,7,10,13,16,19,16
lpb $0
add $3,1
... |
oeis/342/A342089.asm | neoneye/loda-programs | 11 | 197940 | <reponame>neoneye/loda-programs
; A342089: Numbers that have two representations as the sum of distinct non-consecutive Lucas numbers (A000032).
; Submitted by <NAME>
; 5,12,16,23,30,34,41,45,52,59,63,70,77,81,88,92,99,106,110,117,121,128,135,139,146,153,157,164,168,175,182,186,193,200,204,211,215,222,229,233,240,244,2... |
examples/readint.asm | mjbrusso/util.asm | 2 | 197942 | <reponame>mjbrusso/util.asm<gh_stars>1-10
%include '../util.asm'
section .text
global _start
_start:
lea rdi, [prompt]
call printstr
call readint
mov r14, rax
mov rdi, rax
call printint
shl r14, 1 ; r14 *= 2
lea rdi, [str2]
call printstr
mov rdi, r14
call... |
programs/oeis/122/A122798.asm | karttu/loda | 0 | 197943 | ; A122798: A P_5-stuttered arithmetic progression with a(n+1) = a(n) if n is a pentagonal number, a(n+1) = a(n)+4 otherwise.
; 1,1,5,9,13,13,17,21,25,29,33,37,37,41,45,49,53,57,61,65,69,73,73,77,81,85,89,93,97,101,105,109,113,117,121,121,125,129,133,137,141,145,149,153,157,161,165,169,173,177,181,181,185,189,193,197,20... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1040.asm | ljhsiun2/medusa | 9 | 197944 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1d1fc, %r11
nop
nop
cmp $31242, %r12
movl $0x61626364, (%r11)
nop
nop
nop
nop
nop
cmp $44, %r12
lea addresses_UC_ht+0x2f5c, %rsi
clflush (%rsi)
nop
nop
dec %rdi
movb (%r... |
sound/sfxasm/97.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 197945 | <filename>sound/sfxasm/97.asm
97_Header:
sHeaderInit ; Z80 offset is $D14D
sHeaderPatch 97_Patches
sHeaderTick $01
sHeaderCh $03
sHeaderSFX $80, $05, 97_FM5, $00, $03
sHeaderSFX $80, $04, 97_FM4, $DF, $00
sHeaderSFX $80, $C0, 97_PSG3, $20, $00
97_FM5:
dc.b nRst, $03
97_FM4:
sPatFM $00
ssModZ80 $03, $0... |
passOneAssembler/demo.asm | Sanchitraina1999/SPOSL | 0 | 197946 | START 100
A DS 3
L1 MOVER AREG, B
ADD AREG, C
MOVEM AREG, D
MOVER AREG, ="5"
MOVER AREG, ="5"
MOVER AREG, ="1"
D EQU A+1
LTORG
L2 PRINT D
ORIGIN A-1
MOVER AREG, ="7"
LTORG
C DC '5'
MOVER AREG, ="5"
ORIGIN L2+1
STOP
B DC '19'
END
|
oeis/034/A034128.asm | neoneye/loda-programs | 11 | 197947 | <gh_stars>10-100
; A034128: Decimal part of cube root of a(n) starts with 2: first term of runs.
; Submitted by <NAME>(s2)
; 2,11,33,75,141,239,374,552,779,1062,1405,1816,2300,2864,3512,4252,5089,6029,7078,8243,9529,10942,12488,14173,16004,17985,20124,22426,24898,27544,30372,33387,36595,40002,43615,47438,51479,55743,60... |
oeis/030/A030827.asm | neoneye/loda-programs | 11 | 197948 | <gh_stars>10-100
; A030827: [ exp(2/23)*n! ].
; Submitted by <NAME>
; 1,2,6,26,130,785,5497,43983,395847,3958473,43543211,522518536,6792740972,95098373611,1426475604177,22823609666834,388001364336187,6984024558051373,132696466602976097,2653929332059521943
add $0,1
mov $2,1
lpb $0
mul $1,2
mul $2,$0
sub $0,1
ad... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_71_1012.asm | ljhsiun2/medusa | 9 | 197950 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x196f2, %r15
and %rcx, %rcx
mov $0x6162636465666768, %rdx
movq %rdx, %xmm5
vmovups %ymm5, (%r15)
nop
nop
nop
sub %rdi, %rdi
lea addresses_normal_ht+0x55d2... |
uint_to_ascii64.asm | alexiyee/asm-wordcount-exam-sysprog | 0 | 197951 | <filename>uint_to_ascii64.asm
;-----------------------------------------------------------------------------
; uint_to_ascii64.asm
;-----------------------------------------------------------------------------
;
; DHBW Ravensburg - <NAME>
;
; Vorlesung Systemnahe Programmierung (SNP)
;
;--------------------------------... |
Internal-Wallhack/Internal-Wallhack.asm | attilathedud/CoD_Hacks | 10 | 197952 | ; An internal wallhack that hooks CoD's syscall function and adjusts the render flag of entities
; that pass through for rendering.
;
; Originally written 2008/12/20 by attilathedud.
; System descriptors.
.386
.model flat,stdcall
option casemap:none
VirtualAlloc proto stdcall :DWORD, :DWORD, :DWORD, :DWORD
... |
base/mvdm/dos/v86/cmd/debug/debcom2.asm | npocmaka/Windows-Server-2003 | 17 | 197953 | <filename>base/mvdm/dos/v86/cmd/debug/debcom2.asm
PAGE 60,132 ;
TITLE DEBCOM2.ASM - PART2 DEBUGGER COMMANDS PC DOS
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
;======================= S... |
programs/oeis/127/A127147.asm | karttu/loda | 1 | 197955 | <filename>programs/oeis/127/A127147.asm<gh_stars>1-10
; A127147: Q(n,5), where Q(m,k) is defined in A127080 and A127137.
; 43,28,15,4,-5,-12,-17,-20,-21,-20,-17,-12,-5,4,15,28,43,60,79,100,123,148,175,204,235,268,303,340,379,420,463,508,555,604,655,708,763,820,879,940,1003,1068,1135,1204,1275,1348,1423,1500,1579,1660,1... |
src/firmware/Platform/Clock/Poll.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 197956 | #define __CLUCK2SESAME_PLATFORM_CLOCK_ASM
#include "Platform.inc"
#include "FarCalls.inc"
#include "TailCalls.inc"
#include "ArithmeticBcd.inc"
#include "PollChain.inc"
#include "Clock.inc"
radix decimal
SECONDS_PER_TIMER_OVERFLOW_BCD equ 0x16
TWELVE_MONTHS_MODULUS equ 1 + 0x12
YEAR99_MODULUS equ 0xa0
#def... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_9_2032.asm | ljhsiun2/medusa | 9 | 197957 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x7d, %rsi
lea addresses_normal_ht+0x1a3fd, %rdi
nop
cmp $62494, %r9
mov $107, %rcx
rep movsw
nop
nop
nop
nop
add %r15, %r15
lea addresses_D_ht+0xeba6, %r15
nop
nop
nop
nop
nop
cmp %rbx,... |
MacOSX/search/search.asm | shikhar-scs/Assembly-with-MacOS | 19 | 197960 | <gh_stars>10-100
section .text
global _main ;must be declared for linker (ld)
extern _printf, _exit
_main:
push ebp
mov ebp, esp ; Set up stack frame
sub esp, 8 ; 16-byte align stack + room for parameters passed
; to functions we call
mov eax,10 ;numb... |
counter.asm | DaCuteRaccoon/SYNASM | 3 | 197961 | DB 1h, 0h ; Set RAM1 to 0
LD 1h, EAX ; Load RAM1 into register 1
DCO "@COUNTER "
INC EAX, NUL ; Increment the value in register 1
DIR EAX, NUL ; Display the value of register 1
DCO "@, "
JMP 7h, 5h ; Jump to line 5 (DCO makes line 4 line 5)
|
programs/oeis/204/A204094.asm | neoneye/loda | 22 | 197962 | <reponame>neoneye/loda
; A204094: Numbers whose set of base 10 digits is {0,7}.
; 0,7,70,77,700,707,770,777,7000,7007,7070,7077,7700,7707,7770,7777,70000,70007,70070,70077,70700,70707,70770,70777,77000,77007,77070,77077,77700,77707,77770,77777,700000,700007,700070,700077,700700,700707,700770,700777,707000,707007,707070... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1734.asm | ljhsiun2/medusa | 9 | 197963 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x14473, %rsi
nop
nop
nop
and %rcx, %rcx
mov $0x6162636465666768, %r14
movq %r14, (%rsi)
nop
nop
nop
inc %rdx
lea addresses_A_ht+0xe9cb, %r15
nop
nop
nop
nop
nop
xor %r12, %r1... |
nasm/Reference/printElapsed.asm | wbwiltshire/LinuxAssembler | 1 | 197964 | ; FUNCTION: printElapsed
;
; PURPOSE: Print integer to console3
;
; CALLING CONVENTION: Linux X86_64 ABI
; r prefix for 64bit registers
;
; INPUT:
; rdi - call parameter 1 (integer to print)
; OUTPUT:
; None
;
; VARIABLES: The registers have the following uses
;
; rax - division of integer
; rbx - le... |
lab4/hellolcd.asm | jeffliou64/elec291 | 0 | 197965 | <gh_stars>0
;--------------------------------------------------------
; File Created by C51
; Version 1.0.0 #1069 (Apr 23 2015) (MSVC)
; This file was generated Fri Feb 26 19:06:53 2016
;--------------------------------------------------------
$name hellolcd
$optc51 --model-small
R_DSEG segment data
R_CSEG... |
Library/GDI/Common/gdiPointer.asm | steakknife/pcgeos | 504 | 197966 | <reponame>steakknife/pcgeos<gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1996 -- All Rights Reserved
PROJECT: GEOS
MODULE: GDI Library - Common code
FILE: gdiPointer.asm
AUTHOR: <NAME>, Apr 29, 1996
ROUTINES:
Name Descripti... |
Micro_Processor_Lab/big3.asm | MohithGowdaHR/PES-Engineering-Lab-Programs | 0 | 197967 | <reponame>MohithGowdaHR/PES-Engineering-Lab-Programs<filename>Micro_Processor_Lab/big3.asm
; Largest of 3 numbers
data segment
pa equ 0c800h
pb equ 0c801h
pctrl equ 0c803h
data ends
code segment
assume ds:data,cs:code
start: mov ax,data
mov ds,ax
mov al,82h
... |
Transynther/x86/_processed/US/_st_sm_/i9-9900K_12_0xa0.log_21114_521.asm | ljhsiun2/medusa | 9 | 197968 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x169b, %rsi
lea addresses_A_ht+0x146db, %rdi
nop
nop
nop
add %r12, %r12
mov $116, %rcx
rep movsb
nop
nop
nop
nop
and $31792, %r10
lea addresses_WT_ht+0x5493, %rdx
clflush (%rdx)
nop
nop
... |
data/pokemon/dex_entries/happiny.asm | AtmaBuster/pokeplat-gen2 | 6 | 197969 | db "PLAYHOUSE@" ; species name
db "It will carefully"
next "carry a round"
next "white rock that it"
page "thinks is an egg."
next "It is bothererd by"
next "its curly hair.@"
|
oeis/053/A053103.asm | neoneye/loda-programs | 11 | 197970 | ; A053103: a(n) = ((6*n+10)(!^6))/10(!^6), related to A034724 (((6*n+4)(!^6))/4 sextic, or 6-factorials).
; 1,16,352,9856,335104,13404160,616591360,32062750720,1859639541760,119016930672640,8331185147084800,633170071178444800,51919945836632473600,4568955233623657676800,429481791960623821619200,4294817919606238216192000... |
source/menu.asm | wilsonpilon/msx-menu | 0 | 197971 | <reponame>wilsonpilon/msx-menu
;***** Definicoes do Compilador **********************************************
.basic
.bios
.include "source\msx.asm"
;***** Rotinas principais do programa ****************************************
;***** Rotina de Entrada *****************************************************
... |
Src/Ant32/from.asm | geoffthorpe/ant-architecture | 0 | 197972 | # $Id: rom.asm,v 1.3 2001/11/29 19:11:14 ellard Exp $
#
# Copyright 2001 by the President and Fellows of Harvard College.
# See LICENSE.txt for license information.
#
# <NAME> -- 11/10/2001
#
# Ant-32 Boot ROM
#
# This is the "boot ROM" for the 4-meg version of Ant-32. This
# machine has 4 megs of physical RAM, contig... |
oeis/142/A142055.asm | neoneye/loda-programs | 11 | 197973 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A142055: Primes congruent to 10 mod 33.
; Submitted by <NAME>
; 43,109,241,307,373,439,571,769,967,1033,1231,1297,1429,1627,1693,1759,2089,2221,2287,2551,2617,2683,2749,3079,3343,3541,3607,3673,3739,4003,4201,4597,4663,4729,4861,4993,5059,5323,5521,5653,5851,6247,6379,6... |
oeis/131/A131244.asm | neoneye/loda-programs | 11 | 197974 | <gh_stars>10-100
; A131244: Row sums of triangle A131243.
; Submitted by <NAME>
; 1,3,6,14,30,67,146,322,705,1549,3396,7453,16346,35861,78659,172549,378487,830234,1821136,3994730,8762543,19220904,42161568,92482585,202863051,444985664,976088107,2141075804,4696507779
mov $3,3
mov $4,1
lpb $0
sub $0,1
mov $2,$1
add... |
src/data/keyboard.asm | natiiix/Nebula | 1 | 197975 | <gh_stars>1-10
SECTION .data
keybuff times 0x100 db 0 ; keyboard scan code buffer
keybuff_start db 0 ; start index of keyboard buffer
keybuff_end db 0 ; end index of keyboard buffer
; table of key states (which keys are currently pressed down; 0x00 = pressed; 0x80 = released)
keystate times 0x8... |
Mips/Studies/multiplicationSll.asm | otavreis/-Computer-Architecture-and-Organization | 1 | 197977 | <gh_stars>1-10
.data
.text
addi $s0, $zero, 4
sll $t0, $s0, 2 # 2^i t0 = $s0, 2^2
li $v0, 1
add $a0, $zero, $t0
syscall |
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_setSpritePaletteColor_callee.asm | jpoikela/z88dk | 640 | 197978 | ; void SMS_setSpritePaletteColor(unsigned char entry,unsigned char color)
SECTION code_clib
SECTION code_SMSlib
PUBLIC _SMS_setSpritePaletteColor_callee
EXTERN asm_SMSlib_setSpritePaletteColor
_SMS_setSpritePaletteColor_callee:
pop hl
ex (sp),hl
ld a,h
jp asm_SMSlib_setSpritePaletteColor
|
randomly-solved-programs/conversion from ascii to decimal using AND,OR.asm | informramiz/Assembly-Language-Programs | 0 | 197979 | .MODEL SMALL
.STACK 100H
.DATA
MSG DB 'ENTER CHARACTERS: $'
ARRAY DB 0,0,0,0,0
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
mov ah,1
int 21h
and al,0fh
mov dl,al
mov ah,2
int 21h
or dl,30h
int 21h
EXIT:
MOV AH,4CH
INT 21H
MAIN ENDP
END MAIN
|
t_pageflt-v2.0.x86-32.asm | pageflt/r2wars-2018 | 0 | 197980 | ; r2wars 2018
; <NAME> (@t_pageflt)
mov eax, 0xc3c3c3c3
mov ebx, 1024
mov ecx, 0
mov edx, 0x90909000
mov esi, 0xe4ff60e3
mov edi, 0x440fcc39
call pwn
pwn:
pop esp
sub esp,4
pushad
mov esp, ebx
pushad
jmp esp
|
libraries/encodings/atoi.asm | smf-steve/assembly-comparison | 0 | 197981 | .text
.include "macros/stack.s"
.globl atoi
atoi: nop # int atoi(char * str);
# Converts the initial portion of the string ("str")
# into an integer (i.e., 2's complement)
... |
libsrc/sdcard/sd_send_eight_clocks.asm | andydansby/z88dk-mk2 | 1 | 197982 | <reponame>andydansby/z88dk-mk2
;
; Old School Computer Architecture - SD Card driver
; Taken from the OSCA Bootcode by <NAME> 2011
; Port by <NAME>, 2012
;
; Send 8 clocks to card, used in various places to keep communications stable
;
; $Id: sd_send_eight_clocks.asm,v 1.2 2012/09/26 14:15:25 stefano Exp $
;
XLIB sd_... |
oeis/280/A280425.asm | neoneye/loda-programs | 11 | 197983 | <filename>oeis/280/A280425.asm
; A280425: Sixth column of Euler's difference table in A068106.
; Submitted by <NAME>
; 0,0,0,0,120,600,3720,27240,229080,2170680,22852200,264398280,3332744760,45440868120,666166856520,10446911529000,174478419885720,3091496076405240,57915148833808680,1143668772912038280,237421026907478958... |
constants/memory.asm | ISSOtm/Aevilia-GB | 53 | 197984 |
waitVBlank equ $0000
isVBlanking equ $0008
isVRAMOpen equ $0010
fill equ $0018
copy equ $0020
bankswitch equ $0028
copyStr equ $0030
callHL equ $0038
SRAMEnable equ $0000
ROMBankLow equ $2000
ROMBankHigh equ $3000
SRAMBank equ $4000
ROMVersion equ $014C
rOAM equ $FE00
OAMEnd e... |
testc/vndrvtst.asm | krismuad/TOWNSEMU | 124 | 197985 | ASSUME CS:CODE
PUBLIC VNDRV_PRINT
PUBLIC VNDRV_DUMP
PUBLIC VNDRV_NUM_DRIVES
PUBLIC VNDRV_FINDFIRST
PUBLIC VNDRV_FINDNEXT
CODE SEGMENT
TOWNS_VNDRV_CMD_GET_DRIVES EQU 00H
TOWNS_VNDRV_CMD_FIND_FIRST EQU 1BH
TOWNS_VNDRV_CMD_FIND_NEXT EQU 1CH
TOWNSIO_VNDRV_COMMAND EQU... |
Palmtree.Math.Core.Implements/vs_build/x86_Debug/TEST_op_BitwiseAnd.asm | rougemeilland/Palmtree.Math.Core.Implements | 0 | 197989 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\TEST_op_BitwiseAnd.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
msvcjmc SEGMENT
__7B7A869E... |
_anim/obj47.asm | vladjester2020/Sonic1TMR | 0 | 197990 | ; ---------------------------------------------------------------------------
; Animation script - flamethrower (SBZ)
; ---------------------------------------------------------------------------
dc.w byte_EAF4-Ani_obj47
dc.w byte_EAF8-Ani_obj47
byte_EAF4: dc.b $F, 0, $FF, 0
byte_EAF8: dc.b 3, 1, 2, 1, 2, $FD... |
x86/HashMacros.asm | lantonov/asm | 150 | 197991 |
macro MainHash_Save lcopy, entr, key16, vvalue, bbounder, ddepth, mmove, eev
local dont_write_move, write_everything, write_after_move, done
;ProfileInc MainHash_Save
if vvalue eq edx
else if vvalue eq 0
xor edx, edx
else
err 'val argument of HashTable_Save is not edx or 0'
end if
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.