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 |
|---|---|---|---|---|
test/roms/blargg_ppu_tests/source/vbl_clear_time.asm | yizhang82/newschan | 1,461 | 205055 | ; The VBL flag ($2002.7) is cleared by the PPU around 2270 CPU clocks
; after NMI occurs.
.include "prefix_ppu.a"
phase = 10
reset:
lda #100
jsr delay_msec
lda #1
sta phase
jsr wait_vbl
lda #$80
sta $2000
lda #$00
sta $2001
... |
lab0/somma2val.asm | neskov7/AssemblyProgramsCE | 0 | 205056 | .MODEL small
.STACK
.DATA
OPD1 DW 10
OPD2 DW 24
RESULT DW ?
.CODE
.STARTUP
MOV AX, OPD1
ADD AX, OPD2
MOV RESULT, AX
.EXIT
END |
kernel/cpu/interrupts.asm | MishaTY/Polaris | 0 | 205057 | <reponame>MishaTY/Polaris
; Copyright 2021 NSG650
; Copyright 2021 Sebastian
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless requ... |
test/keyboard_test/keyboard_input.asm | weimanzhou/ilinux | 0 | 205058 | <gh_stars>0
org 0x7c00
jmp LABEL_START
LABEL_START:
mov ah, 0
int 0x16 ; 获取键盘输入
mov ah, 0x0e
int 0x10 ; 显示字符
jmp LABEL_START
times 510-($-$$) db 0
dw 0xaa55
|
03/for/for.asm | DaviNakamuraCardoso/assembly | 0 | 205059 | <filename>03/for/for.asm
section .data
hello db "Hello, World!", 0x0a
len equ $ - hello
section .text
global _start
_start:
pop rdi
call _prints
mov rax, 0x3c
mov rdi, 0x00
syscall
; Prints hello a certain number of times
_prints:
; rbx = param1
mov rb... |
CPU/cpu_test/test_storage/3_test_load_and_save.asm | SilenceX12138/MIPS-Microsystems | 55 | 205060 | <filename>CPU/cpu_test/test_storage/3_test_load_and_save.asm
init:
lui $1, 0x7889
lui $2, 0x2e4a
lui $3, 0xb2a
lui $4, 0x118b
lui $5, 0x6117
lui $6, 0x2d58
lui $7, 0x2f14
lui $8, 0x78d5
lui $9, 0x6760
lui $10, 0x4e4a
lui $11, 0x1f
lui $12, 0x7c58
lui $13, 0x4233
lui $14, 0x31fd
lui $15, 0xbc2
lui $16, 0x7b77
lui $17, 0... |
programs/oeis/231/A231306.asm | neoneye/loda | 22 | 205062 | <gh_stars>10-100
; A231306: Recurrence a(n) = a(n-2) + n^M for M=7, starting with a(0)=0, a(1)=1.
; 0,1,128,2188,16512,80313,296448,903856,2393600,5686825,12393600,25173996,48225408,87922513,153638912,258781888,422074368,669120561,1034294400,1562992300,2314294400,3364080841,4808652288,6768906288,9395123712,12872421913,... |
ee/wman/ldraw.asm | olifink/smsqe | 0 | 205064 | * Draw Loose menu items V1.01 1986 <NAME> QJUMP
*
section wman
*
xdef wm_ldraw
*
xref wm_drlit
*
include dev8_keys_qdos_io
include dev8_keys_wwork
*
* d0 r error return
* d3 c p 0 byte draw all, -byte selective
* a0 c p channel ID of window
... |
oeis/123/A123009.asm | neoneye/loda-programs | 11 | 205065 | <filename>oeis/123/A123009.asm
; A123009: Expansion of x*(1 + 5*x)/(1 - 2*x - 49*x^2).
; Submitted by <NAME>
; 1,7,63,469,4025,31031,259287,2039093,16783249,133482055,1089343311,8719307317,70816436873,568878932279,4607763271335,37090594224341,299961588744097,2417362294480903,19532842437422559,157516437304409365,1272142... |
programs/oeis/089/A089821.asm | jmorken/loda | 1 | 205066 | <filename>programs/oeis/089/A089821.asm
; A089821: Number of subsets of {1,.., n} containing exactly one prime.
; 0,2,4,8,12,24,32,64,128,256,320,640,768,1536,3072,6144,7168,14336,16384,32768,65536,131072,147456,294912,589824,1179648,2359296,4718592,5242880,10485760,11534336,23068672,46137344,92274688,184549376,3690987... |
data/pokemon/base_stats/swablu.asm | Karkino/KarkCrystal16 | 0 | 205067 | db 0 ; species ID placeholder
db 45, 35, 60, 40, 55, 75
; hp atk def spd sat sdf
db NORMAL, FLYING ; type
db 255 ; catch rate
db 74 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 21 ; step cycles to hatch
db 5 ; unknow... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1693.asm | ljhsiun2/medusa | 9 | 205069 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x18f22, %rsi
lea addresses_UC_ht+0x1d262, %rdi
nop
nop
inc %r14
mov $121, %rcx
rep movsq
nop
nop
sub $21735, %r8
lea addresses_UC_ht+0x1df22, %r15
nop
nop
add $53952, %rax
mov ... |
oeis/040/A040463.asm | neoneye/loda-programs | 11 | 205070 | <filename>oeis/040/A040463.asm
; A040463: Continued fraction for sqrt(486).
; Submitted by <NAME>
; 22,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44,22,44
trn $0,1
mod $0,2
mul $0,22
ad... |
programs/oeis/026/A026353.asm | karttu/loda | 1 | 205072 | ; A026353: a(n) = sum of the numbers between the two n's in A026350.
; 0,4,8,17,29,38,55,67,89,114,131,161,194,216,254,279,322,368,398,449,482,538,597,635,699,766,809,881,927,1004,1084,1135,1220,1308,1364,1457,1516,1614,1715,1779,1885,1952,2063,2177,2249
mov $2,$0
add $2,1
cal $0,75317 ; Pair the odd numbers such that... |
shazzam/routines/packers/dodynamite/decrunch.asm | shazz/shazzam | 0 | 205073 | ;DYNAMIC_TABLES
;FAST_LITERAL ;/!\ does not work with current implementation of krill loader, as it touches the lowbyte of the sector_pointers
;FAST_MATCH
;-------------------------------------------------------------------------------
;Regular version of the Lempel-Ziv decompressor
;-------------------------... |
test/link/bank-numbers.asm | jmle/rgbds | 522 | 205074 | <reponame>jmle/rgbds
section "x",rom0[$0000]
db bank(r0),bank(r1),bank(r2),bank(r3) ; Should be enough
db bank(v0),bank(v1)
db bank(w0),bank(w1),bank(w2),bank(w3),bank(w4),bank(w5),bank(w6),bank(w7)
db bank(s0),bank(s1),bank(s2),bank(s3) ; Should be enough
db bank(o0)
db bank(h0)
section "r0",rom0
r0:
section "r... |
oeis/207/A207302.asm | neoneye/loda-programs | 11 | 205075 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A207302: Number of n X 5 0..1 arrays avoiding 0 0 0 and 1 0 1 horizontally and 0 0 1 and 1 1 0 vertically.
; Submitted by <NAME>(s1)
; 13,169,665,1759,3773,7093,12169,19515,29709,43393,61273,84119,112765,148109,191113,242803,304269,376665,461209,559183,671933,800869,947... |
programs/oeis/082/A082514.asm | neoneye/loda | 22 | 205076 | ; A082514: a(n)=A000720(n)+A000005(n).
; 1,3,4,5,5,7,6,8,7,8,7,11,8,10,10,11,9,13,10,14,12,12,11,17,12,13,13,15,12,18,13,17,15,15,15,20,14,16,16,20,15,21,16,20,20,18,17,25,18,21,19,21,18,24,20,24,20,20,19,29,20,22,24,25,22,26,21,25,23,27,22,32,23,25
mov $2,$0
add $0,1
seq $0,230980 ; Number of primes <= n, starting at... |
oeis/131/A131064.asm | neoneye/loda-programs | 11 | 205078 | <filename>oeis/131/A131064.asm<gh_stars>10-100
; A131064: Binomial transform of [1, 1, 5, 5, 5, ...].
; 1,2,8,24,60,136,292,608,1244,2520,5076,10192,20428,40904,81860,163776,327612,655288,1310644,2621360,5242796,10485672,20971428,41942944,83885980,167772056,335544212,671088528,1342177164,2684354440,5368708996,107374181... |
Transynther/x86/_processed/NC/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1730.asm | ljhsiun2/medusa | 9 | 205079 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1d667, %r11
clflush (%r11)
nop
nop
nop
nop
sub %r9, %r9
vmovups (%r11), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $0, %xmm1, %rax
nop
nop
nop
lfence
lea addresses_D_ht+0xdf... |
teaser I/asm/Init BLII.asm | fa8ntomas/bclk-samples | 0 | 205080 | <reponame>fa8ntomas/bclk-samples
; Map 'BLII' Init
.local
; Restore DLI colors .... Hum
lda #$82
sta Map1Dli5+5
lda #$8
sta Map1Dli5+7
mwa #text1 TmpWord2
ldx #8
ldy #$F
jsr NewPlotChars
mwa #text2 TmpWord2
ldx #9
ldy #$E
jsr NewPlotChars
... |
programs/oeis/068/A068499.asm | jmorken/loda | 1 | 205082 | ; A068499: Numbers m such that m! reduced modulo (m+1) is not zero.
; 1,2,3,4,6,10,12,16,18,22,28,30,36,40,42,46,52,58,60,66,70,72,78,82,88,96,100,102,106,108,112,126,130,136,138,148,150,156,162,166,172,178,180,190,192,196,198,210,222,226,228,232,238,240,250,256,262,268,270,276,280,282,292,306,310,312,316,330,336,346,3... |
ADL/Assemble/Update/1/R~H~R_sort_inc.asm | MaxMorning/LinkedListVisualization | 3 | 205083 | <reponame>MaxMorning/LinkedListVisualization<gh_stars>1-10
aLine 0
gBne Root, null, 3
aLine 1
Halt
aLine 3
gNew rearPtr
gMove rearPtr, Root
gNewVPtr rearNext
gMoveNext rearNext, rearPtr
aLine 4
gBeq rearNext, Root, 5
aLine 5
gMove rearPtr, rearNext
gMoveNext rearNext, rearNext
Jmp -5
aLine 7
nNew headNode, -1
aLi... |
oeis/142/A142517.asm | neoneye/loda-programs | 11 | 205084 | ; A142517: Primes congruent to 21 mod 52.
; Submitted by <NAME>
; 73,229,281,541,593,853,1009,1061,1217,1321,1373,1789,1997,2153,2309,2621,2777,3037,3089,3557,4129,4337,4441,4493,4597,4649,4909,5273,5689,5741,5897,6053,6469,6521,6781,6833,7457,7561,7717,7873,8081,8237,8861,9173,9277,9433,9901,10369,10733,10837,10889,10... |
programs/oeis/157/A157768.asm | karttu/loda | 1 | 205085 | <reponame>karttu/loda<gh_stars>1-10
; A157768: 27225n^2 - 39202n + 14112.
; 2135,44608,141531,292904,498727,759000,1073723,1442896,1866519,2344592,2877115,3464088,4105511,4801384,5551707,6356480,7215703,8129376,9097499,10120072,11197095,12328568,13514491,14754864,16049687,17398960,18802683,20260856,21773479,23340552,24... |
programs/oeis/329/A329840.asm | jmorken/loda | 1 | 205086 | <filename>programs/oeis/329/A329840.asm
; A329840: Beatty sequence for (9+sqrt(41))/4.
; 3,7,11,15,19,23,26,30,34,38,42,46,50,53,57,61,65,69,73,77,80,84,88,92,96,100,103,107,111,115,119,123,127,130,134,138,142,146,150,154,157,161,165,169,173,177,180,184,188,192,196,200,204,207,211,215,219
mov $3,$0
add $0,17
mov $6,$0... |
oeis/050/A050490.asm | neoneye/loda-programs | 11 | 205087 | ; A050490: a(n) = C(n)*(11n+1) where C(n)=Catalan numbers (A000108).
; Submitted by <NAME>
; 1,12,46,170,630,2352,8844,33462,127270,486200,1864356,7171892,27665596,106977600,414538200,1609344270,6258307590,24373220520,95050101300,371125269900,1450670612820,5676173948640,22230262964520,87137141867100,341824599040860,134... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1937.asm | ljhsiun2/medusa | 9 | 205089 | .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_A_ht+0x127b3, %r9
nop
add %rbp, %rbp
mov (%r9), %r10
nop
nop
nop
nop
and %r10, %r10
lea addresses_WC_ht+0x1610f, %rsi
lea addresses_WC_ht+0xaacf, %rdi
nop
add $41595, %rdx
mov $105, ... |
sources/ippcp/asm_intel64/pcprij128decrypte9as.asm | idesai/ipp-crypto | 1 | 205090 | ;===============================================================================
; Copyright 2015-2018 Intel Corporation
; All Rights Reserved.
;
; If this software was obtained under the Intel Simplified Software License,
; the following terms apply:
;
; The source code, information and material ("Material") co... |
libsrc/stdio/ansi/cpc/f_ansi_cls.asm | meesokim/z88dk | 0 | 205091 | <reponame>meesokim/z88dk<filename>libsrc/stdio/ansi/cpc/f_ansi_cls.asm
;
; ANSI Video handling for the Amstrad CPC
;
; CLS - Clear the screen
;
; <NAME> - Jul. 2004
;
;
; $Id: f_ansi_cls.asm,v 1.4 2015/01/19 01:33:18 pauloscustodio Exp $
;
PUBLIC ansi_cls
INCLUDE "cpcfirm.def"
.ansi_cls
;ld a,0... |
ASSIGNMENTS/3-Assignment/egg2/egg2.asm | wetw0rk/SLAE | 18 | 205092 | <filename>ASSIGNMENTS/3-Assignment/egg2/egg2.asm
; Executable name : egg2
; Designed OS : Linux (32-bit)
; Author : Skape
; Version : 1.0
; Created Following : SLAE
; Description : An example of the egg hunter technique via
; access(2) revisted. This is 99.9% Skapes... |
tpcr5.asm | ELASRIYASSINE/DSP-DIGITAL-SIGNAL-PROCESSING-CODES- | 0 | 205093 | .text
x .int 1,2,3,4,5,6,7,8,9,0Ah,0Bh,0ch,0dh,0Eh,0fh
tab .word x
ldi @tab,AR0
ldi 0,R0
ldi 6,BK
ldi 14,RC
Rpts RC
addi *AR0++(2)%,R0
.end |
src/spritefeat.asm | idlechild/sm_practice_hack | 2 | 205094 | ;
; Features using sprites to draw information
;
; Hook Gamemode 7 to upload tiles after loading if needed
org $828B26
JSL update_sprite_tiles_loading
; Hook sprite uploads in main game loop to get a chance to upload sprites first
; Runs in Gamemode 8
org $828B98
JSL update_sprite_features
;
; Add hitbox ... |
Stm8Invaders/asm/screenhelper.asm | peteri/Invaders | 0 | 205095 | stm8/
.tab 0,8,16,60
#include "variables.inc"
#include "characterrom.inc"
#include "constants.inc"
segment 'ram0'
screen_pos.b ds.w 1
message_ptr.b ds.w 1
segment 'ram1'
hex_temp ds.b 5
segment 'rom'
screen_head_msg dc.b " SCORE<1> HI-SCORE SCORE<2> ",0
credit_msg dc.b "CREDIT ",0
; xl=horizontal position (0..... |
src/idt.asm | MasterLogick/VSBL | 0 | 205096 | BITS 32
section .text
extern _Z15terminal_printfPKcz
extern _ZN4APIC3eoiEv
extern _Z7getAPICv
extern _Z26KeyboardGlobalEventHandlerv
; void _idt_load_table_asm(uint16_t size, void *idt_ptr)
global _idt_load_table_asm
_idt_load_table_asm:
sub esp, 8
mov ax, [esp + 8 + 4]
dec ax
mov [esp], ax
mov ea... |
term3/Programmirovanie/lab1.asm | japanese-goblinn/labs | 0 | 205097 | ;Найти максимум между a, b, c, d и отнять от него минимум между этими числами.
.model small
.stack 256
.data
a dw 20
b dw 10
c dw 10
d dw 2
max dw ?
min dw ?
.code
main:
mov ax, @data
mov ds, ax
mov ax, ax
mov ax, a
cmp ax, b
jnae else1 ;if b > a
mov max, ax ;else... |
monalynx_no_o/monaload.asm | 42Bastian/lynx_hacking | 12 | 205098 | ***************
* Lynx port of "MONA"
* Loader for LNX
****************
include <includes/hardware.inc>
include <macros/help.mac>
include "monalynx.equ"
;;; ROM sets this address
screen0 equ $2000
include "monalynx.var"
RUN $200
StartLoad::
//-> ldy #2 // y = 2 from ROM
.pal
lda colors_g... |
ASS1/check_prime (q6).asm | rahulkumawat1/NASM | 0 | 205099 | <reponame>rahulkumawat1/NASM
section .data
zero: db '0'
l1: equ $-zero
space: db ' '
l2: equ $-space
msg3: db 'Given number is a prime number',10
l3: equ $-msg3
msg4: db 'Given number is not a prime number',10
l4: equ $-msg4
section .bss
just_read: resd 1
just_print: resd 1
temp: resd 1
counter: resd 1
a: resd 1
i: re... |
libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc___gt_callee.asm | ahjelm/z88dk | 640 | 205100 | <reponame>ahjelm/z88dk
SECTION code_fp_math16
PUBLIC cm16_sdcc___gt_callee
EXTERN cm16_sdcc_readr_callee
EXTERN asm_f16_compare_callee
; Entry: stack: half right, half left, ret
.cm16_sdcc___gt_callee
call cm16_sdcc_readr_callee ;Exit hl = right
call asm_f16_compare_callee
jr Z,gt1
ccf
ret ... |
assembly_mips32/labs/lab4/lab4b.asm | giannoier/Academic_projects | 0 | 205101 | .data
msg1:.asciiz "Dwse to plithos twn stoixeiwn tou pinaka A: "
msg2:.asciiz "Dwse to plithos twn stoixeiwn tou pinaka B: "
msg3:.asciiz "Dwse tous arithmous pou uparxoun ston pinaka A: "
msg4:.asciiz "Dwse tous arithmous pou uparxoun ston pinaka B: "
.align 2
p1: .space 100
p2: .space 100
p3: .space 144
.text
.glo... |
Driver/Printer/Fax/Group3/group3EvalFaxUI.asm | steakknife/pcgeos | 504 | 205103 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: Pasta
MODULE: Fax
FILE: group3EvalFaxUI.asm
AUTHOR: <NAME>, Mar 23, 1993
ROUTINES:
Name Description
---- -----------
INT FaxEv... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_512.asm | ljhsiun2/medusa | 9 | 205104 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x3ea6, %rsi
lea addresses_WT_ht+0x12df2, %rdi
sub $7192, %r9
mov $93, %rcx
rep movsq
nop
nop
nop
nop
nop
add $43541, %r13
lea addresses_normal_ht+0x2886, %rsi
lea addresses_normal_ht+0x1182e, %rd... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1476.asm | ljhsiun2/medusa | 9 | 205105 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x7808, %rbp
nop
nop
nop
nop
xor $35568, %rbx
and $0xffffffffffffffc0, %rbp
vmovntdqa (%rbp), %ymm5
vextracti128 $1, %ymm5, %xmm5
vpextrq $0, %xmm5, %r8
... |
crypto/ripemd/asm/rm-win32.asm | rstokes149/RedLobster | 0 | 205106 | <reponame>rstokes149/RedLobster<gh_stars>0
; Don't even think of reading this code
; It was automatically generated by rmd-586.pl
; Which is a perl program used to generate the x86 assember for
; any of elf, a.out, BSDI,Win32, or Solaris
; eric <<EMAIL>>
;
TITLE rmd-586.asm
.386
.model FLAT
_TEXT SEGMEN... |
maps/BurnedTowerB1F.asm | Karkino/KarkCrystal16 | 0 | 205107 | <reponame>Karkino/KarkCrystal16<filename>maps/BurnedTowerB1F.asm<gh_stars>0
object_const_def ; object_event constants
const BURNEDTOWERB1F_BOULDER
const BURNEDTOWERB1F_RAIKOU1
const BURNEDTOWERB1F_ENTEI1
const BURNEDTOWERB1F_SUICUNE1
const BURNEDTOWERB1F_RAIKOU2
const BURNEDTOWERB1F_ENTEI2
const BURNEDTOWERB1F_... |
src/Mario.asm | Kannagi/Mega-Mario-TD | 2 | 205111 |
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $000... |
xy-VSFilter/src/thirdparty/VirtualDub/Kasumi/source/a_spanutils_isse.asm | wurui1994/AviSynth | 1 | 205112 | section .rdata, rdata, align=16
xfefefefefefefefe dq 0fefefefefefefefeh
xe0e0e0e0e0e0e0e0 dq 0e0e0e0e0e0e0e0e0h
x0002000200020002 dq 00002000200020002h
section .text
;==============================================================================
global _vdasm_horiz_expand2x_coaligned_ISSE
_vdasm_hori... |
StringTable2/IsPrefixOfStringInTable_x64_12.asm | IMULMUL/tracer | 51 | 205113 | <filename>StringTable2/IsPrefixOfStringInTable_x64_12.asm
title "IsPrefixOfStringInTable_x64"
option nokeyword:<Length>
;++
;
; Copyright (c) <NAME>, 2018.
;
; Module Name:
;
; PrefixSearchStringTable_x64_*.asm.
;
; Abstract:
;
; These modules implement the IsPrefixOfStringInTable routine.
;
; N.B... |
programs/oeis/111/A111286.asm | neoneye/loda | 22 | 205115 | <reponame>neoneye/loda
; A111286: Number of permutations avoiding the patterns {1342, 1432, 2341, 2431, 3142, 3241, 3412, 3421, 4132, 4231, 4312, 4321}; number of strong sorting class based on 1342.
; 1,2,6,12,24,48,96,192,384,768,1536,3072,6144,12288,24576,49152,98304,196608,393216,786432,1572864,3145728,6291456,12582... |
test_h2o.asm | phung001/xv6_lab2_mark | 0 | 205116 |
_test_h2o: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
void hydrogen(void *arg_ptr);
void oxygen(void *arg_ptr);
int main(int argc, char *argv[]){
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp... |
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_cyx2saddr_callee.asm | meesokim/z88dk | 0 | 205117 | <filename>libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_cyx2saddr_callee.asm
; void *zx_cyx2saddr_callee(uchar row, uchar col)
SECTION code_arch
PUBLIC _zx_cyx2saddr_callee, l0_zx_cyx2saddr_callee
_zx_cyx2saddr_callee:
pop hl
pop de
ex (sp),hl
l0_zx_cyx2saddr_callee:
ld h,e
INCLUDE "arch/zx... |
src/vt_sound.asm | headkaze/zxnext_dual_vt_sound | 0 | 205119 | <filename>src/vt_sound.asm
SECTION BANK_14
EXTERN VT_START
DEFC VT_INIT = VT_START + 3
DEFC VT_PLAY = VT_START + 5
DEFC VT_MUTE = VT_START + 8
DEFC VT_SETUP_BYTE = VT_START + 10
DEFC VT_CUR_POS_WORD = VT_START + 11
PUBLIC _vt_get_setup
PUBLIC _vt_init
PUBLIC _vt_play
PUBLIC _vt_play_isr
PUBLIC _vt_set_play_isr_enabl... |
OvmfPkg/ResetVector/X64/OvmfSevMetadata.asm | akhakimo/edk2 | 3,012 | 205120 | ;-----------------------------------------------------------------------------
; @file
; OVMF metadata for the AMD SEV confidential computing guests
;
; Copyright (c) 2021, AMD Inc. All rights reserved.<BR>
;
; SPDX-License-Identifier: BSD-2-Clause-Patent
;--------------------------------------------------------... |
uuu/src/apps/dmesg/dmesg.asm | ekscrypto/Unununium | 7 | 205121 | %include "vid/sys_log.inc"
%include "ozone.inc"
%include "process.inc"
struc buf_file
.fd: resb file_descriptor_size
.buf: resd 1 ; ptr to current buffer
.size: resd 1 ; size of current buffer
.cur: resd 1 ; current location within buffer
endstruc
global _start
_start:
mov edx, [ebx+process_info.stdout]... |
source/binary/divide.asm | paulscottrobson/Atomic-Basic-2 | 0 | 205122 | <gh_stars>0
; *******************************************************************************************
; *******************************************************************************************
;
; Name : divide.asm
; Purpose : Divide +4 into +0 (and modulus)
; Date : 26th July 2019
; Author : <NAME> (<EM... |
oeis/101/A101986.asm | neoneye/loda-programs | 11 | 205123 | <filename>oeis/101/A101986.asm
; A101986: Maximum sum of products of successive pairs in a permutation of order n+1.
; 0,2,9,23,46,80,127,189,268,366,485,627,794,988,1211,1465,1752,2074,2433,2831,3270,3752,4279,4853,5476,6150,6877,7659,8498,9396,10355,11377,12464,13618,14841,16135,17502,18944,20463,22061,23740,25502,27... |
cmd/keyb/parser.asm | minblock/msdos | 0 | 205124 | <gh_stars>0
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1987 - 1991
; * All Rights Reserved.
; */
PAGE ,132
TITLE PARSE CODE AND CONTROL BLOCKS FOR KEYB.COM
;****************** START OF SPECIFICATIONS **************************
;... |
usart-puthex.asm | TPKato/pAVRlib | 0 | 205125 | <gh_stars>0
;;; usart-puthex.asm
;;;
;;- a small subroutine to print a hexadecimal value via USART.
;;- This code is a part of [[../][pAVRlib]].
;;-
;;- * Requirement
;;- - [[../usart][usart.asm]]
;;- - [[../bin2ascii][bin2ascii.asm]]
;;-
;;- * Subroutine
;;-
;;- ** ~void USART_HEX(char)~ (in: r24, out: (none))
;... |
oeis/050/A050479.asm | neoneye/loda-programs | 11 | 205126 | ; A050479: a(n) = C(n)*(9n+1) where C(n)=Catalan numbers (A000108).
; Submitted by <NAME>
; 1,10,38,140,518,1932,7260,27456,104390,398684,1528436,5878600,22673308,87662200,339653880,1318498920,5126862150,19965297660,77855108100,303969268680,1188105796020,4648590733800,18205030164360,71356399639200,279909199969308,10987... |
tests/miaf/invalid-multiple-tracks-duration.asm | y-guyon/ComplianceWarden | 3 | 205127 | %define BE(a) ( ((((a)>>24)&0xFF) << 0) + ((((a)>>16)&0xFF) << 8) + ((((a)>>8)&0xFF) << 16) + ((((a)>>0)&0xFF) << 24))
ftyp_start:
dd BE(ftyp_end - ftyp_start)
db "ftyp"
db "isom"
dd BE(0x00)
db "mif1", "miaf"
ftyp_end:
meta_start:
dd BE(meta_end - meta_start)
db "meta"
dd BE(0)
hdlr_start:
dd BE(hdlr_end - hdlr_... |
programs/oeis/141/A141583.asm | karttu/loda | 0 | 205128 | ; A141583: Squares of tribonacci numbers A000213.
; 1,1,1,9,25,81,289,961,3249,11025,37249,126025,426409,1442401,4879681,16507969,55845729,188925025,639128961,2162157001,7314525625,24744863025,83711270241,283193201281,958035736849,3241011678961,10964263980289,37091839354249,125480793716041,424498484496321,1436068086549... |
maps/TVStation3F.asm | AtmaBuster/pokeplat-gen2 | 6 | 205129 | object_const_def ; object_event constants
TVStation3F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
TVStation3F_RecordGirlScript:
jumptextfaceplayer .Text
.Text:
IF DEF(_DEMO1)
text "Sorry, but the"
line "GLOBAL RANKING"
cont "ROOM is undergoing"
cont "maintainence."
para "Please return in a"
line "la... |
oeis/049/A049867.asm | neoneye/loda-programs | 11 | 205130 | ; A049867: a(n)=Sum{a(k): k=0,1,2,...,n-4,n-2,n-1}; a(n-3) is not a summand; 3 initial terms required.
; Submitted by <NAME>
; 1,1,4,5,10,17,33,61,115,214,400,746,1393,2600,4854,9061,16915,31576,58945,110036,205411,383453,715815,1336255,2494468,4656574,8692708,16227203,30292300,56548466,105562437,197059777,367863388
m... |
oeis/019/A019495.asm | neoneye/loda-programs | 11 | 205133 | <reponame>neoneye/loda-programs
; A019495: Define the sequence T(a(0),a(1)) by a(n+2) is the greatest integer such that a(n+2)/a(n+1) < a(n+1)/a(n) for n >= 0. This is T(4,11).
; Submitted by <NAME>
; 4,11,30,81,218,586,1575,4233,11376,30572,82159,220793,593356,1594576,4285239,11516085,30948148,83169572,223508615,60065... |
boot_sector_2_stages/stage2/bootsector.asm | lolblat/OrOS | 4 | 205134 | <gh_stars>1-10
start_up_stage_2: ; 7e1f
mov ecx, STAGE_2_WELCOME
call print_string
;enable A20 line
in al,0x92
or al,2
out 0x92,al
;1) call memory detection and map the memory, and insert to booting info
call memory_map
mov dword [booting_info.memory_map_addr], ebx
mov dword [b... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1343.asm | ljhsiun2/medusa | 9 | 205135 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x11ddf, %r13
nop
nop
nop
nop
nop
sub $26468, %r15
mov $0x6162636465666768, %r8
movq %r8, %xmm3
movups %xmm3, (%r13)
and $55693, %rbp
lea addresses_WT_ht+0x1cf3f, %rsi
lea addre... |
kernel7.asm | Silvantica/Etch-A-Sketch | 0 | 205136 | ; Rasberry Pi 3. 'Bare Metal' 8-Bit etch-a-sketch
;
; 1. Setup frame buffer and get a pointer to it at r0
; 2. Setup GPIO input/output
; 3. Blink the light to show we're ready
; 4. Start Loop. Read input from buttons and move
; the pixel around.
;
; Multi-button input is supported so diagonal lines work.
;
; D... |
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_data.asm | jpoikela/z88dk | 640 | 205137 |
; void *b_array_data(b_array_t *a)
SECTION code_clib
SECTION code_adt_b_array
PUBLIC b_array_data
EXTERN asm_b_array_data
defc b_array_data = asm_b_array_data
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _b_array_data
defc _b_array_data = b_array_data
ENDIF
|
x86-64-assembly/matching-brackets/matching_brackets.asm | 0x28/exercism | 0 | 205138 | section .text
global is_paired
is_paired:
mov rdx, rsp
xor rcx, rcx
loop:
mov al, byte [rdi]
test al, al
jz end
cmp al, '['
je open
cmp al, '('
je open
cmp al, '{'
je open
cmp al, '}'
je close
cmp al, ')'
je close
cmp al, ']'
je close
step:
inc... |
MySource/24-stack-reverse output.asm | mdabdullahibnaharun/Assembly-Language | 0 | 205139 | org 100h
include "emu8086.inc"
.model small
.stack 100h
.data
.code
main proc
;push ax
;push bx
;pop cx
;pop dx
print "Enter : "
mov ah,1
xor cx,cx
input:
int 21h
cmp al,0DH
je exit_input
... |
binary16/faddp.asm | DW0RKiN/Floating-point-Library-for-Z80 | 12 | 205140 | if not defined @FADDP
; continue from @FADD (if it was included)
; Add two floating point numbers with the same sign
; In: HL, DE numbers to add, no restrictions
; Out: HL = HL + DE, if ( overflow ) set carry
; Pollutes: AF, B, DE
; -------------- HL + DE ---------------
; HL = (+HL) + (+DE)
; HL = (-HL... |
asm/por_always_show_drop_percentages.asm | Iemnur/DSVEdit | 70 | 205141 | .nds
.relativeinclude on
.erroronwarning on
; This patch causes you to always have the Gambler Glasses effect of showing percentages instead of star ratings for enemy drops.
.open "ftc/arm9.bin", 02000000h
.org 0x02053074 ; Checks if you have Gambler Glasses equipped to see if it should hide the stars.
mov r0, 2h ... |
Tests/mathstestssun.asm | TinfoilAsteroid/EliteNext | 9 | 205142 | <gh_stars>1-10
DEVICE ZXSPECTRUMNEXT
DEFINE DOUBLEBUFFER 1
CSPECTMAP testMaths.map
OPT --zxnext=cspect --syntax=a --reversepop
testStartup: ORG $8000
ld ix, TestCase1
.TestL... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/save.asm | gb-archive/really-old-stuff | 10 | 205143 | ; Save code "XXX" at address YYY of length ZZZ
; Parameters in the stack are XXX (16 bit) address of string name
; (only first 12 chars will be taken into account)
; YYY and ZZZ are 16 bit on top of the stack.
SAVE_CODE:
PROC
LOCAL MEMBOT
LOCAL SAVE_CONT
LOCAL ROM_SAVE
ROM_SAVE EQU 0970h
MEMBOT EQU 23698 ;... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_14930_534.asm | ljhsiun2/medusa | 9 | 205144 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x189a7, %rsi
lea addresses_A_ht+0x1b9a7, %rdi
nop
nop
nop
nop
nop
xor $36340, %r14
mov $77, %rcx
rep movsl
dec %r9
lea addresses_D_ht+0xc247, %r8
clflush (%r8)
and %rax, %rax
v... |
voxels/v.asm | reenigne/reenigne | 92 | 205145 | <gh_stars>10-100
cpu p4
org 0x100
start:
; times 20 nop
mov ax,0x13
int 0x10
mov cx,0x9000 ; 0x9000
mov es,cx
; xor di,di
; mov ch,0x80
mov ax,0xb4b4
rep stosw
mov si,start
mov cl,1
xfLoopTop:
mov ch,1
yfLoopTop:
lodsw
push si
mov si,codeEnd
mov bx,ax
mov al,cl
mul ch
shl ax,2
... |
asm/tests/bdd/acceptance/real-mode/CPU/Instruction/push.asm | ZopharsDomain/PCX86-JAVASCRIPT-jemul8 | 67 | 205146 | <reponame>ZopharsDomain/PCX86-JAVASCRIPT-jemul8<gh_stars>10-100
;
; jemul8 - JavaScript x86 Emulator
; Copyright (c) 2013 http://jemul8.com. All Rights Reserved.
;
; MODULE: Tests for CPU stack handling - x86 PUSH instruction
;
%include '../../tools.inc'
; Jump over data
jmp main
; --- Data ---
; Test descriptions
... |
prcc.asm | lestersantos/Assembly2019 | 0 | 205148 | ;UNIVERSIDAD DE <NAME>
;FACULTAD DE INGENIERIA
;ARQUITECTURA DE COMPUTADORAS Y ENSAMBLADORES 1
;PRACTICA 6
;<NAME>
;201504510
;====================================== MY MACROS =================================
%macro print 1 ;this macro will print to screen
push ax
push dx
mov dx, %1 ;refers to the first para... |
_inc/DeformLayers.asm | derpguy125/SnorcRomHack-Master | 0 | 205150 | ; ---------------------------------------------------------------------------
; Background layer deformation subroutines
; ---------------------------------------------------------------------------
; ||||||||||||||| S U B R O U T I N E |||||||||||||||||||||||||||||||||||||||
DeformLayers:
tst.b (f_nobgscroll).w
... |
oeis/314/A314049.asm | neoneye/loda-programs | 11 | 205151 | ; A314049: Coordination sequence Gal.3.51.2 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>(s4)
; 1,5,11,15,21,26,31,37,41,47,52,57,63,67,73,78,83,89,93,99,104,109,115,119,125,130,135,141,145,151,156,161,167,171,1... |
index.asm | skrasser/slither_c64 | 3 | 205152 | ;; Root source file, based on empty asm project from http://www.dustlayer.com
!cpu 6502
!to "build/slither.prg",cbm ; output file
;; BASIC loader
* = $0801 ; BASIC start address (#2049)
!byte $0d,$08,$dc,$07,$9e,$20,$34,$39 ; BASIC loader to start at $c000...
!byte $31,$35,$32,$00,... |
target/cos_117/disasm/iop_overlay1/IACMD.asm | jrrk2/cray-sim | 49 | 205153 | 0x0000 (0x000000) 0x1001- f:00010 d: 1 | A = 1 (0x0001)
0x0001 (0x000002) 0x291B- f:00024 d: 283 | OR[283] = A
0x0002 (0x000004) 0x211B- f:00020 d: 283 | A = OR[283]
0x0003 (0x000006) 0x271A- f:00023 d: 282 | A = A - OR[282]
... |
oeis/110/A110389.asm | neoneye/loda-programs | 11 | 205154 | <reponame>neoneye/loda-programs
; A110389: Integers with mutual residues -1.
; Submitted by <NAME>
; 2,3,5,29,869,756029,571580604869,326704387862983487112029,106735757048926752040856495274871386126283608869,11392521832807516835658052968328096177131218666695418950023483907701862019030266123104859068029
mov $1,2
mov $2... |
programs/oeis/087/A087208.asm | neoneye/loda | 22 | 205156 | <filename>programs/oeis/087/A087208.asm<gh_stars>10-100
; A087208: Expansion of e.g.f.: exp(x)/(1-x^2).
; 1,1,3,7,37,141,1111,5923,62217,426457,5599531,46910271,739138093,7318002277,134523132927,1536780478171,32285551902481,418004290062513,9879378882159187,142957467201379447,3754163975220491061,60042136224579367741,173... |
oeis/081/A081905.asm | neoneye/loda-programs | 11 | 205157 | <reponame>neoneye/loda-programs
; A081905: A sequence related to binomial(n+6, 6).
; Submitted by <NAME>
; 1,10,79,552,3567,21810,127905,725820,4009920,21664000,114840064,598865920,3078537216,15626600448,78431059968,389685706752,1918516592640,9367021682688,45387134009344,218388081147904,1044061452500992,496171801903104... |
cards/bn5/ItemCards/136-E008 Lord Gospel's Collection.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 205158 | <gh_stars>1-10
.include "defaults_item.asm"
table_file_jp equ "exe5-utf8.tbl"
table_file_en equ "bn5-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252424A // BRBJ
game_code_2 equ 0x42524245 // BRBE
game_code_3 equ 0x42524250 // BRBP
card_type equ 0
card_id equ 8
card_no equ "008"
card_sub equ "Item Card ... |
nasm assembly/1/a1.asm | AI-Factor-y/NASM-library | 0 | 205159 | section .data
name : db '<NAME>',10
l : equ $-name
address : db 'Panayampurath house , rammallur',0ah
l1 : equ $-address
district : db 'Kozhikode',0ah
l2 : equ $-district
section .text
global _start:
_start:
mov eax, 4
mov ebx, 1
mov ecx, name
mov edx, l
int 80h
mov eax, 4
mov ebx, 1
mov ec... |
oeis/262/A262970.asm | neoneye/loda-programs | 11 | 205160 | <filename>oeis/262/A262970.asm
; A262970: Total cycle length of all iteration trajectories of all elements of random mappings from [n] to [n].
; Submitted by <NAME>
; 1,10,117,1648,27425,528336,11581885,284878336,7772592897,233010784000,7614411069221,269412832512000,10261487793254113,418636033893726208,1821356345546723... |
03_egghunter/egghunter.nasm | undefinstr/SLAE64 | 0 | 205161 | BITS 64
global _start
section .text
_start:
mov rcx, rsp ; use top of the stack as our search start address
add rcx, 20 ; otherwise the egghunter finds itself
continue:
inc rcx ; use inc/dec depending where on the stack the stage 2 payload is located
cmp dword [rcx], 0x48934893 ; comp... |
src/instruction-test/store.asm | brgmnn/uob-cpu-simulator | 0 | 205162 | # 'store' test case code
# modifying this code with cause tests to fail!
mov r1,#1234
mov r2,#4321
mov r3,#9999
mov r4,#1111
mov r0,$data
store r1,r0
add r0,r0,#4
store r2,r0
add r0,r0,#4
store r3,r0
add r0,r0,#4
store r4,r0
halt
data:
d.int 40
d.int 30
d.int 20
d.int 10 |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1191.asm | ljhsiun2/medusa | 9 | 205163 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xf304, %rsi
lea addresses_A_ht+0xb7c4, %rdi
nop
nop
nop
lfence
mov $32, %rcx
rep movsl
nop
nop
xor $17476, %rdx
lea addresses_normal_ht+0x2d04, %r12
and %rdi, %rdi
mov $0x61626364656667... |
src/win/x86_64/win_x86_64_asm_revSequentialRead_Word128.asm | csl-ajou/X-mem | 28 | 205164 | ; The MIT License (MIT)
;
; Copyright (c) 2014 Microsoft
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, copy, modify... |
gfx/pokemon/golduck/anim.asm | Dev727/ancientplatinum | 28 | 205165 | frame 1, 07
frame 2, 15
setrepeat 2
frame 3, 08
frame 4, 05
dorepeat 3
frame 5, 13
setrepeat 3
frame 5, 10
frame 6, 10
dorepeat 8
endanim
|
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2734.asm | ljhsiun2/medusa | 9 | 205166 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15ad3, %r15
clflush (%r15)
nop
and %r12, %r12
mov (%r15), %r10w
nop
nop
nop
nop
inc %rcx
lea addresses_normal_ht+0x1e3d3, %rsi
nop
sub %r13, %r13
mov (%rsi), %r8d
nop
nop
nop... |
programs/oeis/239/A239669.asm | neoneye/loda | 22 | 205167 | ; A239669: Total number of prime factors counted with multiplicity of prime(n)-1 and prime(n)+1, where prime(n) is the n-th prime.
; 1,3,4,5,5,5,7,6,6,6,8,6,7,6,7,7,6,6,6,8,7,8,6,8,9,7,7,7,8,8,11,7,7,7,7,8,6,8,7,6,7,8,10,9,8,9,7,9,6,7,8,9,9,9,11,7,8,10,6,8,6,7,8,8,7,6,7,9,6,8,9,8,8,7,9,10,7,7,9,8,8,7,10,10,8,7,12,7,8,9... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_133.asm | ljhsiun2/medusa | 9 | 205168 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1e094, %rsi
lea addresses_A_ht+0x7a02, %rdi
and %r10, %r10
mov $124, %rcx
rep movsw
nop
nop
nop
nop
nop
sub $1335, %r12
pop %rsi
pop %rdi
pop %rcx
pop %r12
pop %r10
ret
.global s_faulty_load
s_f... |
oeis/117/A117379.asm | neoneye/loda-programs | 11 | 205169 | <filename>oeis/117/A117379.asm<gh_stars>10-100
; A117379: Expansion of (1-4x)/(1-x^2+x^3).
; Submitted by <NAME>
; 1,-4,1,-5,5,-6,10,-11,16,-21,27,-37,48,-64,85,-112,149,-197,261,-346,458,-607,804,-1065,1411,-1869,2476,-3280,4345,-5756,7625,-10101,13381,-17726,23482,-31107,41208
mov $4,2
lpb $0
sub $0,1
sub $1,$3
... |
unittests/ASM/fld.asm | cobalt2727/FEX | 628 | 205170 | %ifdef CONFIG
{
"Match": "All",
"RegData": {
"MM4": ["0xfffffffffffff800", "0xffff"],
"MM5": ["0xffffff0000000000", "0xffff"],
"MM6": ["0xaaaaaa0000000000", "0xbfd5"],
"MM7": ["0xc90fdb0000000000", "0x4000"]
}
}
%endif
lea rbp, [rel data]
; 32bit FLDs
fld dword [rbp]
fld dword [rbp + 4]
fld dwor... |
oeis/130/A130980.asm | neoneye/loda-programs | 11 | 205171 | <reponame>neoneye/loda-programs
; A130980: G.f.: 16/(7 + 9*sqrt(1 - 32*x)).
; Submitted by <NAME>
; 1,9,153,3177,73017,1785609,45543897,1197639081,32231934585,883404542025,24570973169433,691759954058985,19674867844155321,564462038150345097,16315646312285498457,474680922491822688297,13889448286541859837177,4084797587447... |
matriculate.asm | indigodarkwolf/x16-matriculate-text | 9 | 205172 | <reponame>indigodarkwolf/x16-matriculate-text
.segment "STARTUP"
.segment "INIT"
.segment "ONCE"
.segment "BSS"
.code
;=================================================
;=================================================
;
; Headers
;
;-------------------------------------------------
.include "debug.inc"
.include ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.