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
libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sdcc_iy/esxdos_f_open.asm
jpoikela/z88dk
640
128447
<gh_stars>100-1000 ; uchar esxdos_f_open(char *filename, uchar mode) INCLUDE "config_private.inc" SECTION code_clib SECTION code_esxdos PUBLIC _esxdos_f_open EXTERN l0_esxdos_f_open_callee _esxdos_f_open: pop af pop hl dec sp pop bc dec sp push hl push af jp l0_esxdos_f_open_callee
home/item.asm
AtmaBuster/pokeplat-gen2
6
128448
DoItemEffect:: farcall _DoItemEffect ret CheckTossableItem:: push hl push de push bc farcall _CheckTossableItem pop bc pop de pop hl ret TossItem:: push hl push de push bc ldh a, [hROMBank] push af ld a, BANK(_TossItem) rst Bankswitch call _TossItem pop bc ld a, b rst Bankswitch pop bc pop de...
programs/oeis/195/A195938.asm
neoneye/loda
22
128449
<filename>programs/oeis/195/A195938.asm ; A195938: a(n) = n/2 if n mod 4 = 2, 0 otherwise. ; 0,1,0,0,0,3,0,0,0,5,0,0,0,7,0,0,0,9,0,0,0,11,0,0,0,13,0,0,0,15,0,0,0,17,0,0,0,19,0,0,0,21,0,0,0,23,0,0,0,25,0,0,0,27,0,0,0,29,0,0,0,31,0,0,0,33,0,0,0,35,0,0,0,37,0,0,0,39,0,0,0,41,0,0,0,43,0,0,0,45,0,0,0,47,0,0,0,49,0,0 add $0...
source.asm
jameslaydigital/simple-vm
0
128450
<reponame>jameslaydigital/simple-vm debug 0 0 0 ;; always required to start the program call .testfxn call .testfxn call .testfxn jump .end .testfxn: push BP mov BP SP push 10 push .msg syscall print mov SP BP pop BP ret .end: syscall exit .msg: ds "hi there!!"
src/test/ref/procedure-callingconvention-stack-3.asm
jbrandwood/kickc
2
128451
<reponame>jbrandwood/kickc<gh_stars>1-10 // Test a procedure with calling convention stack // Test casting of parameter types // Currently fails because the pushed are done based on the actual value instead of the declared parameter type // https://gitlab.com/camelot/kickc/issues/319 // Commodore 64 PRG executable fi...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_591.asm
ljhsiun2/medusa
9
128452
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %rax push %rbx push %rcx push %rdx push %rsi lea addresses_UC_ht+0x1ef51, %rcx nop nop nop nop xor $35678, %rbx movb (%rcx), %r15b nop add %r10, %r10 lea addresses_WC_ht+0x5e59, %rsi nop nop nop nop sub $28353, %r15 mov (%rsi), %edx nop nop nop nop n...
oeis/014/A014302.asm
neoneye/loda-programs
11
128453
<reponame>neoneye/loda-programs ; A014302: a(n) = prime(n)*(prime(n-1)-1)/2. ; Submitted by <NAME>(w4) ; 5,14,33,65,102,152,207,319,434,555,738,860,987,1219,1534,1769,2010,2343,2555,2844,3237,3649,4268,4848,5150,5457,5777,6102,7112,8253,8905,9452,10281,11174,11775,12714,13527,14359,15394,16109,17190,18335,18912,19502,2...
uti/serpar.asm
olifink/smsqe
0
128454
; Thing routines for ser_par_prt 1989 <NAME> V0.00 section program include dev8_keys_thg include dev8_keys_qdos_sms xdef ut_serpar xref gu_thjmp ;+++ ; Use a routine of the ser_par_prt Thing. ; ; Entry Exit ; D2.l routin...
Driver/Power/APMCommon/apmStrategy.asm
steakknife/pcgeos
504
128455
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994 -- All Rights Reserved PROJECT: Generic APM Power Driver MODULE: Power Manager FILE: apmpwr.asm AUTHOR: <NAME>, Jun 21, 1994 REVISION HISTORY: Name Date Description...
fw_jump.asm
Tert-butyllithium/opensbi-riscv-tee
1
128456
<filename>fw_jump.asm<gh_stars>1-10 /media/prongs/S/secWorkspace/tina-d1-open/lichee/brandy-2.0/opensbi/build/platform/qemu/virt/firmware/fw_jump.elf: file format elf64-littleriscv Disassembly of section .text: 0000000080000000 <_fw_start>: 80000000: 00050433 add s0,a0,zero 80000004: 000584b3 ...
smsq/q68/driver/snd_names.asm
olifink/smsqe
0
128457
<reponame>olifink/smsqe<filename>smsq/q68/driver/snd_names.asm ; the basic name definitions for soundfile et al v. 1.00 (c) 2012 <NAME> section sound include 'dev8_mac_proc' xdef snd_nam section procs snd_nam lea procs,a1 move.w $110,a2 jmp (a2) procs proc_stt proc_def SOUNDFILE proc_def SOUNDFILE2 pro...
src/test/ref/operator-word1.asm
jbrandwood/kickc
2
128458
<filename>src/test/ref/operator-word1.asm // Test operator WORD1() // Commodore 64 PRG executable file .file [name="operator-word1.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"]...
src/trampolinearm.asm
unknownv2/CoreHook.Hooking-old-fork
13
128459
<reponame>unknownv2/CoreHook.Hooking-old-fork<gh_stars>10-100 AREA .text, CODE, THUMB, READONLY Trampoline_ASM_ARM FUNCTION EXPORT Trampoline_ASM_ARM EXPORT Trampoline_ASM_ARM_DATA EXPORT Trampoline_ASM_ARM_CODE NETIntro ; .NET Barrier Intro Function dcb 0 ...
programs/oeis/004/A004220.asm
neoneye/loda
22
128460
; A004220: 10*log_10 (n) rounded to nearest integer. ; 0,3,5,6,7,8,8,9,10,10,10,11,11,11,12,12,12,13,13,13,13,13,14,14,14,14,14,14,15,15,15,15,15,15,15,16,16,16,16,16,16,16,16,16,17,17,17,17,17,17,17,17,17,17,17,17,18 mov $2,5 mul $2,$0 add $2,6 bin $2,3 lpb $0 mov $0,0 mov $1,$2 mul $1,9 mov $3,-1 lpb $1 ...
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_225_971.asm
ljhsiun2/medusa
9
128461
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x711, %r8 nop dec %r15 mov (%r8), %r10d nop nop nop nop nop xor $56545, %rax lea addresses_A_ht+0x11171, %rcx xor $53210, %r12 and $0xffffffffffffffc0, %rcx vmovaps (%rcx), %y...
wc.asm
FeinardSlim/FP_SISOP20_C02
0
128463
<filename>wc.asm<gh_stars>0 _wc: file format elf32-i386 Disassembly of section .text: 00000000 <main>: printf(1, "%d %d %d %s\n", l, w, c, name); } int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc ...
tests/TwoOperand.asm
meryacine/MIPS-VHDL
4
128464
main: 0xff ldm R1, 0x5 # add 5 in R1 ldm R2, 0x19 # add 19 in R2 ldm R3, 0xffff # FFFF ldm R4, 0xf320 # F320 MOV R3,R5 # R5 = FFFF , flags no change 770 ADD R4,R1,R4 # R4= F325 , C-->0, N-->1, Z-->0 870 SUB R6,R5,R4 # R6= 0CDA , 970 C-->0, N-->0,Z-->0 here carry is implemented as borr...
Library/IDialC/idialcManager.asm
steakknife/pcgeos
504
128465
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) MyTurn.com 2000. All rights reserved. MYTURN.COM CONFIDENTIAL PROJECT: GlobalPC MODULE: Internet Dialup Shortcut FILE: idialcManager.asm AUTHOR: <NAME>, Oct 15, 2000 REVISION HISTORY: Name Date Descripti...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_6621_2883.asm
ljhsiun2/medusa
9
128466
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x5c9e, %rsi lea addresses_WT_ht+0xca3c, %rdi nop nop nop nop nop and $54155, %rbp mov $68, %rcx rep movsq nop inc %r9 lea addresses_UC_ht+0x117c, %rsi lea addresses_D_ht+0x1522b...
oeis/027/A027382.asm
neoneye/loda-programs
11
128467
<reponame>neoneye/loda-programs ; A027382: a(n) = n^4 - 6*n^3 + 12*n^2 - 4*n + 1. ; Submitted by <NAME> ; 1,4,9,16,49,156,409,904,1761,3124,5161,8064,12049,17356,24249,33016,43969,57444,73801,93424,116721,144124,176089,213096,255649,304276,359529,421984,492241,570924,658681 mov $1,$0 sub $0,2 pow $0,3 add $0,4 mul $0,...
data/pokemon/base_stats/toxicroak.asm
TastySnax12/pokecrystal16-493-plus
2
128470
<reponame>TastySnax12/pokecrystal16-493-plus db 0 ; species ID placeholder db 83, 106, 65, 85, 86, 65 ; hp atk def spd sat sdf db POISON, FIGHTING ; type db 75 ; catch rate db 172 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 10 ; step cycles to hatch ...
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i9-9900K_12_0xca_notsx.log_21829_824.asm
ljhsiun2/medusa
9
128471
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x30bf, %rsi lea addresses_UC_ht+0xf8df, %rdi nop nop inc %r8 mov $87, %rcx rep movsw nop nop nop nop xor $54754, %r9 lea addresses_WT_ht+0x19cef, %rcx nop nop nop nop nop inc %r14 mov $0...
Driver/Printer/PrintCom/Graphics/graphicsHi48.asm
steakknife/pcgeos
504
128472
<filename>Driver/Printer/PrintCom/Graphics/graphicsHi48.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Canon 48-pin print drivers FILE: graphicsHi48.asm AUTHOR: <NAME> 1 March 1990 ...
base/mvdm/wow16/kernel31/3gmemini.asm
npocmaka/Windows-Server-2003
17
128473
<filename>base/mvdm/wow16/kernel31/3gmemini.asm include kernel.inc include protect.inc .list .386p DataBegin externB WinFlags externW hGlobalHeap externW pGlobalHeap externW ArenaSel externD hBmDPMI externD FreeArenaList externD FreeArenaCount externD SelTableStart externW SelTableLen externW Init...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1157.asm
ljhsiun2/medusa
9
128474
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1cd2, %rsi lea addresses_D_ht+0xad2, %rdi nop nop nop nop sub $33051, %r13 mov $66, %rcx rep movsl nop nop nop nop nop add $45612, %r12 lea addresses_normal_ht+0x1098a, %rdi...
programs/oeis/048/A048493.asm
neoneye/loda
22
128475
<filename>programs/oeis/048/A048493.asm ; A048493: a(n) = (n+1)*2^n - n. ; 1,3,10,29,76,187,442,1017,2296,5111,11254,24565,53236,114675,245746,524273,1114096,2359279,4980718,10485741,22020076,46137323,96468970,201326569,419430376,872415207,1811939302,3758096357,7784628196,16106127331,33285996514,68719476705,14173392073...
src/test.asm
MichalPleban/6509-test
2
128476
<filename>src/test.asm ; -------------------------------------------------------------------------- ; Import I/O routines for writing to the screen. ; -------------------------------------------------------------------------- .import clear_screen .import output_char .import new_line ; -------------------...
MIPS/calculateFloats.asm
saurabhcommand/Hello-world
1,428
128477
.data name: .asciiz "Jonnathan\n" prompt: .asciiz "Enter a number " #000b space: .asciiz " " #001b endLine: .asciiz "\n" .text .globl main main: lui $a0, 0x1001 addi $v0, $0, 4 syscall jal readInts jal print addi $v0, $0, 10 syscall readInts: and $s0, $s0, $0 addi $t0, $a0, 0x0020 addi $t1, $t0, 40 #arr...
kernel/proc/SystemCallsHelper.asm
EnderIce2/FennixProject
0
128478
; https://supercip971.github.io/02-wingos-syscalls.html ; +---+--------------------+ ; | r | Register(s) | ; +---+--------------------+ ; | a | %eax, %ax, %al | ; | b | %ebx, %bx, %bl | ; | c | %ecx, %cx, %cl | ; | d | %edx, %dx, %dl | ; | S | %esi, %si | ; | D | %edi, %di | ; ...
user/cat.asm
airaShrestha/xv6Modification
0
128479
<reponame>airaShrestha/xv6Modification<filename>user/cat.asm user/_cat: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <cat>: char buf[512]; void cat(int fd) { 0: 7179 addi sp,sp,-48 2: f406 sd ra,40(sp) 4: f022 sd s0,32(sp...
libsrc/_DEVELOPMENT/target/yaz180/driver/time/c/sdcc/system_tick_init.asm
Frodevan/z88dk
640
128480
<reponame>Frodevan/z88dk<gh_stars>100-1000 SECTION code_driver PUBLIC _system_tick_init EXTERN asm_system_tick_init ; initialize the system tick _system_tick_init: pop af pop hl push hl push af jp asm_system_tick_init
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2594.asm
ljhsiun2/medusa
9
128482
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2594.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1235d, %rax nop sub $32071, %r13 mov (%rax), %edx nop nop and %r10, %r10...
kernel/lib/a64/dark.asm
Tiihala/Dancy
11
128483
;; ;; Copyright (c) 2019 <NAME> ;; ;; Permission to use, copy, modify, and/or distribute this software for any ;; purpose with or without fee is hereby granted, provided that the above ;; copyright notice and this permission notice appear in all copies. ;; ;; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS AL...
Midterm/4.asm
tawfiquee/CSE331L-Section-1-Fall20-NSU
1
128484
.MODEL SMALL .CODE org 100h START: MOV CX, 5 L1: PUSH CX L2: MOV AH,2H MOV DL,2AH INT 21H LOOP L2 MOV DL,0Ah INT 21H MOV DL,0Dh INT 21H POP CX LOOP L1 MOV CX,5 L3: PUSH CX L4: MOV AH,2H MOV DL,20H INT 21H LOOP L4 MOV DL,2AH INT 21...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1297.asm
ljhsiun2/medusa
9
128486
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x83cf, %rcx clflush (%rcx) nop nop nop nop add $9806, %r14 movl $0x61626364, (%rcx) and $34635, %rsi lea addresses_D_ht+0x15f, %r15 nop nop nop nop nop sub $52326, %rax movw $...
pwnlib/shellcraft/templates/amd64/linux/setreuid.asm
kristoff3r/pwntools
1
128487
<filename>pwnlib/shellcraft/templates/amd64/linux/setreuid.asm <%page args="uid = 'euid'"/> <%docstring> Args: [uid (imm/reg) = euid] Sets the real and effective user id. </%docstring> % if uid == 'euid': /* geteuid */ push SYS_geteuid pop rax int 0x80 % else: push ${uid} pop rax % endif ...
programs/oeis/046/A046998.asm
jmorken/loda
1
128488
<reponame>jmorken/loda<filename>programs/oeis/046/A046998.asm<gh_stars>1-10 ; A046998: a(n) = 1 - (7/6)*n + (2/3)*n^3 + (1/2)*n^4. ; 1,1,12,56,167,391,786,1422,2381,3757,5656,8196,11507,15731,21022,27546,35481,45017,56356,69712,85311,103391,124202,148006,175077,205701,240176,278812,321931,369867,422966,481586,546097,61...
ntio/terrors.asm
DigitalMars/optlink
28
128489
TITLE TERRORS - Copyright (C) 1994 SLR Systems INCLUDE MACROS INCLUDE IO_STRUC INCLUDE SYMCMACS INCLUDE WIN32DEF .DATA EXTERNDEF EOUTBUF:BYTE,TERR_FLAG:BYTE,ERROR_ASCIZ:BYTE EXTERNDEF _ERR_COUNT:DWORD,ERR_NUMBER:DWORD EXTERNDEF ERROR_SEM:GLOBALSEM_STRUCT,TOOL_MESSAGE:TOOL_MESSAGE_STRUCT ERROR_D...
oeis/174/A174375.asm
neoneye/loda-programs
11
128490
<gh_stars>10-100 ; A174375: a(n) = n^2 - XOR(n^2, n). ; 0,1,-2,-1,-4,-3,2,-5,-8,-7,-10,7,-12,5,-6,-13,-16,-15,-18,-17,12,13,-14,11,-24,9,-26,23,4,-11,-22,-29,-32,-31,-34,-33,-36,-35,34,27,-40,-39,22,39,-44,37,-38,19,-48,17,-50,15,-20,45,18,-21,-56,41,6,-9,-28,-43,-54,-61,-64,-63,-66,-65,-68,-67,-62,-69,56,57,54,71,-76,...
programs/oeis/026/A026923.asm
neoneye/loda
22
128491
<filename>programs/oeis/026/A026923.asm<gh_stars>10-100 ; A026923: Number of partitions of n into an odd number of parts, the greatest being 3; also, a(n+5) = number of partitions of n+2 into an even number of parts, each <= 3. ; 0,0,1,0,1,1,3,2,4,3,6,5,8,7,11,9,13,12,17,15,20,18,24,22,28,26,33,30,37,35,43,40,48,45,54,...
LAB06/TASK01.asm
PrabalChowdhury/CSE-341-MICROPROCESSOR
0
128492
.MODEL SMALL .STACK 100H .DATA array DB 15 dup[?] .CODE MAIN PROC ;INITIALIZING DS MOV AX,@DATA MOV DS,AX mov cx,16 lea si,array INPUT: mov ah,01h int 21h mov [si],al inc si loop INPUT mov ah,2 mov dl,0DH ...
Lab2/lab2.asm
zeynepCankara/Computer_Organization_Labs
3
128493
# <NAME> -- 06/03/2019 # Course: CS224 # Section: 02 # Lab: 02 # Version: 1.2 # lab2.asm -- Lab 2 Solutions #***************** # * # text segment * # * #***************** .text .globl __start __start: # Function call jal interactWithUser # exit the program li $v0, 10 syscall ## Function takes an arr...
0-nASM/4funcnstack64.asm
NavinShrinivas/os-dev
0
128494
section .data msg db "Let's try and make this a long string just for the 2 reason",10,"this is an extention" section .text global _start: _start: mov rsi,msg mov rax,msg call len mov rax,1 mov rdi,1 syscall mov rax,60 mov rdi,0 syscall len: push rsi mov rsi,rax next:...
Userland/SampleCodeModule/asm/my_pipes.asm
BraveJero/bareOS
0
128495
<reponame>BraveJero/bareOS GLOBAL pipe, closePipe, pipe_dump, plugPipe pipe: ;; int pipe(int16_t pipeID, int fds[2]); mov rax, 21 int 80h ret closePipe: ;; int closePipe(uint8_t pipeID); mov rax, 22 int 80h ret pipe_dump: ;; void pipe_dump(void); mov rax, 24 int 80h ret plugPipe: ;; void plugPipe...
programs/oeis/271/A271740.asm
karttu/loda
1
128496
; A271740: a(n) = 3*n^2 + 4*n + 3. ; 3,10,23,42,67,98,135,178,227,282,343,410,483,562,647,738,835,938,1047,1162,1283,1410,1543,1682,1827,1978,2135,2298,2467,2642,2823,3010,3203,3402,3607,3818,4035,4258,4487,4722,4963,5210,5463,5722,5987,6258,6535,6818,7107,7402,7703 mov $1,3 mul $1,$0 add $1,4 mul $1,$0 add $1,3
src/8088/rom.asm
TheStingray8088/cbm2-pc-emulator
15
128497
[CPU 8086] %include 'src/8088/payload.asm' times 0F000h-($-$$) db 0FFh RomStart: %include 'src/8088/rom/ipc.asm' %include 'src/8088/rom/bootstrap.asm' RomEnd: times 0FFF0h-($-$$) db 0FFh jmp 0F000h:startf jmp 0F000h:Bootstrap times 0FFFAh-($-$$) db 0FFh ...
oeis/044/A044559.asm
neoneye/loda-programs
11
128498
; A044559: Numbers n such that string 5,5 occurs in the base 7 representation of n but not of n+1. ; Submitted by <NAME> ; 40,89,138,187,236,286,334,383,432,481,530,579,629,677,726,775,824,873,922,972,1020,1069,1118,1167,1216,1265,1315,1363,1412,1461,1510,1559,1608,1658,1706,1755,1804,1853,1902,1951,2008 mov $3,$0 mul...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1931.asm
ljhsiun2/medusa
9
128499
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x901f, %rbx nop nop cmp $26612, %rsi movb $0x61, (%rbx) nop and %rcx, %rcx lea addresses_WT_ht+0x10e2f, %rax nop nop nop nop add $47096, %r11 movups ...
EjerciciosClase/EjerBN01oidras.asm
adeandak/OPC
0
128502
TITLE Ejercicio 1 de Tarea BJKO indir ; Descripcion: ; Ejemplo de empleo de Macro Directivas que implementan Estructuras Algoritmicas. ; Empleo de direccionamiento indirecto con OPERANDOS INDIRECTOS. ; Irvine Library procedures and functions INCLUDE \masm32\Irvine\Irvine32.inc INCLUDELIB \masm32\Irvine\Irvin...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_519_1756.asm
ljhsiun2/medusa
9
128503
<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_519_1756.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r15 push %r9 push %rcx push %rsi lea addresses_WT_ht+0x5ec8, %r13 nop and %r9, %r9 mov $0x6162636465666768, %r15 movq %r15, (%r13) nop nop nop sub %r9, %r9 le...
oeis/126/A126836.asm
neoneye/loda-programs
11
128504
<filename>oeis/126/A126836.asm<gh_stars>10-100 ; A126836: Ramanujan numbers (A000594) read mod 7. ; Submitted by <NAME> ; 1,4,0,5,0,0,0,4,2,0,1,0,0,0,0,3,0,1,0,0,0,4,4,0,4,0,0,0,2,0,0,3,0,0,0,3,4,0,0,0,0,0,2,5,0,2,0,0,0,2,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,2,1,0,2,0,0,0,0,4,0,4,0,0,0,0,1,0,4,0,0,0,6,0,0,0,0,0,0,2,...
audio/music/looklass.asm
Dev727/ancientplatinum
28
128505
Music_LookLass: musicheader 4, 1, Music_LookLass_Ch1 musicheader 1, 2, Music_LookLass_Ch2 musicheader 1, 3, Music_LookLass_Ch3 musicheader 1, 4, Music_LookLass_Ch4 Music_LookLass_Ch1: tempo 132 volume $77 tone $0001 dutycycle $2 notetype $c, $c7 octave 3 note B_, 1 note __, 1 octave 4 note B_, 14 stereo...
oeis/058/A058872.asm
neoneye/loda-programs
11
128506
; A058872: Number of 2-colored labeled graphs with n nodes. ; Submitted by <NAME> ; 0,2,12,80,720,9152,165312,4244480,154732800,8005686272,587435092992,61116916981760,9011561121239040,1882834327457349632,557257804202631217152,233610656002563147038720,138681207656726645785559040,116575238610106596799428165632 mov $4,$0...
programs/oeis/267/A267052.asm
neoneye/loda
22
128507
; A267052: Decimal representation of the n-th iteration of the "Rule 92" elementary cellular automaton starting with a single ON (black) cell. ; 1,3,7,11,23,43,87,171,343,683,1367,2731,5463,10923,21847,43691,87383,174763,349527,699051,1398103,2796203,5592407,11184811,22369623,44739243,89478487,178956971,357913943,71582...
ver0/3_osInPro/3_simpleKernel/loader.asm
RongbinZhuang/simpleOS
0
128508
org 0100h jmp LABEL_START %include "fat12hdr.inc" %include "load.inc" %include "pm.inc" ;gdt LABEL_GDT: Descriptor 0, 0, 0 ; 空描述符 LABEL_DESC_FLAT_C: Descriptor 0, 0fffffh, DA_CR|DA_32|DA_LIMIT_4K ;0-4G LABEL_DESC_FLAT_RW: Descriptor 0, 0fffffh, DA_DRW|DA_32|DA_LIMIT_4K;...
hitcon2019_qual/emojivm/misc/solution/sol.asm
bruce30262/CTF_challenge_public
13
128509
# tool/assembler.py sol.asm sol.evm push 10 new push 5 new push 5 new push 5 new storestr 1 " * " storestr 2 " = " storestrline 3 "" # for x = 1 push 1 push 0 push 0 ST X_LOOP: # if x < 10 ? push 10 push 0 push 0 LD LT BRF END # for y = 1 push 1 push 1 push 0 ST Y_LOOP: # if y == 10, goto x_next push 10 push 1 push 0 ...
nes_corelib/examples/00_skeleton/00_skeleton.asm
master-g/childhood
1
128510
<filename>nes_corelib/examples/00_skeleton/00_skeleton.asm ; freemco NES Corelib Example 00: Skeleton Project (NROM) ;==============================================================================; ; The skeleton project targets NROM, as the examples are meant to be small. ; Whether or not that's NROM-128 or NROM-256 i...
oeis/022/A022133.asm
neoneye/loda-programs
11
128511
<reponame>neoneye/loda-programs<filename>oeis/022/A022133.asm<gh_stars>10-100 ; A022133: Fibonacci sequence beginning 4, 15. ; Submitted by <NAME>(s4) ; 4,15,19,34,53,87,140,227,367,594,961,1555,2516,4071,6587,10658,17245,27903,45148,73051,118199,191250,309449,500699,810148,1310847,2120995,3431842,5552837,8984679,14537...
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_saddr2cx.asm
Frodevan/z88dk
640
128512
; uchar tshc_saddr2cx(void *saddr) SECTION code_clib SECTION code_arch PUBLIC tshc_saddr2cx EXTERN zx_saddr2cx defc tshc_saddr2cx = zx_saddr2cx ; SDCC bridge for Classic IF __CLASSIC PUBLIC _tshc_saddr2cx defc _tshc_saddr2cx = tshc_saddr2cx ENDIF
tutorial_1.asm
L12161/assembly_habijabi
0
128513
.MODEL SMALL ;depends on the size of the code .STACK 100H ; 100h hexadecimal porjonto stack memory .DATA .CODE ; ekhane amader kaj shuru ;ekhane code statement MAIN PROC ; almost like int main MOV BH , 4 MOV BL , 5 ;register - data or register-register interaction always ; duita integer inte...
build/win32/BHAPI_VCC/Debug/bhapi.asm
stasinek/BHAPI
3
128514
<gh_stars>1-10 ; Listing generated by Microsoft (R) Optimizing Compiler Version 13.10.3077 ; Generated by VC++ for Common Language Runtime .file "\Documents and Settings\stasiek.TC12\My Documents\prc++\x86_libraries\Bhapi\bhapi.cpp" .global .global .bss .local ,4 .local ,4 ; Function compile flags: /Odt ; File c:\...
programs/oeis/285/A285682.asm
neoneye/loda
22
128515
; A285682: Positions of 1 in A285680. ; 2,7,14,19,26,33,38,45,50,57,64,69,76,83,88,95,100,107,114,119,126,131,138,145,150,157,164,169,176,181,188,195,200,207,214,219,226,231,238,245,250,257,262,269,276,281,288,295,300,307,312,319,326,331,338,343,350,357,362,369,376,381,388,393,400,407,412,419,426,431,438,443,450,457,46...
src/AsmLoop.asm
jfischoff/are-mutable-references-in-haskell-fast
12
128516
<reponame>jfischoff/are-mutable-references-in-haskell-fast ; AsmLoop.asm EXTERN _exit GLOBAL start SECTION .data align 8 iterationCount DD 100000000 result DD 0 SECTION .text start: ; Copy the iteration count to the ecx register ; which is used by the loopnz instruction mov ecx, [iterationCount] loopB...
sw/552tests/rand_simple/t_3_srl.asm
JPShen-UWM/ThreadKraken
1
128517
<filename>sw/552tests/rand_simple/t_3_srl.asm // seed 3 lbi r0, 89 // icount 0 slbi r0, 160 // icount 1 lbi r1, 36 // icount 2 slbi r1, 181 // icount 3 lbi r2, 102 // icount 4 slbi r2, 57 // icount 5 lbi r3, 239 // icount 6 slbi r3, 161 // icount 7 lbi r4, 14 // icount 8 slbi r4, 80 // icount 9 lbi r5, 209 // icount 10...
libsrc/_DEVELOPMENT/alloc/malloc/z80/asm_free_unlocked.asm
meesokim/z88dk
0
128518
; =============================================================== ; Dec 2013 ; =============================================================== ; ; void free_unlocked(void *p) ; ; Deallocate memory previously allocated at p from the thread's ; default heap. ; ; If p == 0, function returns without performing an action....
oeis/051/A051271.asm
neoneye/loda-programs
11
128519
; A051271: Number of numbers either relatively prime to or divisors of primorial number(n). ; Submitted by <NAME> ; 3,6,16,64,512,5824,92288,1659136,36495872,1021871104,30656104448,1103619690496,44144787464192,1854081073168384,85287729365024768,4434961926979649536,257227791764816003072,15433667505888952582144,101862205...
Library/Text/Text/textOptimizedUpdate.asm
steakknife/pcgeos
504
128520
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: textOptimizedUpdate.asm AUTHOR: <NAME>, Mar 11, 1992 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date ...
FlameOS 2.0/FS.asm
Th3Matt/FlameOS
0
128521
<reponame>Th3Matt/FlameOS InfoSector: dd 40045005h ; Correct FlFS 0.1 signature db 01 ; Bootable file index times 512-($-InfoSector) db 0 DescriptorSectors: Boot.sb: ; First file is kernel (and second stage bootloader), linked with the sectors after boot sector. db 00000001b ; Flags. First ...
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0xca.log_21829_1570.asm
ljhsiun2/medusa
9
128522
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x2a16, %rdi nop dec %r8 mov $0x6162636465666768, %r10 movq %r10, %xmm1 vmovups %ymm1, (%rdi) nop nop nop nop nop dec %r10 lea addresses_A_ht+0x1d2cb, %rsi lea addresses_A_ht+0x1df32, %rdi clf...
Lab 4/Lab 4.asm
AndrewDichabeng/Computer-Systems-Foundations
0
128523
DisplayPort .EQU 04E9h .ORG 0010h ; .ORG 0000h HayStack: .DB 8 .DB 2 .DB 4 .DB 9 Sentinal: .DB 'a' Needle: .DB 9 .ORG 0100h FoundItMsg: .DB 'Found the needle at index $' notfoundmsg: .DB 'The Needle was not found! $' .ORG 0200h Main: mov DX, DisplayPort mov AL, [Needl...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1912.asm
ljhsiun2/medusa
9
128524
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1912.asm .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %rax push %rbp push %rdi push %rdx lea addresses_normal_ht+0x6935, %r15 nop sub %rax, %rax movb $0x61, (%r15) nop nop nop nop nop and %r8, %r8 lea add...
kernel/compiler/cli.asm
paulscottrobson/color-forth-6502
0
128526
<reponame>paulscottrobson/color-forth-6502<filename>kernel/compiler/cli.asm ; ****************************************************************************** ; ****************************************************************************** ; ; Name : cli.asm ; Purpose : Command Line Interpreter ; Author : <NAME> (...
CSC-308/MASM/Compare.asm
FrancesCoronel/cs-hu
2
128527
; ; Compare Two Numbers ; .386 .model flat,stdcall .STACK include kernel32.inc include masm32.inc includelib kernel32.lib includelib masm32.lib .DATA ExitMsg byte "Press any key to continue . . . ", 00dh, 00ah, 0 PromptMsg byte "Enter the Number ", 00dh, 00ah, 0 SizeMsg byte " is the larger n...
src/random.asm
matanui159/celeste-gameboy
8
128528
<reponame>matanui159/celeste-gameboy section "Random ROM", rom0 ;; Initializers the randomizer RandomInit:: ; Sets the initial state to $5a5a ld a, $5a ld hl, wState ld [hl+], a ld [hl+], a ret ;; @returns a: A random number Random:: ld hl, wState ; ba = [hl+] ld a, [hl+] ld ...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_241_252.asm
ljhsiun2/medusa
9
128529
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_241_252.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x186e7, %rsi lea addresses_WC_ht+0x15b33, %rdi nop nop nop nop cmp $21939, %r15 mov $51, %...
C code/Final Lab/G_kberkfinal.asm
gokberkkeptig/Microcontroller-Based-Multi-Tasked-System-Development
0
128530
<reponame>gokberkkeptig/Microcontroller-Based-Multi-Tasked-System-Development _checkTemp: ;G_kberkfinal.c,15 :: unsigned int checkTemp() ;G_kberkfinal.c,18 :: ADCSRA |= (1 << ADSC); // start conversion IN R27, ADCSRA+0 SBR R27, 64 OUT ADCSRA+0, R27 ;G_kberkfinal.c,19 :: while ((...
programs/oeis/005/A005557.asm
neoneye/loda
22
128531
<gh_stars>10-100 ; A005557: Number of walks on square lattice. ; 42,132,297,572,1001,1638,2548,3808,5508,7752,10659,14364,19019,24794,31878,40480,50830,63180,77805,95004,115101,138446,165416,196416,231880,272272,318087,369852,428127,493506,566618,648128,738738,839188,950257,1072764,1207569,1355574,1517724,1695008,18884...
programs/oeis/226/A226787.asm
neoneye/loda
22
128533
<filename>programs/oeis/226/A226787.asm ; A226787: If n=0 (mod 3) then a(n)=0, otherwise a(n)=9^(-1) in Z/nZ*. ; 0,1,0,1,4,0,4,1,0,9,5,0,3,11,0,9,2,0,17,9,0,5,18,0,14,3,0,25,13,0,7,25,0,19,4,0,33,17,0,9,32,0,24,5,0,41,21,0,11,39,0,29,6,0,49,25,0,13,46,0,34,7,0,57,29,0,15,53,0,39,8,0,65,33,0,17,60,0,44,9,0,73,37,0,19,67...
src/draw/include.asm
jhm-ciberman/calculator-asm
2
128536
<reponame>jhm-ciberman/calculator-asm include 'BufferCreate.asm' include 'BufferResize.asm' include 'DrawBuffer.asm' include 'DrawBufferScaled.asm' include 'DrawClear.asm' include 'DrawSetTarget.asm' include 'DrawPixel.asm' include 'DrawPixelChar.asm' include 'DrawPixelText.asm' include 'DrawPixelTextOutline.a...
oeis/325/A325006.asm
neoneye/loda-programs
11
128537
<gh_stars>10-100 ; A325006: Array read by descending antidiagonals: A(n,k) is the number of chiral pairs of colorings of the facets of a regular n-dimensional orthotope using up to k colors. ; Submitted by <NAME> ; 0,1,0,3,0,0,6,3,0,0,10,15,1,0,0,15,45,20,0,0,0,21,105,120,15,0,0,0,28,210,455,210,6,0,0,0,36,378,1330,136...
oeis/004/A004730.asm
neoneye/loda-programs
11
128538
<gh_stars>10-100 ; A004730: Numerator of n!!/(n+1)!! (cf. A006882). ; Submitted by <NAME> ; 1,1,2,3,8,5,16,35,128,63,256,231,1024,429,2048,6435,32768,12155,65536,46189,262144,88179,524288,676039,4194304,1300075,8388608,5014575,33554432,9694845,67108864,300540195,2147483648,583401555,4294967296,2268783825,17179869184,44...
programs/oeis/108/A108021.asm
neoneye/loda
22
128539
; A108021: Numbers n whose binary representation is the first Fibonacci(n) binary digits of the pattern 1010101010101010... ; 1,1,2,5,21,170,5461,1398101,11453246122,24019198012642645,412646679761793424966374741 add $0,1 seq $0,45 ; Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0) = 0 and F(1) = 1. add $0,1 mov $1,...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_690.asm
ljhsiun2/medusa
9
128542
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x140bb, %r13 nop nop nop and %rax, %rax movb (%r13), %r10b nop nop sub %r14, %r14 lea addresses_normal_ht+0x15b91, %rsi lea addresses_D_ht+0xa8d9, %rdi nop nop nop nop dec %r1...
oeis/155/A155096.asm
neoneye/loda-programs
11
128543
<reponame>neoneye/loda-programs ; A155096: Numbers k such that k^2 == -1 (mod 29). ; Submitted by <NAME> ; 12,17,41,46,70,75,99,104,128,133,157,162,186,191,215,220,244,249,273,278,302,307,331,336,360,365,389,394,418,423,447,452,476,481,505,510,534,539,563,568,592,597,621,626,650,655,679,684,708,713,737,742,766,771,795,...
programs/oeis/047/A047212.asm
karttu/loda
1
128544
<reponame>karttu/loda<filename>programs/oeis/047/A047212.asm ; A047212: Numbers that are congruent to {0, 2, 4} mod 5. ; 0,2,4,5,7,9,10,12,14,15,17,19,20,22,24,25,27,29,30,32,34,35,37,39,40,42,44,45,47,49,50,52,54,55,57,59,60,62,64,65,67,69,70,72,74,75,77,79,80,82,84,85,87,89,90,92,94,95,97,99,100,102,104,105,107,109,1...
oeis/030/A030267.asm
neoneye/loda-programs
11
128545
<reponame>neoneye/loda-programs ; A030267: Compose the natural numbers with themselves, A(x) = B(B(x)) where B(x) = x/(1-x)^2 is the generating function for natural numbers. ; Submitted by <NAME>(s3) ; 1,4,14,46,145,444,1331,3926,11434,32960,94211,267384,754309,2116936,5914310,16458034,45638101,126159156,347769719,9562...
a51test/(E5)MOV_A_d.a51
Aimini/51cpu
0
128546
<reponame>Aimini/51cpu MOV 0x00, #0x00 MOV 0x01, #0x01 MOV 0x02, #0x02 MOV 0x03, #0x03 MOV 0x04, #0x04 MOV 0x05, #0x05 MOV 0x06, #0x06 MOV 0x07, #0x07 MOV 0x08, #0x08 MOV 0x09, #0x09 MOV 0x0A, #0x0A MOV 0x0B, #0x0B MOV 0x0C, #0x0C MOV 0x0D, #0x0D MOV 0x0E, #0x0E MOV 0x0F, #0x0F MOV 0x10, #0x10 MOV 0x1...
exercises/practice/isogram/.meta/example.asm
jonboland/x86-64-assembly
21
128547
<reponame>jonboland/x86-64-assembly<filename>exercises/practice/isogram/.meta/example.asm ; ; Determine if a word or phrase is an isogram. ; ; Parameters: ; rdi - str ; Returns: ; rax - true if isogram, else false ; section .text global is_isogram is_isogram: xor eax, eax ; Set return value xor ec...
lib/seccomp-tools/templates/asm.s390x.asm
IMULMUL/seccomp-tools
707
128548
<reponame>IMULMUL/seccomp-tools<filename>lib/seccomp-tools/templates/asm.s390x.asm .globl install_seccomp install_seccomp: lghi %r1, 172 /* __NR_prctl */ lghi %r2, 38 /* PR_SET_NO_NEW_PRIVS */ lghi %r3, 1 xgr %r4, %r4 xgr %r5, %r5 xgr %r6, %r6 svc 0 lghi %r1, 172 /* __NR_pr...
source/MicroBenchX.Ipc/IpcTests/sub_avx256_int.asm
clayne/MicroBenchX
15
128549
[BITS 64] %include "parameters.inc" extern exit global sub_avx256_int section .text sub_avx256_int: push rbp mov rax, ITERATIONS_sub_avx256i lea rbx, [rel avx_iv] vmovdqa ymm0, [rbx] vmovdqa ymm1, [rbx] vmovdqa ymm2, [rbx] vmovdqa ymm3, [rbx] vmovdqa ymm4, [rbx] vmovdqa ymm5, [rbx] vmovdqa ymm6, [r...
programs/oeis/040/A040559.asm
neoneye/loda
22
128550
<reponame>neoneye/loda<gh_stars>10-100 ; A040559: Continued fraction for sqrt(584). ; 24,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48,6,48 pow $0,4 mov $1,$0 trn $1,4 sub $1,4 gcd $0,$...
arch/X86_64/boot/multiboot2.asm
64epicks/synos
1
128552
<filename>arch/X86_64/boot/multiboot2.asm<gh_stars>1-10 section .multiboot_header header_start: dd 0xe85250d6 ; MAGIC number dd 0 ; Architecture 0 (pm i386) dd header_end - header_start ; Header length dd 0x100000000 - (0xe85250d6 + 0 + (header_end - header_start)) ; Checksum ; required en...
keys.asm
peckhamdata/cgl-6502
4
128553
Keyboard: !start: ldx #$00 !loop: stx $e810 lda $e812 and #%00000001 beq !exit+ lda $e812 and #%00000010 beq !exit_2+ lda $e812 and #%00100000 beq !exit_3+ !cont: inx cpx #$0a bne !loop- jmp !start- !exit: cpx #$07 bne...
oeis/311/A311501.asm
neoneye/loda-programs
11
128554
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A311501: Coordination sequence Gal.4.38.1 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. ; 1,4,8,12,17,22,26,30,34,38,42,46,51,56,60,64,68,72,76,80,85,90,94,98,102,106,110,114,119,124,...
oeis/056/A056528.asm
neoneye/loda-programs
11
128555
<reponame>neoneye/loda-programs ; A056528: Sum of digits of square of sum of digits of square. ; Submitted by <NAME>(s1) ; 1,7,9,13,13,9,16,1,9,1,7,9,13,13,9,16,10,9,1,7,9,13,13,9,16,10,9,10,16,9,13,13,9,16,1,9,10,16,9,13,13,9,16,10,9,1,16,9,13,13,9,16,10,9,1,16,9,13,13,9,16,10,18,10,16,9,13,13,9,16,1,9,10,16,9,13,13,9...
Library/SpecUI/CommonUI/CComp/copenTitleGroup.asm
steakknife/pcgeos
504
128556
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% (c) Copyright GeoWorks 1994. All Rights Reserved. GEOWORKS CONFIDENTIAL PROJECT: GEOS MODULE: CommonUI FILE: copenTitleGroup.asm AUTHOR: <NAME>, Sep 27, 1994 ROUTINES: Name Description ---- ----------- REVISI...
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_fx_di.asm
jpoikela/z88dk
640
128557
<gh_stars>100-1000 ; =============================================================== ; <NAME>, adapted by <NAME> ; =============================================================== ; ; void bit_fx_di(void *effect) ; ; Plays the selected sound effect on the one bit device. ; ; ============================================...
oeis/064/A064267.asm
neoneye/loda-programs
11
128561
<gh_stars>10-100 ; A064267: Clavis terminorum in Julian calendar for a year with Golden Number n. ; 26,15,34,23,12,31,20,39,28,17,36,25,14,33,22,11,30,19,38 add $0,4 mul $0,49 mod $0,30 add $0,10
MSDOS/Virus.MSDOS.Unknown.keeper.asm
fengjixuchui/Family
3
128562
<filename>MSDOS/Virus.MSDOS.Unknown.keeper.asm VECTORS SEGMENT AT 0H ;Set up segment to intercept Interrupts ORG 9H*4 ;The keyboard Interrupt KEYBOARD_INT LABEL DWORD ORG 1CH*4 ;Timer Interrupt TIMER_VECTOR LABEL DWORD VECTORS ENDS SCREEN SEGMENT AT ...
oeis/129/A129933.asm
neoneye/loda-programs
11
128563
<reponame>neoneye/loda-programs<filename>oeis/129/A129933.asm ; A129933: (n*(n+1)/2+1)!/n!. ; Submitted by <NAME> ; 1,2,12,840,1663200,174356582400,1561112121913344000,1754317855900734514790400000,341362923889542287855059017400320000000,15163751542692044063740921044974247390216192000000000,19593215051941783836365896369...