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 |
|---|---|---|---|---|
prog.asm | wastevensv/w832 | 1 | 199070 | LOD 16
ADD 16
STO 17
LOD 2
ADD 15
STO 2
LOD 0
ADD 15
STO 0
LOD 2
CMP 14
JMP 0
JMP 12
ORG 14
64
0x01
0x04
|
programs/oeis/095/A095796.asm | neoneye/loda | 22 | 199072 | <gh_stars>10-100
; A095796: 1 + (26*n+17+7*n^2)*n/2.
; 1,26,98,238,467,806,1276,1898,2693,3682,4886,6326,8023,9998,12272,14866,17801,21098,24778,28862,33371,38326,43748,49658,56077,63026,70526,78598,87263,96542,106456,117026,128273,140218,152882,166286,180451,195398,211148,227722,245141,263426,282598,302678,323687,3456... |
Procedures/nested.asm | berkcetinsaya/MIPSLanguageExamples | 0 | 199073 | .data
line: .asciiz "\n"
.text
main:
addi $s0, $zero, 10
jal increaseNumber # function call
#print a new line
li $v0,4
la $a0, line
syscall
jal printValue
li $v0, 10
syscall
increaseNumber:
addi $sp, $sp, -8 # allocate 8bytes, to allocate negative
sw $s0, 0($sp) # store the value... |
smsq/sms/rehp.asm | olifink/smsqe | 0 | 199075 | <reponame>olifink/smsqe<gh_stars>0
; Return to heap V2.01 1986 <NAME> QJUMP
section sms
xdef sms_rehp
xref mem_rehp ; return to heap
xref sms_rte ; return
include 'dev8_keys_psf'
;+++
; d0 0
; d1 c p length to... |
programs/oeis/187/A187357.asm | neoneye/loda | 22 | 199076 | ; A187357: Catalan trisection: A000108(3*n), n>=0.
; 1,5,132,4862,208012,9694845,477638700,24466267020,1289904147324,69533550916004,3814986502092304,212336130412243110,11959798385860453492,680425371729975800390,39044429911904443959240,2257117854077248073253720,131327898242169365477991900,7684785670514316385230816156,45... |
dv3/qxl/fd/dummyrid.asm | olifink/smsqe | 0 | 199077 | ; DV3 QXL Dummy RID 1998 <NAME>
section dv3
xdef fd_rid
;+++
; This routine is called to read the ID to pause
;
; status return 0, err.nc, err.mchk
;---
fd_rid
moveq #0,d0
rts
end
|
_build/dispatcher/jmp_ippsAES_XTSDecrypt_d9b58dbb.asm | zyktrcn/ippcp | 1 | 199078 | extern m7_ippsAES_XTSDecrypt:function
extern n8_ippsAES_XTSDecrypt:function
extern y8_ippsAES_XTSDecrypt:function
extern e9_ippsAES_XTSDecrypt:function
extern l9_ippsAES_XTSDecrypt:function
extern n0_ippsAES_XTSDecrypt:function
extern k0_ippsAES_XTSDecrypt:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeIni... |
non_regression/other_x86_linux.att.s.asm | LRGH/plasmasm | 1 | 199079 | <gh_stars>1-10
.file "a30.c"
.text
.p2align 4,,15
# ----------------------
.local func1
.type func1, @function
func1:
.cfi_startproc
rep; ret
.cfi_endproc
.size func1, .-func1
# ----------------------
.p2align 4,,15
# ----------------------
.local func2
.type func2, @function
func2:
.cfi_startproc
... |
programs/oeis/171/A171005.asm | neoneye/loda | 22 | 199080 | <reponame>neoneye/loda<filename>programs/oeis/171/A171005.asm<gh_stars>10-100
; A171005: (n+1)*(n-1)!/2.
; 4,15,72,420,2880,22680,201600,1995840,21772800,259459200,3353011200,46702656000,697426329600,11115232128000,188305108992000,3379030566912000,64023737057280000,1277273554292736000,26761922089943040000,5875458349746... |
programs/oeis/206/A206224.asm | jmorken/loda | 1 | 199081 | <filename>programs/oeis/206/A206224.asm<gh_stars>1-10
; A206224: Floor(n^2/4) appears 1+floor(n/2) times.
; 0,0,1,1,2,2,4,4,4,6,6,6,9,9,9,9,12,12,12,12,16,16,16,16,16,20,20,20,20,20,25,25,25,25,25,25,30,30,30,30,30,30,36,36,36,36,36,36,36,42,42,42,42,42,42,42,49,49,49,49,49,49,49,49,56,56,56,56,56
mov $1,$0
sub $1,$0
... |
data/phone/text/todd_caller.asm | Dev727/ancientplatinum | 28 | 199083 | <reponame>Dev727/ancientplatinum
ToddLooksCuteLikeMeText:
text "My @"
text_ram wStringBuffer4
text " is"
line "looking more and"
para "more like me. It's"
line "getting cuter!"
done
UnknownText_0x176e9c:
text "And, you know?"
para "Now we can KO"
line "@"
text_ram wStringBuffer4
text " easily."
para "I... |
programs/oeis/044/A044909.asm | neoneye/loda | 22 | 199084 | <reponame>neoneye/loda
; A044909: Numbers whose base-8 run lengths alternate: odd, even, odd, ...
; 1,2,3,4,5,6,7,64,73,82,91,100,109,118,127,128,137,146,155,164,173,182,191,192,201,210,219,228,237,246,255,256,265,274,283,292,301,310,319,320,329,338,347,356,365,374,383,384,393,402
mov $2,$0
add $2,1
mov $6,$0
lpb $2
... |
programs/oeis/008/A008516.asm | neoneye/loda | 22 | 199085 | ; A008516: 6-dimensional centered cube numbers.
; 1,65,793,4825,19721,62281,164305,379793,793585,1531441,2771561,4757545,7812793,12356345,18920161,28167841,40914785,58149793,81058105,111045881,149766121,199146025,261415793,339138865,435243601,553056401,696336265,869310793,1076713625,1323823321,1616503681,1961245505,236... |
CoFeE-Utils.asm | Jokaste/CoFeE | 0 | 199086 | .Const
INCLUDE Win_AsmLibrary.inc
.Code
; **********************************************************************************
; ***************************** FileFlush ******************************************
; ****************************************************************************... |
Working Disassembly/Levels/SOZ/Misc Object Data/Map - Spawning Sand Blocks.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 199088 | <reponame>TeamASM-Blur/Sonic-3-Blue-Balls-Edition
dc.w word_4043C-Map_SOZSpawningSandBlocks
word_4043C: dc.w 2 ; DATA XREF: ROM:0004043Ao
dc.b $F4, $A, 0, 0, $FF, $E8
dc.b $F4, $A, 0, 0, 0, 0
|
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1114_26.asm | ljhsiun2/medusa | 9 | 199090 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x3da8, %rsi
lea addresses_A_ht+0xd2a8, %rdi
nop
nop
nop
nop
nop
sub %rbx, %rbx
mov $123, %rcx
rep movsw
and %r13, %r13
lea addresses_WT_ht+0x73a8, %rsi
lea addresses_normal_h... |
Appl/Bindery/Document/documentScroll.asm | steakknife/pcgeos | 504 | 199091 | COMMENT @----------------------------------------------------------------------
Copyright (c) Geoworks 1992-1994 -- All Rights Reserved
PROJECT: GEOS
MODULE: Studio
FILE: documentScroll.asm
ROUTINES:
Name Description
---- -----------
INT ClearMargins Handle track scrolling
INT Track... |
Kernel/fdd.asm | bestm80eva/blacklight-os | 0 | 199092 | <reponame>bestm80eva/blacklight-os
;; Blacklight OS floppy drive routines
;; (c) 2011 <NAME>
; Blacklight OS is licensed under the Simplified BSD License (see license.txt)
; http://www.opensource.org/licenses/bsd-license.php
; fdd_read_chs drive count cyl head sec seg off
%macro fdd_read_chs 7
%%go:
reset_... |
AssemblySourceEnginePlugin/AssemblySourceEnginePlugin.asm | Sam839/AssemblySourceEnginePlugin | 1 | 199093 | <gh_stars>1-10
; -------------------------------------------------------------------------
; Name: AssemblySourceEnginePlugin
; Description: Assembly version of VSP.
; Author: Ren
; URL: https://steamcommunity.com/id/RenXR/
; -------------------------------------------------------------------------
; General de... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/modf.asm | gb-archive/really-old-stuff | 10 | 199094 | #include once <stackf.asm>
; -------------------------------------------------------------
; Floating point library using the FP ROM Calculator (ZX 48K)
; All of them uses A EDCB registers as 1st paramter.
; For binary operators, the 2n operator must be pushed into the
; stack, in the order A DE BC.
;
; Uses CALLEE c... |
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_21829_1235.asm | ljhsiun2/medusa | 9 | 199095 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x13636, %r9
nop
nop
add %r14, %r14
movl $0x61626364, (%r9)
add $37001, %rdi
lea addresses_WC_ht+0x1d736, %rcx
nop
nop
nop
nop
add %r15, %r15
movb $0x61, (%rcx)
nop
nop
nop
lfen... |
Eros-Shellcode/ASM (example)/hexa-input.asm | Neptune-Dev/Eros | 5 | 199096 | xor eax, eax
xor ebx, ebx
xor edx, edx
jmp short string
code:
pop ecx
mov bl,1
mov dl,23
int 0x80
dec bl
mov al,1
int 0x80
string:
call code
db 'thats an example for an assembly code'
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_601.asm | ljhsiun2/medusa | 9 | 199097 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x3255, %rsi
lea addresses_UC_ht+0x183d5, %rdi
nop
dec %r15
mov $74, %rcx
rep movsq
nop
nop
nop
nop
nop
sub %rbx, %rbx
lea addresses_UC_ht+0x11911, %rsi
lea addresses_UC_ht+0x9355, %rdi
... |
coverage/IN_CTS/0579-COVERAGE-constant-folding-1262/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 199098 | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 64
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %45
OpExecutionMode %4 OriginUp... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_984.asm | ljhsiun2/medusa | 9 | 199099 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_984.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xb309, %r15
nop
add %r13, %r13
mov $0x6162636465666768, %rbp
movq %rbp, (%r15)
nop... |
_build/dispatcher/jmp_ippsRSA_MB_Sign_PSS_rmf_9be13dfa.asm | zyktrcn/ippcp | 1 | 199101 | <filename>_build/dispatcher/jmp_ippsRSA_MB_Sign_PSS_rmf_9be13dfa.asm
extern m7_ippsRSA_MB_Sign_PSS_rmf:function
extern n8_ippsRSA_MB_Sign_PSS_rmf:function
extern y8_ippsRSA_MB_Sign_PSS_rmf:function
extern e9_ippsRSA_MB_Sign_PSS_rmf:function
extern l9_ippsRSA_MB_Sign_PSS_rmf:function
extern n0_ippsRSA_MB_Sign_PSS_rmf:fu... |
projects/07/MemoryAccess/PointerTest/PointerTest.asm | danibachar/Nand2Tetris | 0 | 199102 | <reponame>danibachar/Nand2Tetris<gh_stars>0
@3030
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
@SP
A=M
D=M
@THIS
M=D
@3040
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
@SP
A=M
D=M
@THAT
M=D
@32
D=A
@SP
A=M
M=D
@SP
M=M+1
@2
D=A
@THIS
D=D+M
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
@46
D=A
@SP
A=M
M=D
@SP
M=M+1
@6
D=A
@THAT
D=D+M
@R13
M=D
@SP
... |
Altair101/asm/programs/opJmp.asm | tigerfarm/arduino | 2 | 199103 | ; --------------------------------------
; Test JMP using types of addresses.
;
; If the output is, 123S, then the jumps were a success.
; If the jumps failed, then the output woul... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_65_24.asm | ljhsiun2/medusa | 9 | 199104 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x9794, %rsi
lea addresses_UC_ht+0x9554, %rdi
nop
sub %rdx, %rdx
mov $80, %rcx
rep movsw
nop
sub %r11, %r11
lea addresses_UC_ht+0x1cd54, %rsi
lea addresses_A_ht+0xf1b4, %rdi
c... |
src/third_party/nasm/test/floatx.asm | Mr-Sheep/naiveproxy | 2,219 | 199105 | ;
; floatx.asm
;
; Test hexadecimal floating-point numbers
%define Inf __Infinity__
%define NaN __QNaN__
; 16-bit
dw 1.0
dw 0x1.0
dw 2.0
dw 0x2.0
dw 0x1.0p+1
dw 0x1.0p-1
dw 0x0.0
dw 0x1.23456789
dw 0x0.123456789
dw 0x0.0000123456789
dw 0x1.23456789p10
dw 0x1.23456789p+10
dw 0x1.23456789p-10
dw 0x0.12345... |
oeis/075/A075155.asm | neoneye/loda-programs | 11 | 199106 | <gh_stars>10-100
; A075155: Cubes of Lucas numbers.
; Submitted by <NAME>(m3)
; 8,1,27,64,343,1331,5832,24389,103823,438976,1860867,7880599,33386248,141420761,599077107,2537716544,10749963743,45537538411,192900170952,817138135549,3461452853383,14662949322176,62113250509227,263115950765039,1114577054530568,4721424167332... |
data/mapHeaders/RocketHideoutB4F.asm | AmateurPanda92/pokemon-rby-dx | 9 | 199107 | RocketHideoutB4F_h:
db FACILITY ; tileset
db ROCKET_HIDEOUT_B4F_HEIGHT, ROCKET_HIDEOUT_B4F_WIDTH ; dimensions (y, x)
dw RocketHideoutB4F_Blocks ; blocks
dw RocketHideoutB4F_TextPointers ; texts
dw RocketHideoutB4F_Script ; scripts
db 0 ; connections
dw RocketHideoutB4F_Object ; objects
|
oeis/001/A001603.asm | neoneye/loda-programs | 11 | 199108 | ; A001603: Odd-indexed terms of A124296.
; 1,11,101,781,5611,39161,270281,1857451,12744061,87382901,599019851,4105974961,28143378001,192899171531,1322154751061,9062194370461,62113232767531,425730505493801,2918000490238361,20000273409331051,137083914639998701,939587132382262661,6440026020705728651,44140595035255901281,3... |
libsrc/_DEVELOPMENT/EXAMPLES/zx/demo_tritone/m_journey.asm | jpoikela/z88dk | 640 | 199109 | <filename>libsrc/_DEVELOPMENT/EXAMPLES/zx/demo_tritone/m_journey.asm
SECTION JOURNEY
org 55000
; *** Song layout ***
LOOPSTART: DEFW PAT0
DEFW PAT1
DEFW PAT1
DEFW PAT1
DEFW PAT2
... |
U1005/CardFiles/test.asm | sboydlns/univacemulators | 2 | 199110 | 001 BEG TST1
002 CRD
002 *CARD BUFFER DEFINITION
004 C01 - 1
00401 C01 - 5
005 C02 - 10
006 C03 - 20
007 *PRINTER BUFFER DEFINITION
008 PRT
009 ... |
base/hals/halx86/i386/ixsysint.asm | npocmaka/Windows-Server-2003 | 17 | 199111 | ;++
;
;Copyright (c) 1991 Microsoft Corporation
;
;Module Name:
;
; ixsysint.asm
;
;Abstract:
;
; This module implements the HAL routines to enable/disable system
; interrupts.
;
;Author:
;
; <NAME> (jvert) 22-Jul-1991
;
;Environment:
;
; Kernel Mode
;
;Revision History:
;
;--
... |
libsrc/graphics/draw_profile_nostencil.asm | grancier/z180 | 0 | 199114 | ;
; Z88DK Graphics Functions
;
; Draw a "gfx profile" metadata stream - <NAME> 16/10/2009
;
; void draw_profile(int dx, int dy, int scale, unsigned char *metapic);
;
; $Id: draw_profile_nostencil.asm,v 1.3 2016/04/22 20:17:17 dom Exp $
;
INCLUDE "graphics/grafix.inc"
SECTION code_clib
... |
audio/music/routes4.asm | opiter09/ASM-Machina | 1 | 199115 | Music_Routes4_Ch1::
tempo 148
volume 7, 7
duty_cycle 3
vibrato 10, 3, 4
toggle_perfect_pitch
note_type 12, 10, 2
octave 2
note G#, 4
note G#, 4
note G#, 4
note_type 12, 7, -7
note G#, 4
note_type 12, 10, 2
note G#, 4
note G#, 4
note G#, 4
note_type 12, 11, 7
note B_, 1
octave 3
note E_, 1
note F#, ... |
01. 8051/04. Simulating IO ports/Act2.asm | nitrece/microprocessor-laboratory | 0 | 199117 | <filename>01. 8051/04. Simulating IO ports/Act2.asm
org 0h
mov a, #0FFh
mov p1, a
loop:
mov a, p1
mov p0, a
mov p2, a
mov r0, a
mov r1, a
mov r2, a
sjmp loop
end
|
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_saddrcup.asm | Frodevan/z88dk | 640 | 199118 | ; void *tshr_saddrcup(void *saddr)
SECTION code_clib
SECTION code_arch
PUBLIC tshr_saddrcup
EXTERN zx_saddrcup
defc tshr_saddrcup = zx_saddrcup
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshr_saddrcup
defc _tshr_saddrcup = tshr_saddrcup
ENDIF
|
oeis/344/A344128.asm | neoneye/loda-programs | 11 | 199119 | <reponame>neoneye/loda-programs
; A344128: a(n) = Sum_{k=1..n} k * floor(n/k^2).
; Submitted by <NAME>
; 1,2,3,6,7,8,9,12,16,17,18,21,22,23,24,31,32,36,37,40,41,42,43,46,52,53,57,60,61,62,63,70,71,72,73,85,86,87,88,91,92,93,94,97,101,102,103,110,118,124,125,128,129,133,134,137,138,139,140,143,144,145,149,164,165,166
m... |
aes.asm | LRFLEW/AES-X16 | 1 | 199120 | ; X16 AES Speed Demo
; Written by LRFLEW
; Licensed under the BSD 2-clause license
; The AES implementation here is based on the byte-oriented-aes project
; by <NAME>, which was released to the public domain by the author.
; https://code.google.com/archive/p/byte-oriented-aes/
; Vera Addresses
!src "vera.inc"
SET... |
Driver/IFS/DOS/NetWare/netwareSecondary.asm | steakknife/pcgeos | 504 | 199121 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: netwareSecondary.asm
AUTHOR: <NAME>, Apr 6, 1992
ROUTINES:
Name Description
---- -----------
REVI... |
oeis/130/A130912.asm | neoneye/loda-programs | 11 | 199122 | <gh_stars>10-100
; A130912: Fermat quotients, mod p: ((2^(p-1) - 1)/p) mod p = A007663(n) mod p.
; Submitted by <NAME>
; 1,3,2,5,3,13,3,17,1,6,1,23,25,44,36,8,36,10,2,56,19,48,6,57,92,59,13,67,83,18,17,53,30,96,56,82,67,47,3,50,148,50,104,175,135,109,189,201,68,7,26,142,247,225,128,260,109,70,74,58,78,294,175,120,175,1... |
examples/asm/assembler_opcode_test.asm | nickgammon/G-Pascal | 7 | 199123 | <gh_stars>1-10
; Assembler opcode test
LIST
rts ; in case you run this file - just return
; OPCODE_4_CHAR_BRANCH: zp,r
bbr1 $45,bar ; 1F 45 2A
bbr2 $45,bar ; 2F 45 27
bbr3 $45,bar ; 3F 45 24
bbr4 $45,bar ; 4F 45 21
bbr5 $45,bar ; 5F 45 1E
bbr6 $45,bar ; 6F 45 1B
bbr7 ... |
programs/oeis/184/A184517.asm | neoneye/loda | 22 | 199124 | ; A184517: Upper s-Wythoff sequence, where s=4n-2. Complement of A184516.
; 3,8,14,19,24,29,35,40,45,50,55,61,66,71,76,82,87,92,97,103,108,113,118,124,129,134,139,144,150,155,160,165,171,176,181,186,192,197,202,207,213,218,223,228,234,239,244,249,254,260,265,270,275,281,286,291,296,302,307,312,317,323,328,333,338,343,... |
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_3134.asm | ljhsiun2/medusa | 9 | 199125 | <filename>Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_3134.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r15
push %r8
push %r9
push %rax
push %rbx
push %rsi
// Store
lea addresses_normal+0x24, %rbx
nop
nop
cmp %rax, %rax
mov $0x5152... |
programs/oeis/168/A168430.asm | neoneye/loda | 22 | 199129 | ; A168430: a(n) = 4^n mod 13.
; 1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12,9,10,1,4,3,12
mov $1,2
mov $2,$0
lpb $2
mul $1,4
mod $1,26
sub... |
Driver/Printer/PrintCom/printcomDotMatrixPage.asm | steakknife/pcgeos | 504 | 199130 | <reponame>steakknife/pcgeos
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: printer drivers
FILE: printcomDotMatrixPage.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- ----... |
6_8BitAddition_Subroutine.asm | furkanisitan/ExampleProgramsFor8085Microprocessor | 0 | 199131 | MVI B, 5 ; B=5
MVI C, 3 ; C=3
CALL SUM ; B+=C
MOV A, B ; B yi A ya yükle
HLT
SUM: MOV A, B ; B yi A ya yükle
ADD C ; A+=C
MOV B, A ; A yı B ye yükle
RET ; Altyordamdan geri dön
; B ile C yi toplayıp sonucu B ye yazar |
oeis/037/A037764.asm | neoneye/loda-programs | 11 | 199132 | ; A037764: Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 3,0,1,2.
; Submitted by <NAME>
; 3,30,301,3012,30123,301230,3012301,30123012,301230123,3012301230,30123012301,301230123012,3012301230123,30123012301230,301230123012301,3012301230123012
mov $2,3
lpb $0
sub ... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_810.asm | ljhsiun2/medusa | 9 | 199133 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x6e01, %rbp
clflush (%rbp)
nop
nop
lfence
movb $0x61, (%rbp)
nop
nop
nop
nop
cmp %r10, %r10
lea addresses_WT_ht+0xfd01, %r15
clflush (%r15)
nop
nop
cmp %rax, %ra... |
Assembly/MIPS/convertToMorse.asm | yadferhad/okay-code | 0 | 199135 | <reponame>yadferhad/okay-code<filename>Assembly/MIPS/convertToMorse.asm
##################################################################################################################
# Assembly program to convert input to Morse code #
# @author: yadferhad #
# @version: 1.0.1 #
# date... |
sys/boot/addmod.asm | olifink/smsqe | 0 | 199136 | ; Add modules to distribution file for QDOS job
;
; This requires the main routine of the job to have
;
; strict section ordering
; base the QDOS "special job" header
; special empty for the special job code here
; main the main part of the program
; (the boot_concat routine is in main)
;
; the data declar... |
Assembler/AssemblyCode/LowLevel/MOV16.asm | KPU-RISC/KPU | 8 | 199137 | ; Set register XL to "11110000"
SET A, "1111"
SET B, "0000"
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
OR
MOV_ALU_OUT XL
; Set register XH to "00001111"
SET A, "0000"
SET B, "1111"
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
OR
MO... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_529.asm | ljhsiun2/medusa | 9 | 199138 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1478d, %rsi
lea addresses_D_ht+0x12df9, %rdi
nop
nop
nop
nop
nop
and $4347, %r9
mov $81, %rcx
rep movsb
nop
nop
add %rsi, %rsi
lea addresses_WT_ht+0x1c529, %rdi
nop
nop
cmp %rax, %rax
... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1700.asm | ljhsiun2/medusa | 9 | 199139 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xfeec, %r13
nop
nop
nop
nop
xor $49662, %rdx
mov (%r13), %r12
nop
nop
nop
nop
nop
add %r15, %r15
lea addresses_D_ht+0x19dc, %rsi
lea addresses_D_ht+0x434c, %rdi
nop
nop
add $... |
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshc_cls_wc_pix_callee.asm | jpoikela/z88dk | 38 | 199140 | <gh_stars>10-100
; void tshc_cls_wc_pix(struct r_Rect8 *r, uchar pix)
SECTION code_clib
SECTION code_arch
PUBLIC tshc_cls_wc_pix_callee
EXTERN asm_tshc_cls_wc_pix
tshc_cls_wc_pix_callee:
pop af
pop hl
pop ix
push af
jp asm_tshc_cls_wc_pix
|
data/pokemon/base_stats/bulbasaur.asm | AtmaBuster/pokeplat-gen2 | 6 | 199141 | db 0 ; species ID placeholder
db 45, 49, 49, 45, 65, 65
; hp atk def spd sat sdf
db GRASS, POISON ; type
db 45 ; catch rate
db 64 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F12_5 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/bulbasaur/front.dimensions"
db GROWTH_MEDIUM_... |
programs/oeis/322/A322593.asm | neoneye/loda | 22 | 199142 | <filename>programs/oeis/322/A322593.asm
; A322593: a(n) = 2^n + 2*n^2 + 1.
; 2,5,13,27,49,83,137,227,385,675,1225,2291,4385,8531,16777,33219,66049,131651,262793,525011,1049377,2098035,4195273,8389667,16778369,33555683,67110217,134219187,268437025,536872595,1073743625,2147485571,4294969345,8589936771,17179871497,3435974... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_405.asm | ljhsiun2/medusa | 9 | 199143 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x3639, %r13
nop
nop
nop
nop
nop
add $56008, %r15
movw $0x6162, (%r13)
nop
nop
sub %rdx, %rdx
lea addresses_normal_ht+0x7119, %r15
nop
nop
n... |
programs/oeis/001/A001710.asm | jmorken/loda | 1 | 199144 | ; A001710: Order of alternating group A_n, or number of even permutations of n letters.
; 1,1,1,3,12,60,360,2520,20160,181440,1814400,19958400,239500800,3113510400,43589145600,653837184000,10461394944000,177843714048000,3201186852864000,60822550204416000
cal $0,142
mov $1,1
add $1,$0
div $1,2
|
src/pwdpatcc.asm | RupertAvery/WillowPatch | 0 | 199145 | ;Patches FIXED-STATS loader to copy data from SRAM
;instead of a table of values
LOAD_SAVEGAME:
LDA $0204
SEC
SBC #$48
STA $0A
LDA #$60
STA $0B
LDA #$00
STA $09
LDA #$00
STA $07
LDA #$00
STA $06
NEXT_STATS:
LDX $06
LDA STATS,X
BEQ DONE_STATS
STA $08
LDY $07
LDA ($0A),Y
LDY #$00
STA ($08),Y
INC $06
INC $07
BP... |
sbsext/utq/reassert.asm | olifink/smsqe | 0 | 199146 | <filename>sbsext/utq/reassert.asm
; reassert extensions 1988 <NAME> Qjump
section procs
xdef ut_reassert
xref ut_cnmar
bv_ntbas equ $18
bv_ntp equ $1c
bv_nlbas equ $20
;+++
; Reasserts the definitions in the procedure table pointed to by a1.
; On return, the last routine to be replaced is pointed to by a1, ... |
CSC 35/lab6.asm | jvniorrr/CSUS-Computer-Science | 0 | 199147 | # lab6.asm
# First Last
# Section #
#
# 1. Assemble : as -o fileN.0 fileN.asm
# 2. Link : ld -o a.out fileN.o csc35.0
# 3. Execute : ./a.out
.intel_syntax noprefix
.data
Description:
.ascii "Good morning! On your way up the hill? What do you want?\n\n\0"
# ---------------------------------------------
# ... |
libsrc/stdio/sos/fgetc_cons.asm | grancier/z180 | 0 | 199149 | ;
; S-OS (The Sentinel) Japanese OS - Stdio
;
; getkey() Wait for keypress
;
; <NAME>, 2013
;
;
; $Id: fgetc_cons.asm,v 1.3 2016/06/12 17:32:01 dom Exp $
;
SECTION code_clib
PUBLIC fgetc_cons
PUBLIC _fgetc_cons
fgetc_cons:
_fgetc_cons:
call 1FCAh
ld l,a
ld h,0
ret
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1072.asm | ljhsiun2/medusa | 9 | 199150 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x3664, %r15
nop
nop
nop
nop
nop
cmp $52288, %rbp
movups (%r15), %xmm5
vpextrq $0, %xmm5, %rdi
nop
nop
dec %rbx
lea addresses_A_ht+0xe864, %rsi
lea addresses_D_ht+0xf7da, ... |
data/maps/objects/DiglettsCaveRoute11.asm | opiter09/ASM-Machina | 1 | 199151 | <reponame>opiter09/ASM-Machina<filename>data/maps/objects/DiglettsCaveRoute11.asm
DiglettsCaveRoute11_Object:
db $7d ; border block
def_warps
warp 2, 7, 4, LAST_MAP
warp 3, 7, 4, LAST_MAP
warp 4, 4, 1, DIGLETTS_CAVE
def_signs
def_objects
object SPRITE_GAMBLER, 2, 3, STAY, NONE, 1 ; person
def_warps_t... |
oeis/127/A127190.asm | neoneye/loda-programs | 11 | 199152 | ; A127190: E.g.f.: sqrt((1+2*x)/(1+4*x)).
; Submitted by <NAME>(w4)
; 1,-1,7,-75,1089,-20025,446535,-11715795,353743425,-12084751665,460905128775,-19414191656475,895154327661825,-44844879530075625,2425592881954016775,-140881250370301315875,8745197742014671562625,-577792180264444615094625,40483044280613870034474375,-299... |
src/core/asm/x86/inst_0xb0.asm | Hiroshi123/bin_tools | 0 | 199153 | <reponame>Hiroshi123/bin_tools
default rel
section .text
global _0xb0_mov
global _0xb1_mov
global _0xb2_mov
global _0xb3_mov
global _0xb4_mov
global _0xb5_mov
global _0xb6_mov
global _0xb7_mov
global _0xb8_mov
global _0xb9_mov
global _0xba_mov
global _0xbb_mov
global _0xbc_mov
global _... |
programs/oeis/287/A287724.asm | jmorken/loda | 1 | 199154 | ; A287724: Positions of 1 in A287722; complement of A287723.
; 1,3,5,6,8,10,12,14,15,17,19,20,22,24,26,28,29,31,33,35,37,38,40,42,43,45,47,49,51,52,54,56,57,59,61,63,65,66,68,70,72,74,75,77,79,80,82,84,86,88,89,91,93,95,97,98,100,102,103,105,107,109,111,112,114,116,117,119,121,123,125,126,128,130,132,134,135,137,139,14... |
oeis/060/A060242.asm | neoneye/loda-programs | 11 | 199155 | <gh_stars>10-100
; A060242: a(n) = (2^n - 1)*(4^n - 1).
; Submitted by <NAME>(s3)
; 0,3,45,441,3825,31713,257985,2080641,16711425,133955073,1072692225,8585738241,68702695425,549688696833,4397778059265,35183298314241,281470681677825,2251782633684993,18014329789743105,144114913197424641,1152920405094170625,92233676388061... |
programs/oeis/212/A212570.asm | neoneye/loda | 22 | 199156 | <filename>programs/oeis/212/A212570.asm
; A212570: Number of (w,x,y,z) with all terms in {1,...,n} and |w-x|=|x-y|+|y-z|.
; 0,1,6,23,52,105,178,287,424,609,830,1111,1436,1833,2282,2815,3408,4097,4854,5719,6660,7721,8866,10143,11512,13025,14638,16407,18284,20329,22490,24831,27296,29953,32742,35735,38868,42217,45714,4943... |
footer.asm | vadixidav/minebos | 2 | 199157 |
.codeEnd ;allows one to have the memory address directly following the code (for copying it somewhere else)
;!fi 128, $00
!align 127, 0
|
oeis/178/A178733.asm | neoneye/loda-programs | 11 | 199159 | ; A178733: a(n) = n XOR 7n, where XOR is bitwise XOR.
; Submitted by <NAME>
; 0,6,12,22,24,38,44,54,48,54,76,70,88,86,108,102,96,102,108,150,152,134,140,182,176,182,172,166,216,214,204,198,192,198,204,214,216,294,300,310,304,310,268,262,280,278,364,358,352,358,364,342,344,326,332,438
mov $5,$0
mul $5,7
mov $2,$5
mov $... |
oeis/022/A022143.asm | neoneye/loda-programs | 11 | 199160 | <reponame>neoneye/loda-programs
; A022143: Fibonacci sequence beginning 5, 19.
; Submitted by <NAME>(s4)
; 5,19,24,43,67,110,177,287,464,751,1215,1966,3181,5147,8328,13475,21803,35278,57081,92359,149440,241799,391239,633038,1024277,1657315,2681592,4338907,7020499,11359406
mov $1,5
mov $2,14
lpb $0
sub $0,1
mov $3,... |
data/pokemon/dex_entries/altaria.asm | AtmaBuster/pokeplat-gen2 | 6 | 199161 | db "HUMMING@" ; species name
db "It flies"
next "gracefully through"
next "the sky. Its"
page "melodic humming"
next "makes you feel as"
next "if you're dreaming.@"
|
oeis/115/A115389.asm | neoneye/loda-programs | 11 | 199163 | ; A115389: Denominator of rational part of raw moment n of the line point picking problem.
; Submitted by <NAME>
; 1,1,1,3,6,5,30,105,140,126,1260,1155,13860,12870,12012,9009,72072,68068,1225224,5819814,5542680,5290740,116396280,111546435,535422888,514829700,1487285800,1434168450,5736673800,5545451340,166363540200
mov... |
programs/oeis/053/A053574.asm | neoneye/loda | 22 | 199164 | ; A053574: Exponent of 2 in phi(n) where phi(n) = A000010(n).
; 0,0,1,1,2,1,1,2,1,2,1,2,2,1,3,3,4,1,1,3,2,1,1,3,2,2,1,2,2,3,1,4,2,4,3,2,2,1,3,4,3,2,1,2,3,1,1,4,1,2,5,3,2,1,3,3,2,2,1,4,2,1,2,5,4,2,1,5,2,3,1,3,3,2,3,2,2,3,1,5,1,3,1,3,6,1,3,3,3,3,3,2,2,1,3,5,5,1,2,3
seq $0,10 ; Euler totient function phi(n): count number... |
CS61/cs61_labs/lab-7-Kuzame/lab07_ex2.asm | Kuzame/CS61 | 1 | 199165 | <filename>CS61/cs61_labs/lab-7-Kuzame/lab07_ex2.asm
;=================================================
; Name: <NAME>
; Email: <EMAIL>
;
; Lab: lab 7
; Lab section: 24
; TA: <NAME>
;
;=================================================
.ORIG x3000 ; Program begins here
;-------------
;Instructions
;----... |
libsrc/math/cpcmath/pow10.asm | RC2014Z80/z88dk | 8 | 199166 | <reponame>RC2014Z80/z88dk
;
; CPC Maths Routines
;
; August 2003 **_|warp6|_** <kbaccam /at/ free.fr>
;
; $Id: pow10.asm,v 1.4 2016-06-22 19:50:49 dom Exp $
;
SECTION code_fp
INCLUDE "cpcfirm.def"
INCLUDE "cpcfp.def"
PUBLIC pow10
PUBLIC pow10c
EXTERN float
EXTERN fa
.pow10... |
ugbc/src/hw/6809/cpu_math_mul_16bit_to_32bit.asm | Samuel-DEVULDER/ugbasic | 0 | 199167 | ; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021 <NAME> (<EMAIL>)
; *
; * Licensed under the Apache Lice... |
a51test/(58)ANL_A_Rn.a51 | Aimini/51cpu | 0 | 199168 | <reponame>Aimini/51cpu<filename>a51test/(58)ANL_A_Rn.a51
MOV 0xD0,#0x00
MOV R0,#0xFE
MOV R1,#0xFD
MOV R2,#0xFB
MOV R3,#0xF7
MOV R4,#0xEF
MOV R5,#0xDF
MOV R6,#0xBF
MOV R7,#0x7F
MOV 0xD0,#0x08
MOV R0,#0xFE
MOV R1,#0xFD
MOV R2,#0xFB
MOV R3,#0xF7
MOV R4,#0xEF
MOV R5,#0xDF
MOV R6,#0xBF
MOV R7,#0x7F
MOV 0xD0,#0x10
MOV R0,#... |
programs/oeis/193/A193394.asm | karttu/loda | 0 | 199169 | ; A193394: Hyper-Wiener index of a benzenoid consisting of a zig-zag chain of n hexagons (s=13; see the Gutman et al. reference).
; 42,215,636,1513,3118,5787,9920,15981,24498,36063,51332,71025,95926,126883,164808,210677,265530,330471,406668,495353,597822,715435,849616,1001853,1173698,1366767,1582740,1823361,2090438,238... |
libsrc/_DEVELOPMENT/arch/zx/bifrost2/c/sdcc/BIFROST2_resetAnim4Frames.asm | jpoikela/z88dk | 640 | 199170 | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST*2 ENGINE
;
; See "bifrost2.h" for further details
; ----------------------------------------------------------------
; void BIFROST2_resetAnim4Frames(void)
SECTION code_clib
SECTION code_bifrost2
PUBLIC _BIFR... |
oeis/097/A097715.asm | neoneye/loda-programs | 11 | 199171 | ; A097715: Decimal expansion of 7*sqrt(3)/2.
; Submitted by <NAME>
; 6,0,6,2,1,7,7,8,2,6,4,9,1,0,7,0,5,2,7,3,4,6,0,6,2,1,9,5,2,7,0,5,5,3,2,8,4,2,9,9,8,1,8,3,8,8,3,3,6,3,3,2,1,9,8,1,9,5,3,2,4,4,2,8,0,8,1,7,6,5,5,5,9,1,8,0,8,0,0,1,2,9,7,8,4,0,1,1,6,5,3,6,5,0,3,7,0,0,1,4
mov $2,1
mov $3,$0
mul $3,4
mov $5,2
lpb $3
add ... |
programs/oeis/022/A022780.asm | neoneye/loda | 22 | 199172 | <reponame>neoneye/loda
; A022780: Place where n-th 1 occurs in A023118.
; 1,2,3,5,7,10,13,17,21,26,31,36,42,48,55,62,70,78,87,96,105,115,125,136,147,159,171,184,197,210,224,238,253,268,284,300,317,334,351,369,387,406,425,445,465,486,507,529,551,573,596,619,643,667,692,717,743,769,795,822,849,877,905,934,963,993,1023,10... |
oeis/245/A245685.asm | neoneye/loda-programs | 11 | 199173 | <gh_stars>10-100
; A245685: Sigma(2p)/2, for odd primes p.
; Submitted by <NAME>
; 6,9,12,18,21,27,30,36,45,48,57,63,66,72,81,90,93,102,108,111,120,126,135,147,153,156,162,165,171,192,198,207,210,225,228,237,246,252,261,270,273,288,291,297,300,318,336,342,345,351,360,363,378,387,396,405
mov $1,2
mov $2,$0
pow $2,2
lpb... |
src/drivers/PlaySoniq.asm | sharksym/vgmplay-sharksym | 6 | 199174 | ;
; Playsoniq SN76489 DCSG driver
;
PlaySoniq_ADDRESS: equ 2AH
PlaySoniq_DATA: equ 2BH
PlaySoniq_REGISTER_VDPBASE: equ 1DH
PlaySoniq_REGISTER_PSGBASE: equ 1EH
PlaySoniq_SN76489_DATA: equ 3BH
PlaySoniq: MACRO
super: DCSG PlaySoniq_SN76489_DATA, PlaySoniq_name
originalSN76489Port:
db 0
ENDM
; ix = this
; iy = driv... |
src/00/locks.asm | unlimitedbacon/kernel | 251 | 199175 | ;; getLcdLock [Hardware]
;; Locks the LCD to the current thread.
getLCDLock:
push af
call getCurrentThreadId
ld (hwLockLCD), a
call checkLegacyLcdMode
jr nz, _
call setLegacyLcdMode
_: pop af
ret
;; getIOLock [Hardware]
;; Locks the I/O port to the current thread.
;; ... |
symbolinen_konekieli/Linux/kuudes_c_fun_32.asm | tkukka/VariousContent | 0 | 199176 | BITS 32
SECTION .rodata
vakioteksti db "12345", 0
SECTION .text
EXTERN strtoul
EXTERN reset_errno
EXTERN get_errno
... |
oeis/008/A008490.asm | neoneye/loda-programs | 11 | 199177 | <reponame>neoneye/loda-programs
; A008490: Expansion of (1-x^8) / (1-x)^8.
; Submitted by <NAME>
; 1,8,36,120,330,792,1716,3432,6434,11432,19412,31704,50058,76728,114564,167112,238722,334664,461252,625976,837642,1106520,1444500,1865256,2384418,3019752,3791348,4721816,5836490,7163640,8734692,10584456,12751362,15277704,1... |
pkg/mod/github.com/tomnomnom/hacks@v0.0.0-20210118121115-cd269d2e70bc/asm/hello.asm | arpangreat/go | 1 | 199178 | <gh_stars>1-10
global _start
section .text
_start:
mov rax, 0
mov rdi, 0
mov rsi, buf
mov rdx, length
syscall
push rax
mov rax, 1
mov rdi, 1
mov rsi, buf
pop rdx
;mov rdx, length
syscall
mov rax, 60
mov rdi, 0
syscall
section .data
;msg: db 'Hello, ASM!',0x0A
length: ... |
src/update.asm | zenoamaro/bootloader-pong | 7 | 199179 | update_player:
.input:
in al, Keyboard.port ; Read keyboard directly
cmp al, Keyboard.w ; Up
je .move_up
cmp al, Keyboard.s ; Down
je .move_down
jmp .end ; Still
.move_up:
mov ax, [P1.y] ... |
programs/oeis/064/A064722.asm | jmorken/loda | 1 | 199180 | <gh_stars>1-10
; A064722: a(1) = 0; for n >= 2, a(n) = n - (largest prime <= n).
; 0,0,0,1,0,1,0,1,2,3,0,1,0,1,2,3,0,1,0,1,2,3,0,1,2,3,4,5,0,1,0,1,2,3,4,5,0,1,2,3,0,1,0,1,2,3,0,1,2,3,4,5,0,1,2,3,4,5,0,1,0,1,2,3,4,5,0,1,2,3,0,1,0,1,2,3,4,5,0,1,2,3,0,1,2,3,4,5,0,1,2,3,4,5,6,7,0,1,2,3,0,1,0,1,2,3,0,1,0,1,2,3,0,1,2,3,4,5,6... |
base/mvdm/wow16/win87em/emlsdbl.asm | npocmaka/Windows-Server-2003 | 17 | 199181 | <gh_stars>10-100
page ,132
subttl emlsdbl.asm - Load/Store Double Precision Numbers
;***
;emlsdbl.asm - Load/Store Double Precision Numbers
;
; Copyright (c) 1986-89, Microsoft Corporation
;
;Purpose:
; Load/Store Double Precision Numbers
;
; This Module contains Proprietary Information of Microsoft
; Corp... |
Appl/Dump/epsTiff.asm | steakknife/pcgeos | 504 | 199183 | <filename>Appl/Dump/epsTiff.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Screen Dumps -- Encapsulated Postscript Form w/TIFF
FILE: epsTiff.asm
AUTHOR: <NAME>, Dec 4, 1989
ROUTIN... |
programs/oeis/204/A204166.asm | neoneye/loda | 22 | 199184 | <reponame>neoneye/loda<filename>programs/oeis/204/A204166.asm
; A204166: Symmetric matrix based on f(i,j)=ceiling[(i+j)/2], by antidiagonals.
; 1,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,... |
programs/oeis/059/A059011.asm | neoneye/loda | 22 | 199185 | <filename>programs/oeis/059/A059011.asm<gh_stars>10-100
; A059011: Odd number of 0's and 1's in binary expansion.
; 2,8,11,13,14,32,35,37,38,41,42,44,47,49,50,52,55,56,59,61,62,128,131,133,134,137,138,140,143,145,146,148,151,152,155,157,158,161,162,164,167,168,171,173,174,176,179,181,182,185,186,188,191,193,194,196,199... |
Appl/GeoCalc/Document/documentCtrl.asm | steakknife/pcgeos | 504 | 199187 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GlobalPC 1999 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GeoCalc
FILE: documentCtrl.asm
AUTHOR: <NAME>, Feb 21, 1999
REVISION HISTORY:
Name Date Description
---- ---- ---... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.