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 |
|---|---|---|---|---|
oeis/318/A318960.asm | neoneye/loda-programs | 11 | 121226 | <reponame>neoneye/loda-programs
; A318960: One of the two successive approximations up to 2^n for 2-adic integer sqrt(-7). This is the 1 (mod 4) case.
; Submitted by <NAME>
; 1,5,5,21,53,53,181,181,181,181,181,181,181,16565,49333,49333,49333,49333,573621,1622197,1622197,1622197,10010805,10010805,10010805,77119669,21133... |
programs/oeis/240/A240803.asm | neoneye/loda | 22 | 121227 | <reponame>neoneye/loda
; A240803: a(n) = 2 + product of first n odd primes.
; 5,17,107,1157,15017,255257,4849847,111546437,3234846617,100280245067,3710369067407,152125131763607,6541380665835017,307444891294245707,16294579238595022367,961380175077106319537,58644190679703485491637,3929160775540133527939547,27897041506334... |
oeis/001/A001682.asm | neoneye/loda-programs | 11 | 121228 | <reponame>neoneye/loda-programs
; A001682: Numbers k such that 3^k, 3^(k+1) and 3^(k+2) have the same number of digits.
; Submitted by <NAME>(s2)
; 0,21,42,65,86,109,130,151,174,195,218,239,262,283,304,327,348,371,392,415,436,457,480,501,524,545,568,589,610,633,654,677,698,721,742,763,786,807,830,851,874,895,916,939,96... |
libsrc/_DEVELOPMENT/l/sccz80/8-8080/l_getptr.asm | ahjelm/z88dk | 640 | 121229 | <reponame>ahjelm/z88dk
; Z88 Small C+ Run Time Library
;
; Get Long Pointer from Near Memory
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_getptr
; fetch far ptr from address hl
l_getptr:
ld e,(hl)
inc hl
ld d,(hl)
inc hl
ld l,(hl)
ld h,0
e... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_3016_754.asm | ljhsiun2/medusa | 9 | 121230 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1c01, %rsi
lea addresses_WT_ht+0x478c, %rdi
nop
nop
nop
nop
cmp $7609, %r12
mov $50, %rcx
rep movsl
nop
sub $22660, %rbp
lea addresses_WT_ht+0x10c0c, %r13
nop
nop
nop
add $29045, %rdi
... |
oeis/163/A163935.asm | neoneye/loda-programs | 11 | 121231 | <filename>oeis/163/A163935.asm
; A163935: Third right hand column of triangle A163934
; Submitted by <NAME>
; 35,340,1750,6440,19110,48720,110880,231000,448305,820820,1431430,2395120,3867500,6054720,9224880,13721040,19975935,28528500,40042310,55326040,75356050,101301200,134550000,176740200,229790925,295937460,377768790... |
libsrc/stdio/ansi/abc80/f_ansi_scrollup.asm | andydansby/z88dk-mk2 | 1 | 121232 | <gh_stars>1-10
;
; ANSI Video handling for the ABC80
;
; Scrollup
;
;
; $Id: f_ansi_scrollup.asm,v 1.3 2007/10/31 14:01:47 stefano Exp $
;
XLIB ansi_SCROLLUP
.ansi_SCROLLUP
jp $241 |
asm_files/equtest.asm | blaz-r/SIC-XE-assembler | 0 | 121233 | <gh_stars>0
equtst START 0
LDA #HALF
LDA #BEF
HALF EQU LEN/2
LEN EQU LAST-BUF
BEF EQU BUF-1
BUF RESB 1000
LAST EQU * |
data/wildPokemon/safarizonecenter.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 121234 | <gh_stars>1-10
ZoneMonsCenter:
db $1E
IF DEF(_RED)
db 22,NIDORAN_M
db 25,RHYHORN
db 22,TANGELA
db 24,EXEGGCUTE
db 31,NIDORINO
db 25,EXEGGCUTE
db 27,PARASECT
db 23,SCYTHER
db 32,PARASECT
db 17,CHANSEY
ENDC
IF DEF(_GREEN)
db 22,NIDORAN_M
db 25,RHYHORN
db 22,TANGELA
db 24,EXEGGCUTE
db 31,NIDORINO
db 25,EX... |
programs/oeis/244/A244882.asm | neoneye/loda | 22 | 121235 | <reponame>neoneye/loda
; A244882: Expansion of (1 + 2*x + 2*x^2) / (1 - x)^6.
; 1,8,35,110,280,616,1218,2220,3795,6160,9581,14378,20930,29680,41140,55896,74613,98040,127015,162470,205436,257048,318550,391300,476775,576576,692433,826210,979910,1155680,1355816,1582768,1839145,2127720,2451435,2813406,3216928,3665480,41627... |
oeis/102/A102928.asm | neoneye/loda-programs | 11 | 121237 | <filename>oeis/102/A102928.asm
; A102928: Reduced numerators of the harmonic means of the first n positive integers.
; Submitted by <NAME>(w3)
; 1,4,18,48,300,120,980,2240,22680,25200,304920,332640,4684680,5045040,5405400,11531520,208288080,73513440,1474352880,62078016,108636528,113809696,2736605872,8566766208,22309287... |
Transynther/x86/_processed/NC/_st_zr_4k_sm_/i3-7100_9_0x84_notsx.log_21829_1877.asm | ljhsiun2/medusa | 9 | 121238 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x40fa, %rsi
lea addresses_D_ht+0xb181, %rdi
clflush (%rsi)
nop
nop
nop
and %rdx, %rdx
mov $88, %rcx
rep movsb
nop
and %r8, %r8
lea addresses_WT_ht+0x14cf2, %r14
and $58444, %r15... |
oeis/033/A033895.asm | neoneye/loda-programs | 11 | 121240 | ; A033895: Sort then Add!.
; Submitted by <NAME>
; 7,14,28,56,112,224,448,896,1585,3143,4477,8954,13543,26888,53776,89453,124042,136286,259954,505553,541108,552566,808132,820520,822778,1050566,1066132,1178498,2326387,4560065,4605631,4740197,4884976,9352865
mov $1,7
lpb $0
sub $0,1
seq $1,70196 ; a(n)=n plus the so... |
data/pokemon/dex_entries/raikou.asm | AtmaBuster/pokeplat-gen2 | 6 | 121241 | <gh_stars>1-10
db "THUNDER@" ; species name
db "This rough #MON"
next "stores energy"
next "inside its body,"
page "then sweeps across"
next "the land, shooting"
next "off electricity.@"
|
programs/oeis/283/A283234.asm | karttu/loda | 0 | 121242 | <filename>programs/oeis/283/A283234.asm
; A283234: 2*A001950.
; 4,10,14,20,26,30,36,40,46,52,56,62,68,72,78,82,88,94,98,104,108,114,120,124,130,136,140,146,150,156,162,166,172,178,182,188,192,198,204,208,214,218,224,230,234,240,246,250,256,260,266,272,276,282,286,292,298,302,308,314,318,324,328,334,340,344,350,356,360,... |
Driver/Video/VGAlike/VGACom/vgacomOutput.asm | steakknife/pcgeos | 504 | 121243 | COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: VGALike video drivers
FILE: vgacomOutput.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
INT OptRectOneWord Draw a rec... |
src/stars/tests/tests/floatInstrs/ceil_test.asm | kevintmcdonnell/stars | 9 | 121244 | .data
c: .float 1.8
big: .float 1.5e20
zero: .float 0.0
.text
main:
# Small
la $t0, c
l.s $f12, 0($t0)
ceil.w.s $f1, $f12
mfc1 $a0, $f1
li $v0, 1
syscall
li $a0, 32
li $v0, 11
syscall
# Big
la $t0, big
l.s $f12, 0($t0)
ceil.w.s $f1, $f12
mfc1 $a0, $f1
li $v0, 1
syscall
li $a0, 32
li $v0, 11
syscall
# Infinity... |
PIC/TedsClock/TedsClock.X/clock.asm | slimem8mile/LittleArduinoProjects | 1 | 121245 | <filename>PIC/TedsClock/TedsClock.X/clock.asm
LIST P=16F84
;;;
;;; Clock I driver - LED clock
;;; 2/19/2000/tcy
;;; 2/29/2000/tcy updated
;;; Copyright (C) 2000, <NAME>. All rights reserved.
;;;
PORTA EQU 0x05
PORTB EQU 0x06
TRISB EQU 0x86
TRISA EQU 0x85
;
OPTREG EQU 0x81
INTCON E... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1396.asm | ljhsiun2/medusa | 9 | 121246 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x16ba1, %rsi
lea addresses_WT_ht+0x1ec41, %rdi
nop
nop
nop
nop
nop
sub %rbx, %rbx
mov $59, %rcx
rep movsq
nop
nop
sub $28456, %r10
lea addresses_WT_ht+0x5c41, ... |
engine/overworld/dungeon_warps.asm | adhi-thirumala/EvoYellow | 16 | 121247 | <gh_stars>10-100
IsPlayerOnDungeonWarp:
xor a
ld [wWhichDungeonWarp], a
ld a, [wd72d]
bit 4, a
ret nz
call ArePlayerCoordsInArray
ret nc
ld a, [wCoordIndex]
ld [wWhichDungeonWarp], a
ld hl, wd72d
set 4, [hl]
ld hl, wd732
set 4, [hl]
ret
|
4-advanced/loops/code.asm | CoBloX/ethereum_workshop_31_07_2018 | 3 | 121248 | <reponame>CoBloX/ethereum_workshop_31_07_2018
{
for { let i := 0 } lt(i, 2) { i := add(i, 1) } {
mstore(0, i)
log0(0, 32)
}
} |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_12_1407.asm | ljhsiun2/medusa | 9 | 121249 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_12_1407.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r8
push %r9
push %rax
push %rbp
push %rdx
// Load
lea addresses_WT+0x17f37, %rax
nop
nop
nop
nop
add %r... |
data/pokemon/dex_entries/lombre.asm | AtmaBuster/pokeplat-gen2 | 6 | 121251 | <reponame>AtmaBuster/pokeplat-gen2
db "JOLLY@" ; species name
db "It is nocturnal"
next "and becomes active"
next "at nightfall. It"
page "feeds on aquatic"
next "mosses that grow"
next "in the riverbed.@"
|
programs/oeis/046/A046142.asm | neoneye/loda | 22 | 121252 | ; A046142: Haüy rhombic dodecahedral numbers.
; 1,33,185,553,1233,2321,3913,6105,8993,12673,17241,22793,29425,37233,46313,56761,68673,82145,97273,114153,132881,153553,176265,201113,228193,257601,289433,323785,360753,400433,442921,488313,536705,588193,642873,700841,762193,827025,895433,967513,1043361,1123073,1206745,129... |
target_code/div.asm | jbush001/risc_processor | 14 | 121253 | ;
; Copyright 2008-2012 <NAME>
;
; 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 required by applicable law or agreed to in wri... |
Library/User/Gen/genBooleanGroup.asm | steakknife/pcgeos | 504 | 121254 | COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: UserInterface/Gen
FILE: genBooleanGroup.asm
ROUTINES:
Name Description
---- -----------
GLB GenBooleanGroupClass BooleanGroup object
R... |
boot.asm | 1byte2bytes/BrainfuckKernel | 1 | 121255 | .set ALIGN, 1<<0
.set MEMINFO, 1<<1
.set FLAGS, ALIGN | MEMINFO
.set MAGIC, 0x1BADB002
.set CHECKSUM, -(MAGIC + FLAGS)
.section .multiboot
.align 4
.long MAGIC
.long FLAGS
.long CHECKSUM
.section .bss
.align 16
stack_bottom:
.skip 16384
stack_top:
.section .text
.global _start
.type _start, @function
_start:
mov $s... |
source/error/messages.asm | mega65dev/rom-assembler | 0 | 121256 | <reponame>mega65dev/rom-assembler
; ********************************************************************************************
; ********************************************************************************************
;
; Name : messages.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan ... |
Source/Levels/L1001.asm | AbePralle/FGB | 0 | 121257 | ; L1001.asm
; Generated 11.13.2000 by mlevel
; Modified 11.13.2000 by <NAME>
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
;---------------------------------------------------------------------
SECTION "Level1001Section",ROMX
;---------------------------------------------------------------------
L1001_Conte... |
dino/lcs/enemy/25.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 121259 | <reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<gh_stars>1-10
copyright zengfr site:http://github.com/zengfr/romhack
001262 btst #$0, ($25,A6)
001268 bne $1278 [enemy+25, etc+25, item+25]
0012B2 btst #$0, ($25,A6)
0012B8 bne $12c8 [enemy+25, item+25]
006076 btst #$5, ($25,A6) ... |
oeis/099/A099368.asm | neoneye/loda-programs | 11 | 121260 | <filename>oeis/099/A099368.asm
; A099368: Twice Chebyshev polynomials of the first kind, T(n,x), evaluated at x=51/2.
; Submitted by <NAME>(s4)
; 2,51,2599,132498,6754799,344362251,17555720002,894997357851,45627309530399,2326097788692498,118585359913786999,6045527257814444451,308203304788622880002,157123230169619524356... |
pwm.asm | luciodj/WAV-1K | 1 | 121263 | <gh_stars>1-10
;
; pwm.asm
;
#include "main.inc"
GLOBAL PWM_init
PWM CODE
PWM_init
TMR2_init
banksel T2CON
set_sfr T2CLKCON,0x01
set_sfr T2HLT,0x00
; clrf T2RST
set_sfr T2PR,0xb3
; clrf T2TMR
banksel PIR4
bcf PIR4,TMR2IF
banksel PIE4
bsf PIE4,TMR2IE
banksel... |
PIC16-ASSEMBLY/36_timer2.asm | EnesMercan/PIC-MCU-Projects | 1 | 121264 | ; 2 LEDs on rb0 and rb1 will blink every one second using timer2 module
; while led on rb3 continuously blinking once every half second
; timer2 will count from 0 to 39h for about 100 times
LIST P = 16F628A
INCLUDE "P16F628A.INC"
; CONFIG
; __config 0x3F30
__CONFIG _FOSC_INTOSCIO & _WDTE_OFF ... |
cards/bn4/ModCards/134-A017 Custom2 (0A).asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 121265 | .include "defaults_mod.asm"
table_file_jp equ "exe4-utf8.tbl"
table_file_en equ "bn4-utf8.tbl"
game_code_len equ 3
game_code equ 0x4234574A // B4WJ
game_code_2 equ 0x42345745 // B4WE
game_code_3 equ 0x42345750 // B4WP
card_type equ 1
card_id equ 17
card_no equ "017"
card_sub equ "Mod Card 017"
card_sub_x ... |
222.asm | LeslieYon/8086asm | 0 | 121266 | DSEG SEGMENT;数据段
STRING1 DB 1,2,3,4,5
INPUTBUFF DB 0F0H ;预留字节数
DB ? ;实际字节数(不包含0x0D)
DB 0F0H DUP(?) ;实际输入内容(包含0x0D)
OUTPUTBUFF DB 'Hello World!$'
DSEG ENDS
ESEG SEGMENT;附加段
STRING2 DB 5 DUP(?)
ESEG ENDS
SSEG SEGMENT;堆栈段
DW 10 DUP(?)
SSEG ENDS
CSEG SEGMENT;代码段
ASSUME CS:CSEG,DS:DS... |
oeis/096/A096035.asm | neoneye/loda-programs | 11 | 121267 | <gh_stars>10-100
; A096035: Triangle read by rows: T(n,k) = (n+1,k)-th element of (M^4-M)/3, where M is the infinite lower Pascal's triangle matrix, 1<=k<=n.
; Submitted by <NAME>
; 1,5,2,21,15,3,85,84,30,4,341,425,210,50,5,1365,2046,1275,420,75,6,5461,9555,7161,2975,735,105,7,21845,43688,38220,19096,5950,1176,140,8,87... |
P6/data_P6_2/cal_R_same_test56.asm | alxzzhou/BUAA_CO_2020 | 1 | 121268 | <reponame>alxzzhou/BUAA_CO_2020<gh_stars>1-10
lui $1,43454
ori $1,$1,10521
lui $2,55689
ori $2,$2,58822
lui $3,45746
ori $3,$3,15487
lui $4,46291
ori $4,$4,37178
lui $5,50233
ori $5,$5,5834
lui $6,34476
ori $6,$6,14874
mthi $1
mtlo $2
sec0:
nop
nop
nop
addu $3,$6,$6
sec1:
nop
nop
nor $6,$1,$4
addu $3,$6,$6
sec2... |
data/pokemon/base_stats/persian.asm | Karkino/KarkCrystal16 | 0 | 121270 | db 0 ; species ID placeholder
db 75, 70, 80, 115, 90, 65
; hp atk def spd sat sdf
db NORMAL, NORMAL ; type
db 90 ; catch rate
db 148 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/persian/... |
programs/oeis/135/A135136.asm | neoneye/loda | 22 | 121271 | <filename>programs/oeis/135/A135136.asm
; A135136: a(n) = floor(S2(n)/2) mod 2, where S2(n) is the binary weight of n.
; 0,0,0,1,0,1,1,1,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,1,1,1,1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,1,1,1,1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0,1,1,1,1,0... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1337.asm | ljhsiun2/medusa | 9 | 121272 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x15309, %rsi
lea addresses_WT_ht+0x11c51, %rdi
nop
nop
nop
nop
nop
cmp %r11, %r11
mov $125, %rcx
rep movsb
nop
nop
nop
nop
cmp $16848, %r12
lea addresses_WC_ht+0x1bc39, %rsi
lea address... |
oeis/180/A180221.asm | neoneye/loda-programs | 11 | 121273 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A180221: Numbers that can be written as sum of one or more distinct elements of A000043. Numbers k for which sigma(A180162(k))=2^k, k>=2.
; Submitted by <NAME>
; 2,3,5,7,8,9,10,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,... |
core/src/code_generation/tests/function-1.asm | mari-linhares/GoCompiler | 1 | 121274 | 100: LD SP, #4000
108: LD R1, #0
116: ST y, R1
function x
1000: MUL R2, #2, #3
1008: ADD R3, #1, R2
1016: MUL R4, #4, #5
1024: MUL R5, R4, R1
1032: ADD R6, R3, R5
1040: ST y, R6
1048: BR *0(SP)
function main
4056: ADD SP, SP, #mainsize
4064: ST *SP, #4080
4072: BR #1000
4080: SUB SP, SP, #mainsize
4088: LD R7, #1
409... |
Library/User/Token/token.asm | steakknife/pcgeos | 504 | 121275 | <reponame>steakknife/pcgeos
Comment @---------------------------------------------------------------------
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: UserInterface/Token
FILE: token.asm
AUTHOR: <NAME>, November 1989
ROUTINES:
Name Description
---- -----------
... |
programs/oeis/047/A047502.asm | neoneye/loda | 22 | 121276 | <reponame>neoneye/loda
; A047502: Numbers that are congruent to {2, 3, 4, 5, 7} mod 8.
; 2,3,4,5,7,10,11,12,13,15,18,19,20,21,23,26,27,28,29,31,34,35,36,37,39,42,43,44,45,47,50,51,52,53,55,58,59,60,61,63,66,67,68,69,71,74,75,76,77,79,82,83,84,85,87,90,91,92,93,95,98,99,100,101,103,106,107,108,109,111,114,115,116,117,11... |
_incObj/Sonic SlopeRepel.asm | kodishmediacenter/msu-md-sonic | 9 | 121277 | ; ---------------------------------------------------------------------------
; Subroutine to push Sonic down a slope
; ---------------------------------------------------------------------------
; ||||||||||||||| S U B R O U T I N E |||||||||||||||||||||||||||||||||||||||
Sonic_SlopeRepel:
nop
tst.b $38(a0)
... |
sys/boot/flp_host.asm | olifink/smsqe | 0 | 121279 | <filename>sys/boot/flp_host.asm
; Disk (floppy) OS Host Module
section base
include 'dev8_keys_stella_bl'
base
trap #0
move.w #$2700,sr ; interrupts disabled
lea host_end,a0
add.l sbl_mbase(a0),a0 ; code of next module (= loader)
jmp (a0)
host_end
; all the rest of the modules will be inserted here
trail... |
oeis/133/A133546.asm | neoneye/loda-programs | 11 | 121280 | <filename>oeis/133/A133546.asm
; A133546: Binomial transform of [1,3,5,6,7,8,9,10,11,...] (i.e., positive integers except 2 and 4).
; Submitted by <NAME>(s2)
; 1,4,12,31,74,169,376,823,1782,3829,8180,17395,36850,77809,163824,344047,720878,1507309,3145708,6553579,13631466,28311529,58720232,121634791,251658214,520093669,... |
oeis/153/A153173.asm | neoneye/loda-programs | 11 | 121281 | ; A153173: a(n) = L(5*n)/L(n) where L(n) = Lucas number A000204(n).
; Submitted by <NAME>
; 11,41,341,2161,15251,103361,711491,4868641,33391061,228811001,1568437211,10749853441,73681573691,505018447961,3461454668501,23725145626561,162614613425891,1114577020834241,7639424866266611,52361396168994001,358890350604952661,24... |
dino/lcs/123p/C8.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 121282 | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
004D94 move.l D1, (A1)+
004D96 dbra D0, $4d94
006798 cmpi.b #$0, ($c8,A0)
00679E bne $67e8 [123p+ C8]
0067A2 cmpi.b #$12, ($c8,A0)
0067A8 beq $67e8
006818 cmpi.b #$0, ($c8,A0)
00681E ... |
programs/oeis/206/A206609.asm | neoneye/loda | 22 | 121283 | ; A206609: Fibonacci sequence beginning 13, 9.
; 13,9,22,31,53,84,137,221,358,579,937,1516,2453,3969,6422,10391,16813,27204,44017,71221,115238,186459,301697,488156,789853,1278009,2067862,3345871,5413733,8759604,14173337,22932941,37106278,60039219,97145497,157184716,254330213,411514929,665845142,1077360071,1743205213,28... |
kernel/interrupt.asm | vincent-uden/Potatis-MOS | 3 | 121284 | <gh_stars>1-10
; Interrupt assembly code
;
;
global keyboard_handler
global load_idt
extern keyboardHandlerMain
load_idt:
mov edx, [esp + 4]
lidt [edx]
sti
ret
keyboard_handler:
call keyboardHandlerMain
iretd
|
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1100.asm | ljhsiun2/medusa | 9 | 121285 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x15482, %r14
nop
sub $13282, %r9
and $0xffffffffffffffc0, %r14
movaps (%r14), %xmm1
vpextrq $0, %xmm1, %r12
nop
nop
nop
nop
nop
add %rdi, %rdi
lea addresses_WC_ht+0x19792, %rsi
lea addresses_WC_ht... |
version/version.asm | RealIndica/MelonLoader32 | 0 | 121286 | .model flat, c
.code
extern GetFileVersionInfoA_Original:DWORD
extern GetFileVersionInfoByHandle_Original:DWORD
extern GetFileVersionInfoExA_Original:DWORD
extern GetFileVersionInfoExW_Original:DWORD
extern GetFileVersionInfoSizeA_Original:DWORD
extern GetFileVersionInfoSizeExA_Original:DWORD
extern GetFileVersionInfoS... |
project/win32kstub/i386/6_0_6000_sp0_shadowssdt_sysenter.asm | mehrdad-shokri/windows-syscall-table | 372 | 121287 | <gh_stars>100-1000
; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; shadowssdt asm stub for 6.0.6000-sp0-windows-vista i386
.686
.mmx
.xmm
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG __stdcall NtGdiAbortDoc( ULONG arg_01 );
_6_0_600... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_47_1017.asm | ljhsiun2/medusa | 9 | 121288 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x152dd, %r10
nop
nop
nop
nop
nop
sub $34658, %r13
mov (%r10), %r9w
nop
nop
add %rax, %rax
lea addresses_A_ht+0x6849, %rcx
dec %rax
mov (%rcx), %r11d
cmp $46786, %r11
lea addres... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_3_1900.asm | ljhsiun2/medusa | 9 | 121290 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xf603, %r13
xor $56576, %r8
mov (%r13), %dx
nop
nop
sub %r13, %r13
lea addresses_A_ht+0x13657, %rax
add $54395, %rsi
mov (%rax), %bx
nop
nop
nop
nop
add $8947, %rsi
l... |
Palmtree.Math.Core.Sint/vs_build/x64_Debug/pmc_equals.asm | rougemeilland/Palmtree.Math.Core.Sint | 0 | 121291 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
include listing.inc
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM uint_number_zero:QWORD
COMM uint_number_one:QWORD
_DATA ENDS
msvcjmc SEGMENT
__7B7A869E_ctype@h DB 01H
__457DD326_basetsd@h DB 01H
__4384A2D9_corecrt_memcpy_s@... |
target/cos_117/disasm/iop_overlay1/KEYBD.asm | jrrk2/cray-sim | 49 | 121292 | <reponame>jrrk2/cray-sim
0x0000 (0x000000) 0x2102- f:00020 d: 258 | A = OR[258]
0x0001 (0x000002) 0x1401- f:00012 d: 1 | A = A + 1 (0x0001)
0x0002 (0x000004) 0x2908- f:00024 d: 264 | OR[264] = A
0x0003 (0x000006) 0x3108- f:00030 d: 264 | A = (O... |
oeis/131/A131500.asm | neoneye/loda-programs | 11 | 121294 | ; A131500: Radii of orbits of planets in solar system, in units of radius of orbit of Mercury, multiplied by 4.
; 4,7,10,16,28,52,100,196,292,388
lpb $0
mov $2,$0
sub $0,1
sub $2,1
add $4,3
lpb $0
lpb $2
mov $0,$2
add $3,1
div $0,$3
trn $2,5
add $5,2
lpe
sub $0,$3
... |
src/unison/test/problematic/Hexagon/speed/mesa.api.glVertex2i.asm | Patstrom/disUnison | 88 | 121295 | <gh_stars>10-100
.text
.file "mesa.api.glVertex2i.ll"
.globl glVertex2i
.align 16
.type glVertex2i,@function
glVertex2i: // @glVertex2i
// BB#0:
{
memd(r29 + #-16) = r17:16
allocframe(#16)
}
{
r17 = r1
r16 = memw(##CC)
memd(r29+#0) = r19:18
}
{
call __hexagon_floa... |
Arquitetura de Computadores/Atividade 01/Ex02.asm | antuniooh/ExercisesFEI | 1 | 121296 | ;Letra A
ADD A, R0
mov R0, A
;Letra B
ADD A, R1
mov R1, A
;Letra C
INC R1
ADD A, R1
mov R1, A
;Letra D
ADD A, @R0 |
Labs/Lab4/lab04_ex2.asm | ptr2578/CS61 | 1 | 121297 | <reponame>ptr2578/CS61<gh_stars>1-10
;=================================================
; Name: <NAME>
; Email: <EMAIL>
; GitHub username: ptr2578
;
; Lab: lab 4
; Lab section: B21
; TA: <NAME>
;
;=================================================
.ORIG x3000
;-------------
; Instructions
;-------------
LEA R1, ARRAY1... |
oeis/113/A113549.asm | neoneye/loda-programs | 11 | 121298 | <reponame>neoneye/loda-programs
; A113549: a(n) = product of n successive numbers up to n, if n is even a(n) = n*(n-1)*.. = n!,if n is odd a(n) = n(n+1)(n+2)... 'n' terms.
; Submitted by <NAME>
; 1,2,60,24,15120,720,8648640,40320,8821612800,3628800,14079294028800,479001600,32382376266240000,87178291200,1014216024658636... |
programs/oeis/130/A130517.asm | neoneye/loda | 22 | 121299 | <filename>programs/oeis/130/A130517.asm
; A130517: Triangle read by rows: row n counts down from n in steps of 2, then counts up the remaining elements in the set {1,2,...n}, again in steps of 2.
; 1,2,1,3,1,2,4,2,1,3,5,3,1,2,4,6,4,2,1,3,5,7,5,3,1,2,4,6,8,6,4,2,1,3,5,7,9,7,5,3,1,2,4,6,8,10,8,6,4,2,1,3,5,7,9,11,9,7,5,3,... |
oeis/335/A335091.asm | neoneye/loda-programs | 11 | 121301 | <filename>oeis/335/A335091.asm
; A335091: a(n) = ((2*n+1)!!)^3 * (Sum_{k=1..n} 1/(2*k+1)^3).
; Submitted by <NAME>
; 0,1,152,55511,41625144,56246975289,124697847089808,423322997436687375,2088114588247920714000,14363296872939657999716625,133299155158711610547152961000,1624450039177408057102079622846375,25413656551949715... |
pwnlib/shellcraft/templates/arm/linux/clock_settime.asm | zaratec/pwntools | 5 | 121302 | <reponame>zaratec/pwntools
<%
from pwnlib.shellcraft.arm.linux import syscall
%>
<%page args="clock_id, tp"/>
<%docstring>
Invokes the syscall clock_settime. See 'man 2 clock_settime' for more information.
Arguments:
clock_id(clockid_t): clock_id
tp(timespec): tp
</%docstring>
${syscall('SYS_clock_s... |
programs/oeis/142/A142463.asm | neoneye/loda | 22 | 121303 | <filename>programs/oeis/142/A142463.asm
; A142463: a(n) = 2*n^2 + 2*n - 1.
; -1,3,11,23,39,59,83,111,143,179,219,263,311,363,419,479,543,611,683,759,839,923,1011,1103,1199,1299,1403,1511,1623,1739,1859,1983,2111,2243,2379,2519,2663,2811,2963,3119,3279,3443,3611,3783,3959,4139,4323,4511,4703,4899,5099,5303,5511,5723,593... |
oeis/071/A071904.asm | neoneye/loda-programs | 11 | 121304 | <gh_stars>10-100
; A071904: Odd composite numbers.
; Submitted by <NAME>
; 9,15,21,25,27,33,35,39,45,49,51,55,57,63,65,69,75,77,81,85,87,91,93,95,99,105,111,115,117,119,121,123,125,129,133,135,141,143,145,147,153,155,159,161,165,169,171,175,177,183,185,187,189,195,201,203,205,207,209,213,215,217,219,221,225,231,235,237... |
ugbc/src/hw/gtia/cls.asm | Samuel-DEVULDER/ugbasic | 0 | 121305 | <reponame>Samuel-DEVULDER/ugbasic<filename>ugbc/src/hw/gtia/cls.asm
; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copy... |
programs/oeis/063/A063498.asm | jmorken/loda | 1 | 121306 | ; A063498: Atoms in cluster of n layers around C_60.
; 0,32,104,236,448,760,1192,1764,2496,3408,4520,5852,7424,9256,11368,13780,16512,19584,23016,26828,31040,35672,40744,46276,52288,58800,65832,73404,81536,90248,99560,109492,120064,131296,143208,155820,169152,183224,198056,213668,230080,247312,265384,284316,304128,3248... |
Working Disassembly/General/Sprites/Tails/Anim - Tails 2P Tail.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 0 | 121307 | <filename>Working Disassembly/General/Sprites/Tails/Anim - Tails 2P Tail.asm
dc.w byte_162CA-Ani_Tails2P_Tail
dc.w byte_162CD-Ani_Tails2P_Tail
dc.w byte_162CD-Ani_Tails2P_Tail
dc.w byte_162D2-Ani_Tails2P_Tail
byte_162CA: dc.b $20, 0, $FF
byte_162CD: dc.b 7, 1, 2, 3, $FF
byte_162D2: dc.b $FC, 4, ... |
SoundOff/Release/SoundOff.asm | txwizard/SoundOff | 1 | 121308 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.31101.0
TITLE C:\Users\DAVE\Documents\Programming\Visual_Studio_6\EXE\Console\SoundOff\SoundOff\SoundOff.C
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB OLDNAMES
EXTRN __imp__PlaySoundW@12:PROC
EXTRN __imp__AnnounceMeToCRTPNW_WW@12:... |
oeis/286/A286191.asm | neoneye/loda-programs | 11 | 121309 | <reponame>neoneye/loda-programs
; A286191: a(n) = (2^n-1)^2 + 2*n.
; 3,13,55,233,971,3981,16143,65041,261139,1046549,4190231,16769049,67092507,268402717,1073676319,4294836257,17179607075,68718952485,274876858407,1099509530665,4398042316843,17592177655853,70368727400495,281474943156273,1125899839733811,4503599493152821,... |
programs/oeis/282/A282097.asm | karttu/loda | 1 | 121310 | ; A282097: Coefficients in q-expansion of (3*E_2*E_4 - 2*E_6 - E_2^3)/1728, where E_2, E_4, E_6 are the Eisenstein series shown in A006352, A004009, A013973, respectively.
; 0,1,12,36,112,150,432,392,960,1053,1800,1452,4032,2366,4704,5400,7936,5202,12636,7220,16800,14112,17424,12696,34560,19375,28392,29160,43904,25230,... |
programs/oeis/231/A231233.asm | neoneye/loda | 22 | 121311 | <reponame>neoneye/loda<filename>programs/oeis/231/A231233.asm
; A231233: Triangle T(n,k) = greatest prime factor of n*k+1.
; 2,3,5,2,7,5,5,3,13,17,3,11,2,7,13,7,13,19,5,31,37,2,5,11,29,3,43,5,3,17,5,11,41,7,19,13,5,19,7,37,23,11,2,73,41,11,7,31,41,17,61,71,3,13,101,3,23,17,5,7,67,13,89,5,37,61,13,5,37,7,61,73,17,97,109... |
asm/price-1-gold.asm | PaddyCo/mw3rando | 0 | 121312 | ;; Input: d0 - Item ID
;; Output: d0 - Price of item in gold
move.l #$000001, d0 ; Every item is 1 gold!
rts
|
programs/oeis/027/A027928.asm | karttu/loda | 0 | 121313 | <reponame>karttu/loda<filename>programs/oeis/027/A027928.asm
; A027928: a(n) = T(n, 2*n-5), T given by A027926.
; 1,3,8,20,46,97,189,344,591,967,1518,2300,3380,4837,6763,9264,12461,16491,21508,27684,35210,44297,55177,68104,83355,101231,122058,146188,174000,205901,242327,283744,330649,383571,443072,509748,584230,667185,... |
oeis/034/A034932.asm | neoneye/loda-programs | 11 | 121314 | ; A034932: Triangle, read by rows, formed by reading Pascal's triangle (A007318) mod 16.
; 1,1,1,1,2,1,1,3,3,1,1,4,6,4,1,1,5,10,10,5,1,1,6,15,4,15,6,1,1,7,5,3,3,5,7,1,1,8,12,8,6,8,12,8,1,1,9,4,4,14,14,4,4,9,1,1,10,13,8,2,12,2,8,13,10,1,1,11,7,5,10,14,14,10,5,7,11,1,1,12,2,12,15,8,12,8,15,12,2,12,1,1,13,14,14,11,7,4,4,7... |
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_saddrpleft.asm | Frodevan/z88dk | 640 | 121316 | ; void *tshr_saddrpleft(void *saddr, uchar bitmask)
SECTION code_clib
SECTION code_arch
PUBLIC tshr_saddrpleft
EXTERN asm_tshr_saddrpleft
tshr_saddrpleft:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_tshr_saddrpleft
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshr_saddrpleft
defc ... |
Appl/GeoDex/Main/mainExit.asm | steakknife/pcgeos | 504 | 121317 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: GeoDex
MODULE: Main
FILE: mainExit.asm
AUTHOR: <NAME>, March 4, 1992
ROUTINES:
Name Description
---- -----------
RolodexSaveState Save some variables i... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1572.asm | ljhsiun2/medusa | 9 | 121318 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xc34d, %r9
nop
nop
nop
nop
xor %r13, %r13
movw $0x6162, (%r9)
nop
cmp $8955, %r9
lea addresses_WC_ht+0x424d, %rdi
nop
nop
nop
add $7599, %r15
movl $0x61626364, (%rdi)
cmp ... |
Appl/Art/Decks/GeoDeck/CGAClub6.asm | steakknife/pcgeos | 504 | 121319 | CGAClub6 label byte
word C_BLACK
Bitmap <67,41,BMC_PACKBITS,BMF_MONO>
db 0xf8, 0x00
db 0xf8, 0x00
db 0x08, 0x0f, 0xe0, 0x07, 0x00, 0x00, 0x1c, 0x00,
0x08, 0x00
db 0x08, 0x18, 0x30, 0x1f, 0xc0, 0x00, 0x7f, 0x00,
0x1c, 0x00
db 0x08, 0x18, 0x00, 0x1f, 0xc0, 0x00, 0x7f, 0x00,
0x2a, 0x00
db 0x08,... |
tests/src/Pair.asm | yuya737/tiny_vm | 0 | 121320 | # Minimal example that creates and uses a class with
# two fields (both Int), with an internal method
#
.class Pair:Obj
.field x
.field y
# It would be better to inherit "print" and redefine "string",
# but string doesn't have concatenation yet.
.method print
enter
load $
load_field $:x
call Int:print
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_11_643.asm | ljhsiun2/medusa | 9 | 121321 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_11_643.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x17515, %rsi
lea addresses_A_ht+0x15af5, %rdi
xor %r15, %r15
mov $65, %rcx
rep movsq
nop
add ... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2861.asm | ljhsiun2/medusa | 9 | 121323 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x13eac, %rsi
lea addresses_WT_ht+0x14844, %rdi
nop
sub $44738, %r11
mov $69, %rcx
rep movsw
and $40151, %rdx
lea addresses_D_ht+0x10104, %rsi
lea addresses_normal_ht+0x10f44, %rdi
nop
ad... |
Source/10.0.18362.0/ucrt/string/i386/strcmp.asm | 825126369/UCRT | 2 | 121324 | <filename>Source/10.0.18362.0/ucrt/string/i386/strcmp.asm
page ,132
title strcmp.asm - compare two strings
;***
;strcmp.asm - routine to compare two strings (for equal, less, or greater)
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;Purpose:
; STRCMP compares two stri... |
programs/oeis/027/A027286.asm | neoneye/loda | 22 | 121325 | <reponame>neoneye/loda
; A027286: a(n) = Sum_{k=0..2n} (k+1) * A026584(n, k).
; 1,4,18,56,190,564,1722,4976,14454,40940,115698,322728,896558,2471588,6786090,18537184,50459366,136844892,370030434,997705240,2683514526,7201203988,19284880794,51546789456,137541880150,366412976332
mov $1,$0
seq $1,26597 ; Expansion of (1+x... |
programs/oeis/156/A156203.asm | karttu/loda | 1 | 121327 | <reponame>karttu/loda
; A156203: a(n) = 2*a(n-1) + 3 for n>1, a(1)=14.
; 14,31,65,133,269,541,1085,2173,4349,8701,17405,34813,69629,139261,278525,557053,1114109,2228221,4456445,8912893,17825789,35651581,71303165,142606333,285212669,570425341,1140850685,2281701373,4563402749,9126805501,18253611005,36507222013,7301444402... |
ffight/lcs/1p/A0.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 121328 | <reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<filename>ffight/lcs/1p/A0.asm
copyright zengfr site:http://github.com/zengfr/romhack
007156 move.b #$2d, ($a0,A1) [1p+68]
00715C bsr $7a6a [1p+A0]
00736C move.b #$2d, ($a0,A1) [1p+68]
007372 bsr $7a6a [1p+A0]
0073BE move.b #$2d, ($a0,A1)... |
tests/misc/directives_cpp/coverage1.asm | fkorotkov/sjasmplus | 0 | 121329 | <reponame>fkorotkov/sjasmplus<filename>tests/misc/directives_cpp/coverage1.asm
IF & : IFN & ; syntax errors
IF 0 < fwdLabel : ENDIF
IFN 0 < fwdLabel : ENDIF
fwdLabel:
IF 0 < fwdLabel : ENDIF ; should be OK here
IFN 0 < fwdLabel : ENDIF ; should be OK here
ELSE
ENDIF
; create ... |
Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-7700_9_0x48_notsx.log_21829_707.asm | ljhsiun2/medusa | 9 | 121330 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x18f27, %rbx
nop
inc %r13
movl $0x61626364, (%rbx)
nop
nop
nop
nop
nop
dec %rdi
lea addresses_normal_ht+0xdb27, %rsi
nop
nop
xor $38019, %rbp
vmovups (%rsi), %ymm4
vextracti128 $1, %ym... |
data/mapHeaders/UndergroundPathRoute7Copy.asm | AmateurPanda92/pokemon-rby-dx | 9 | 121331 | <reponame>AmateurPanda92/pokemon-rby-dx<filename>data/mapHeaders/UndergroundPathRoute7Copy.asm
UndergroundPathRoute7Copy_h:
db GATE ; tileset
db UNDERGROUND_PATH_ROUTE_7_HEIGHT, UNDERGROUND_PATH_ROUTE_7_WIDTH ; dimensions (y, x)
dw UndergroundPathRoute7Copy_Blocks ; blocks
dw UndergroundPathRoute7Copy_TextPointers ... |
programs/oeis/184/A184016.asm | jmorken/loda | 1 | 121332 | <reponame>jmorken/loda<filename>programs/oeis/184/A184016.asm<gh_stars>1-10
; A184016: n+floor(3*sqrt(n)); complement of A184017.
; 4,6,8,10,11,13,14,16,18,19,20,22,23,25,26,28,29,30,32,33,34,36,37,38,40,41,42,43,45,46,47,48,50,51,52,54,55,56,57,58,60,61,62,63,65,66,67,68,70,71,72,73,74,76,77,78,79,80,82,83,84,85,86,88... |
programs/oeis/003/A003512.asm | jmorken/loda | 1 | 121333 | <filename>programs/oeis/003/A003512.asm
; A003512: A Beatty sequence: floor(n*(sqrt(3) + 2)).
; 3,7,11,14,18,22,26,29,33,37,41,44,48,52,55,59,63,67,70,74,78,82,85,89,93,97,100,104,108,111,115,119,123,126,130,134,138,141,145,149,153,156,160,164,167,171,175,179,182,186,190,194,197,201,205,208,212,216,220,223,227,231,235,... |
programs/oeis/129/A129972.asm | jmorken/loda | 1 | 121334 | <reponame>jmorken/loda<filename>programs/oeis/129/A129972.asm
; A129972: a(n) = 2*floor(log_2(n)) + 1.
; 1,3,3,5,5,5,5,7,7,7,7,7,7,7,7,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,... |
oeis/054/A054331.asm | neoneye/loda-programs | 11 | 121335 | ; A054331: One eighth of eighth unsigned column of Lanczos' triangle A053125.
; 1,60,1584,27456,366080,4073472,39690240,349274112,2835283968,21554790400,155194490880,1067345510400,7058711642112,45127489814528,280101660917760,1693862087098368,10009185060126720,57935518230380544,329171172648288256,1839094001030922240,101... |
libsrc/_DEVELOPMENT/target/rc2014/driver/terminal/rc_01_input_basic/rc_01_input_basic_iterm_msg_getc.asm | jpoikela/z88dk | 640 | 121336 | INCLUDE "config_private.inc"
SECTION code_driver
SECTION code_driver_terminal_input
PUBLIC rc_01_input_basic_iterm_msg_getc
rc_01_input_basic_iterm_msg_getc:
; enter : ix = & FDSTRUCT.JP
;
; exit : a = keyboard char after character set translation
; carry set on error, hl = 0 (stream e... |
assets/Graphics/main.asm | BeshoyMorad/The86-Pgame | 1 | 121337 | include func.inc
.model huge
.data
myName LABEL BYTE
nameSize db 15
ActualSize db ?
playerName db 15 dup('$')
.code
;description
main PROC
mov ax,@data
mov ds,ax
clearScreen
getTheName playerName
clearScreen
hlt
main ENDP
END main |
libsrc/spectrum/opus/opus_rommap.asm | grancier/z180 | 0 | 121340 | ;
; ZX Spectrum OPUS DISCOVERY specific routines
;
; <NAME> - Jun. 2006
;
;
; - init the jump table
;
; $Id: opus_rommap.asm,v 1.5 2016/06/27 19:16:34 dom Exp $
;
SECTION code_clib
PUBLIC opus_rommap
PUBLIC _opus_rommap
PUBLIC P_DEVICE
PUBLIC P_TESTCH
opus_rommap:
_opus_rommap:
; start creating an 'M... |
ugbc/src/hw/zx/cls.asm | Samuel-DEVULDER/ugbasic | 0 | 121341 | ; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021 <NAME> (<EMAIL>)
; *
; * Licensed under the Apache Lice... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.