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 |
|---|---|---|---|---|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_292.asm | ljhsiun2/medusa | 9 | 129307 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x9e1a, %r11
sub %r8, %r8
mov (%r11), %ax
nop
nop
nop
nop
cmp %rbx, %rbx
lea addresses_WT_ht+0xc90a, %rsi
lea addresses_D_ht+0x5e2a, %rdi... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_2167_840.asm | ljhsiun2/medusa | 9 | 129308 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x6dba, %r10
nop
nop
nop
cmp %r13, %r13
mov (%r10), %r12
xor $43679, %rbx
lea addresses_A_ht+0x1dc2, %rbp
nop
nop
nop
nop
dec %r15
mov (%rbp),... |
libgremlin.asm | eigentourist/defcon29 | 2 | 129309 | <filename>libgremlin.asm
; Set 64-bit mode and relative addressing
bits 64
default rel
global DLLMain
global keyboardHook
global keyboard_hook
; External Windows API function
extern keybd_event
extern CallNextHookEx
segment .text
keyboard_hook:
push rbp
mov rbp, rsp
sub rsp, 40
; Store ... |
Programs/vramTest.asm | dmcnaughton/PHANAND_ONE | 16 | 129310 | <filename>Programs/vramTest.asm
#include "cpudef.asm"
;VRAM test
;Addressable video
; X from 0x24 to 0xC4
; Y fr0m 0x09 to 0x81
bootload:
#addr 0x00
MOV Ra, #0x00 ; Init LCD, ensure IS==0
MOV CTL, Ra
MOV Ra, #0x3F ;Function set: 8bit, 2 lines
MOV SND, Ra
MOV Ra, #0x0F ; Display ... |
Advanced Computer Architecture (VHDL)/CODE/C Simulator/Tests/testeoverflowinca.asm | PFigs/portfolio | 0 | 129311 | <reponame>PFigs/portfolio
.module teste1
.pseg
;; testa salto condicional neg, carry e overflow
;; r7=0x0001
;; r0 = 0xaa55
;; r1 = 0xffff
;; r2 = 0xaa55 (0x0000 Errado)
;; r3 = 0xaa55 (senao flag de carry no lsl)
;; r4 = r3(0xaa55) (0x54aa Errado)
main:
lo... |
programs/oeis/272/A272172.asm | neoneye/loda | 22 | 129312 | <filename>programs/oeis/272/A272172.asm
; A272172: Triangle read by rows: T(n,k) in which row n lists the first n terms of A000203 in reverse order.
; 1,3,1,4,3,1,7,4,3,1,6,7,4,3,1,12,6,7,4,3,1,8,12,6,7,4,3,1,15,8,12,6,7,4,3,1,13,15,8,12,6,7,4,3,1,18,13,15,8,12,6,7,4,3,1,12,18,13,15,8,12,6,7,4,3,1,28,12,18,13,15,8,12,6... |
target/cos_117/disasm/iop_overlay1/UPRT1.asm | jrrk2/cray-sim | 49 | 129313 | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x2920- f:00024 d: 288 | OR[288] = A
0x0002 (0x000004) 0x1018- f:00010 d: 24 | A = 24 (0x0018)
0x0003 (0x000006) 0x2927- f:00024 d: 295 | OR[295] = A
... |
programs/oeis/022/A022782.asm | karttu/loda | 0 | 129314 | <reponame>karttu/loda
; A022782: Place where n-th 1 occurs in A023120.
; 1,2,3,5,7,9,12,15,19,23,27,32,37,42,48,54,61,68,75,83,91,99,108,117,127,137,147,158,169,180,192,204,217,230,243,257,271,285,300,315,331,347,363,380,397,415,433,451,470,489,508,528,548,569,590
mov $20,$0
mov $22,$0
add $22,1
lpb $22,1
clr $0,20
... |
ln.asm | ShwetiMahajan/xv6_schedulersOS | 0 | 129315 | <reponame>ShwetiMahajan/xv6_schedulersOS<gh_stars>0
_ln: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 ... |
oeis/066/A066432.asm | neoneye/loda-programs | 11 | 129316 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A066432: a(n) = 10^n mod n^10.
; 0,100,1000,10000,100000,1000000,10000000,100000000,1000000000,0,22187726197,9322172416,74188586872,207144033280,88222656250,1041257005056,654556028253,1391503283200,4084075030363,0,2770357806334,15498434643968,29882775483895,548415314329... |
source/string/garbage.asm | mega65dev/rom-assembler | 0 | 129319 | <filename>source/string/garbage.asm<gh_stars>0
; ********************************************************************************************
; ********************************************************************************************
;
; Name : garbage.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated ... |
CSE341-BRACU-Microprocessors/Assignment-3(Lab-4)/task9.asm | AIM3r4j/BRACU | 0 | 129320 | .MODEL SMALL
.STACK 100H
.DATA
;variables
s db "Please enter a number: $"
a db 0ah,0dh,'Yes$'
b db 0ah,0dh,'No$'
f db 5
e db 11
.CODE
MAIN PROC
;initialize DS
MOV AX,@DATA
MOV DS,AX
; enter your code here
;prompts for char input
lea dx,s
mov ah,9
int 21h
;takes input
mov ah,1
int 21h
mov bl,al
;c... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/ftof16reg.asm | gb-archive/really-old-stuff | 10 | 129321 | <filename>mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/ftof16reg.asm
#include once <ftou32reg.asm>
__FTOF16REG: ; Converts a Float to 16.16 (32 bit) fixed point decimal
; Input FP number in A EDCB (A exponent, EDCB mantissa)
ld l, a ; Saves exponent for later
or d
or e
or b
or c
ld ... |
programs/oeis/269/A269222.asm | karttu/loda | 1 | 129324 | ; A269222: Period 4: repeat [1,9,8,9].
; 1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9,1,9,8,9
mov $2,9
mov $3,$0
gcd $3,8
sub $2,$3
clr $0,$3
mov $1,$2
add $1,1
|
Library/Saver/saverC.asm | steakknife/pcgeos | 504 | 129325 | <filename>Library/Saver/saverC.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC/GEOS
MODULE: the saver library
FILE: saverC.asm
AUTHOR: <NAME>, Apr 8, 1993
ROUTINES:
Name Description
---- ------... |
oeis/052/A052666.asm | neoneye/loda-programs | 11 | 129327 | ; A052666: E.g.f. 1/(1-x-3x^2).
; Submitted by <NAME>(s1)
; 1,1,8,42,456,4800,69840,1093680,20482560,420577920,9736070400,245887488000,6806133734400,203555082931200,6565920180019200,226728504946944000,8355118608764928000,327047476385710080000
mov $3,1
lpb $0
mov $2,$3
add $3,$1
mov $1,$0
sub $0,1
mul $3,$1
... |
programs/oeis/166/A166012.asm | neoneye/loda | 22 | 129328 | <gh_stars>10-100
; A166012: a(n) = 2*(A000045(n)-(n mod 2)) + 1 + (n mod 2).
; 1,2,3,4,7,10,17,26,43,68,111,178,289,466,755,1220,1975,3194,5169,8362,13531,21892,35423,57314,92737,150050,242787,392836,635623,1028458,1664081,2692538,4356619,7049156,11405775,18454930,29860705,48315634,78176339,126491972,204668311,33116028... |
8/8-5.asm | userElaina/MicrocomputerLab | 0 | 129329 | <filename>8/8-5.asm
DATA SEGMENT
MESG DB 0AH,'2021-12-04 15:46',0AH,'$'
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:DATA
START: MOV AX,0600H
MOV CX,0
MOV DX,184FH
MOV BH,7
INT 10H
MOV AX,DATA
MOV DS,AX
MOV AH,9
MOV DX,OFFSE... |
assembler/asm_example/test_jump.asm | dpolad/dlx | 1 | 129330 | <reponame>dpolad/dlx<gh_stars>1-10
addi r1,r0,#1
addi r2,r0,#31
addi r1,r1,#1
nop
add r3,r1,r0
bnez r2,#-3
subi r2,r2,#1
nop
nop
nop
nop
nop
nop
nop
nop
beqz r0,#10
nop
nop
nop
nop
nop
nop
nop
nop
nop
j 140
nop
nop
nop
nop
nop
nop
nop
nop
nop
addi r4,r0,#184
jr r4
nop
nop
nop
nop
nop
nop
nop
nop
nop
jal #224
nop
nop
no... |
znake.asm | chriswyatt/znake | 8 | 129331 | <filename>znake.asm
; /////////////////////////////////////////////////////////////////////////////
; Znake (ZX Spectrum 48K)
; -----------------------------------------------------------------------------
; main.asm
; -----------------------------------------------------------------------------
; Copyright (C) 2016... |
programs/oeis/173/A173722.asm | karttu/loda | 0 | 129332 | <reponame>karttu/loda<gh_stars>0
; A173722: Partial sums of round(n^2/8).
; 0,0,1,2,4,7,12,18,26,36,49,64,82,103,128,156,188,224,265,310,360,415,476,542,614,692,777,868,966,1071,1184,1304,1432,1568,1713,1866,2028,2199,2380,2570,2770,2980,3201,3432,3674,3927,4192,4468,4756,5056,5369,5694,6032,6383,6748,7126,7518,7924,83... |
programs/oeis/083/A083055.asm | jmorken/loda | 1 | 129333 | <gh_stars>1-10
; A083055: a(n) = cardinality{ k<=n / A083054(k)=1}.
; 1,1,1,1,1,2,2,3,3,3,4,4,5,5,6,6,6,7,7,8,8,8,8,8,9,9,10,10,10,10,10,11,11,12,12,12,13,13,14,14,14,14,14,15,15,16,16,16,16,16,17,17,18,18,18,18,18,19,19,20,20,20,21,21,22,22,22,22,22,23,23,24,24,24,24,24,25,25
mov $27,$0
mov $29,$0
add $29,1
lpb $29
... |
Kernel/asm/libasm.asm | JulianVuoso/TP2-SO | 0 | 129335 | <reponame>JulianVuoso/TP2-SO
GLOBAL cpu_vendor
GLOBAL write_port
GLOBAL read_port
GLOBAL force_timer_tick
GLOBAL atom_swap
section .text
; void lock_sem(uint64_t * dir, uint64_t value)
atom_swap:
xchg [rdi], rsi
ret
; void write_port(char port, char reg)
write_port:
mov al, sil
mov dx, di
out dx, al
ret
; cha... |
programs/oeis/219/A219650.asm | neoneye/loda | 22 | 129336 | ; A219650: The nonnegative integers n such that there exists a number k with A034968(n+k)=k.
; 0,1,2,5,6,7,10,11,12,15,16,17,23,24,25,28,29,30,33,34,35,38,39,40,46,47,48,51,52,53,56,57,58,61,62,63,69,70,71,74,75,76,79,80,81,84,85,86,92,93,94,97,98,99,102,103,104,107,108,109,119,120,121,124,125,126,129,130,131,134,135,1... |
learning/string.asm | Matthewacon/ron | 1 | 129337 | <filename>learning/string.asm
; bios loads bootrom at '0x7c00'
org 0x7c00
; set stack location so indexing works?
mov bp, 0x7c00
mov sp, bp
mov bx, some_string
call print_string
jmp $
; uses `bx` as pointer to data to print
print_string:
mov ah, 0x0e
mov al, [bx]
cmp al, 0
je .end
int 0x10
i... |
16-bit Numbers/immaddsixteenbit2.asm | adi-075/8085-microproccesor-programs | 2 | 129338 | ;Add two 16 bit numbers from memory and store the content in 3004H
LHLD 3000H
XCHG
LHLD 3002H
DAD D
SHLD 3004H
HLT |
KongZP.asm | HonkeyKong/libKong | 1 | 129339 | <gh_stars>1-10
;Zero-Page allocation for libKong
.org $00
.space PPUSettings 1 ; PPU Config byte.
.space BlankTiles 1 ; Counter for blank tiles.
.space BlankRows 1 ; Counter for blank rows.
.space MapAddr 2 ; Address of tile map for bulk transfer.
.space NTP... |
000-BootSector/bootSec.asm | mukeshmike9/AssemblyBootSector | 1 | 129342 | <reponame>mukeshmike9/AssemblyBootSector
; Infinite Loop
loop:
jmp loop
; (510 - size of above code) times 0
times 510 - ($ - $$) db 0
;Boot Sector Indicator
dw 0xAA55
|
xv6-l/echo.asm | xsuler/osPlayground | 0 | 129343 | <reponame>xsuler/osPlayground
_echo: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.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 pus... |
oeis/163/A163446.asm | neoneye/loda-programs | 11 | 129344 | <filename>oeis/163/A163446.asm<gh_stars>10-100
; A163446: a(n) = 16*a(n-1) - 62*a(n-2) for n > 1; a(0) = 1, a(1) = 10.
; Submitted by <NAME>(s1)
; 1,10,98,948,9092,86696,823432,7799760,73743376,696308896,6568853024,61930496832,583619061824,5498214185600,51787045136512,487703442676992,4592458284368128,43241719103916544,... |
programs/oeis/236/A236453.asm | jmorken/loda | 1 | 129345 | <filename>programs/oeis/236/A236453.asm
; A236453: Number of length n strings on the alphabet {0,1,2} of the form 0^i 1^j 2^k such that i,j,k>=0 and if i=1 then j=k.
; 1,3,4,8,11,17,22,30,37,47,56,68,79,93,106,122,137,155,172,192,211,233,254,278,301,327,352,380,407,437,466,498,529,563,596,632,667,705,742,782,821,863,90... |
oeis/274/A274798.asm | neoneye/loda-programs | 11 | 129346 | <reponame>neoneye/loda-programs
; A274798: Number of n X 3 0..2 arrays with no element equal to any value at offset (-1,-2) (-2,-1) (0,-1) or (-1,0) and new values introduced in order 0..2.
; Submitted by <NAME>
; 2,8,30,112,420,1572,5888,22048,82568,309200,1157904,4336144,16238112,60808896,227718752,852767104,31934645... |
include/nes.asm | puzzud/retroleague | 4 | 129347 | ;==============
; NES Include
;==============
;; PPU defines
PPU_CTRL1 = $2000
PPU_CTRL2 = $2001
PPU_STATUS = $2002
PPU_SPR_ADDR = $2003
PPU_SPR_IO = $2004
PPU_VRAM_ADDR1 = $2005
PPU_VRAM_ADDR2 = $2006
PPU_VRAM_IO = $2007
;; APU defines
APU_PULSE1CTRL = $4000 ; Pulse #1 Cont... |
sk/sfx/7A.asm | Cancer52/flamedriver | 9 | 129348 | Sound_7A_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_7A_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM5, Sound_7A_FM5, $00, $04
; FM5 Data
Sound_7A_FM5:
smpsSetvoice $00
smpsModSet $01, $01, $0C, $01
Sound_7A_Loop00:
dc.b nC0, $0A
smpsFMAlterVol ... |
programs/oeis/230/A230629.asm | neoneye/loda | 22 | 129349 | <reponame>neoneye/loda
; A230629: a(0) = 0; thereafter a(n) = (1 + a(floor(n/2))) mod 3.
; 0,1,2,2,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
lpb $0
div $0,2
add $1,1... |
programs/oeis/039/A039963.asm | jmorken/loda | 1 | 129350 | <filename>programs/oeis/039/A039963.asm
; A039963: The period-doubling sequence A035263 repeated.
; 1,1,0,0,1,1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1,... |
Source/Multiplexer.asm | hhprg/C64Engine | 4 | 129351 | <gh_stars>1-10
/******************************************************************
* Copyright (C) 2015-2021 <NAME> <<EMAIL>>
******************************************************************/
.filenamespace Multiplexer
//
.const kYSpacing = kSpriteHeight + 4 // Min y-spacing between same hardware sprit... |
sw/552tests/rand_complex/t_6_all.asm | JPShen-UWM/ThreadKraken | 1 | 129352 | <filename>sw/552tests/rand_complex/t_6_all.asm
// seed 6
lbi r0, 101 // icount 0
slbi r0, 250 // icount 1
lbi r1, 134 // icount 2
slbi r1, 169 // icount 3
lbi r2, 129 // icount 4
slbi r2, 20 // icount 5
lbi r3, 170 // icount 6
slbi r3, 25 // icount 7
lbi r4, 34 // icount 8
slbi r4, 120 // icount 9
lbi r5, 224 // icount... |
Engine Hacks/FE8-Item Range Fix/All Moveable Squares.asm | sme23/Christmas2 | 3 | 129353 | .thumb
.org 0x0
@r0 has char data, r1 has flag (1 to check ballista, 0 to not), r2 has check address to bx to
push {r4-r7,r14}
mov r7,r8
push {r7}
cmp r1,#0x0
beq NoBallistaAbility
ldr r1,[r0]
ldr r3,[r0,#0x4]
ldr r1,[r1,#0x28] @char abilities
ldr r3,[r3,#0x28] @class abilities
orr r1,r3
mov r3,#0x80
and... |
notes/extra/mult_shift.asm | feliposz/nand2tetris | 0 | 129354 | // multiplication (by shift and add)
// multiply R0 by R1 and store result in R2
// note: overflow will occur for results > 32767 or <= -32768
//TODO: adjust signals for negative multiplier
@R0
D=M
@shifted // shifted multiplicand
M=D
@result
M=0
@testbit // shifted test bit
M=1
... |
programs/oeis/072/A072481.asm | karttu/loda | 0 | 129355 | <reponame>karttu/loda
; A072481: a(n) = Sum_{k=1..n} Sum_{d=1..k} (k mod d).
; 0,0,0,1,2,6,9,17,25,37,50,72,89,117,148,184,220,271,318,382,443,513,590,688,773,876,988,1113,1237,1388,1526,1693,1860,2044,2241,2459,2657,2890,3138,3407,3665,3962,4246,4571,4899,5238,5596,5999,6373,6787,7207,7656,8110,8615,9107,9636,10156,10... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2216.asm | ljhsiun2/medusa | 9 | 129356 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2216.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x16851, %rsi
lea addresses_normal_ht+0x12051, %rdi
nop
nop
cmp %r15, %r15
mov $66, %rcx
rep movsl
nop
no... |
programs/oeis/091/A091519.asm | neoneye/loda | 22 | 129358 | <filename>programs/oeis/091/A091519.asm<gh_stars>10-100
; A091519: G.f.: sum(k>=0, 2^k*t*(1+t)/(1-t)^3, t=x^2^k).
; 1,6,9,28,25,54,49,120,81,150,121,252,169,294,225,496,289,486,361,700,441,726,529,1080,625,1014,729,1372,841,1350,961,2016,1089,1734,1225,2268,1369,2166,1521,3000,1681,2646,1849,3388,2025,3174,2209
mul $0... |
Read Only/forktest.asm | samyvic/OS-Project | 0 | 129359 |
_forktest: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
printf(1, "fork test OK\n");
}
int
main(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
forktest();
6: e8 2d 00 00 00 c... |
docs/scratch/tie_ee.asm | LuminarLight/jak-project | 602 | 129360 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; .function draw-inline-array-instance-tie
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;BAD PROLOGUE
;; Warnings:
;; INFO: Flagged as asm by config
;; INFO: Assembly Function
# this is yet-another insane double-buffered DMA function.
#... |
libsrc/stdio/__printf_handle_llo.asm | Frodevan/z88dk | 38 | 129361 |
IF !__CPU_INTEL__ && !__CPU_GBZ80__
MODULE __printf_handle_llo
SECTION code_clib
PUBLIC __printf_handle_llo
EXTERN __printf_number64
__printf_handle_llo:
ld c,0 ;unsigned
ld (ix-9),8
jp __printf_number64
ENDIF
|
src/vector/euclidean_norm/src/euclidean_norm.asm | nikAizuddin/lib80386 | 4 | 129362 | ; 1 2 3 4 5 6 7
;234567890123456789012345678901234567890123456789012345678901234567890
;=====================================================================
;
; FUNCTION NAME: euclidean_norm
; FUNCTION DOCUMENTATION: <See doc/description file>
;
; ... |
device/KZ80_SIO.asm | kuninet/Z80mon | 0 | 129363 | ;
; KZ80_1MSRAM/IOB用モジュール
; シリアル SIO
;--------------------------------------------------------
SIOA_D EQU 00h
SIOA_C EQU 02h
SIOB_D EQU 01h
SIOB_C EQU 03h
;
BUFSIZ EQU 3FH
BUFFUL EQU 30H
BUFEMP EQU 5
;
RTSHIG EQU 0E8H
RTSLOW EQU 0EAH
;----------------------------------------------------------------------------... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1407.asm | ljhsiun2/medusa | 9 | 129365 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rbp
push %rsi
lea addresses_UC_ht+0x76eb, %rbp
nop
nop
nop
nop
nop
xor $7049, %r11
mov $0x6162636465666768, %r14
movq %r14, %xmm6
movups %xmm6, (%rbp)
nop
nop
nop
xor %r13, %r13
lea addresses_normal_ht+0xba9d, %rs... |
programs/oeis/005/A005337.asm | jmorken/loda | 1 | 129366 | <reponame>jmorken/loda
; A005337: Number of ways in which n identical balls can be distributed among 4 boxes in a row such that each pair of adjacent boxes contains at least 4 balls.
; 15,40,76,124,185,260,350,456,579,720,880,1060,1261,1484,1730,2000,2295,2616,2964,3340,3745,4180,4646,5144,5675,6240,6840,7476,8149,8860... |
oeis/340/A340615.asm | neoneye/loda-programs | 11 | 129367 | ; A340615: a(n) = k/2 if k is even, otherwise (3k+1)/2, where k = n+floor((n+1)/5).
; 0,2,1,5,8,3,11,4,14,17,6,20,7,23,26,9,29,10,32,35,12,38,13,41,44,15,47,16,50,53,18,56,19,59,62,21,65,22,68,71,24,74,25,77,80,27,83,28,86,89,30,92,31,95,98,33,101,34,104,107,36,110,37,113,116,39,119,40,122
mul $0,6
add $0,1
div $0,5
m... |
oeis/284/A284382.asm | neoneye/loda-programs | 11 | 129368 | ; A284382: Numbers n with digits 5 and 9 only.
; Submitted by <NAME>(s4)
; 5,9,55,59,95,99,555,559,595,599,955,959,995,999,5555,5559,5595,5599,5955,5959,5995,5999,9555,9559,9595,9599,9955,9959,9995,9999,55555,55559,55595,55599,55955,55959,55995,55999,59555,59559,59595,59599,59955,59959,59995,59999,95555,95559,95595,955... |
programs/oeis/036/A036125.asm | karttu/loda | 0 | 129369 | ; A036125: a(n) = 6^n mod 41.
; 1,6,36,11,25,27,39,29,10,19,32,28,4,24,21,3,18,26,33,34,40,35,5,30,16,14,2,12,31,22,9,13,37,17,20,38,23,15,8,7,1,6,36,11,25,27,39,29,10,19,32,28,4,24,21,3,18,26,33,34,40,35,5,30,16,14,2,12,31,22,9,13,37,17,20,38,23,15,8,7,1,6,36,11,25,27,39,29,10,19,32,28,4,24,21,3,18,26,33,34,40,35,5,30... |
smsq/spp/cnam.asm | olifink/smsqe | 0 | 129370 | <reponame>olifink/smsqe<filename>smsq/spp/cnam.asm<gh_stars>0
; Setup name of SER/PAR/PRT Channel V2.00 1999 <NAME>
section spp
xdef spp_cnam
xref spp_pprty
xref spp_phand
xref spp_ptrn
xref spp_pcr
xref spp_pff
include 'dev8_keys_err'
include 'dev8_keys_serparprt'
include 'dev8_mac_assert'
;+++
;... |
smsq/sbas/iloop.asm | olifink/smsqe | 0 | 129371 | <filename>smsq/sbas/iloop.asm<gh_stars>0
; SBAS_ILOOP - Loopl Control Structure Interpretation 1994 <NAME>
section sbas
xdef bo_forst
xdef bo_forfp
xdef bo_forint
xdef bo_rep
xdef bo_fstv
xdef bo_fstr
xdef bo_ffpv
xdef bo_ffpr
xdef bo_fintv
xdef bo_fintr
xdef bo_fciv
xdef bo_fcir
xdef bo_fend
xdef bo... |
oeis/212/A212233.asm | neoneye/loda-programs | 11 | 129372 | <reponame>neoneye/loda-programs
; A212233: Number of 0..2 arrays of length 2*n with sum no more than 2*n in any length 2n subsequence (=50% duty cycle).
; Submitted by <NAME>
; 6,50,435,3834,34001,302615,2699598,24121674,215786649,1932081885,17311097568,155188936431,1391839527240,12487516404434,112071578930795,10060673... |
programs/oeis/055/A055679.asm | jmorken/loda | 1 | 129373 | <filename>programs/oeis/055/A055679.asm<gh_stars>1-10
; A055679: Number of distinct prime factors of phi(n!).
; 0,0,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,6,6,6,6,6,6,6,6,7,7,7,7,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,13,13,13,13,14,14,14,1... |
code/fade.asm | martendo7/cookie-shooter-gb | 3 | 129374 | INCLUDE "defines.inc"
SECTION "Fade Variables", HRAM
; New game state to switch to after fade
hFadeNewGameState:
DS 1
; Current fade state
; Bit 7: Fade direction (0: Out, 1: In)
hFadeState:
DS 1
; Countdown of frames until the next fade "phase", where the palette is
; updated
hFadeCountdown:
DS 1
SECTIO... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_70_294.asm | ljhsiun2/medusa | 9 | 129375 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x13ddc, %rax
nop
nop
nop
nop
nop
add $34055, %rsi
movups (%rax), %xmm6
vpextrq $1, %xmm6, %rdx
inc %rcx
lea addresses_D_ht+0xdedc, %rsi
lea addresses_UC_ht+0x1bf6c, %rdi
nop
n... |
oeis/052/A052637.asm | neoneye/loda-programs | 11 | 129376 | ; A052637: E.g.f. 3x(1+x-x^2)/(1-x).
; 0,3,12,18,72,360,2160,15120,120960,1088640,10886400,119750400,1437004800,18681062400,261534873600,3923023104000,62768369664000,1067062284288000,19207121117184000,364935301226496000
mov $2,$0
lpb $0
mov $4,$2
cmp $4,0
add $2,$4
add $5,2
div $5,$2
pow $2,$5
lpb $0
... |
programs/demotour.asm | informer2016/MichalOS | 0 | 129377 | ; ------------------------------------------------------------------
; MichalOS Demo tour & initial setup
; ------------------------------------------------------------------
BITS 16
ORG 100h
%INCLUDE "michalos.inc"
os_demotour:
mov al, 10011111b
mov [57000], al
mov al, 01001111b
mov [57001], al
mov al, 1
mo... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1109.asm | ljhsiun2/medusa | 9 | 129379 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x11628, %rsi
lea addresses_A_ht+0x17aa8, %rdi
and %r8, %r8
mov $106, %rcx
rep movsq
nop
add $49774, %rdx
lea addresses_D_ht+0xf668, %r10
nop
nop
nop
and $56445, %r15
movb $0x6... |
oeis/342/A342294.asm | neoneye/loda-programs | 11 | 129380 | <gh_stars>10-100
; A342294: a(n) = Sum_{k = 0..n} binomial(n,k)^11.
; Submitted by <NAME>(s4)
; 1,2,2050,354296,371185666,200097656252,222100237312864,193798873701831680,231719476114879600642,257097895846251291074612,330463219813679264204224300,419460465362069257397304825200,573863850341313751827291703127200,7919781657... |
day06/prob1.asm | rlei/adventofcode2021 | 5 | 129381 | global _main
extern _printf
section .text
MACHO_EXIT equ 0x2000001
MACHO_READ equ 0x2000003
MACHO_WRITE equ 0x2000004
STDIN equ 0
STDOUT equ 1
DAYS equ 80
num_format: db "%d", 10, 0
read_error_msg: db "read() error", 10
.len: equ $ - read_error_msg
invalid_timer_msg: db "in... |
oeis/105/A105944.asm | neoneye/loda-programs | 11 | 129382 | <reponame>neoneye/loda-programs
; A105944: C(n+8,n)*C(n+11,8)
; 165,4455,57915,495495,3185325,16563690,73002930,281582730,972740340,3062330700,8904315420,24168856140,61764854580,149660993790,345855237750,766005304350,1632800780325,3361648665375,6705510829875,12993932469375,24518985616125
mov $1,4
mov $2,$0
add $2,8
su... |
programs/oeis/112/A112953.asm | jmorken/loda | 1 | 129383 | <gh_stars>1-10
; A112953: PrimePi(n)^PrimePi(n).
; 0,1,4,4,27,27,256,256,256,256,3125,3125,46656,46656,46656,46656,823543,823543,16777216,16777216,16777216,16777216,387420489,387420489,387420489,387420489,387420489,387420489,10000000000,10000000000
lpb $0
add $0,1
cal $0,230980 ; Number of primes <= n, starting at... |
programs/oeis/300/A300254.asm | karttu/loda | 1 | 129384 | <gh_stars>1-10
; A300254: a(n) = 25*(n + 1)*(4*n + 3)*(5*n + 4)/3.
; 100,1050,3850,9500,19000,33350,53550,80600,115500,159250,212850,277300,353600,442750,545750,663600,797300,947850,1116250,1303500,1510600,1738550,1988350,2261000,2557500,2878850,3226050,3600100,4002000,4432750,4893350,5384800,5908100,6464250,7054250,76... |
programs/oeis/029/A029747.asm | karttu/loda | 0 | 129385 | <reponame>karttu/loda<gh_stars>0
; A029747: Numbers of the form 2^k times 1, 3 or 5.
; 1,2,3,4,5,6,8,10,12,16,20,24,32,40,48,64,80,96,128,160,192,256,320,384,512,640,768,1024,1280,1536,2048,2560,3072,4096,5120,6144,8192,10240,12288,16384,20480,24576,32768,40960,49152,65536,81920,98304,131072,163840,196608,262144,327680... |
F458/mcu/nested_interrupt/nested_het_nonRTOS/source/irqDispatch_a.asm | daeroro/IntegrationProject | 0 | 129386 | ;-------------------------------------------------------------------------------
; irqDispatch_a.asm
;
; (c) Texas Instruments 2009-2012, All rights reserved.
;
; Export Symbols
.def _irqDispatch
.def _select_dispatch
.def test_dispatch
; Import Symbols
.ref C_irq... |
oeis/342/A342460.asm | neoneye/loda-programs | 11 | 129387 | <gh_stars>10-100
; A342460: a(n) = 1 if n > 1 and is divisible by the sum of its prime factors (with repetition), otherwise 0.
; Submitted by <NAME>
; 0,1,1,1,1,0,1,0,0,0,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,1,1,1,0,0,0,0,0,1,0,0,0,1,1,0... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_1928_2267.asm | ljhsiun2/medusa | 9 | 129388 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_1928_2267.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x7b69, %r11
nop
nop
dec %r8
movups (%r11), %xmm0
vpextrq $... |
libsrc/gfx/wide/w_multipoint_callee.asm | ahjelm/z88dk | 640 | 129390 | <filename>libsrc/gfx/wide/w_multipoint_callee.asm
; ----- bool multipoint(int hv, int length, int x, int y)
;Usage:
;pick a vertical or horizontal bit bar, up to 16 bits long
IF !__CPU_INTEL__ && !__CPU_GBZ80__
SECTION code_graphics
PUBLIC multipoint_callee
PUBLIC _multipoint_callee
PUBLIC asm_m... |
libsrc/_DEVELOPMENT/font/fzx/c/sccz80/fzx_write_callee.asm | meesokim/z88dk | 0 | 129391 | <reponame>meesokim/z88dk
; int fzx_write(struct fzx_state *fs, char *buf, uint16_t buflen)
SECTION code_font_fzx
PUBLIC fzx_write_callee, fzx0_write_callee
EXTERN l_neg_hl, asm_fzx_write
fzx_write_callee:
pop af
pop bc
pop de
pop ix
push af
call asm_fzx_write
ret nc
jp l_neg_hl
|
programs/oeis/113/A113954.asm | karttu/loda | 0 | 129392 | <reponame>karttu/loda<gh_stars>0
; A113954: Expansion of (1-2x^2)/((1-2x)(1+x)^2).
; 1,0,1,2,3,8,13,30,55,116,225,458,907,1824,3637,7286,14559,29132,58249,116514,233011,466040,932061,1864142,3728263,7456548,14913073,29826170,59652315,119304656,238609285,477218598,954437167,1908874364,3817748697,7635497426,15270994819,3... |
Transynther/x86/_processed/NC/_st_zr_un_/i7-7700_9_0xca_notsx.log_21829_89.asm | ljhsiun2/medusa | 9 | 129393 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xf33a, %rsi
lea addresses_UC_ht+0x18dd9, %rdi
add %r12, %r12
mov $112, %rcx
rep movsb
nop
nop
nop
nop
and $13627, %rcx
lea addresses_normal_ht+0xf7e, %r15
nop
cmp %rax, %rax
m... |
coverage/IN_CTS/0457-COVERAGE-brw-fs-copy-propagation-720/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 129394 | <reponame>asuonpaa/ShaderTests
; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 85
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %66
... |
tests/testdata/parser-in-2-good.asm | roycrippen/sicxe | 0 | 129395 | p2 start 3 * 1000
float
addr A, B
shiftl T, 5
shiftr S, 3
add add =add
sub sub #sub
ldf +ldf @ldf
j j j + add + 30, X
org 1000
equ equ *
equ equ equ
use
use use
... |
src/test/resources/cpuTests/asmsrc/add.asm | Sophos06/spice86 | 46 | 129396 | <gh_stars>10-100
;00: ff ff 00 00 fe ff ff ff 02 00 03 00 00 80 ff 7f
;10: ad b2 f5 93 45 f2 00 ff fe 03 80 7f 03 80 7f 80
;20: 00 a6 2c ff ff 01 00 ff ff ff ff 02 00 04 00 00
;30: 80 ff 7f f9 fb 61 bf 46 7f 01 ff ff 04 80 7f 04
;40: 80 7f 80 00 b9 8d 00 00 00 80 13 74 80 00 b6 XX
;50: XX XX XX XX XX XX XX XX XX XX XX ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1484.asm | ljhsiun2/medusa | 9 | 129397 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x13011, %r9
nop
inc %r14
movups (%r9), %xmm2
vpextrq $0, %xmm2, %rcx
nop
nop
nop
nop
xor $44246, %rbx
lea addresses_A_ht+0x45f1, %rsi
lea addresses_A... |
oeis/139/A139176.asm | neoneye/loda-programs | 11 | 129398 | ; A139176: a(n) = (n! - 6)/6.
; 0,3,19,119,839,6719,60479,604799,6652799,79833599,1037836799,14529715199,217945727999,3487131647999,59281238015999,1067062284287999,20274183401471999,405483668029439999,8515157028618239999,187333454629601279999,4308669456480829439999,103408066955539906559999,2585201673888497663999999,672... |
oeis/132/A132738.asm | neoneye/loda-programs | 11 | 129399 | <filename>oeis/132/A132738.asm
; A132738: Row sums of triangle A132737.
; 1,2,7,16,33,66,131,260,517,1030,2055,4104,8201,16394,32779,65548,131085,262158,524303,1048592,2097169,4194322,8388627,16777236,33554453,67108886,134217751,268435480,536870937,1073741850,2147483675,4294967324,8589934621,17179869214,34359738399,687... |
oeis/215/A215390.asm | neoneye/loda-programs | 11 | 129400 | <gh_stars>10-100
; A215390: Primes congruent to {1, 2} mod 11.
; Submitted by <NAME>(w2)
; 2,13,23,67,79,89,101,167,199,211,233,277,331,353,397,409,419,431,463,541,563,607,617,661,673,683,727,739,761,827,859,881,937,947,991,1013,1069,1091,1123,1201,1223,1277,1289,1321,1399,1409,1453,1487,1531,1553,1597,1607,1619,1663,1... |
FCFS.asm | MostafaEbrahimi/OnlineCoffeeMIPS-OCM- | 0 | 129401 | <gh_stars>0
starter:
bne $k1,$zero,checkintrupt
j f095
j runP
checkintrupt:
addi $a0,$zero,10
addi $a1,$zero,1
beq $a1,$k1,isuserint
j runP
isuserint:
beq $a0,$v0,exitint
exitint:
j f093
runP:
j f094
addi $a1,$zero,-1
beq $a1,$v0,ex
j f020
ex:
add $zero,$zero,$zero
|
oeis/176/A176103.asm | neoneye/loda-programs | 11 | 129402 | <gh_stars>10-100
; A176103: Decimal expansion of (15+sqrt(285))/10.
; Submitted by <NAME>
; 3,1,8,8,1,9,4,3,0,1,6,1,3,4,1,3,2,1,8,3,1,1,6,8,8,9,4,0,9,5,2,2,1,0,9,9,8,8,8,4,8,4,7,7,1,5,7,6,2,4,8,5,3,9,5,2,6,4,9,8,0,3,7,2,7,9,3,2,5,9,6,1,5,0,2,9,7,8,0,8,2,2,6,5,6,4,2,5,6,9,7,4,3,9,0,3,5,8,8,4
mov $2,1
mov $3,$0
mul $3,4... |
slae/MovingData.nasm | Bigsby/slae | 0 | 129403 | <reponame>Bigsby/slae
global _start
section .text
_start:
; move immediate data to register
mov eax, 0xaaaaaaaa
mov al, 0xbb
mov ah, 0xcc
mov ax, 0xdddd
mov ebx, 0
mov ecx, 0
; move data between registers
mov ebx, eax
mov cl, al
mov ch, ah
mov eax, 0
mov ebx, 0... |
src/firmware-tests/Platform/Motor/Turn/PreConditionsFromRestAreUnsuccessfulTestFixture.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 129405 | #include "Platform.inc"
#include "FarCalls.inc"
#include "Motor.inc"
#include "../../Smps/IsSmpsEnabledStub.inc"
#include "../../Adc/ChannelStubs.inc"
#include "TestFixture.inc"
radix decimal
extern testAct
extern motorState
udata
global setAdcChannelResult
global initialMotorState
setAdcChannelResult r... |
programs/oeis/301/A301716.asm | jmorken/loda | 1 | 129406 | <filename>programs/oeis/301/A301716.asm
; A301716: Coordination sequence for node of type V1 in "kre" 2-D tiling (or net).
; 1,6,12,18,18,30,36,36,48,48,54,66,66,72,78,84,90,96,102,102,114,120,120,132,132,138,150,150,156,162,168,174,180,186,186,198,204,204,216,216,222,234,234,240,246,252,258,264,270,270,282,288,288,300... |
oeis/213/A213455.asm | neoneye/loda-programs | 11 | 129407 | <filename>oeis/213/A213455.asm
; A213455: 90*A002451(n).
; Submitted by <NAME>(s1)
; 90,1260,13230,126720,1171170,10663380,96461910,870123240,7838973450,70582218300,635365793790,5718795460560,51471172410930,463248604762020,4169269655112870,37523555745034680,337712517101387610,3039414715496790540,27354740685808323150,24... |
boot/bootloader.asm | Daouki/hikari-os | 2 | 129411 | <filename>boot/bootloader.asm
org 0x7C00
hikari_fs_header:
.jump_to_code: db 0xEB, 0x1A
.signature: db "HkFS"
.version: dw 0x0001
.block_count: dq 0
.bytes_per_block: dd 0
.reserved_blocks: dd 0
.main_directory_blocks: dd ... |
output.asm | macias0/MK | 0 | 129412 | <filename>output.asm
.data
a: .word 0
temp0: .word 0
temp1: .word 0
temp2: 0
z: 0
.text
li $t0, 1
sw $t0, a
li $t0, 5
sw $t0, a
li $t0, 2
li $t1, 2
mul $t0, $t0, $t1
sw $t0, temp0
li $t0, 3
sw $t0, a
lw $t2, a
li $t3, 1
bgt $t2, $t3, label0
li $t0, 8
sw $t0, a
label0:
li $t0, 2
li $t1, 2
add ... |
oeis/038/A038586.asm | neoneye/loda-programs | 11 | 129413 | ; A038586: Write n in ternary then sort the digits.
; Submitted by <NAME>(m2)
; 0,1,2,1,11,12,2,12,22,1,11,12,11,111,112,12,112,122,2,12,22,12,112,122,22,122,222,1,11,12,11,111,112,12,112,122,11,111,112,111,1111,1112,112,1112,1122,12,112,122,112,1112,1122,122,1122,1222,2,12,22,12,112
seq $0,7089 ; Numbers in base 3.
s... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1916.asm | ljhsiun2/medusa | 9 | 129414 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1c14e, %r9
nop
nop
nop
cmp %r8, %r8
movw $0x6162, (%r9)
nop
nop
nop
nop
nop
add %r10, %r10
lea addresses_D_ht+0x9272, %r15
nop
nop
nop
nop
cm... |
oeis/112/A112560.asm | neoneye/loda-programs | 11 | 129415 | ; A112560: Sieve performed by successive iterations of steps where step m is: keep m terms, remove the next 2 and repeat; as m = 1,2,3,.. the remaining terms form this sequence.
; Submitted by <NAME>
; 1,4,13,28,61,88,133,208,313,364,541,724,853,1048,1261,1564,1993,2104,2581,3028,3553,3904,4621,5368,5893,6544,7141,8104... |
oeis/003/A003148.asm | neoneye/loda-programs | 11 | 129417 | <reponame>neoneye/loda-programs
; A003148: a(n+1) = a(n) + 2n*(2n+1)*a(n-1), with a(0) = a(1) = 1.
; Submitted by <NAME>(s4)
; 1,1,7,27,321,2265,37575,390915,8281665,114610545,2946939975,51083368875,1542234996225,32192256321225,1114841223671175,27254953356505875,1064057291370698625,29845288035840902625,1296073464766972... |
SmallIntPrim.asm | ScottyPotty1/Dolphin-7-VM-Releases | 0 | 129418 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Dolphin Smalltalk
;;
;; SmallInteger Primitives
;; - arithmetic
;; - relational
;; - bit manipulation
;; - byte accessing
;;
;; N.B. It is worth bearing in mind that these primitives are not actually much
;; used, because of the inline... |
libsrc/_DEVELOPMENT/adt/ba_stack/c/sccz80/ba_stack_init_callee.asm | jpoikela/z88dk | 640 | 129420 | <reponame>jpoikela/z88dk<gh_stars>100-1000
; ba_stack_t *ba_stack_init(void *p, void *data, size_t capacity)
SECTION code_clib
SECTION code_adt_ba_stack
PUBLIC ba_stack_init_callee
EXTERN b_array_init_callee
defc ba_stack_init_callee = b_array_init_callee
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _ba_stack_in... |
programs/oeis/241/A241406.asm | neoneye/loda | 22 | 129421 | ; A241406: Numbers n such that n^2 == -1 (mod 61).
; 11,50,72,111,133,172,194,233,255,294,316,355,377,416,438,477,499,538,560,599,621,660,682,721,743,782,804,843,865,904,926,965,987,1026,1048,1087,1109,1148,1170,1209,1231,1270,1292,1331,1353,1392,1414,1453,1475,1514,1536,1575,1597,1636,1658,1697,1719,1758,1780,1819,184... |
src/routines/main.asm | zdimension/Cesium | 5 | 129422 | <reponame>zdimension/Cesium<filename>src/routines/main.asm
CESIUM_OS_BEGIN:
ld de,stubLocation ; first, we need to store the reloader to safeRAM so we can reload after a program executes
ld hl,cesiumReLoader_Start
ld bc,cesiumReLoader_End-cesiumReLoader_Start
ldir
RunShell:
call _CreateBASICPrgm ; recreat... |
src/segments.asm | Bigsby/boot-sector | 0 | 129423 | <reponame>Bigsby/boot-sector<filename>src/segments.asm<gh_stars>0
;
; A simple boot sector program that demonstrates segment offsetting
;
mov ah, 0x0e ; int 10/ah = 0eh -> scrolling teletype BIOS routine
mov al, [the_secret]
int 0x10 ; Does this print an X?
mov bx, 0x7c0 ; Can’t set ds directly , so set bx
mov ... |
oeis/091/A091760.asm | neoneye/loda-programs | 11 | 129424 | <filename>oeis/091/A091760.asm
; A091760: 0^n+3((n+2)^n/(n+3)-(-1)^n/(n+3)).
; Submitted by <NAME>
; 1,3,9,63,555,6303,87381,1434891,27272727,589486923,14288622513,384034370151,11338782475059,364911575317383,12716046006693165,477070508584969299,19174662804725408175,822058028667720327891
mov $1,$0
add $0,2
pow $0,$1
mu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.