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 |
|---|---|---|---|---|
programs/oeis/160/A160807.asm | karttu/loda | 0 | 129425 | ; A160807: a(n) = A160799(n)/4.
; 0,1,5,12,28,47,75,112,176,243,319,404,516,637,785,960,1216,1475,1743,2020,2324,2637,2977,3344,3792,4249,4733,5244,5836,6455,7155,7936,8960,9987,11023,12068,13140,14221,15329,16464,17680,18905,20157
mov $2,$0
mov $3,$0
lpb $2,1
mov $0,$3
sub $2,1
sub $0,$2
sub $0,1
cal $0,130... |
devices/am2302-ccs811.asm | TPKato/pAVRlib | 0 | 129426 | <filename>devices/am2302-ccs811.asm<gh_stars>0
;;; am2302-ccs811.asm
;;-
;;- Subroutines to convert the values of AM2302 for CCS811 sensor.
;;- This code is a part of [[../][pAVRlib]].
;;-
#ifdef __GNUC__
.global CONVERT_TEMPERATURE_FOR_CCS811
.global CONVERT_HUMIDITY_FOR_CCS811
#define low(x) lo8(x)
#define high(x) h... |
oeis/128/A128620.asm | neoneye/loda-programs | 11 | 129427 | ; A128620: Row sums of A128619.
; Submitted by <NAME>(s3.)
; 1,1,4,6,15,24,52,84,170,275,534,864,1631,2639,4880,7896,14373,23256,41810,67650,120406,194821,343884,556416,975325,1578109,2749852,4449354,7713435,12480600,21540304,34852944,59917826,96949079,166094370,268746336
mov $1,$0
div $0,2
add $0,1
lpb $1
sub $1,1
... |
programs/oeis/038/A038572.asm | karttu/loda | 0 | 129428 | ; A038572: a(n) = n rotated one binary place to the right.
; 0,1,1,3,2,6,3,7,4,12,5,13,6,14,7,15,8,24,9,25,10,26,11,27,12,28,13,29,14,30,15,31,16,48,17,49,18,50,19,51,20,52,21,53,22,54,23,55,24,56,25,57,26,58,27,59,28,60,29,61,30,62,31,63,32,96,33,97,34,98,35,99,36,100,37,101,38,102,39,103,40,104,41,105,42,106,43,107,4... |
main.s3d.asm | DavideRasla/XVR_2020 | 0 | 129430 | 0: PUSHN 0
1: CALLX 13 :CVMMOUSE 0
2: POP G0:MOUSE
3: CALLX 7 :CVMJOYSTICK 0
4: POP G1:JOYSTICK
5: CALLX 10 :CVMMMAVI 0
6: POP G2:MMAVI
7: CALLX 12 :CVMMMMP3 0
8: POP G3:MMMP3
9: CALLX 11 :CVMMMMIDI 0
10: POP G4:MMMIDI
11: ANEW 0 G150:PLAYERS
12: MOV <cVct0 [ 0 , 5 , 30 ]> G1... |
writeups/flare-on/2020/10/gadgets/printeax.asm | Washi1337/ctf-writeups | 24 | 129431 | <gh_stars>10-100
[BITS 32]
org 0x08048f47
push eax
lea ebx, dword [rel format]
push ebx
call 0x08048970
loop:
jmp loop
format:
db "%08x", 0x0a, 0x00 |
programs/oeis/120/A120990.asm | karttu/loda | 1 | 129433 | ; A120990: 5^n-3^n-2n.
; 0,0,12,92,536,2872,14884,75924,384048,1933424,9706556,48650956,243609160,1219108776,6098732628,30503229188,152544843872,762810312928,3814309845100,19072324066620,95363944856184,476826697849880,2384154409955972
mov $1,$0
sub $2,$0
sub $2,$0
cal $1,5058 ; a(n) = 5^n - 3^n.
add $1,$2
div $1,4
mul... |
macros.asm | adhi-thirumala/EvoYellow | 16 | 129434 |
text EQUS "db $00," ; Start writing text.
next EQUS "db $4e," ; Move a line down.
line EQUS "db $4f," ; Start writing at the bottom line.
para EQUS "db $51," ; Start a new paragraph.
cont EQUS "db $55," ; Scroll to the next line.
done EQUS "db $57" ; End a text box.
prompt EQUS "db $58" ; Prompt the play... |
libsrc/_DEVELOPMENT/math/float/math16/z80/asm_f16_sqrt.asm | geoffmcl/z88dk | 0 | 129435 | ;
; feilipu, 2020 June
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
;-------------------------------------------------------------------------
; asm_f24_invs... |
demos/check_ee.asm | 42Bastian/new_bll | 4 | 129436 | <reponame>42Bastian/new_bll
***************
* CHECK_EE.ASM
* Lynx-program to test a EEPROM-check-sub-routine
*
* created : 25.04.96
*
****************
Baudrate equ 62500
DEBUG equ 1
_1000HZ_TIMER equ 7
include <includes/hardware.inc>
* macros
include <macros/help.mac>
incl... |
test/naive-tests/6-mem.asm | skyzh/mips-simulator | 35 | 129437 | li $s1, 0x2000
li $s2, 0x0
li $s5, 0x200
loop:
add $s3, $s1, $s2
sb $s2, 5($s3)
add $s2, $s2, 1
ble $s2, $s5, loop
li $s1, 0x2000
li $s2, 0x0
li $s5, 0x200
li $s4, 0x0
li $s7, 0x0
loop2:
add $s3, $s1, $s2
lb $s4, 5($s3)
add $s2, $s2, 1
add $s7, $s4, $s7
ble $s2, $s5, loop2
|
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_1107.asm | ljhsiun2/medusa | 9 | 129438 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x17af3, %rsi
lea addresses_normal_ht+0x109a3, %rdi
add %r8, %r8
mov $94, %rcx
rep movsb
nop
nop
nop
nop
nop
add %r11, %r11
lea addresses_UC_ht+0x1e000, %rbx... |
sk/sfx/4B.asm | Cancer52/flamedriver | 9 | 129441 | Sound_4B_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_4B_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $02
smpsHeaderSFXChannel cFM5, Sound_4B_FM5, $00, $06
smpsHeaderSFXChannel cPSG3, Sound_4B_PSG3, $00, $00
; FM5 Data
Sound_4B_FM5:
smpsSetvoice $00
dc.b nEb5, $06, smpsNoAttack, nG6, $... |
oeis/164/A164037.asm | neoneye/loda-programs | 11 | 129442 | ; A164037: Expansion of (5-9*x)/(1-6*x+7*x^2).
; Submitted by <NAME>
; 5,21,91,399,1757,7749,34195,150927,666197,2940693,12980779,57299823,252933485,1116502149,4928478499,21755355951,96032786213,423909225621,1871225850235,8259990522063,36461362180733,160948239429957,710459901314611,3136121731877967,13843511082065525,61... |
src/libs/math/randn.asm | QFSW/2048x86_64 | 6 | 129444 | PUBLIC randn
EXTERN rand:PROC
.code
; gets a random number in the specified range
; RCX = min incl
; RDX = max excl
randn PROC
PUSH R12
PUSH R13
MOV R12, RDX ; max
MOV R13, RCX ; min
SUB R12, R13
CALL rand
MOV RDX, 0
DIV R12
MOV RAX, RDX
ADD RAX, R13
POP R13
POP R12
RET
randn ENDP
END |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1916.asm | ljhsiun2/medusa | 9 | 129445 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rdi
lea addresses_D_ht+0xd6da, %r14
nop
nop
nop
xor $10924, %r13
movb (%r14), %r15b
nop
nop
nop
inc %rdi
pop %rdi
pop %r15
pop %r14
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r13
push %r9
push %rax
pus... |
programs/oeis/098/A098184.asm | neoneye/loda | 22 | 129446 | <filename>programs/oeis/098/A098184.asm
; A098184: a(n) = 3a(n-1)+a(n-2)+a(n-3), a(0)=1, a(1)=1, a(2)=5.
; 1,1,5,17,57,193,653,2209,7473,25281,85525,289329,978793,3311233,11201821,37895489,128199521,433695873,1467182629,4963443281,16791208345,56804250945,192167404461,650097672673,2199264673425
mul $0,2
sub $0,1
trn $0... |
Uncategorized/helloworld.asm | crackersamdjam/DMOJ-Solutions | 0 | 129447 | <gh_stars>0
section .text
global _start
_start:
mov eax, 4
xor ebx, ebx
inc ebx
mov ecx, msg
mov edx, len
int 80h
xor eax, eax
inc eax
xor ebx, ebx
int 80h
sectio... |
oeis/315/A315345.asm | neoneye/loda-programs | 11 | 129448 | ; A315345: Coordination sequence Gal.6.641.3 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,6,10,16,22,28,34,40,46,52,56,62,68,72,78,84,90,96,102,108,114,118,124,130,134,140,146,152,158,164,170,176,180,186,19... |
src/chips/YM2413.asm | sharksym/vgmplay-sharksym | 6 | 129449 | <reponame>sharksym/vgmplay-sharksym
;
; VGM YM2413 chip
;
YM2413: MACRO
super: Chip YM2413_name, Header.ym2413Clock, YM2413_Connect
; hl' = time remaining
; ix = player
; iy = reader
ProcessCommand: PROC
call Reader_ReadWord_IY
jp System_Return
writeRegister: equ $ - 2
ENDP
ENDM
; ix = this
; iy = header... |
lcd_module.asm | yezz007/ProyekAkhir | 0 | 129450 | <filename>lcd_module.asm<gh_stars>0
.def lcd_temp = r16
.def LCD_SETTINGS = r17
.def LCD = r18
.equ LCD_A = 0
.equ LCD_B = 1
.equ LCD_C = 2
.equ LCD_D = 3
.equ LCD_E = 4
.equ LINE1 = 0b10000000 //First char on line 1
.equ LINE2 = 0b11000000 //First char on line 2
.equ LINE3 = 0b10010100 //First char on line 3
... |
libsrc/psg/sn76489/psg_tone.asm | ahjelm/z88dk | 640 | 129451 | SECTION code_clib
IF !__CPU_INTEL__ & !__CPU_RABBIT__ & !__CPU_GBZ80__
PUBLIC set_sound_freq
PUBLIC _set_sound_freq
PUBLIC psg_tone
PUBLIC _psg_tone
; $Id: psg_tone.asm $
;==============================================================
; void set_sound_freq(int channel, int freq)
;=============================... |
ASC/mips6.asm | ParaschivAlex/FMI-Thangs | 0 | 129452 | <filename>ASC/mips6.asm<gh_stars>0
.data
v: .word 2, 3, 4, 5
w: .word 4, 4, 4, 4
n: .word 4
x: .word 1
y: .word 2
sp: .asciiz " "
.text
main:
la $t0, v
la $t1, w
lw $t2, n
lw $t3, x
lw $t4, y
li $t5, 0
li $t6, 0
subu $sp, $sp, 4
sw $t4, 0($sp)
subu $sp, $sp, 4
sw $t3, 0($sp)
subu $sp, $sp, 4
sw ... |
non_regression/other_x64_macosx_3.s.asm | LRGH/plasmasm | 1 | 129453 | .macosx_version_min 10, 12
.section __TEXT,__text,regular,pure_instructions
.align 4, 0x90
.globl _main
_main:
pushq %rbp
Ltmp0:
Ltmp1:
movq %rsp, %rbp
Ltmp2:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $760, %rsp
Ltmp3:
Ltmp4:
Ltmp5:
Ltmp6:
Ltmp7:
mo... |
hpfp.asm | nagydani/lpfp | 17 | 129454 | ; Interfacing with the high-precision calculator in the ZX Spectrum ROM
FP_CALC: EQU $28
RSTK: EQU $3D ; No such thing needed on ZX81
END_CALC: EQU $38 ; $34 for ZX81
STK_STORE: EQU $2AB6 ; $12C3 for ZX81
; Store floating point number on the calculator stack
; Input: DE = number to stack
; Pollutes: AF, BC, DE, HL
ST... |
3 term/Assembly/6 Lab/main.asm | mrojaczy/Labs | 1 | 129456 | .model small
.stack 100h
.data
n dw 0
i dw 0
j dw 0
max dw 0
array dw 202 dup(?)
space dw 32
const10 dw 10d
.code
include lib.asm
get_index proc C near
arg ii, jj, nn : word
uses ax
mov ax, ii
mul byte ptr nn
add ax, jj
mov bx, 2d
mul bx
mov si, ax
ret
endp
start:
mov ax, @data
mov ds, ... |
oeis/340/A340632.asm | neoneye/loda-programs | 11 | 129457 | <reponame>neoneye/loda-programs
; A340632: a(n) in binary is a run of 1-bits from the most significant 1-bit of n down to the least significant 1-bit of n, inclusive.
; Submitted by <NAME>
; 0,1,2,3,4,7,6,7,8,15,14,15,12,15,14,15,16,31,30,31,28,31,30,31,24,31,30,31,28,31,30,31,32,63,62,63,60,63,62,63,56,63,62,63,60,63,... |
oeis/180/A180677.asm | neoneye/loda-programs | 11 | 129459 | <gh_stars>10-100
; A180677: The Gi4 sums of the Pell-Jacobsthal triangle A013609.
; Submitted by <NAME>
; 1,3,15,87,503,2871,16311,92599,525751,2985399,16952759,96267703,546663863,3104271799,17627835831,100100959671,568430652855,3227875241399,18329726840247,104086701305271,591063984860599,3356400287444407,1905956576267... |
home/text.asm | AmateurPanda92/pokemon-rby-dx | 9 | 129460 | TextBoxBorder::
; Draw a c×b text box at hl.
; top row
push hl
ld a, "┌"
ld [hli], a
inc a ; ─
call NPlaceChar
inc a ; ┐
ld [hl], a
pop hl
ld de, SCREEN_WIDTH
add hl, de
; middle rows
.next
push hl
ld a, "│"
ld [hli], a
ld a, " "
call NPlaceChar
ld [hl], "│"
pop hl
ld de, SCREEN_WIDTH
add hl, d... |
oeis/037/A037793.asm | neoneye/loda-programs | 11 | 129461 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A037793: Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 3,2,1,0.
; Submitted by <NAME>
; 3,14,57,228,915,3662,14649,58596,234387,937550,3750201,15000804,60003219,240012878,960051513,3840206052,15360824211,61443296846,24577318... |
oeis/037/A037616.asm | neoneye/loda-programs | 11 | 129462 | <reponame>neoneye/loda-programs
; A037616: Base 9 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,2.
; Submitted by <NAME>
; 1,12,110,991,8922,80300,722701,6504312,58538810,526849291,4741643622,42674792600,384073133401,3456658200612,31109923805510,279989314249591,251990382824632... |
HDMA3.asm | nesdoug/SNES_11 | 3 | 129463 | ;hdma effect 3
;change the horizontal scroll
;using indirect mode
;change the set to make moving sine wave
.segment "CODE"
Copy_F3:
php
AXY16
BLOCK_MOVE (end_IT-IND_TABLE), IND_TABLE, $7e1000
plp
rts
Set_F3:
A8
XY16
lda #$42 ;indirect mode = the 0100 0000 bit ($40)
sta $4300 ;1 register, write twice
... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_578.asm | ljhsiun2/medusa | 9 | 129464 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1da11, %rsi
lea addresses_WC_ht+0x431b, %rdi
nop
nop
nop
nop
nop
cmp %r14, %r14
mov $65, %rcx
rep movsq
add $41245, %rsi
lea addresses_A_ht+0xfc6d, %r11
nop
nop
nop
nop
and %... |
assets/assembly/IA32/linux_nasm_progs/nasm_linux_ORG_CH11/aray_sum.asm | edassis/SB-Tradutor | 1 | 129468 | <gh_stars>1-10
;Sum of a long integer array ARAY_SUM.ASM
;
; Objective: To find sum of all elements of an array.
; Input: None.
; Output: Displays the sum.
%include "io.mac"
.DATA
test_marks DD 90,50,70,94,81,40,67,55,60,73
NO_STUDENTS EQU ($-test_marks)/4 ; number of stud... |
libsrc/_DEVELOPMENT/math/float/math32/z80/f32_z80_mulu_32h_24x24.asm | rjcorrig/z88dk | 0 | 129469 | ;
; feilipu, 2019 May
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
;------------------------------------------------------------------------------
;
; multipl... |
ugbc/src/hw/6847/hscroll_text.asm | spotlessmind1975/ugbasic | 10 | 129470 | <filename>ugbc/src/hw/6847/hscroll_text.asm<gh_stars>1-10
; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_2319.asm | ljhsiun2/medusa | 9 | 129471 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x190ad, %rbx
nop
nop
xor $29292, %rdi
mov $0x6162636465666768, %rbp
movq %rbp, %xmm5
movups %xmm5, (%rbx)
add %rbp, %rbp
lea addresses_WT_ht+0x11c86, %r13
... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1761.asm | ljhsiun2/medusa | 9 | 129472 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1761.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xa9ac, %r9
nop
nop
dec %r10
mov (%r9), %di
nop
nop
nop
cmp %r8, %r8
lea add... |
backup/boot_sect2.asm | zurgeg/gbtos_opensource | 0 | 129473 | <reponame>zurgeg/gbtos_opensource
mov ah, 0x0e
mov al, 'H'
int 0x10
mov al, 'e'
int 0x10
mov al, 'l'
int 0x10
int 0x10
mov al, 'o'
int 0x10
jmp $
times 510 - ($-$$) db 0
dw 0xaa55
|
programs/oeis/227/A227944.asm | neoneye/loda | 22 | 129475 | ; A227944: Number of iterations of "take odd part of phi" (A053575) to reach 1 from n.
; 0,1,1,1,1,1,2,1,2,1,2,1,2,2,1,1,1,2,3,1,2,2,3,1,2,2,3,2,3,1,2,1,2,1,2,2,3,3,2,1,2,2,3,2,2,3,4,1,3,2,1,2,3,3,2,2,3,3,4,1,2,2,3,1,2,2,3,1,3,2,3,2,3,3,2,3,2,2,3,1,4,2,3,2,1,3,3,2,3,2,3,3,2,4,3,1,2,3,2,2
mov $2,$0
mov $3,$0
lpb $3
a... |
oeis/082/A082759.asm | neoneye/loda-programs | 11 | 129476 | ; A082759: a(n) = Sum_{k = 0..n} binomial(n,k)*trinomial(n,k), where trinomial(n,k) = trinomial coefficients.
; Submitted by <NAME>
; 1,2,8,35,160,752,3599,17446,85376,420884,2087008,10398016,52010479,261021854,1313707256,6628095035,33512880640,169768235840,861450392708,4377796514152,22277498220160,113502759811000,5789... |
45/qb/ir/nammgr.asm | minblock/msdos | 0 | 129477 | TITLE NamMgr.asm - Name Table manager
;****************************************************************************
; Copyright <C> 1985, Microsoft Corporation
;Purpose:
; This module contains the routines necessary to create and manage the
; symbol name table. These routines are:
;
; CopyONamPb
; Copies the ASCI... |
Asm/overlay_0011_novo.asm | hansenhahn/playton-2 | 5 | 129478 | <reponame>hansenhahn/playton-2<gh_stars>1-10
.nds
.open "Originais\overlay_0011.bin", "overlay_0011.bin", 0x020EFDA0
.arm ; ARM code
.org 0x020F01BC
cmp r1,r1 ;; Compara o valor lido com ele mesmo (sendo assim sempre verdadeiro)
;; Código original
; 020F0160 ... |
programs/oeis/168/A168623.asm | jmorken/loda | 1 | 129479 | <filename>programs/oeis/168/A168623.asm
; A168623: Table T(n,k) read by rows: Coefficients [x^k] of the polynomial 9*(x+1)^n -8*(x^n+1); T(0,0)=1.
; 1,1,1,1,18,1,1,27,27,1,1,36,54,36,1,1,45,90,90,45,1,1,54,135,180,135,54,1,1,63,189,315,315,189,63,1,1,72,252,504,630,504,252,72,1,1,81,324,756,1134,1134,756,324,81,1,1,90,... |
libass/x86/cpuid.asm | Mu-L/libass | 0 | 129480 | <filename>libass/x86/cpuid.asm
;******************************************************************************
;* cpuid.asm: check for cpu capabilities
;******************************************************************************
;* Copyright (C) 2013 rcombs <<EMAIL>>
;*
;* This file is part of libass.
;*
;* Permissi... |
programs/oeis/127/A127040.asm | neoneye/loda | 22 | 129482 | <filename>programs/oeis/127/A127040.asm
; A127040: a(n) = binomial(floor((3n+4)/2)),floor(n/2)).
; 1,1,5,6,28,36,165,220,1001,1365,6188,8568,38760,54264,245157,346104,1562275,2220075,10015005,14307150,64512240,92561040,417225900,600805296,2707475148,3910797436,17620076360,25518731280,114955808528,166871334960,751616304... |
programs/oeis/083/A083346.asm | jmorken/loda | 1 | 129483 | ; A083346: Denominator of r(n) = Sum(e/p: n=Product(p^e)).
; 1,2,3,1,5,6,7,2,3,10,11,3,13,14,15,1,17,6,19,5,21,22,23,6,5,26,1,7,29,30,31,2,33,34,35,3,37,38,39,10,41,42,43,11,15,46,47,3,7,10,51,13,53,2,55,14,57,58,59,15,61,62,21,1,65,66,67,17,69,70,71,6,73,74,15,19,77,78,79,5,3,82,83,21,85,86,87,22,89,30,91,23,93,94,95,... |
src/asm/graphics.asm | EgonOlsen71/bresenham | 1 | 129484 | ; a small bresenham/graphics package for simple point plotting and line drawing for the C64
*=$c000
MEM=$2000 ; graphics memory address
COLOR=$0400 ; screen memory address (for colors)
STACKHI=$d0 ; high byte of the fill stack end
MEM2=MEM-192
MEMEND=MEM+8000
TMP=$FB
VAR=$FD
JP=$A7
KP=$A9
FE=$9... |
src/player/envelope.asm | BlockoS/up-17 | 3 | 129485 | <reponame>BlockoS/up-17<filename>src/player/envelope.asm<gh_stars>1-10
;;---------------------------------------------------------------------
; name : msx_envelope_update
; desc : Process current envelope.
; in : envelope_volume Current envelope volume.
; envelope_state Current envelope state.
; ... |
oeis/288/A288835.asm | neoneye/loda-programs | 11 | 129486 | ; A288835: a(n) = (1/2!)*3^n*(n+3)*(n).
; Submitted by <NAME>(s2)
; 6,45,243,1134,4860,19683,76545,288684,1062882,3838185,13640319,47829690,165809592,569173311,1937102445,6543101592,21953827710,73222472421,242912646603,801960412230,2636009007156,8629791392475,28148810469273,91507169819844
mov $1,$0
add $1,2
pow $1,2
a... |
programs/oeis/089/A089192.asm | neoneye/loda | 22 | 129487 | <filename>programs/oeis/089/A089192.asm<gh_stars>10-100
; A089192: Numbers n such that 2n - 7 is a prime.
; 5,6,7,9,10,12,13,15,18,19,22,24,25,27,30,33,34,37,39,40,43,45,48,52,54,55,57,58,60,67,69,72,73,78,79,82,85,87,90,93,94,99,100,102,103,109,115,117,118,120,123,124,129,132,135,138,139,142,144,145,150,157,159,160,16... |
sw/552tests/inst_tests/sub_4.asm | JPShen-UWM/ThreadKraken | 1 | 129488 | <reponame>JPShen-UWM/ThreadKraken<filename>sw/552tests/inst_tests/sub_4.asm
// Test provided by Karu
// Generic Test (-)-(-)=(+)
lbi r1, 0xfc
lbi r2, 0x80
sub r3, r2, r1
halt
|
programs/oeis/242/A242206.asm | karttu/loda | 0 | 129489 | ; A242206: Number of length n binary words which contain 00 and 01 and 10 and 11 as (possibly overlapping) contiguous subsequences.
; 4,18,54,138,324,724,1568,3326,6954,14390,29552,60344,122684,248586,502366,1013122,2039804,4101532,8238520,16534390,33161554,66473198,133189224,266771328,534178324,1069385154,2140434438,4... |
C/BiosLib/anulshl.asm | p-k-p/SysToolsLib | 232 | 129490 | page ,132
TITLE C library emulation, not relying on MS-DOS.
;*****************************************************************************;
; ;
; FILE NAME: anulshl.asm ;
; ;
; DESCRIPTION: C compiler long math library ;
; ;
; NOTES: ... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1828.asm | ljhsiun2/medusa | 9 | 129491 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r13
push %r14
push %rax
push %rdi
// Faulty Load
mov $0x631c2400000002ab, %r13
nop
nop
xor %r14, %r14
mov (%r13), %r11
lea oracles, %rdi
and $0xff, %r11
shlq $12, %r11
mov (%rd... |
oeis/158/A158611.asm | neoneye/loda-programs | 11 | 129492 | ; A158611: 0, 1 and the primes.
; Submitted by Jon Maiga
; 0,1,2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263
mov $2,$0
trn $0,2
seq $0,40 ; The prime numbers.
lpb $0
po... |
programs/oeis/254/A254398.asm | jmorken/loda | 1 | 129494 | ; A254398: Final digits of A237424 in decimal representation.
; 1,4,7,4,7,7,4,7,7,7,4,7,7,7,7,4,7,7,7,7,7,4,7,7,7,7,7,7,4,7,7,7,7,7,7,7,4,7,7,7,7,7,7,7,7,4,7,7,7,7,7,7,7,7,7,4,7,7,7,7,7,7,7,7,7,7,4,7,7,7,7,7,7,7,7,7,7,7,4,7,7,7,7,7,7,7
mov $3,$0
lpb $3
mov $1,$2
sub $3,$4
mov $5,3
lpb $5
sub $5,$3
lpe
... |
oeis/245/A245235.asm | neoneye/loda-programs | 11 | 129495 | ; A245235: Repeat 2^(n*(n+1)/2) n+1 times.
; Submitted by <NAME>(s1)
; 1,2,2,8,8,8,64,64,64,64,1024,1024,1024,1024,1024,32768,32768,32768,32768,32768,32768,2097152,2097152,2097152,2097152,2097152,2097152,2097152,268435456,268435456,268435456,268435456,268435456,268435456,268435456,268435456
seq $0,57944 ; Largest tria... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_5_1172.asm | ljhsiun2/medusa | 9 | 129496 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x810f, %rbp
sub %r11, %r11
mov $0x6162636465666768, %r10
movq %r10, %xmm7
movups %xmm7, (%rbp)
nop
nop
nop
nop
nop
sub $50080, %rdi
lea addresses_UC_ht+0x13a4f, %rsi
lea a... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_215.asm | ljhsiun2/medusa | 9 | 129497 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x7338, %r13
xor %r15, %r15
movl $0x61626364, (%r13)
nop
xor $23935, %rdi
lea addresses_D_ht+0x7150, %rsi
lea addresses_WT_ht+0x638, %rdi
nop
nop
nop
add %rbx, %rbx
mov $48, %... |
x86_64/src/04-endian.nasm | karng87/nasm_game | 0 | 129498 | <filename>x86_64/src/04-endian.nasm<gh_stars>0
section .data
msg: db "Hello, Nasm!", 0x0A
msg_len: equ $-msg
var1: db 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88
var2: db 0x88, 0x77, 0x66, 0x55, 0x44, 0x33, 0x22, 0x11
section .bss
section .text
global main
main:
;; write (stdout, *bu... |
oeis/074/A074695.asm | neoneye/loda-programs | 11 | 129500 | <filename>oeis/074/A074695.asm
; A074695: Greatest common divisor of n and floor(n^(1/2))^2.
; 1,1,1,4,1,2,1,4,9,1,1,3,1,1,3,16,1,2,1,4,1,2,1,8,25,1,1,1,1,5,1,1,1,1,5,36,1,2,3,4,1,6,1,4,9,2,1,12,49,1,1,1,1,1,1,7,1,1,1,1,1,1,7,64,1,2,1,4,1,2,1,8,1,2,1,4,1,2,1,16,81,1,1,3,1,1,3,1,1,9,1,1,3,1,1,3,1,1,9,100
mov $1,$0
add ... |
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0xca.log_21829_1647.asm | ljhsiun2/medusa | 9 | 129502 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x321d, %r14
nop
nop
nop
nop
nop
and %r15, %r15
movb $0x61, (%r14)
and $60071, %rcx
lea addresses_D_ht+0x1aff5, %rax
nop
add %r10, %r10
movl $0x616263... |
oeis/058/A058279.asm | neoneye/loda-programs | 11 | 129503 | <reponame>neoneye/loda-programs
; A058279: a(0)=a(1)=1, a(n)=a(n-2)+(n+1)*a(n-1).
; Submitted by <NAME>
; 1,1,4,17,89,551,3946,32119,293017,2962289,32878196,397500641,5200386529,73202912047,1103244067234,17725107987791,302430079859681,5461466545462049,104070294443638612,2086867355418234289,43928284758226558681,96850913... |
libsrc/_DEVELOPMENT/font/font_8x8/_font_8x8_c64_system.asm | Frodevan/z88dk | 640 | 129504 | ;
; Commodore 64 font, modified to ZX code page
;
; Extracted from: https://www.min.at/prinz/o/software/pixelfont/
;
SECTION rodata_font
SECTION rodata_font_8x8
PUBLIC _font_8x8_c64_system
PUBLIC _font_8x8_c64_system_end
_font_8x8_c64_system:
IF __CPU_GBZ80__
INCLUDE "target/gb/fonts/lower.asm"
ENDIF
BINARY... |
libsrc/fcntl/test/lseek.asm | Toysoft/z88dk | 0 | 129505 | <reponame>Toysoft/z88dk
; $Id: lseek.asm,v 1.4 2016-03-06 21:39:54 dom Exp $
SECTION code_clib
INCLUDE "target/test/def/test_cmds.def"
PUBLIC lseek
PUBLIC _lseek
; fd, where, whence
.lseek
._lseek
push ix ;save callers
ld ix,2
add ix,sp
ld c, (ix + 2) ;... |
programs/oeis/327/A327625.asm | jmorken/loda | 1 | 129507 | <reponame>jmorken/loda
; A327625: Expansion of Sum_{k>=0} x^(3^k) / (1 - x^(3^k))^2.
; 1,2,4,4,5,8,7,8,13,10,11,16,13,14,20,16,17,26,19,20,28,22,23,32,25,26,40,28,29,40,31,32,44,34,35,52,37,38,52,40,41,56,43,44,65,46,47,64,49,50,68,52,53,80,55,56,76,58,59,80,61,62,91,64,65,88,67,68,92,70,71,104,73,74,100,76,77,104,79,8... |
programs/oeis/056/A056974.asm | neoneye/loda | 22 | 129508 | <reponame>neoneye/loda<gh_stars>10-100
; A056974: Number of blocks of {0, 0, 0} in the binary expansion of n.
; 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3,2,1,1,0,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,3,2,2,1,1,1,1,1,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3,2,1,1,0
add $0,... |
guest/modrm-test.asm | nmi/tiny_x86_emu | 3 | 129509 | <gh_stars>1-10
BITS 32
org 0x7c00
start:
sub esp, 32 ; esp -= 32
mov ebp, esp ; ebp = esp
mov eax, 2 ; eax = 2
mov dword [ebp+4], 5 ; *(ebp+4) = 0x00000005
add dword [ebp+4], eax ; *(ebp+4) = 0x00000007
mov esi, [ebp+4] ; esi = 0x00000007
inc dword [ebp+4] ;... |
test/ir/regSpill.asm | kpsunil/gogo | 2 | 129510 | <gh_stars>1-10
# Test to demonstrate register spilling via next-use heuristic.
.data
v1: .word 0
v2: .word 0
v3: .word 0
v4: .word 0
v5: .word 0
v6: .word 0
v7: .word 0
.text
.globl main
.ent main
main:
li $t1, -1 # v1 -> $t1
li $t4, 2 # v2 -> $t4
li $t1, -12 # v1 -> $t1
sw $t1, v1 # spilled v1, freed $... |
tasks/arithmetic/sub.asm | yds12/x86-roadmap | 15 | 129511 | <filename>tasks/arithmetic/sub.asm<gh_stars>10-100
; This program makes a subtraction and returns.
; As you will see, it is identical to add.asm except for one instruction.
global asm_func
section .text
asm_func:
mov rcx, 10
mov rdx, 5
sub rcx, rdx ; subtracts the value in RDX from RCX, and puts
... |
src/kernel/interrupts.asm | austinbenincasa/Abos | 3 | 129512 | bits 32
section .text
extern interrupt_handler
; ISR Definitions
global isr0
global isr1
global isr2
global isr3
global isr4
global isr5
global isr6
global isr7
global isr8
global isr9
global isr10
global isr11
global isr12
global isr13
global isr14
global isr15
global isr16
global isr17
global isr18
global isr19
glo... |
programs/oeis/203/A203551.asm | karttu/loda | 0 | 129513 | ; A203551: a(n) = n*(5n^2 + 3n + 4) / 6.
; 0,2,10,29,64,120,202,315,464,654,890,1177,1520,1924,2394,2935,3552,4250,5034,5909,6880,7952,9130,10419,11824,13350,15002,16785,18704,20764,22970,25327,27840,30514,33354,36365,39552,42920,46474,50219,54160,58302,62650,67209,71984,76980,82202,87655,93344,99274,105450,111877,1185... |
smsq/qa/int.asm | olifink/smsqe | 0 | 129514 | ; QL Arithmetic INT V2.01 1990 <NAME> QJUMP
section qa
xdef qa_int
xdef qa_nint
xdef qa_nlint
xdef qa_nintd
include 'dev8_keys_err'
;+++
; QL Arithmetic: NINTD
;
; This routine converts float D2.w,D1.l to INT D1.w (internal)
;
; d0 r error return 0 or ERR.OVFL
; status return standard
;---
qa_nintd
... |
2018-11/retardedAO/AO-TP-EXOs/TP-EXO8.asm | djalilhebal/shit | 3 | 129516 | ; TP-EXO8: Reads a three-digit binary number and prints it in decimal.
pile segment para stack 'pile'
db 256 dup(0)
pile ends
data segment
buf db 3+1, ?, 3 dup(?) ; maxLength+1 + actualLength + data
msg db 'Entrez un nombre en binaire: $'
res db 13, 10, 'En decimal: $'
data ends
code segment
m... |
source/modules/basic/variables/varfind.asm | paulscottrobson/mega-basic | 3 | 129517 | <filename>source/modules/basic/variables/varfind.asm
; *******************************************************************************************
; *******************************************************************************************
;
; Name : varfind.asm
; Purpose : Examine current hash table chain for a v... |
base/Kernel/Singularity/Isal/arm/interrupt.asm | sphinxlogic/Singularity-RDK-2.0 | 0 | 129520 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Microsoft Research Singularity
;;;
;;; Copyright (c) Microsoft Corporation. All rights reserved.
;;;
;;; This file contains ARM-specific assembly code handling dispatching of interrupts.
CODE32
... |
oeis/155/A155504.asm | neoneye/loda-programs | 11 | 129524 | ; A155504: Numbers of the form (3h+1)*3^(k+1) listed in increasing order.
; Submitted by <NAME>
; 3,9,12,21,27,30,36,39,48,57,63,66,75,81,84,90,93,102,108,111,117,120,129,138,144,147,156,165,171,174,183,189,192,198,201,210,219,225,228,237,243,246,252,255,264,270,273,279,282,291,300,306,309,318,324,327,333,336,345,351,3... |
MIPS/dot_product.asm | DLZaan/public | 0 | 129525 | #simple dynamic allocation of heap
#t0->loops iterator
#s0->size of vectors in ints
#s1->size of vectors in bytes (4*size of ints)
#s2->values of vector 1
#s3->order of vector 1
#s4->values of vector 2
#s5->order of vector 2
#s6->result
.text
la $a0, length
li $v0, 4 # print string
syscall
li $v0, 5 # ... |
src/strchr.asm | JamsKs/LIBC-ASM-Functions | 0 | 129526 | global strchr
section .text
strchr:
mov rcx, 0
loop:
cmp byte [rdi], SIL
je return
cmp byte [rdi], 0
je return_null
inc rcx
inc rdi
jmp loop
return:
mov rax, rdi
ret
return_null:
xor rax, rax
ret |
printing-full-name.asm | MahmoudAbusaqer/Assembly-Language-Course-Assignments | 1 | 129527 | <gh_stars>1-10
name 'Q4-printing-full-name'
.model small
.stack
.data
str1 db "Mahmoud$"
str2 db 0ah,"M.K.$"
str3 db 0ah,"Abusaqer$"
.code
mov ax, seg str1
mov ds,ax
mov ah, 09h
lea dx, str1
int 21h
mov ax, seg st... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2901.asm | ljhsiun2/medusa | 9 | 129529 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x12499, %r9
cmp %rbx, %rbx
mov $0x6162636465666768, %rcx
movq %rcx, %xmm4
movups %xmm4, (%r9)
nop
nop
nop
nop
cmp $5417, %r12
lea addresses_WT_ht+0x17e99, %rsi
nop
nop
nop
nop
n... |
amd64/DirectNtApi.asm | Fyyre/directntapi | 38 | 129531 | <reponame>Fyyre/directntapi<filename>amd64/DirectNtApi.asm
;;
;;
;;
public dwNtAcceptConnectPort
_DATA$00 SEGMENT PARA 'DATA'
dwNtAcceptConnectPort label dword
dd 0
_DATA$00 ENDS
_TEXT$00 segment para 'CODE'
ALIGN 16
PUBLIC DirectNtAcceptConnectPort
DirectNtAcceptConnectPort PROC
mo... |
pruebas/ejec4/programa.asm | javito003/CPU_java | 0 | 129532 | push 70
OUT
push 65
out
push 76
OUT
push 76
out
push 79
out
; Y ahora viene el error
AND
; Y el resto no debería aparecer por la salida
push 82
OUT
push 69
out
push 83
OUT
push 84
out
push 79
out |
oeis/154/A154147.asm | neoneye/loda-programs | 11 | 129533 | ; A154147: Indices k such that 19 plus the k-th triangular number is a perfect square.
; Submitted by <NAME>
; 3,9,30,60,179,353,1046,2060,6099,12009,35550,69996,207203,407969,1207670,2377820,7038819,13858953,41025246,80775900,239112659,470796449,1393650710,2744002796,8122791603,15993220329,47343098910,93215319180,2759... |
MSDOS/Virus.MSDOS.Unknown.diamond.asm | fengjixuchui/Family | 3 | 129535 | <reponame>fengjixuchui/Family<filename>MSDOS/Virus.MSDOS.Unknown.diamond.asm
; The Diamond Virus
;
; Version 2.10
;
; also known as:
; V1024, V651, The EGN Virus
;
; Basic release: 5-Aug-1989
; Last patch: 5-May-1990
;
; COPYRIGHT:
;
; This program is (c) Copyright 1989,1990 Damage, Inc.
; Permission is... |
src/dos32a/text/client/int33h.asm | amindlost/dos32a | 5 | 129536 | ;
; Copyright (C) 1996-2006 by <NAME>. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are
; met:
;
; 1. Redistributions of source code must retain the above copyright
; notice, this list of cond... |
programs/oeis/259/A259652.asm | neoneye/loda | 22 | 129537 | <reponame>neoneye/loda
; A259652: Number of prime factors, with multiplicity, of the n-th pentagonal number (A000326).
; 0,1,3,2,2,2,3,3,3,2,5,4,2,2,4,4,3,3,4,3,3,3,3,4,3,3,7,3,2,3,3,6,4,2,5,4,3,2,4,5,2,5,7,3,4,2,4,6,3,3,5,4,2,5,4,4,4,2,5,4,3,3,5,6,3,3,5,4,3,4,3,6,2,3,8,3,4,3,3,5,6,4,4,4,3,2,5,4,3,4,6,5,3,2,4,7,3,3,6,5... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_1597_1574.asm | ljhsiun2/medusa | 9 | 129538 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x7158, %rdi
nop
sub %r10, %r10
mov (%rdi), %si
nop
nop
nop
cmp $10745, %rdx
lea addresses_normal_ht+0x17a8, %rsi
lea addresses_WC_ht+0x1fa8, %rdi
nop
nop
cmp %r12, %r12
mov $103, %rcx
... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_148_746.asm | ljhsiun2/medusa | 9 | 129539 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xb440, %rsi
lea addresses_D_ht+0xff08, %rdi
nop
nop
nop
sub %r10, %r10
mov $13, %rcx
rep movsw
nop
nop
nop
nop
nop
and $45094, %r15
lea addresses_WT_ht+0x14d14, %rsi
lea addre... |
Ouroboros/External/libjpegTurbo/simd/jcqntmmx.asm | jiangzhu1212/oooii | 0 | 129540 | ;
; jcqntmmx.asm - sample data conversion and quantization (MMX)
;
; Copyright 2009 <NAME> <<EMAIL>> for Cendio AB
;
; Based on
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
; This file sho... |
programs/oeis/059/A059154.asm | neoneye/loda | 22 | 129541 | ; A059154: A hierarchical sequence (W'2{3}c - see A059126).
; 12,96,12,768,12,96,12,6144,12,96,12,768,12,96,12,49152,12,96,12,768,12,96,12,6144,12,96,12,768,12,96,12,393216,12,96,12,768,12,96,12,6144,12,96,12,768,12,96,12,49152,12,96,12,768,12,96,12,6144,12,96,12,768
add $0,1
mov $1,1
lpb $0
dif $0,2
mul $1,8
lpe
... |
ugbc/src/hw/tms9918/vars.asm | spotlessmind1975/ugbasic | 10 | 129542 | ; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021-2022 <NAME> (<EMAIL>)
; *
; * Licensed under the Apache... |
assembly_mips32/labs/lab2/1310_lab2a.asm | giannoier/Academic_projects | 0 | 129543 | .data
msg: .asciiz "<NAME>:"
.text
.globl main
main:
addi $v0,$0,4
la $a0, msg
syscall
add $t2,$0,$0
addi $t1,$0,3
addi $v0, $0, 5
syscall
add $t0, $v0, $0
ble $t0,$t1,else
loop:
addi $t2,$t2,1
addi $t1,$t1,3
blt,$t1,$t0,loop
else:
move $a0,$t2
li $v0,1
syscall
add $t0,$v0,$0
li $v0,10
syscall
|
src/asm/rmode_asm.asm | clems4ever/myos | 0 | 129544 |
; ATTENTION, cette section doit se trouver dans les premières adresses de la mémoire car, elle accède à des zones mémoire en mode réel !!!
[SECTION .rmode]
USE32
global rmode_int
extern ivt_ptr, idtptr
;%define RMODE_STACK_OFFSET 0x6FFE
rmode_int:
push eax
; On sauvegarde le paramètre dans int_num
mov eax, [esp... |
25_3.asm | elder-george/black_book_vga | 2 | 129545 | ; Program to illustrate operation of set/reset circuitry to force
; setting of memory that already contains data.
; By <NAME>.
global start
%include 'common.inc'
NUMBER_OF_BARS EQU 24
BYTES_PER_BAR EQU 80*10
BYTES_PER_SCREEN EQU 640*480 / 8
section .stack stack
resb 256
section .data data
section .code c... |
sound/musicasm/Unknown.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 129546 | Unknown_Header:
sHeaderInit ; Z80 offset is $DEAA
sHeaderPatch Unknown_Patches
sHeaderCh $06, $03
sHeaderTempo $01, $00
sHeaderDAC Unknown_DAC
sHeaderFM Unknown_FM1, $00, $0D
sHeaderFM Unknown_FM2, $0C, $09
sHeaderFM Unknown_FM3, $00, $11
sHeaderFM Unknown_FM4, $00, $11
sHeaderFM Unknown_FM5, $00, $11
s... |
oeis/142/A142257.asm | neoneye/loda-programs | 11 | 129548 | <gh_stars>10-100
; A142257: Primes congruent to 8 mod 43.
; Submitted by <NAME>
; 137,223,653,739,911,997,1427,2029,2287,2459,2803,3061,3319,3491,4007,4093,4523,5039,5297,5641,5813,6329,6673,7103,7877,7963,8221,8737,9511,9769,9941,10457,10973,11059,11317,11489,11833,12263,13037,13381,13553,14327,14843,14929,15101,15187... |
src/features/paging/virtual_allocation.asm | FranchuFranchu/fran-os | 1 | 129549 |
; OUT = EBX: Virtual memory address where the page data is stored. Next 4KiB are guaranteed to be free
kernel_paging_new_kernel_page:
xor ebx, ebx
mov bx, [kernel_paging_current_kernel_page_table]
mov eax, [kernel_paging_page_directory+ebx]
cmp eax, 0
je .no_page_directory_entry
jne .yes_... |
ecdsa128/src/ECP_src/src/set_P.asm | FloydZ/Crypto-Hash | 11 | 129550 | <reponame>FloydZ/Crypto-Hash
.686p
.mmx
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
extern _P:DWORD
include ..\..\lib\gfp.inc
.code
set_P proc
invoke setmod, offset _P
ret
set_P endp
end |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.