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
examples/reflect-shader/test2.asm
rob2309-test/spirv-layout
1
202944
<gh_stars>1-10 ; SPIR-V ; Version: 1.5 ; Generator: Google Shaderc over Glslang; 10 ; Bound: 140 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Vertex %vert "vert" %u_Transform_0 %u_Cam_0 %vIn_...
oeis/174/A174988.asm
neoneye/loda-programs
11
202945
; A174988: Expansion of -x*(x-1)*(3*x+1) / (9*x^4-8*x^2+1). ; Submitted by <NAME> ; 0,1,2,5,16,31,110,203,736,1345,4898,8933,32560,59359,216398,394475,1438144,2621569,9557570,17422277,63517264,115784095,422119982,769472267,2805304480,5113721281,18643356002,33984519845,123899107696 mov $3,1 lpb $0 sub $0,1 add $2,$...
Day-26/SAL_SAR._commands.asm
MasumBhai/50-Day-challenge-with-Assembly-Language
1
202946
;Day-26 Date-17 May,2021 ;SAL and SAR are similar to SHL and SHR .model small .stack 100h include 'emu8086.inc' .data n_line db 0ah,0dh,"$" .code main proc mov ax,@data mov ds,ax mov al,00000101b mov bl,0 @count_shift: sal al,1 ; shl al,1 inc bl jnc @count_s...
assembler/tests/t_xgate/t_xgate.asm
paulscottrobson/RCA-Cosmac-VIP-III
1
202947
<reponame>paulscottrobson/RCA-Cosmac-VIP-III cpu xgate nop brk rts irp instr,bcc,bcs,beq,bge,bgt,bhi,bhs,ble,blo,bls,blt,bmi,bne,bpl,bra,bvc,bvs instr target endm target: cnt set 1 irp instr,asr,csl,csr,lsl,lsr,rol,ror instr r3,#cnt instr r5,r1 cnt set cnt+1 endm irp instr,add,and,or,sub,xnor instr r5,...
oeis/142/A142110.asm
neoneye/loda-programs
11
202948
<gh_stars>10-100 ; A142110: Primes congruent to 31 mod 36. ; Submitted by <NAME>(s3) ; 31,67,103,139,211,283,463,499,571,607,643,751,787,823,859,967,1039,1291,1327,1399,1471,1543,1579,1723,1759,1831,1867,2011,2083,2371,2551,2659,2731,2767,2803,3019,3163,3271,3307,3343,3559,3631,3739,3847,3919,4027,4099,4243,4423,4567,4...
loader.asm
mrcook/jetpac-disassembly
28
202949
<reponame>mrcook/jetpac-disassembly ; Jetpac custom loader - requires a 48K ZX Spectrum ; (https://github.com/mrcook/jetpac-disassembly) ; ; Copyright (c) 2020 <NAME> ; When assembling the source code, this file should be invoked by the ; Pasmo Assembler for generating a working TZX tape file. ; ; $ pasmo --tzxbas l...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2286.asm
ljhsiun2/medusa
9
202950
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2286.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x18e36, %rsi lea addresses_WC_ht+0x12276, %rdi nop nop sub $17299, %rax mov $18, %rcx re...
Transynther/x86/_processed/NC/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_2438.asm
ljhsiun2/medusa
9
202951
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1b7eb, %rsi lea addresses_A_ht+0x1880e, %rdi nop nop nop nop sub $39671, %r12 mov $56, %rcx rep movsq nop nop inc %r11 lea addresses_A_ht+0xb3ca, %rdi nop nop cmp $51669, %rbx vmovups...
programs/oeis/002/A002819.asm
neoneye/loda
22
202952
<filename>programs/oeis/002/A002819.asm ; A002819: Liouville's function L(n) = partial sums of A008836. ; 0,1,0,-1,0,-1,0,-1,-2,-1,0,-1,-2,-3,-2,-1,0,-1,-2,-3,-4,-3,-2,-3,-2,-1,0,-1,-2,-3,-4,-5,-6,-5,-4,-3,-2,-3,-2,-1,0,-1,-2,-3,-4,-5,-4,-5,-6,-5,-6,-5,-6,-7,-6,-5,-4,-3,-2,-3,-2,-3,-2,-3,-2,-1,-2,-3,-4,-3,-4,-5,-6,-7,-...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1641.asm
ljhsiun2/medusa
9
202953
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1641.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x124b, %rsi lea addresses_WC_ht+0xf38c, %rdi nop nop nop xor $29282, %r8 mov $111, %rcx rep movsq ...
oeis/234/A234811.asm
neoneye/loda-programs
11
202954
<reponame>neoneye/loda-programs ; A234811: (6^n - 1)^n. ; Submitted by <NAME> ; 1,5,1225,9938375,2812412850625,28412011938974609375,10313098426045900054366890625,134710177671603826682045331123397109375,63339984974231689005132970549727976493235812890625,1072138503990252055371856714088806945958716851785209488787109375 m...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0_notsx.log_21829_808.asm
ljhsiun2/medusa
9
202955
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0_notsx.log_21829_808.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x167b5, %r13 nop nop nop nop nop and $9677, %...
oeis/268/A268836.asm
neoneye/loda-programs
11
202956
; A268836: Antidiagonal sums of array A268714: a(n) = Sum_{k=0..n} A006068(n)+A006068(n-k). ; Submitted by <NAME> ; 0,2,8,12,26,38,46,56,86,114,138,164,180,198,220,240,302,362,418,476,524,574,628,680,712,746,784,820,866,910,950,992,1118,1242,1362,1484,1596,1710,1828,1944,2040,2138,2240,2340,2450,2558,2662,2768,2832,289...
ubb/asc/exam/varan.asm
AlexanderChristian/private_courses
0
202957
assume cs:code, ds:data data segment maxFileName db 100 lFileName db ? fileName db 100 dup (?), '$' inputMsgN db 'Please input n: $' inputMsgFile db 'Please input the name of the file: $' maxs db 10 ls db ? s db 10 dup (?), '$' fileHandle dw ? newLine db 0ah, 0dh, '$' n db ? ten db 10 readErrorMsg db 'Err...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_1375.asm
ljhsiun2/medusa
9
202958
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %rbx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1c7db, %r14 nop nop nop nop nop xor $59726, %r13 mov $0x6162636465666768, %rdi movq %rdi, %xmm1 movups %xmm1, (%r14) nop nop nop sub $27898, %r11 lea addresses_WT_ht+0x335b, %rdx nop ...
target/cos_117/disasm/iop_overlay1/INDD49.asm
jrrk2/cray-sim
49
202960
0x0000 (0x000000) 0x1009- f:00010 d: 9 | A = 9 (0x0009) 0x0001 (0x000002) 0x2928- f:00024 d: 296 | OR[296] = A 0x0002 (0x000004) 0x1800-0x4450 f:00014 d: 0 | A = 17488 (0x4450) 0x0004 (0x000008) 0x2913- f:00024 d: 275 | OR[275] = A ...
ffight/lcs/weapon/87.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
202962
<reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<filename>ffight/lcs/weapon/87.asm copyright zengfr site:http://github.com/zengfr/romhack 057E1C move.b #$0, ($2f,A6) [weapon+87] 057E28 bne $57e36 [weapon+87] 0586AE move.b #$0, ($2f,A6) [weapon+87] 0586BA bne $586c8 [weapon+87] 058F40 mo...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_1268_548.asm
ljhsiun2/medusa
9
202963
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xf515, %rsi lea addresses_A_ht+0xbd96, %rdi inc %r14 mov $99, %rcx rep movsw nop nop nop nop nop inc %rdi lea addresses_A_ht+0x13739, %rbx nop nop nop nop and $1324, %r10...
ffight/lcs/1p/52.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
202964
<reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data copyright zengfr site:http://github.com/zengfr/romhack 00A2C6 dbra D0, $a2c0 00A328 clr.w ($52,A4) 00A32C clr.w ($54,A4) 00A98E move.w #$0, ($52,A6) 00A994 move.b #$2, ($4,A6) 00AB9A clr.w ($52,A6) 00AB9E clr.b ($a5,A6) 00ABF...
clock.asm
AliAqdas-repo/Analog-Clock
0
202965
<gh_stars>0 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;Assembly code for Clock Graphics ; ;Written by <NAME> and <NAME> ; ...
data/pokemon/base_stats/muk.asm
AtmaBuster/pokeplat-gen2
6
202966
db 0 ; species ID placeholder db 105, 105, 75, 50, 65, 100 ; hp atk def spd sat sdf db POISON, POISON ; type db 75 ; catch rate db 157 ; base exp db NO_ITEM, NUGGET ; items db GENDER_F50 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/muk/front.dimensions" db GROWTH_MEDIUM_FAST ; ...
libtool/src/gmp-6.1.2/mpn/x86/atom/sse2/aorsmul_1.asm
kroggen/aergo
1,602
202968
<reponame>kroggen/aergo dnl x86-32 mpn_addmul_1 and mpn_submul_1 optimised for Intel Atom. dnl Contributed to the GNU project by <NAME> and <NAME>. dnl Copyright 2011 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it a...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_2_609.asm
ljhsiun2/medusa
9
202969
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r9 push %rbx push %rcx push %rdx lea addresses_WT_ht+0x22ba, %rcx nop nop nop cmp $52667, %r9 mov (%rcx), %r10 nop nop inc %r11 lea addresses_WC_ht+0x1c6ba, %rbx nop nop nop nop add %rdx, %rdx movl $0x61626364, (%rbx) nop in...
Lab3/lab3_test_mine/test.asm
RabbitWhite1/USTC-COD-Experiment
1
202971
.text .globl main main: addi $t0, $t0, 10 addi $t1, $t1, 20 again: add $t2, $t2, $t1 beq $t1, $t2, again sw $t2, -10($t0) lw $t3, -10($t0) j target add $t0, $t0, $t0 target: add $t0, $t0, $t0
common/pixel_addr_160_100_16color.asm
c64scene-ar/64k-ought-to-be-enough
4
202972
;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-; ; ; Name: PixelAddr16 ; ; Function: Determine buffer address of pixel in 160x200 16-color mode ; ; Caller: al = y-coordinate (0-99) ; bl = x-coordinate (0-159) ; ; Returns: AH = bit mask ; BX = by...
src/firmware-tests/Platform/Motor/Turn/AntiClockwise/PulseSteeringForReverseTest.asm
pete-restall/Cluck2Sesame-Prototype
1
202973
<reponame>pete-restall/Cluck2Sesame-Prototype #include "Platform.inc" #include "FarCalls.inc" #include "Timer0.inc" #include "Motor.inc" #include "../../../Smps/IsSmpsEnabledStub.inc" #include "TestFixture.inc" radix decimal PulseSteeringForReverseTest code global testArrange testArrange: movlw 1 fcall ini...
Program.asm
manoharvhr/System-Generator-Design-modelling-a-MIPS-Single-Cycle-Processor
0
202974
<reponame>manoharvhr/System-Generator-Design-modelling-a-MIPS-Single-Cycle-Processor<gh_stars>0 ## Program for ECTE432 Laboratory Project .text .globl main main: addi $t0, $zero, 5 # store 5 as our first number addi $t1, $zero, 7 # store 7 as our second number add $t2, $zero, $zero # the answer spot is cleared lui $t3,...
src/kernel/boot.asm
matcool/mat-os
8
202975
; Declare constants for the multiboot header. ; align loaded modules on page boundaries %define ALIGN 1 %define MEMINFO 2 %define VIDEOINFO 4 %define FLAGS ALIGN | MEMINFO | VIDEOINFO %define MAGIC 0x1BADB002 ; checksum of above, to prove we are multiboot %define CHECKSUM -(MAGIC + (FLAGS)) section .multiboot align ...
src/sprite/dmadata.asm
RebelusQuo/sm_randomizer_rom
0
202977
incbin "data/_main_dma_prim_table.bin" -> $92D91E incbin "data/_main_dma_sec_lower_table.bin" -> $92D600 incbin "data/_main_dma_sec_upper_table.bin" -> $92C580 incbin "data/_main_dma_afp_prim_table.bin" -> $92D94E incbin "data/_main_dma_afp_sec_table_B800.bin" -> $92B800 incbin "data/_main_dma_afp_sec_table_DB48.bin...
onnxruntime/core/mlas/lib/amd64/ConvSymKernelAvx2.asm
lchang20/onnxruntime
6,036
202978
<reponame>lchang20/onnxruntime ;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; Licensed under the MIT License. ; ; Module Name: ; ; ConvSymKernelAvx2.asm ; ; Abstract: ; ; This module implements the kernels for the symmetric quantized integer ; convolution operation. ; ; This implementatio...
programs/oeis/187/A187320.asm
karttu/loda
0
202981
<filename>programs/oeis/187/A187320.asm<gh_stars>0 ; A187320: a(n) = floor((Pi-2)*n); complement of A186544. ; 0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,17,18,19,20,21,22,23,25,26,27,28,29,30,31,33,34,35,36,37,38,39,41,42,43,44,45,46,47,49,50,51,52,53,54,55,57,58,59,60,61,62,63,65,66,67,68,69,70,71,73,74,75,76,77,78,79,81,82...
MSDOS/Virus.MSDOS.Unknown.scroller.asm
fengjixuchui/Family
3
202984
<filename>MSDOS/Virus.MSDOS.Unknown.scroller.asm<gh_stars>1-10 ; Resident program to provide flicker-free write_tty scroll for Color ; Graphics Adapter clones with dual-ported memory. <NAME> 5/3/86. ; Make runnable with MASM-LINK-EXE2BIN. cseg segment assume cs:cseg org 100h ;necessary for COM file start proc...
music.asm
BlockoS/up-xmas2018
1
202985
; Song PoozMooz, tu pooz et ça Mooz... in Lightweight format (V1). ; Generated by Arkos Tracker 2. song_SongStart defb "ATLW" ; Format marker (LightWeight). defb 1 ; Format version. defw song_FmInstrumentTable defw song_ArpeggioTable defw song_PitchTable ; Table of the Subsongs. defw song_Subsong0 ;...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_535.asm
ljhsiun2/medusa
9
202986
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x15bff, %r12 inc %rsi movl $0x61626364, (%r12) nop nop nop nop nop sub %r11, %r11 lea addresses_normal_ht+0xe2ff, %r14 nop nop nop nop nop sub $58820, %r10 movw $0x6...
h1_bootloader/boot2.asm
tor4z/os_sel
0
202987
<gh_stars>0 org 7C00h jmp short Start ;Jump over the data (the 'short' keyword makes the jmp instruction smaller) Msg: db "Hello World! " EndMsg: Start: mov bx, 000Fh ;Page 0, colour attribute 15 (white) for the int 10 calls below mov cx, 1 ;We will want to write 1 charac...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_177.asm
ljhsiun2/medusa
9
202988
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %rbp push %rbx push %rdx push %rsi lea addresses_D_ht+0x5da7, %rsi nop nop nop nop nop and $43555, %r12 mov $0x6162636465666768, %r15 movq %r15, %xmm3 movups %xmm3, (%rsi) nop nop xor $5292, %rbp lea addresses_UC_ht+0x7b47, %rdx nop nop nop...
tools/gdcc_acc/lib/src/libc/fpclassify.asm
SpencerBelleau/EZDoomJukebox
0
202989
<gh_stars>0 ;;----------------------------------------------------------------------------- ;; ;; Copyright(C) 2015-2017 <NAME> ;; ;; See COPYLIB for license information. ;; ;;----------------------------------------------------------------------------- ;; ;; Mathematics. ;; ;; Classification and comparison macros. (Im...
oeis/209/A209492.asm
neoneye/loda-programs
11
202990
; A209492: a(0)=1; for n >= 1, let k = floor((1 + sqrt(8*n-7))/2), m = n - (k^2 - k+2)/2. Then a(n) = 2^k + 2^(m+1) - 1. ; 1,3,5,7,9,11,15,17,19,23,31,33,35,39,47,63,65,67,71,79,95,127,129,131,135,143,159,191,255,257,259,263,271,287,319,383,511,513,515,519,527,543,575,639,767,1023,1025,1027,1031,1039,1055,1087,1151,127...
oeis/095/A095995.asm
neoneye/loda-programs
11
202991
; A095995: Primes of the form 100n - 1. ; Submitted by <NAME>(s4) ; 199,499,599,1399,1499,1699,1999,2099,2399,2699,2999,3299,3499,4099,4799,4999,5099,5399,6199,6299,6599,6899,7499,7699,8599,8699,8999,9199,10099,10399,10499,10799,11299,11399,11699,12799,12899,13099,13399,13499,13799,13999,14699,15199,15299,16699,17099,1...
ch7.asm
ChanJLee/easy-asm
0
202992
<filename>ch7.asm<gh_stars>0 assume cs:code, ds:data data segment db 'fuck' db 'mmll' data ends code segment start: mov al, 'f' mov ah, 'u' mov ax, 4200h int 21h code ends end start
programs/oeis/342/A342851.asm
neoneye/loda
22
202993
; A342851: Remove duplicates in the decimal digit-reversal of n. ; 0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,21,22,23,24,25,26,27,28,29,31,32,33,34,35,36,37,38,39,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,71,72,73,74,75,76,77,78,79,81,82,83,84,85,86,87,88,89,91,92,93,94,95,96...
programs/oeis/321/A321773.asm
neoneye/loda
22
202994
; A321773: Number of compositions of n into parts with distinct multiplicities and with exactly three parts. ; 1,3,6,4,9,9,10,12,15,13,18,18,19,21,24,22,27,27,28,30,33,31,36,36,37,39,42,40,45,45,46,48,51,49,54,54,55,57,60,58,63,63,64,66,69,67,72,72,73,75,78,76,81,81,82,84,87,85,90,90,91,93,96,94,99,99,100,102,105,103,1...
Games/banchorce/source/boss5.asm
CiaranGruber/Ti-84-Calculator
1
202995
;---------------------------------------------------------------; ; ; ; Banchor ; ; Anazar Demon Routines ; ; ...
gwnum/ymult3.asm
Kasual/GIMPS
0
202996
; Copyright 2011-2012 Mersenne Research, Inc. All rights reserved ; Author: <NAME> ; Email: <EMAIL> ; ; These routines implement some common cleanup code for yr4dwpn (r4delay with partial normalization) FFTs ; TITLE setup IFNDEF X86_64 .686 .XMM .MODEL FLAT ENDIF INCLUDE unravel.mac INCLUDE extrn.mac INCLUDE...
externals/skia/third_party/externals/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.asm
terrajobst/linux-packaging-skiasharp
2,151
202998
[extern _foo] call _foo ; r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo ; E8 00 00 00 00 call _foo+4 ; r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo ; E8 04 00 00 00 mov rax, [rel _foo wrt ..gotpcrel] ; r_type=X86_64_RELOC_GOT_LOAD, r_length=2...
test.asm
cafehaine/LuaBrainFuckCompiler
0
202999
section .data buffer: times 256 db 0 ; buffer of memory section .text global _start _start: mov rbx, 0 ; mem pointer mov rsi, buffer add rsi, rbx add byte [rsi], 0x41; Add 0x41 to buffer[mem pointer] call write_byte add bl, 1 ; increment mem pointer mod 256 mov rsi, buffer add rsi, rbx add byte [rsi], ...
oeis/202/A202837.asm
neoneye/loda-programs
11
203000
; A202837: E.g.f.: exp(3*x + 2*x^2). ; Submitted by <NAME>(s1) ; 1,3,13,63,345,2043,13029,88119,629169,4707315,36772029,298608687,2513795337,21874602987,196341166485,1814001266727,17222473789281,167763502438371,1674418724986221,17102228350521375,178562508150516921,1903865792493260763,20710848062123203653,22967273392577...
Appl/Art/Decks/GeoDeck/CGAPyramid.asm
steakknife/pcgeos
504
203002
CGAPyramid label byte word C_BLACK Bitmap <67,41,0,BMF_MONO> db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 db 0x7f, 0xff, 0x7f, 0x80, 0x00, 0x0e, 0xdf, 0x7f, 0xc0 db 0x6f, 0xf9, 0x94, 0x80, 0x00, 0x03, 0xcf, 0xfd, 0xc0 db 0x7f, 0xff, 0x80, 0x00, 0x00, 0x11, 0x7f, 0xff, 0xc0 db 0x...
examples/mouse.asm
AbdulrahmanAbumdas/emu8086
287
203004
; mouse test name "mouse" org 100h print macro x, y, attrib, sdat LOCAL s_dcl, skip_dcl, s_dcl_end pusha mov dx, cs mov es, dx mov ah, 13h mov al, 1 mov bh, 0 mov bl, attrib mov cx, offset s_dcl_end - offset s_dcl mov dl, x mov dh, y mov bp, offset s_dcl int 10h ...
oeis/118/A118777.asm
neoneye/loda-programs
11
203005
<gh_stars>10-100 ; A118777: a(0) = 1; n > 0: a(n) = a(n-1) + d, d = -/+1 if n is prime/nonprime. ; Submitted by <NAME> ; 1,2,1,0,1,0,1,0,1,2,3,2,3,2,3,4,5,4,5,4,5,6,7,6,7,8,9,10,11,10,11,10,11,12,13,14,15,14,15,16,17,16,17,16,17,18,19,18,19,20,21,22,23,22,23,24,25,26,27,26,27,26,27,28,29,30,31,30,31,32,33,32,33,32,33,3...
01_mbr/proc.asm
12Tall/TinyOS
0
203007
%include "mbr.inc" %include "proc.inc" %include "pm_desc.inc" bits 16 section loader vstart=loader_base jmp loader_start GDT_BASE: dq 0x00 ; 第一个gdt 项,总是不可用 ; 系统代码段,起始0x00,界限0xfffff GDT_CODE: SegmentDescriptor 0x00, 0xfffff, (Desc_G_4K|Desc_D_32|Desc_P|Desc_DPL0|Desc_SYS|Desc_CODE_X) ; 数据段 GDT_STACK: Segment...
Library/IDialC/idialControl.asm
steakknife/pcgeos
504
203008
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) MyTurn.com 2000. All rights reserved. MYTURN.COM CONFIDENTIAL PROJECT: GlobalPC MODULE: Internet Dialup Shortcut FILE: idialControl.asm AUTHOR: <NAME>, Oct 15, 2000 REVISION HIST...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_597.asm
ljhsiun2/medusa
9
203009
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0xd39b, %r13 nop nop nop nop nop sub $32086, %rdi mov (%r13), %r9w nop lfence lea addresses_A_ht+0x1c08d, %rsi lea addresses_UC_ht+0x1731b, %rdi nop nop inc %r12 mov $19, %rcx rep movsb an...
programs/oeis/006/A006004.asm
karttu/loda
1
203010
; A006004: a(n) = C(n+2,3) + C(n,3) + C(n-1,3). ; 1,4,11,25,49,86,139,211,305,424,571,749,961,1210,1499,1831,2209,2636,3115,3649,4241,4894,5611,6395,7249,8176,9179,10261,11425,12674,14011,15439,16961,18580,20299,22121,24049,26086,28235,30499,32881,35384,38011,40765,43649,46666,49819,53111,56545,60124,63851,67729,71761,...
xv6-pdx/chown.asm
budiwa/CS333
0
203012
<reponame>budiwa/CS333<gh_stars>0 _chown: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" 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 pushl -0x4(%e...
data/phone/text/vance_caller.asm
Dev727/ancientplatinum
28
203013
<reponame>Dev727/ancientplatinum<gh_stars>10-100 VanceLiftoffText: text "My @" text_ram wStringBuffer4 text "'s" line "become tougher." para "We've achieved" line "liftoff!" done UnknownText_0x669b2: text "We can easily beat" line "@" text_ram wStringBuffer4 text "!" para "…Huh? You too?" line "Isn't th...
oeis/178/A178601.asm
neoneye/loda-programs
11
203014
<filename>oeis/178/A178601.asm<gh_stars>10-100 ; A178601: a(n) = s(s(n)), where s(n) = sigma(n)-n = A001065(n). ; Submitted by <NAME> ; 0,0,1,0,6,0,1,3,7,0,15,0,8,4,9,0,11,0,14,1,10,0,55,6,15,1,28,0,54,0,1,9,22,1,17,0,14,1,43,0,66,0,50,15,16,0,64,7,1,11,26,0,78,1,63,1,31,0,172,0,20,1,41,1,90,0,32,13,40,0,45,0,50,8,63,1...
programs/oeis/139/A139579.asm
neoneye/loda
22
203015
<reponame>neoneye/loda ; A139579: a(n) = 2*n^2 + 15*n. ; 0,17,38,63,92,125,162,203,248,297,350,407,468,533,602,675,752,833,918,1007,1100,1197,1298,1403,1512,1625,1742,1863,1988,2117,2250,2387,2528,2673,2822,2975,3132,3293,3458,3627,3800,3977,4158 mov $1,2 mul $1,$0 add $1,15 mul $1,$0 mov $0,$1
data/disk2.asm
ac-pevans/erc
5
203019
; disk2.asm ; ; This is the DISASSEMBLED source code for the Disk II controller ROM. ; It adds up to 256 bytes of program code, which is all any peripheral ; card was afforded. ; ; NOTE THAT THIS SOURCE CODE IS NOT ORIGINAL TO APPLE. I translated by ; hand from the machine code in the ROM. Any comments, etc. you see ; ...
tests/Arithmetic/sub_8b.asm
ZubinGou/8086-emulator
39
203020
<gh_stars>10-100 ;program to subtract two 8b numbers NAME Arithmetic TITLE sub_8b ; Test Passed assume cs:code,ds:data data segment num1 db ? num2 db ? res db ? msg1 db 10,13,"enter the first number: $" msg2 db 10,13,"enter the second number: $" msg3 db 10,13,"result of subtraction is: $" data e...
Sample/Universal/Ebc/Dxe/x64/EbcLowLevel.asm
bitcrystal/edk
14
203021
page ,132 title VM ASSEMBLY LANGUAGE ROUTINES ;**************************************************************************** ;* ;* Copyright (c) 2005 - 2007, Intel Corporation ;* A...
oeis/189/A189724.asm
neoneye/loda-programs
11
203023
<reponame>neoneye/loda-programs ; A189724: Positions of 0 in A189723; complement of A189725. ; Submitted by <NAME>(s3.) ; 1,5,8,11,13,17,20,22,26,29,31,35,37,41,44,47,49,53,56,58,62,64,68,71,74,76,80,83,85,89,91,95,98,101,103,107,109,113,116,119,121,125,128,130,134,137,139,143,145,149,152,155,157,161,164,166,170,172,17...
hello-world.asm
BumfuzzledGames/c64-example-projects
0
203024
<gh_stars>0 // Display hello world on the screen BasicUpstart2(Start) // This program prints HELLO WORLD to the screen by writing // directly to screen RAM. Note the .encoding assembler directive. // The C64 deals with strings in BASIC and the kernal in ASCII, // but the screen uses a different character set. You nee...
oeis/002/A002804.asm
neoneye/loda-programs
11
203025
; A002804: (Presumed) solution to Waring's problem: g(n) = 2^n + floor((3/2)^n) - 2. ; Submitted by <NAME>(s1) ; 1,4,9,19,37,73,143,279,548,1079,2132,4223,8384,16673,33203,66190,132055,263619,526502,1051899,2102137,4201783,8399828,16794048,33579681,67146738,134274541,268520676,536998744,1073933573,2147771272,4295398733...
oeis/107/A107991.asm
neoneye/loda-programs
11
203026
; A107991: Complexity (number of maximal spanning trees) in an unoriented simple graph with nodes {1,2,...,n} and edges {i,j} if i + j > n. ; Submitted by <NAME>(s1) ; 1,1,1,3,8,40,180,1260,8064,72576,604800,6652800,68428800,889574400,10897286400,163459296000,2324754432000,39520825344000,640237370572800,121645100408832...
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc___mulsint2slong.asm
dikdom/z88dk
0
203027
SECTION code_clib SECTION code_fp_am9511 PUBLIC cam32_sdcc___mulsint2slong EXTERN asm_am9511_imul cam32_sdcc___mulsint2slong: ; 16-bit multiplication, 32-bit result ; ; enter : stack = multiplicand, multiplicand, ret ; ; exit : dehl = product pop af pop hl pop de push de push hl ...
cgi-bin/status.asm
Konamiman/NestorWeb
4
203029
<gh_stars>1-10 ;Example of a NestorWeb CGI script that sends a custom status code and message. CR: equ 13 LF: equ 10 STDOUT: equ 1 _WRITE: equ 49h org 100h ld de,HELLO ld hl,HELLO_END-HELLO ld b,STDOUT ld c,_WRITE call 5 ret HELLO: db "Status: 234 It's all okay",...
ArrayReverser/ArrayReverser/Reverser.asm
pratik088/AssemblyCodes
0
203031
<filename>ArrayReverser/ArrayReverser/Reverser.asm<gh_stars>0 ;ebp -----> Base pointer .386 .model flat,c .code Reverser proc push ebp mov ebp,esp push esi push edi xor eax,eax mov edi,[ebp+8] mov esi,[ebp+12] mov ecx,[ebp+16] test ecx,ecx lea esi,[esi+ecx*4-4] pushfd std @@: ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_51_774.asm
ljhsiun2/medusa
9
203032
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r13 push %rax push %rcx push %rdi push %rdx push %rsi // Store lea addresses_RW+0x5fc4, %r12 nop nop nop nop sub %r13, %r13 movl $0x51525354, (%r12) nop nop dec %rsi // Load lea addresses_PSE+0x173c4, %r13 nop n...
_incObj/Sonic (part 2).asm
kodishmediacenter/msu-md-sonic
9
203033
<reponame>kodishmediacenter/msu-md-sonic<gh_stars>1-10 ; --------------------------------------------------------------------------- ; Sonic when he gets hurt ; --------------------------------------------------------------------------- Sonic_Hurt: ; Routine 4 jsr (SpeedToPos).l addi.w #$30,obVelY(a0) btst #6,ob...
scripts/CeladonMansion3F.asm
opiter09/ASM-Machina
1
203034
<reponame>opiter09/ASM-Machina CeladonMansion3F_Script: jp EnableAutoTextBoxDrawing CeladonMansion3F_TextPointers: dw ProgrammerText dw GraphicArtistText dw WriterText dw DirectorText dw GameFreakPCText1 dw GameFreakPCText2 dw GameFreakPCText3 dw GameFreakSignText ProgrammerText: text_far _ProgrammerText t...
libmikeos/src.io/io_write_memory16.asm
mynameispyo/InpyoOS
0
203037
<filename>libmikeos/src.io/io_write_memory16.asm ; @@@ void io_write_memory16(unsigned short *offset, unsigned short segment, unsigned short data); ; for far pointer capable system, this function shold be: ; void io_write_memory16(unsigned short *offset_and_segment, unsigned short data); section .text use16 g...
lib/src/xr/x86/os2/rttraps.asm
zanud/xds-2.60
53
203038
<reponame>zanud/xds-2.60 .386p ; COPYRIGHT (c) 1995,99 XDS. All Rights Reserved. ifdef OS2 .model FLAT endif X2C_INDEX equ 0 X2C_RANGE equ 1 X2C_NIL equ 3 X2C_OVERFLOW equ 5 X2C_DIVISION equ 6 X2C_FLT_OVERFL equ 7 X2C_FL...
Library/Pref/Prefos/prefosSwapText.asm
steakknife/pcgeos
504
203039
<filename>Library/Pref/Prefos/prefosSwapText.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: prefosSwapfile.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- REVISION H...
programs/oeis/182/A182772.asm
neoneye/loda
22
203040
; A182772: Beatty sequence for (5-sqrt(3))/2. ; 1,3,4,6,8,9,11,13,14,16,17,19,21,22,24,26,27,29,31,32,34,35,37,39,40,42,44,45,47,49,50,52,53,55,57,58,60,62,63,65,66,68,70,71,73,75,76,78,80,81,83,84,86,88,89,91,93,94,96,98,99,101,102,104,106,107,109,111,112,114,116,117,119,120,122,124,125,127,129,130,132,133,135,137,138...
snake.asm
SemyonMakhaev/snake
6
203042
model tiny .code .386 org 100h locals start: jmp S barrier equ 68 food_color equ 50 speed_apple_color equ 2 first_snake_color equ 3 first_snake_head_color equ 11 second_snake_color equ 5 second_snake_head_color equ 13 timer_velocity equ 3 game_over db 26 dup(0) db 2 dup(0), 4 dup(12), 2 dup(0), 2 ...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_355.asm
ljhsiun2/medusa
9
203043
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0x1a72, %r12 xor $35576, %r10 mov (%r12), %r9w xor %r9, %r9 lea addresses_D_ht+0x12fe2, %r8 nop nop nop nop nop sub $21020, %r15 mov (%r8)...
oeis/194/A194726.asm
neoneye/loda-programs
11
203044
; A194726: Number of 6-ary words either empty or beginning with the first character of the alphabet, that can be built by inserting n doublets into the initially empty word. ; Submitted by <NAME> ; 1,1,11,146,2131,32966,530526,8786436,148733571,2561439806,44731364266,790211926076,14095578557486,253519929631996,45924157...
programs/oeis/138/A138298.asm
neoneye/loda
22
203045
<reponame>neoneye/loda ; A138298: First differences of A137976 after having added two leading ones. ; 0,2,10,21,110,233,1220,2584,13530,28657,150050,317811,1664080,3524578,18454930,39088169,204668310,433494437,2269806340,4807526976,25172538050,53316291173,279167724890,591286729879,3096017511840 mov $4,$0 mov $21,$0 lp...
oeis/015/A015008.asm
neoneye/loda-programs
11
203046
; A015008: q-factorial numbers for q=9. ; 1,1,10,910,746200,5507702200,365876657146000,218747042884536166000,1177042838234827583459440000,57001313848230245122464621625840000,24843911488189148287648216529610193612000000,97453533413342456299179976631323547842824103012000000,34404695337835627725102571255102426832697394134...
kUtils.asm
satadriver/LiunuxOS_t
0
203048
.386p ;comment @ ;include mymacro.asm ;comment Kernel Segment public para use32 assume cs:Kernel ;param:string __hexstr2int proc push ebp mov ebp,esp push edx push esi sub esp,40h push ss:[ebp + 8] call __strlen add esp,4 mov edx,0 cmp eax,8 ja _hexstr2intover cmp eax,0 jbe _hexstr2intover mov esi,ss:[ebp + ...
oeis/142/A142762.asm
neoneye/loda-programs
11
203049
; A142762: Primes congruent to 35 mod 59. ; Submitted by <NAME> ; 271,389,743,1097,1451,2749,3221,3457,3929,4283,4519,4637,5227,5581,6053,6761,6997,7351,7823,8059,9239,9829,10301,10891,11717,11953,12071,13487,13723,13841,14431,14549,15139,15493,16319,16673,17027,17971,18089,18443,18679,18797,19387,20921,21157,22573,226...
smsq/atari/hdop/init.asm
olifink/smsqe
0
203050
<reponame>olifink/smsqe ; Atari SMS HDOP initialisation  1988 <NAME> QJUMP section sms xdef init_hdop xref hdop_poll include dev8_keys_qdos_sms include dev8_keys_iod include dev8_smsq_atari_hdop_data init_hdop ; link in polling hdop code move.l #ho_end,d1 ; create space for linkage moveq #sms....
src/util/oli/wm/stgl.asm
olifink/qspread
0
203051
; set toggle item include win1_mac_oli include win1_keys_wman section utility xdef xwm_stgl ;+++ ; set toggle item ; ; Entry Exit ; d1 loose item numer ; a2 wman vector ; a3 toggle list ; a4 wwork ...
cards/bn6/ItemCards/137-E019 Moliarty's Drilling Spirit!.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
203052
.include "defaults_item.asm" table_file_jp equ "exe6-utf8.tbl" table_file_en equ "bn6-utf8.tbl" game_code_len equ 3 game_code equ 0x4252354A // BR5J game_code_2 equ 0x42523545 // BR5E game_code_3 equ 0x42523550 // BR5P card_type equ 0 card_id equ 19 card_no equ "019" card_sub equ "Item Card 019" card_sub_...
libs/Multiplatform_ReadJoystick_Header.asm
CurlyPaul/cpc-z80-poc
0
203053
<reponame>CurlyPaul/cpc-z80-poc<gh_stars>0 ; Learn Multi platform Z80 Assembly Programming... With Vampires! ;Please see my website at www.chibiakumas.com/z80/ ;for the 'textbook', useful resources and video tutorials ;File Read Controls ;Version V1.0 ;Date 2018/7/6 ;Content These are relative position of each but...
asm/skipintro.asm
WideBoner/wwrando
47
203054
; nop out a couple lines so the long intro movie is skipped. .open "sys/main.dol" .org 0x80232C78 nop .org 0x80232C88 nop .close
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_11447_1007.asm
ljhsiun2/medusa
9
203056
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r9 push %rbx push %rdx push %rsi lea addresses_normal_ht+0x888, %r9 sub %rbx, %rbx vmovups (%r9), %ymm4 vextracti128 $0, %ymm4, %xmm4 vpextrq $0, %xmm4, %rsi nop nop nop and $40757, %r13 lea addresses_normal_ht+0x12ac8, %r12 nop sub %rdx, ...
programs/oeis/168/A168617.asm
neoneye/loda
22
203057
<gh_stars>10-100 ; A168617: a(n) = 7*2^(n-1) - 2*n - 5. ; 0,5,17,43,97,207,429,875,1769,3559,7141,14307,28641,57311,114653,229339,458713,917463,1834965,3669971,7339985,14680015,29360077,58720203,117440457,234880967,469761989,939524035,1879048129,3758096319,7516192701,15032385467,30064771001,60129542071,120259084213,240...
dos/disk2.asm
minblock/msdos
0
203058
TITLE DISK2 - Disk utility routines NAME Disk2 ; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; ;** Low level Read and write routines for local SFT I/O on files and devs ; ; DskRead ; DWRITE ; DSKWRITE ; HarderrRW ; SETUP ; BREAKDOWN ; READ_LOCK_VIOLATION ; WRITE_LOCK_V...
Kernel/asm/interrupts.asm
lipusal/tpe_arqui
0
203059
EXTERN IRQHandler EXTERN int80Handler GLOBAL int20Receiver GLOBAL int21Receiver GLOBAL int80Receiver SECTION .text %macro irqMacro 1 ;Stack frame push rbp push rsp push rbx push r12 push r13 push r15 mov rdi, %1 call IRQHandler ;Undo stack frame pop r15 pop r13 pop r12 pop rbx pop rsp pop rbp iret...
Assembly/textures/selectWindow_go.asm
WildGenie/Ninokuni
14
203060
;; Modify the subimages position of the texture battles images. ; ; Arguments of v3d_setSubImage function: ; + R0: Sprite struct ; + R1: Frame index ; + R2: Layer index ; + R3: X Start ; + SP+00: Y Start ; + SP+04: X End ; + SP+08: Y End ; + SP+0C: X Output ; + SP+10: Y Output ; + SP+14: Width ; ...
Transynther/x86/_processed/US/_ht_zr_/i7-8650U_0xd2_notsx.log_35_830.asm
ljhsiun2/medusa
9
203061
<filename>Transynther/x86/_processed/US/_ht_zr_/i7-8650U_0xd2_notsx.log_35_830.asm .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x6878, %rsi lea addresses_D_ht+0x100f8, %rdi clflush (%rdi) nop nop nop nop add %rbp, %rbp mov $69, %...
stressfs.asm
avabe/Operating_Systems_Assignment1
0
203063
_stressfs: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "fs.h" #include "fcntl.h" int main(int argc, char *argv[]) { 0: 55 push %ebp int fd, i; char path[] = "stressfs0"; 1: b8 73 74 72 65 mov $0x65727473,%eax { 6: 89 e5 ...
assets/_dialogs.asm
hundredrabbits/Donsol
113
203064
<gh_stars>100-1000 background: .db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 .db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 .db $00,$00,$00,$00...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_666.asm
ljhsiun2/medusa
9
203065
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x19b9e, %rsi lea addresses_WC_ht+0x1b1a6, %rdi nop nop inc %r14 mov $125, %rcx rep movsw nop nop sub %r12, %r12 lea addresses_D_ht+0x3d...
programs/oeis/245/A245338.asm
karttu/loda
0
203066
; A245338: Sum of digits of n written in fractional base 9/8. ; 0,1,2,3,4,5,6,7,8,8,9,10,11,12,13,14,15,16,15,16,17,18,19,20,21,22,23,21,22,23,24,25,26,27,28,29,26,27,28,29,30,31,32,33,34,30,31,32,33,34,35,36,37,38,33,34,35,36,37,38,39,40,41,35,36,37,38,39 mov $1,$0 add $0,1 mov $2,$0 lpb $2,1 sub $1,$3 sub $2,2 ...
test/asm/fadd.asm
nigelperks/BasicAssembler
0
203067
<reponame>nigelperks/BasicAssembler IDEAL ; FADD with various operand formats SEGMENT SEG1 ASSUME CS:SEG1, DS:SEG1, ES:SEG1, SS:SEG1 ORG 100h start: ; implicit operands ; add top two items, consume operands, leave result ; faddp st(1), st FADD ; short real in memory FADD [DWORD _short] FADD [DWORD BP+...
Library/Kernel/Graphics/graphicsTables.asm
steakknife/pcgeos
504
203068
<reponame>steakknife/pcgeos<filename>Library/Kernel/Graphics/graphicsTables.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: Graphics FILE: Graphics/grTables.asm AUTHOR: <NAME> ROUTINES: n...
oeis/094/A094432.asm
neoneye/loda-programs
11
203069
; A094432: a(n) = rightmost term in M^n * [1 0 0]. M = the 3 X 3 stiffness matrix [1 -1 0 / -1 4 -3 / 0 -3 3]. ; Submitted by <NAME>(s2) ; 0,3,24,165,1104,7347,48840,324597,2157216,14336355,95275896,633179973,4207956720,27965034003,185848661544,1235103986325,8208193936704,54549615616707,362523179503320,2409238895476197...