max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
libsrc/_DEVELOPMENT/target/sms/driver/terminal/sms_01_output_terminal_tty_z88dk/sms_01_output_terminal_tty_z88dk_oterm_msg_tty.asm | jpoikela/z88dk | 640 | 128694 | <filename>libsrc/_DEVELOPMENT/target/sms/driver/terminal/sms_01_output_terminal_tty_z88dk/sms_01_output_terminal_tty_z88dk_oterm_msg_tty.asm
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC sms_01_output_terminal_tty_z88dk_oterm_msg_tty
EXTERN l_offset_ix_de, sms_tty_z88dk_state_table
EXTERN asm_tty_ex... |
libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_sqrt.asm | ahjelm/z88dk | 640 | 128695 |
SECTION code_fp_am9511
PUBLIC cam32_sccz80_sqrt
EXTERN asm_am9511_sqrt_fastcall
; square root sccz80 float
;
; enter : stack = ret, DEHL = signed IEEE_float
;
; exit : DEHL = sccz80_float(number^0.5)
;
; uses : af, bc, de, hl, af', bc', de', hl'
defc cam32_sccz80_sqrt = asm_am9511_sq... |
oeis/135/A135262.asm | neoneye/loda-programs | 11 | 128696 | ; A135262: a(3n)=10^n. a(3n+1)=4*10^n. a(3n+2)=7*10^n.
; Submitted by <NAME>(s2)
; 1,4,7,10,40,70,100,400,700,1000,4000,7000,10000,40000,70000,100000,400000,700000,1000000,4000000,7000000,10000000,40000000,70000000,100000000,400000000,700000000,1000000000,4000000000,7000000000,10000000000,40000000000,70000000000,100000... |
programs/oeis/015/A015440.asm | neoneye/loda | 22 | 128697 | ; A015440: Generalized Fibonacci numbers.
; 1,1,6,11,41,96,301,781,2286,6191,17621,48576,136681,379561,1062966,2960771,8275601,23079456,64457461,179854741,502142046,1401415751,3912125981,10919204736,30479834641,85075858321,237475031526,662854323131,1850229480761,5164501096416,14415648500221,40238153982301,1123163964834... |
libsrc/_DEVELOPMENT/math/float/math32/c/sccz80/cm32_sccz80_fmod_callee.asm | Frodevan/z88dk | 640 | 128698 | <reponame>Frodevan/z88dk
SECTION code_fp_math32
PUBLIC cm32_sccz80_fmod_callee
EXTERN _m32_fmodf
.cm32_sccz80_fmod_callee
; Entry:
; Stack: float left, float right, ret
; Reverse the stack
pop hl ;ret
pop af ;right
pop bc
pop de ;left
ex (sp),hl ;ret
push bc ;... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1684.asm | ljhsiun2/medusa | 9 | 128699 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1684.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r8
push %rax
push %rbp
push %rdi
lea addresses_D_ht+0x19993, %r8
nop
nop
nop
xor $57888, %r12
mov $0x6162636465666768, %r15
movq %r15, %xmm7
and $0xff... |
oeis/102/A102389.asm | neoneye/loda-programs | 11 | 128700 | <filename>oeis/102/A102389.asm
; A102389: An evil count.
; Submitted by <NAME>
; 1,0,0,2,0,3,4,0,0,5,6,0,7,0,0,8,0,9,10,0,11,0,0,12,13,0,0,14,0,15,16,0,0,17,18,0,19,0,0,20,21,0,0,22,0,23,24,0,25,0,0,26,0,27,28,0,0,29,30,0,31,0,0,32,0,33,34,0,35,0,0,36,37,0,0,38,0,39,40,0,41,0,0,42,0,43,44,0
mov $1,$0
seq $0,10059 ; An... |
kernel/faults/main.asm | lodvaer/YHBT | 2 | 128701 | ;; The faults and their handlers.
the_faults fix divide, debug, nmi, breakpoint, overflow, boundscheck,\
invalid_opcode, cocpu_unavail, doublefault, cocpu_overrun, \
invalid_tss, segfault, stack, genprot, pagefault, reserved, \
cocpu_error, alignment_check, machine_check, simd_fpu, \
reserved2, r... |
oeis/141/A141913.asm | neoneye/loda-programs | 11 | 128702 | ; A141913: Primes congruent to 9 mod 23.
; Submitted by <NAME>
; 101,193,239,331,607,653,883,929,1021,1297,1481,1619,1987,2309,2447,2539,2677,2861,2953,2999,3137,3229,3413,3643,3919,4057,4241,4517,4793,4931,5023,5437,5483,5851,5897,6173,6311,6449,6679,6863,7001,7369,7507,7691,7829,8059,8243,8887,8933,9209,9439,9623,100... |
x86_64-assembly/isogram/isogram.asm | dgeoffri/exercism | 0 | 128704 | <filename>x86_64-assembly/isogram/isogram.asm
section .text
global is_isogram
is_isogram:
push rbp ; save old base pointer
sub rsp, 26 ; allocate local 'seen' array
mov rbp, rsp
mov rsi, rdi ; save char * for word to check
mov rdi, rbp
mov ... |
CMP_JMP.asm | CodexLink/8086_ASM_DOSBOX_Examples | 0 | 128705 | <reponame>CodexLink/8086_ASM_DOSBOX_Examples
; Compare then Jump! — CMP_JMP.asm
; Copyright (c) 2021 <NAME>
; This code is licensed under MIT license. (see LICENSE for details)
.MODEL TINY
.DATA ; Strings to output in the latter process.
INIT_QUESTION DB 0DH, 0AH, "What is your Gender? [F/M] $"
FEM... |
oeis/155/A155542.asm | neoneye/loda-programs | 11 | 128706 | <reponame>neoneye/loda-programs
; A155542: Expansion of (2+2*x)/(1-8*x-25*x^2).
; Submitted by <NAME>(s1)
; 2,18,194,2002,20866,216978,2257474,23484242,244310786,2541592338,26440508354,275063875282,2861523711106,29768786570898,309688385344834,3221726747031122,33516023609869826,348671357554736658,3627271450684638914,377... |
source/lean/scanner.asm | paulscottrobson/lean | 2 | 128707 | <reponame>paulscottrobson/lean
; ******************************************************************************
; ******************************************************************************
;
; Name : scanner.asm
; Purpose : Search through BASIC code for curt code
; Author : <NAME> (<EMAIL>)
; Created : 27t... |
patch/ASM/Monster_Book_00066.asm | orbea/Tales-of-Destiny-DC | 0 | 128710 | .ps2
.open "../DAT_FILES_ORIGINAL/00066.md1", "../DAT_FILES_PATCHED/00066.md1", 0x003C7A80
; Monster Book
; these correspond to some float values
; sorry too tired to figure out what math its doing and what is what
; but you can take these and add/subtract a little bit by bit
; to find something that fits nice/better... |
programs/oeis/140/A140466.asm | neoneye/loda | 22 | 128711 | ; A140466: a(n) = 4*A002088(n).
; 0,4,8,16,24,40,48,72,88,112,128,168,184,232,256,288,320,384,408,480,512,560,600,688,720,800,848,920,968,1080,1112,1232,1296,1376,1440,1536,1584,1728,1800,1896,1960,2120,2168,2336,2416,2512,2600,2784,2848,3016,3096,3224,3320,3528,3600,3760,3856,4000,4112,4344,4408,4648,4768,4912,5040,52... |
LAB9/q3.asm | Avigdor-Kolonimus/ASM | 0 | 128712 | EX3DS SEGMENT
A DW 1ABCh
B DW 0
EX3DS ENDS
sseg segment stack
dw 100h dup(?)
sseg ends
cseg segment
assume ds:EX3DS,cs:cseg,ss:sseg
start: mov ax,EX3DS
mov ds,ax
mov cl,4
mov ah,byte ptr A
ror ah,cl
mov al,byte ptr a+1
ror al,cl
mov b,ax
SOF: mov ah,4ch
... |
P6/data_P6_2/MDTest133.asm | alxzzhou/BUAA_CO_2020 | 1 | 128713 | <filename>P6/data_P6_2/MDTest133.asm<gh_stars>1-10
ori $ra,$ra,0xf
sll $1,$1,26
addiu $6,$2,-30761
mtlo $4
mtlo $0
addiu $4,$2,-29611
mfhi $1
mthi $1
lui $4,63544
addu $3,$2,$3
divu $5,$ra
sb $5,6($0)
mult $3,$3
div $5,$ra
sll $5,$2,15
lui $6,18618
mthi $2
mthi $4
mfhi $4
mfhi $1
addu $1,$1,$1
div $4,$ra
lui $4,6748
mt... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_8081_359.asm | ljhsiun2/medusa | 9 | 128717 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_8081_359.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xde8d, %rsi
lea addresses_normal_ht+0xb9e9, %rdi
inc %r9
mov $0, %rc... |
cs61/lab4/lab04_ex2.asm | bmoya217/ucr | 0 | 128718 | ;=================================================
; Name: <NAME>
; Username: <EMAIL>
;
; Lab: lab 1
; Lab section: 021
; TA: <NAME>
;
;=================================================
.Orig x3000
;Instructions
AND R1,R1,#0
LD R1, POINTER
LD R2, COUNTER
LD R3, CHECKER
LOOP_DE_LOOP
STR R2, R1, #0
ADD R2,R2,#1
ADD ... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_208.asm | ljhsiun2/medusa | 9 | 128719 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r14
push %r8
push %r9
push %rbp
push %rbx
// Store
lea addresses_A+0x8494, %r14
nop
nop
dec %r9
movl $0x51525354, (%r14)
nop
nop
nop
cmp $3732, %r11
// Faulty Load
lea addresses_A+0x1b894, %r8
clflush (%r8)
and ... |
Appl/Art/Decks/GeoDeck/LMGeoback.asm | steakknife/pcgeos | 504 | 128720 | <reponame>steakknife/pcgeos<gh_stars>100-1000
LMGeoback label byte
word C_BLACK
Bitmap <71,100,BMC_PACKBITS,BMF_MONO>
db 0xf8, 0x00
db 0x00, 0x3f, 0xfa, 0xff, 0x00, 0xfc
db 0x00, 0x3f, 0xfa, 0xff, 0x00, 0xfc
db 0x00, 0x3f, 0xfa, 0xff, 0x00, 0xfc
db 0x00, 0x7f, 0xfa, 0xff, 0x00, 0xfc
db 0x00, 0x7f, 0xfa,... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_969.asm | ljhsiun2/medusa | 9 | 128721 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_969.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1a909, %rdx
dec %rdi
movups (%rdx), %xmm3
vpextrq $1, ... |
clock-1.1b.asm | politechnik/pic-clock | 0 | 128722 | ;***************************************************************************;
; Digital clock listing, v 1.1 ;
; Author: <NAME> ;
;***************************************************************************;
; MCU Ports connecting: ;
;****************************************************... |
Code/CustomControl/RAEdit/Src/Paint.asm | CherryDT/FbEditMOD | 11 | 128723 | <filename>Code/CustomControl/RAEdit/Src/Paint.asm
.code
DrawLine proc uses ebx esi edi,hMem:DWORD,lpChars:DWORD,nLine:DWORD,cp:DWORD,hDC:DWORD,lpRect:DWORD
LOCAL dtp:DRAWTEXTPARAMS
LOCAL cpMin:DWORD
LOCAL cpMax:DWORD
LOCAL lpCR:DWORD
LOCAL rect:RECT
LOCAL srect:RECT
LOCAL lCol:DWORD
LOCAL rcleft:DW... |
oeis/075/A075885.asm | neoneye/loda-programs | 11 | 128725 | ; A075885: a(n) = 1 + n + n*[n/2] + n*[n/2]*[n/3] + n*[n/2]*[n/3]*[n/4] +... where [x]=floor(x).
; 1,2,5,10,29,46,169,239,745,1450,4111,5182,27157,33164,84001,186496,610065,713474,3061009,3526553,13783421,27380452,63264389,71240523,444872761,620729126,1400231613,2615011102,9094701085,10008828958,55468890481,60692637497... |
_inc/Debug list - GHZ.asm | vladjester2020/Sonic1TMR | 0 | 128727 | ; ---------------------------------------------------------------------------
; Debug list - Green Hill
; ---------------------------------------------------------------------------
dc.w $10 ; number of items in list
dc.l Map_obj25+$25000000 ; mappings pointer, object type * 10^6
dc.b 0, 0, $27, $B2 ; subtyp... |
assignment-6/shellcode-864.nasm | rcesecurity/slae | 8 | 128728 | ; SLAE - Assignment #6: Polymorphic Shellcodes (Linux/x86) - Part3
; Original: http://shell-storm.org/shellcode/files/shellcode-864.php
; Author: <NAME> (@MrTuxracer)
; Website: http://www.rcesecurity.com
global _start
section .text
_start:
;xor eax,eax
xor ecx,ecx
push ecx ;mixing things up
pus... |
data/pokemon/dex_entries/gliscor.asm | AtmaBuster/pokeplat-gen2 | 6 | 128729 | db "SCORPION@" ; species name
db "It flies without"
next "making a sound. It"
next "uses its tail to"
page "carry off its"
next "prey... Then its"
next "fangs do the rest.@"
|
wof/lcs/123p/AD.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 128730 | <filename>wof/lcs/123p/AD.asm
copyright zengfr site:http://github.com/zengfr/romhack
00817E move.b (A3)+, ($ad,A0) [123p+ A4]
008182 move.w A0, ($6a,A1) [123p+ AD]
008B48 move.b (A3)+, ($ad,A0) [123p+ A4]
008B4C move.w A0, ($6a,A1) [123p+ AD]
01ADF4 beq $1adfa [123p+ AD]
01ADFA move.w ($86,A0), D1 [123p... |
oeis/157/A157373.asm | neoneye/loda-programs | 11 | 128732 | <reponame>neoneye/loda-programs
; A157373: a(n) = 49*n^2 - 20*n + 2.
; 31,158,383,706,1127,1646,2263,2978,3791,4702,5711,6818,8023,9326,10727,12226,13823,15518,17311,19202,21191,23278,25463,27746,30127,32606,35183,37858,40631,43502,46471,49538,52703,55966,59327,62786,66343,69998,73751,77602,81551,85598,89743,93986,9832... |
programs/oeis/242/A242082.asm | jmorken/loda | 1 | 128734 | ; A242082: Nim sequence of game on n counters whose legal moves are removing some number of counters in A027941.
; 0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0
lpb ... |
programs/oeis/006/A006498.asm | jmorken/loda | 1 | 128735 | ; A006498: a(n) = a(n-1) + a(n-3) + a(n-4), a(0) = a(1) = a(2) = 1, a(3) = 2.
; 1,1,1,2,4,6,9,15,25,40,64,104,169,273,441,714,1156,1870,3025,4895,7921,12816,20736,33552,54289,87841,142129,229970,372100,602070,974169,1576239,2550409,4126648,6677056,10803704,17480761,28284465,45765225,74049690,119814916,193864606,3136795... |
usr/zombie.asm | AnvithShetty10/xv6_rpi3_port | 1 | 128737 | <gh_stars>1-10
_zombie: file format elf32-littlearm
Disassembly of section .text:
00000000 <main>:
0: e92d4800 push {fp, lr}
4: e28db004 add fp, sp, #4
8: eb000139 bl 4f4 <fork>
c: e1a03000 mov r3, r0
10: e3530000 cmp r3, #0
14: da000001 ble 20 <main+0x20>
18: e3a00005 mov r0, #5
1c: ... |
libsrc/_DEVELOPMENT/string/c/sdcc_iy/memcmp_callee.asm | jpoikela/z88dk | 640 | 128738 | <reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/string/c/sdcc_iy/memcmp_callee.asm
; int memcmp_callee(const void *s1, const void *s2, size_t n)
SECTION code_clib
SECTION code_string
PUBLIC _memcmp_callee
EXTERN asm_memcmp
_memcmp_callee:
pop af
pop de
pop hl
pop bc
push af
jp asm_memc... |
sh.asm | Tookerton21/Xv6_OS | 0 | 128739 |
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <runcmd>:
struct cmd *parsecmd(char*);
// Execute cmd. Never returns.
void
runcmd(struct cmd *cmd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 28 sub $0x28,%esp... |
atlatl/math.asm | richRemer/atlatl | 0 | 128740 | global math.log2
extern sys.error
%include "err.inc"
; math.log2(RAX) => RAX
; calculate base 2 logarithm of an integer
math.log2: ; math.log2(val)
test rax, rax ; validate argument
jnz .valid ; arg is good if not 0
mov rax, EUNDEF ; log2(0) is undefined
call sys.er... |
VirtualBox-5.0.0/src/VBox/VMM/VMMSwitcher/X86Stub.asm | egraba/vbox_openbsd | 1 | 128741 | <reponame>egraba/vbox_openbsd
; $Id: X86Stub.asm $
;; @file
; VMM - World Switchers, X86 Stub.
;
;
; Copyright (C) 2006-2015 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/or modi... |
Code_9.asm | vishnuajith/PIC-18-Example-Codes | 0 | 128742 | ;*********************************************************************
;* Description : Example of LOOK UP TABLE store 8 value of X^2-2X+5
;* and returns it according to input in PORTB Modified code8
;*
;*********************************************************************
#include<p18f452.inc>
CONFIG... |
oeis/215/A215100.asm | neoneye/loda-programs | 11 | 128743 | <reponame>neoneye/loda-programs
; A215100: a(n) = 3*a(n-1) + 4*a(n-2) + a(n-3) with a(0)=2, a(1)=5, a(2)=22.
; Submitted by <NAME>
; 2,5,22,88,357,1445,5851,23690,95919,388368,1572470,6366801,25778651,104375627,422608286,1711106017,6928126822,28051412820,113577851765,459867333397,1861964820071,7538941645566,30524551550... |
Architecrure/bmpMIPSCod/leeNombreArchivoBMPIN.asm | ticuss/Mon-parcours | 0 | 128744 | .data
nombreIn: .space 40
nombreOut: .space 40
pideNombreArchivoIN: .asciiz "\nEntre nombre de archivo a codificar (< 40 caracteres)"
pideNombreArchivoOUT: .asciiz "\nEntre nombre de archivo que recibira codificacion,\npuede ser el mismo(< 40 caracteres)"
.text
.globl leeNombreArchivoBMPIN nombreIn nombreOut #define... |
libsrc/stdlib/z88/sleep.asm | grancier/z180 | 0 | 128745 | ;
; Small C z88 Misc functions
;
; sleep(time)
;
; Pause for time seconds
;
; djm 22/3/2000 Rewritten to:
; - Not loop (was causing problems)
; - Return number of seconds left
;
; -----
; $Id: sleep.asm,v 1.9 2016/07/02 15:44:16 dom Exp $
MODULE sleep_z88
INCLUDE "time.def"
SECTION code_clib
PUBLIC ... |
examples/v2_various_uncond_cycles/v2_uncond_cached.asm | ale-linux/speculator | 1 | 128746 | ; Copyright 2019 IBM Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writi... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_702.asm | ljhsiun2/medusa | 9 | 128747 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_702.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x54ac, %rsi
lea addresses_D_ht+0x1cf60, %rdi
cmp %r15, %r15
mov $71, %rcx
rep movsb
nop... |
oeis/253/A253571.asm | neoneye/loda-programs | 11 | 128748 | ; A253571: Total number of even outdegree nodes among all labeled rooted trees on n nodes.
; Submitted by <NAME>
; 1,2,15,144,1765,26400,466459,9508352,219651849,5671088640,161833149511,5058050224128,171837337744813,6304955850432512,248477268083174355,10467916801317273600,469451601966727952401,22329535184262444220416,1... |
programs/oeis/007/A007202.asm | jmorken/loda | 1 | 128749 | ; A007202: Crystal ball sequence for hexagonal close-packing.
; 1,13,57,153,323,587,967,1483,2157,3009,4061,5333,6847,8623,10683,13047,15737,18773,22177,25969,30171,34803,39887,45443,51493,58057,65157,72813,81047,89879,99331,109423,120177,131613,143753,156617,170227,184603,199767,215739,232541,250193,268717,288133,3084... |
resources/retrogamedev.chapters/chapter7/gameMemory.asm | brawnydawg/retrojam4 | 0 | 128750 | <filename>resources/retrogamedev.chapters/chapter7/gameMemory.asm
;===============================================================================
; $00-$FF PAGE ZERO (256 bytes)
; $00-$01 Reserved for IO
ZeroPageTemp = $02
; $03-$8F Reserved for BASIC
; u... |
maps/CeladonCity.asm | Dev727/ancientplatinum | 28 | 128751 | object_const_def ; object_event constants
const CELADONCITY_FISHER
const CELADONCITY_POLIWAG
const CELADONCITY_TEACHER1
const CELADONCITY_GRAMPS1
const CELADONCITY_GRAMPS2
const CELADONCITY_YOUNGSTER1
const CELADONCITY_YOUNGSTER2
const CELADONCITY_TEACHER2
const CELADONCITY_LASS
CeladonCity_MapScripts:
db 0... |
programs/oeis/339/A339051.asm | karttu/loda | 0 | 128752 | ; A339051: Even bisection of the infinite Fibonacci word A096270.
; 0,0,1,1,1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,1,1,1,0,1,1,1,0,0,1,1,0,0,1,1,1,0,1,1,1,0,1,1,1,0,0,1,1,0,0,1,1,1,0,1,1,1,0,1,1,1,0,0,1,1,0
mul $0,2
lpb $0,1
mov $1,$0
cal $1,114986 ; Characteristic function of (A00... |
src/org/LibTest/IO.asm | fourstix/1802PixieVideoTTY | 1 | 128753 | <gh_stars>1-10
IF UseIO == "TRUE"
IF System == "Elf"
HexpadPort EQU 4
HexDisplayPort EQU 4
ASCIIPort EQU 7
ENDIF
; =========================================================================================
; Waits until a key is pressed on the ASCII keyboard and returns its value
;
; Returns:
... |
programs/oeis/121/A121858.asm | neoneye/loda | 22 | 128754 | <reponame>neoneye/loda
; A121858: Smallest odd number having p(n) divisors, where p(n) is the n-th prime=A000040(n).
; 3,9,81,729,59049,531441,43046721,387420489,31381059609,22876792454961,205891132094649,150094635296999121,12157665459056928801,109418989131512359209,8862938119652501095929,6461081889226673298932241
seq... |
sprites/sprite1_data.asm | cainex/c64_playground | 0 | 128755 | <gh_stars>0
sprite1:
.byte 0,126,0
.byte 3,255,192
.byte 7,255,224
.byte 31,255,248
.byte 31,255,248
.byte 63,255,252
.byte 127,255,254
.byte 127,255,254
.byte 255,255,255
.byte 255,255,255
.byte 255,255,255
.byte 255,255,255
.byte 255,255,255
.byte 127,255,254
... |
programs/oeis/147/A147601.asm | neoneye/loda | 22 | 128756 | ; A147601: First differences of A132355.
; 7,4,21,8,35,12,49,16,63,20,77,24,91,28,105,32,119,36,133,40,147,44,161,48,175,52,189,56,203,60,217,64,231,68,245,72,259,76,273,80,287,84,301,88,315,92,329,96,343,100,357
add $0,1
mov $1,$0
mod $1,2
mov $2,$1
add $1,2
mul $2,4
add $1,$2
mul $0,$1
|
libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_int_grow.asm | meesokim/z88dk | 0 | 128757 | <reponame>meesokim/z88dk
; void *obstack_int_grow(struct obstack *ob, int data)
SECTION code_alloc_obstack
PUBLIC obstack_int_grow
EXTERN asm_obstack_int_grow
obstack_int_grow:
pop af
pop bc
pop hl
push hl
push bc
push af
jp asm_obstack_int_grow
|
oeis/055/A055529.asm | neoneye/loda-programs | 11 | 128758 | <gh_stars>10-100
; A055529: Number of bits needed in mantissa to express n! exactly.
; Submitted by <NAME>
; 1,1,1,2,2,4,6,9,9,12,14,18,19,23,26,30,30,34,37,41,44,48,51,56,58,62,66,71,73,78,82,87,87,92,96,101,105,110,114,119,122,127,131,137,140,146,150,156,157,163,168,173,177,183,188,193,196,202,207,213,217,223
seq $0... |
oeis/259/A259613.asm | neoneye/loda-programs | 11 | 128759 | <filename>oeis/259/A259613.asm<gh_stars>10-100
; A259613: a(n) = binomial(6*n,2*n)/3, n>0, a(0)=1.
; 1,5,165,6188,245157,10015005,417225900,17620076360,751616304549,32308782859535,1397281501935165,60727722660586800,2650087220696342700,116043807643289338428,5096278545356362962504,224377658168860057076688,990058259100555... |
Driver/Printer/DotMatrix/CanonRGB/canonRGBmono2Info.asm | steakknife/pcgeos | 504 | 128760 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GlobalPC 1999. All rights reserved.
GLOBALPC CONFIDENTIAL
PROJECT: GlobalPC
MODULE: Canon RGB Printer Driver
FILE: canonRGBmono2Info.asm
AUTHOR: <NAME>, June 26, 2000
ROUTINES:
... |
src/autogenerated/music/ingame3.asm | jannone/westen | 49 | 128762 | <filename>src/autogenerated/music/ingame3.asm
include "../../constants.asm"
org #0000
song:
db 7,184
song_loop:
db MUSIC_CMD_REPEAT, 2
db MUSIC_CMD_SET_INSTRUMENT, MUSIC_INSTRUMENT_PIANO, 0
db MUSIC_CMD_PLAY_INSTRUMENT_CH1, 9
db 9, 0
db MUSIC_CMD_PLAY_SFX_DRUM_SHORT_RE
db MUSIC_CMD_SKIP
db MUSIC_CMD... |
programs/oeis/274/A274431.asm | neoneye/loda | 22 | 128763 | <reponame>neoneye/loda<filename>programs/oeis/274/A274431.asm
; A274431: Positions in A274426 of products of distinct Lucas numbers > 1 (excluding 2).
; 1,2,4,6,7,10,11,14,15,16,20,21,22,26,27,28,29,34,35,36,37,42,43,44,45,46,52,53,54,55,56,62,63,64,65,66,67,74,75,76,77,78,79,86,87,88,89,90,91,92,100,101,102,103,104,10... |
src/kernel/x86_64/atomic.asm | nothotscott/VisualOS | 28 | 128764 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File: atomic.asm
;; Copyright 2021 <NAME>
;; Check the LICENSE file that came with this program for licensing terms
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
%macro CF_RESULT 0
mov rcx, 1
mov ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_107.asm | ljhsiun2/medusa | 9 | 128766 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xcbea, %r8
nop
nop
nop
nop
sub %r11, %r11
mov (%r8), %bp
nop
nop
nop
nop
add $48139, %r13
lea addresses_D_ht+0x1a35a, %rcx
nop
nop
add %rax, %rax
mov $... |
boot/print/print_nl.asm | hahaha235/simple-os-by-fayssalchokri- | 109 | 128767 | ;; Sub-routine for printing new line
;; using BIOS interrupts print two ASCII symbols:
;; new line = 0x0A
;; carriage return = 0x0D
[bits 16]
print_nl:
;; store all register values
pusha
;; prepare for BIOS interrupt
mov ah, 0x0E
mov al, 0x0A
int 0x10
mov al, 0x0D
int 0x10
;; restore all registers
popa
r... |
firmware/freertos/semaphore/lib/FreeRTOSV8.2.3/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm | NCTU-AUV/stm32_write_data_to_rpi | 0 | 128768 | <reponame>NCTU-AUV/stm32_write_data_to_rpi
/*
FreeRTOS V8.2.3 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redi... |
oeis/037/A037589.asm | neoneye/loda-programs | 11 | 128770 | <gh_stars>10-100
; A037589: Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 3,1.
; Submitted by <NAME>
; 3,31,313,3131,31313,313131,3131313,31313131,313131313,3131313131,31313131313,313131313131,3131313131313,31313131313131,313131313131313,3131313131313131
mov $1,10... |
src/02/fp-math.asm | ajcord/KnightOS-kernel | 251 | 128771 | ; FP Math TODO:
; 1. Addition and subtraction
; 2. Multiplication and division
; 3. Miscellaneous math operations:
; - Roots/powers
; - Logarithms
; - Trigonometry
; - etc.
; 4. Conversion to and from IEEE 754 floats/doubles
;; itofp [Decimal Floating Point]
;; Converts a 32-bit unsigned integer into a floa... |
programs/oeis/253/A253431.asm | neoneye/loda | 22 | 128772 | <filename>programs/oeis/253/A253431.asm
; A253431: Number of (n+1) X (4+1) 0..1 arrays with every 2 X 2 subblock diagonal minus antidiagonal sum nondecreasing horizontally, vertically and ne-to-sw antidiagonally.
; 109,102,120,156,228,372,660,1236,2388,4692,9300,18516,36948,73812,147540,294996,589908,1179732,2359380,47... |
include/extern_data.asm | Hiroshi123/bin_tools | 0 | 128773 |
extern _add
extern _sub
extern _and
extern _or
extern _xor
extern _cmp
;; f6/f7
extern _test
extern _not
extern _neg
extern _mul
extern _imul
extern _div
extern _idiv
;; fe/ff
extern _inc
extern _dec
extern _call
extern _jmp
extern _push
extern _rol
extern _ror
extern _shl
extern _shr
... |
audio tools/ab_Squirrel3 Public/psg_bios.asm | langel/pce-dev-kit | 1 | 128774 | <filename>audio tools/ab_Squirrel3 Public/psg_bios.asm
;*****************************************************************************
; PSG_BIOS.ASM - functions available from the PSG_BIOS interface
;.............................................................................
;------------------------------------... |
programs/oeis/085/A085644.asm | neoneye/loda | 22 | 128775 | ; A085644: a(1) = 1; a(n+1) = a(n)*2n+2n+1.
; 1,5,25,157,1265,12661,151945,2127245,34035937,612646885,12252937721,269564629885,6469551117265,168208329048917,4709833213369705,141294996401091181,4521439884834917825,153728956084387206085
mul $0,2
mov $2,$0
lpb $0
sub $0,2
add $1,$2
mul $2,$0
lpe
mul $1,2
add $1,1
m... |
libsrc/_DEVELOPMENT/math/float/am9511/z80/am32_idiv.asm | ahjelm/z88dk | 640 | 128776 | <reponame>ahjelm/z88dk
;
; Copyright (c) 2020 <NAME>
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
; feilipu, August 2020
;
;---------------------------------... |
data/baseStats/gyarados.asm | adhi-thirumala/EvoYellow | 16 | 128777 | db DEX_GYARADOS ; pokedex id
db 95 ; base hp
db 125 ; base attack
db 79 ; base defense
db 81 ; base speed
db 100 ; base special
db WATER ; species type 1
db FLYING ; species type 2
db 35 ; catch rate
db 214 ; base exp yield
INCBIN "pic/ymon/gyarados.pic",0,1 ; 77, sprite dimensions
dw GyaradosPicFront
dw GyaradosPicBac... |
programs/oeis/032/A032973.asm | jmorken/loda | 1 | 128778 | ; A032973: Numbers with the property that all pairs of consecutive digits differ by more than 1.
; 1,2,3,4,5,6,7,8,9,13,14,15,16,17,18,19,20,24,25,26,27,28,29,30,31,35,36,37,38,39,40,41,42,46,47,48,49,50,51,52,53,57,58,59,60,61,62,63,64,68,69,70,71,72,73,74,75,79,80,81,82,83,84
mov $1,1
mov $2,$0
lpb $2
add $1,$0
... |
libsrc/sprites/software/sp1/spectrum/updater/sp1_UpdateNow.asm | ahjelm/z88dk | 640 | 128779 | <reponame>ahjelm/z88dk<gh_stars>100-1000
; sp1_UpdateNow
; 01.2006 aralbrec, Sprite Pack v3.0
; sinclair spectrum version
SECTION code_sprite_sp1
PUBLIC sp1_UpdateNow
EXTERN SP1DrawUpdateStruct
EXTERN SP1V_UPDATELISTH, SP1V_UPDATELISTT
; Iterates through the invalidated tiles list, drawing all invalidated tiles on s... |
lib/nula.asm | simondotm/bbc-nula | 3 | 128780 | <filename>lib/nula.asm
; VideoNuLA routines
;-------------------------------------------------------
; Set the NULA palette back to BBC default palette.
;-------------------------------------------------------
.nula_reset
{
IF 1
; reset nula state
lda #&40
sta &fe22
ELSE
; this code is probably unnece... |
src/test/ref/loop-memset-min.asm | jbrandwood/kickc | 2 | 128781 | // Minimal classic for() loop - coded using while() to test optimization of loop heads
// Commodore 64 PRG executable file
.file [name="loop-memset-min.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Dat... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1218.asm | ljhsiun2/medusa | 9 | 128783 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %rbx
push %rdi
lea addresses_UC_ht+0x1a500, %r11
nop
nop
mfence
mov (%r11), %rbx
nop
nop
nop
nop
nop
add $20800, %r15
pop %rdi
pop %rbx
pop %r15
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %rbp
push %rbx
push %rcx
... |
oeis/016/A016724.asm | neoneye/loda-programs | 11 | 128784 | ; A016724: Expansion of (2-2*x-x^2)/((1-2*x^2)*(1-x)^2).
; 2,2,5,4,9,6,15,8,25,10,43,12,77,14,143,16,273,18,531,20,1045,22,2071,24,4121,26,8219,28,16413,30,32799,32,65569,34,131107,36,262181,38,524327,40,1048617,42,2097195,44,4194349,46,8388655,48,16777265,50,33554483,52,67108917,54,134217783,56,268435513,58,536870971,... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_956.asm | ljhsiun2/medusa | 9 | 128785 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x17ec4, %rax
nop
nop
nop
nop
nop
sub $22845, %r8
mov (%rax), %rsi
and $15133, %rbx
lea addresses_A_ht+0x1c73c, %rbp
nop
nop
nop
nop
nop
and %rdi, %rd... |
fileHandeling/createFileWithImput.asm | A2nkF/assembler-foo | 3 | 128786 | <gh_stars>1-10
global start
section .text
start:
askForPath:
push dword msg1.len ; pushes the lenght of the message on the stack
push dword msg1 ; pushes the message itself on the stack
push dword 0x1 ; stdout
mov eax, 0x4 ; sys_write
sub esp, 0x4 ; Extra ... |
oeis/142/A142813.asm | neoneye/loda-programs | 11 | 128788 | ; A142813: Primes congruent to 15 mod 61.
; Submitted by <NAME>
; 137,503,991,1601,1723,2089,2333,2699,3187,3797,3919,4651,5261,5749,6359,6481,7213,7457,7823,8311,8677,9043,10141,11117,11239,11483,11971,12703,13313,13679,14411,14533,16363,16607,16729,17827,18803,20023,20389,21121,21487,23561,24049,24659,24781,25147,253... |
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/vector/mpy_SP_CSxCS.asm | ramok/Themis_ForHPSDR | 0 | 128789 | <filename>c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/vector/mpy_SP_CSxCS.asm
;;#############################################################################
;;! \file source/vector/mpy_SP_CSxCS.asm
;;!
;;! \brief C-Callable complex multiply of two floating point numbers
;;! \author <NAME>
;;! \date 07/20... |
programs/oeis/267/A267155.asm | jmorken/loda | 1 | 128790 | <filename>programs/oeis/267/A267155.asm
; A267155: Middle column of the "Rule 107" elementary cellular automaton starting with a single ON (black) cell.
; 1,0,0,1,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1343.asm | ljhsiun2/medusa | 9 | 128791 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1b8af, %rsi
lea addresses_UC_ht+0x139ef, %rdi
clflush (%rdi)
nop
nop
nop
sub %r12, %r12
mov $104, %rcx
rep movsq
mfence
lea addresses_D_ht+0xd0c1, %r14
clflush (%r14)
nop
nop
add %rdi... |
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0xca.log_21829_174.asm | ljhsiun2/medusa | 9 | 128792 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x18ab2, %rbp
nop
nop
cmp %r10, %r10
mov $0x6162636465666768, %r15
movq %r15, %xmm0
movups %xmm0, (%rbp)
cmp $40817, %rbp
lea addresses_A_ht+0x56b2, %rsi
lea addresses_WC_ht+0x1ddc9... |
oeis/312/A312903.asm | neoneye/loda-programs | 11 | 128793 | <filename>oeis/312/A312903.asm
; A312903: Coordination sequence Gal.5.65.2 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,4,9,13,17,22,27,31,35,40,44,48,53,57,61,66,71,75,79,84,88,92,97,101,105,110,115,119,12... |
libsrc/stdio_new/fd/general/stdio_dupcommon1.asm | andydansby/z88dk-mk2 | 1 | 128795 | ; stdio_dupcommon1
; 07.2009 aralbrec
XLIB stdio_dupcommon1
LIB stdio_malloc, stdio_error_enomem_mc
INCLUDE "../../stdio.def"
; common code factored out of dup functions
; centralizes key steps for making dup fds
;
; enter : ix = source fdstruct *
; b = destination fd
; hl = MSB of fdtbl entry for d... |
src/asm/extractor.asm | mateoconlechuga/convbin | 4 | 128796 | <reponame>mateoconlechuga/convbin<gh_stars>1-10
; Copyright 2017-2021 Matt "MateoConLechuga" Waltz
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the above copyright no... |
scripts/route3.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 128797 | Route3Script:
call EnableAutoTextBoxDrawing
ld hl, Route3TrainerHeader0
ld de, Route3ScriptPointers
ld a, [wRoute3CurScript]
call ExecuteCurMapScriptInTable
ld [wRoute3CurScript], a
ret
Route3ScriptPointers:
dw CheckFightingMapTrainers
dw DisplayEnemyTrainerTextAndStartBattle
dw EndTrainerBattle
Route3TextP... |
oeis/113/A113895.asm | neoneye/loda-programs | 11 | 128798 | ; A113895: a(n) = C(2+2*n, n) * C(7+2*n, 2+n).
; Submitted by <NAME>
; 21,336,4950,72072,1051050,15402816,226972746,3362559200,50062040028,748664904000,11241203533560,169398104243760,2561053271692500,38833447762771200,590405728218941250,8998028449224091200,137437148161776305700,2103486475191421320000,322539165659369801... |
programs/oeis/212/A212790.asm | neoneye/loda | 22 | 128800 | <reponame>neoneye/loda
; A212790: (prime(n) + n) mod (prime(n) - n).
; 0,0,0,2,4,5,4,5,4,1,2,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128
mov $2,$0
seq $0,6005 ; The odd prime numbers togeth... |
oeis/307/A307409.asm | neoneye/loda-programs | 11 | 128801 | ; A307409: a(n) = (A001222(n) - 1)*A001221(n).
; Submitted by <NAME>(s2)
; 0,0,0,1,0,2,0,2,1,2,0,4,0,2,2,3,0,4,0,4,2,2,0,6,1,2,2,4,0,6,0,4,2,2,2,6,0,2,2,6,0,6,0,4,4,2,0,8,1,4,2,4,0,6,2,6,2,2,0,9,0,2,4,5,2,6,0,4,2,6,0,8,0,2,4,4,2,6,0,8,3,2,0,9,2,2,2,6,0,9,2,4,2,2,2,10,0,4,4,6
mov $1,$0
seq $0,1221 ; Number of distinct ... |
libsrc/graphics/bee/clsgraph.asm | grancier/z180 | 0 | 128802 | <gh_stars>0
;
; MicroBEE pseudo graphics routines
;
; cls () -- clear screen
;
; <NAME> - 2016
;
;
; $Id: clsgraph.asm,v 1.5 2017/01/02 21:51:24 aralbrec Exp $
;
SECTION code_clib
PUBLIC cleargraphics
PUBLIC _cleargraphics
EXTERN loadudg6
EXTERN swapgfxbk
... |
src/skeleton/skeleton.asm | rsouza01/asm_stepbystep | 0 | 128803 | section .data
Sentence: db "SKELETON",10
SentenceLength EQU $-Sentence
section .text
global _start
_start:
nop
nop
; Put your experiments between the two nops...
mov eax,4 ; 04H specifies the sys_write kernel call
mov ebx,1 ; 01H specifies stdout
mov ecx,Sentence ; Load starting address of display string ... |
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_4712_1312.asm | ljhsiun2/medusa | 9 | 128806 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x5fc0, %rbx
nop
nop
mfence
movb (%rbx), %r13b
nop
nop
cmp $42239, %r12
lea addresses_WT_ht+0x70fc, %rsi
lea addresses_A_ht+0x2b3c, %rdi
nop
nop
nop
nop
add %r13, %r13
mov $51, %rcx
rep ... |
release/src/router/gmp/source/mpn/sparc64/rshift.asm | zhoutao0712/rtn11pb1 | 184 | 128807 | dnl SPARC v9 mpn_rshift
dnl Copyright 1996, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the F... |
programs/oeis/075/A075353.asm | jmorken/loda | 1 | 128809 | ; A075353: Initial term of n-th group in A075352.
; 1,2,3,5,7,10,13,17,21,26,31,37,43,49,56,63,71,79,88,97,107,117,128,139,151,163,175,188,201,215,229,244,259,275,291,308,325,343,361,380,399,418,438,458,479,500,522,544,567,590,614,638,663,688,714,740,767,794
mov $30,$0
mov $32,$0
add $32,1
lpb $32
clr $0,30
mov $0... |
libsrc/lib3d/isin.asm | andydansby/z88dk-mk2 | 1 | 128811 | ;
; OZ-7xx DK emulation layer for Z88DK
; by <NAME> - Oct. 2003
;
; int isin(unsigned degrees);
; input must be between 0 and 360
; returns value from -255 to +255
;
; ------
; $Id: isin.asm,v 1.1 2009/04/10 12:47:42 stefano Exp $
;
XLIB isin
isin:
; __FASTCALL__
ld c,l
ld b,h ;; save inp... |
programs/oeis/210/A210840.asm | karttu/loda | 0 | 128812 | ; A210840: Sum of the 8th powers of the digits of n.
; 0,1,256,6561,65536,390625,1679616,5764801,16777216,43046721,1,2,257,6562,65537,390626,1679617,5764802,16777217,43046722,256,257,512,6817,65792,390881,1679872,5765057,16777472,43046977,6561,6562,6817,13122,72097,397186
lpb $0,1
mov $2,$0
div $0,10
mod $2,10
... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1902.asm | ljhsiun2/medusa | 9 | 128813 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x101fa, %r10
nop
nop
nop
nop
xor $18971, %rcx
movups (%r10), %xmm4
vpextrq $0, %xmm4, %r13
add $45634, %r9
lea addresses_WC_ht+0x1e39a, %rdi
nop
nop
n... |
Page Table/threads_low.asm | SomeHash/Operating-Systems | 0 | 128814 | <reponame>SomeHash/Operating-Systems
; File: threads_low.asm
;
; This code is a modified version of David Hovemeyer's GeekOS code.
; Low level interrupt/thread handling code for GeekOS.
; Copyright (c) 2001,2003,2004 <NAME> <<EMAIL>>
; Copyright (c) 2003, <NAME> <<EMAIL>>
; ------------------------------------------... |
libsrc/target/einstein/stdio/generic_console.asm | Frodevan/z88dk | 640 | 128815 | ;
;
SECTION code_clib
PUBLIC generic_console_cls
PUBLIC generic_console_scrollup
PUBLIC generic_console_printc
PUBLIC generic_console_set_ink
PUBLIC generic_console_set_paper
PUBLIC generic_console_set_attribute
PUBLIC generic_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.