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 |
|---|---|---|---|---|
forthdos.asm | mras0/forth | 10 | 201608 | <filename>forthdos.asm
; Keep SASM (https://github.com/mras0/sasm) comptabile
; A lot like the x86 version, except LastCFA is kept in bx
cpu 8086
org 0x100
NUM_CELLS EQU 4096
RSIZE EQU 128
F_HIDDEN EQU 0x80
F_IMMED EQU 0x40
F_LENMASK EQU 0x1f
O_RDONLY EQU 0
STDIN_FILENO EQU -1 ; 0
STDOUT_F... |
DefensaProgra1/Proga1_partex86NOECO.asm | shuzz22260427/PrograArqui1-Reverberator-3000 | 0 | 201609 | %include "io.inc"
%include '/home/chus/Arqui1/PruebasSasm/functions.asm'
SECTION .data
entrada_a_leer db '/home/chus/Arqui1/DefensaProgra1/polka_eco.txt', 0h ; Archivo de entrada a leer
archivo_salida db '/home/chus/Arqui1/DefensaProgra1/polka_noeco.txt', 0h ; Archivo de salida para cargar los datos final... |
source/system/jumptable.asm | mega65dev/rom-assembler | 0 | 201610 | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : jumptable.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : <NAME>
;
; ***... |
programs/oeis/193/A193252.asm | karttu/loda | 1 | 201611 | ; A193252: Great rhombicuboctahedron with faces of centered polygons.
; 1,75,365,1015,2169,3971,6565,10095,14705,20539,27741,36455,46825,58995,73109,89311,107745,128555,151885,177879,206681,238435,273285,311375,352849,397851,446525,499015,555465,616019,680821,750015,823745,902155,985389,1073591,1166905,1265475,1369445,... |
programs/oeis/334/A334954.asm | neoneye/loda | 22 | 201612 | <gh_stars>10-100
; A334954: a(n) is 1 plus the number of divisors of n.
; 2,3,3,4,3,5,3,5,4,5,3,7,3,5,5,6,3,7,3,7,5,5,3,9,4,5,5,7,3,9,3,7,5,5,5,10,3,5,5,9,3,9,3,7,7,5,3,11,4,7,5,7,3,9,5,9,5,5,3,13,3,5,7,8,5,9,3,7,5,9,3,13,3,5,7,7,5,9,3,11,6,5,3,13,5,5,5,9,3,13,5,7,5,5,5,13,3,7,7,10
mov $3,2
mov $5,$0
lpb $3
mov $0,$... |
programs/oeis/081/A081659.asm | karttu/loda | 0 | 201613 | ; A081659: a(n) = n + Fibonacci(n+1).
; 1,2,4,6,9,13,19,28,42,64,99,155,245,390,624,1002,1613,2601,4199,6784,10966,17732,28679,46391,75049,121418,196444,317838,514257,832069,1346299,2178340,3524610,5702920,9227499,14930387,24157853,39088206,63246024,102334194,165580181,267914337,433494479,701408776,1134903214,183631194... |
programs/oeis/206/A206906.asm | karttu/loda | 1 | 201614 | ; A206906: n+[ns/r]+[nt/r], where []=floor, r=1/3, s=sqrt(3), t=1/s.
; 7,15,23,30,38,47,55,62,70,78,87,94,102,110,117,126,134,142,149,157,166,174,181,189,197,206,213,221,229,236,245,253,261,268,276,285,293,300,308,316,325,332,340,348,355,364,372,380,387,395,404,412,419
mov $1,$0
div $1,5
mov $2,$0
sub $2,$1
add $1,5
d... |
SourceCode/readingAndWritingString.asm | Nuthi-Sriram/Assembly-Level-Code-for-8086 | 0 | 201615 | <gh_stars>0
.model small
.data
msg db 10,?
.stack
.code
.startup
mov dx, offset msg
mov ah,0Ah
int 21h
inc si
add dx,2
mov ah,09h
int 21h
end |
programs/oeis/285/A285881.asm | jmorken/loda | 1 | 201616 | ; A285881: Number of even squarefree numbers <= n.
; 0,1,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,7,7,7,7,8,8,8,8,9,9,9,9,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,15,16,16,16,16,17,17,17,17,18,18,18,18
mov $11,$0
mov $13,$0
lpb $13
clr $0,11
mov $0,$... |
emulator/assembler/simpletest.asm | paulscottrobson/retrochallenge-jan-2016 | 0 | 201617 | ; ******************************************************************************************************************
; Simple Test program , keyboard and display
; ******************************************************************************************************************
cpu sc/mp
org 0x0000
nop
... |
src/engine/utilities/lut.asm | jameswilddev/comb | 0 | 201618 | ; Load a byte from a look-up table in flash in 8 cycles.
; Clobbers Z.
; - A r* to which to write the looked-up byte.
; - A r* from which to read an offset into the look-up table. This can be the r* stored to.
; - The address of the start of the look-up table.
.macro lut
load_immediate_z @2
add r30, @1
adc r31, ... |
programs/oeis/048/A048506.asm | neoneye/loda | 22 | 201619 | ; A048506: a(n) = T(0,n), array T given by A048505.
; 1,2,7,25,81,241,673,1793,4609,11521,28161,67585,159745,372737,860161,1966081,4456449,10027009,22413313,49807361,110100481,242221057,530579457,1157627905,2516582401,5452595201,11777605633,25367150593,54492397569,116769423361,249644974081,532575944705,1133871366145,24... |
artwork/barbaro_frena_gira.asm | fjpena/sword-of-ianna-zx | 67 | 201620 | <reponame>fjpena/sword-of-ianna-zx
; ASM source file created by SevenuP v1.20
; SevenuP (C) Copyright 2002-2006 by <NAME>, aka Metalbrain
;GRAPHIC DATA:
;Pixel Size: ( 24, 32)
;Char Size: ( 3, 4)
;Frames: 2
;Sort Priorities: X char, Char line, Y char, Frame number
;Data Outputted: Gfx
;Inte... |
src/boot/boot.asm | shenchi/scos | 0 | 201621 | ;==========================================================
;Project Name: S.C. Operating System
;Version: 0.02
;Auther: <NAME>
;==========================================================
bits 16
org 0x7c00
%define fat_seg 0x9000
%define fdt_addr 0x1300
%define kernel_seg 0x1000
entry:
jmp short main
... |
base/mvdm/dos/v86/inc/ms_data.asm | npocmaka/Windows-Server-2003 | 17 | 201623 | <gh_stars>10-100
; SCCSID = @(#)msdata.asm 1.8 85/09/12
;
;----------------------------------------------------------------------------
;
; M008 : Renamed callback_ss & callback_sp to AbsRdWr_SS & AbsRdWr_SP
; To be used in Absolute Read/Write DISK routines
; M019 DB 10/26/90 - Disk write optimization: r... |
linked lists/linked list.asm | IAmAnubhavSaini/blog-posts | 0 | 201624 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.60610.1
TITLE d:\source\blog posts\linked lists\linked list.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
$SG4292 DB 0aH, 'debug: entering create_node with value : %d.', 00H
ORG $+2
$SG429... |
libs/CPC_V1_SimplePalette.asm | CurlyPaul/cpc-z80-poc | 0 | 201625 | <reponame>CurlyPaul/cpc-z80-poc<gh_stars>0
;;***************************************
;; Origially based an example at http://www.cpcwiki.eu/index.php/Programming An_example_loader
;;***************************************
ColourPalette: ; hardware colours
defb &54,&42,&56,&4A,&4C,&5E,&4E,&5E,&5E,&4C,&4C,&4C,&4C,&4C,&4... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1453.asm | ljhsiun2/medusa | 9 | 201626 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x3c77, %r11
and $12637, %r12
movb (%r11), %r10b
nop
add %r8, %r8
lea addresses_normal_ht+0x3c77, %rcx
sub %rax, %rax
mov (%rcx), %r11d
nop
nop
sub $1... |
programs/oeis/120/A120962.asm | neoneye/loda | 22 | 201628 | ; A120962: Final digit (in decimal system) of n^(n^n), i.e., n^(n^n) mod 10.
; 0,1,6,7,6,5,6,3,6,9,0,1,6,3,6,5,6,7,6,9,0,1,6,7,6,5,6,3,6,9,0,1,6,3,6,5,6,7,6,9,0,1,6,7,6,5,6,3,6,9,0,1,6,3,6,5,6,7,6,9,0,1,6,7,6,5,6,3,6,9,0,1,6,3,6,5,6,7,6,9,0,1,6,7,6,5,6,3,6,9,0,1,6,3,6,5,6,7,6,9
mov $1,$0
add $0,5
mov $2,$1
add $2,1
gc... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1244.asm | ljhsiun2/medusa | 9 | 201629 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1244.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xa0dd, %rsi
lea addresses_UC_ht+0x1a0dd, %rdi
nop
nop
nop
nop
nop
inc %r9
mov $102, %rcx
rep movsw
... |
EserciziMips/1.5-Triangoli.asm | AntoAndGar/MIPS | 0 | 201630 | <reponame>AntoAndGar/MIPS
.text
.globl main
main:
li $v0, 5
syscall
move $t1, $v0
li $v0, 5
syscall
move $t2, $v0
li $v0, 5
syscall
move $t3, $v0
seq $t4, $t1, $t2
seq $t5, $t1, $t3
seq $t6, $t2, $t3
and $t7, $t4, $t5
and $t7, $t7, $t6
beq $t7, 1, equilatero
or $t8, $t4, $t5
or $t8, $t8, $t6... |
handy_asm/array_man/Reverser/Reverser.asm | FMoller/coding-auxiliary-tools | 0 | 201631 | <filename>handy_asm/array_man/Reverser/Reverser.asm
;Array reverser
;Author: <NAME>
;Created: 25.02.2021 (in x86 Assembly Programming Language From Ground Up course, Udemy)
.386
.model flat,c
.code
Reverser PROC
push ebp
mov ebp,esp
push esi
push edi
xor eax,eax
mov edi,[ebp+8]
mov esi,[ebp+12... |
lib/src/xr/x86/os2/modf.asm | zanud/xds-2.60 | 53 | 201635 | <filename>lib/src/xr/x86/os2/modf.asm
.386p
.387
ifdef OS2
.model FLAT
endif
DGROUP group _DATA
_DATA segment use32 dword public 'DATA'
_DATA ends
ifdef OS2
_TEXT segment use32 dword public 'CODE'
else
_TEXT ... |
Driver/Printer/PrintCom/printcomPCL4Job.asm | steakknife/pcgeos | 504 | 201636 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Printer Drivers
FILE: printcomPCL4Job.asm
AUTHOR: <NAME>, 8 March 1990
ROUTINES:
Name Description
---- -----------
PrintStart... |
bios/setcds/setcds.asm | minblock/msdos | 0 | 201637 | <reponame>minblock/msdos
page ,132
;*** MagicSetCdss -- disable CDSs for still unmounted DblSpace drives
; this routine was lifted out of MS-DOS 6's SYSPRE.ASM module.
;
; entry:
; CDSs are now persistent and in their final place
.xlist
break macro ; dummy macro for include files
endm
include curdir.inc
in... |
bddisasm_test/special/regressions_32.asm | tklengyel/bddisasm | 675 | 201638 | bits 32
db 0x66
pusha
pushad
db 0x66
popa
popad
db 0x26, 0x82, 0xc0, 0xe4 ; add al, 0xe4
db 0x26, 0x0f, 0x05 ; syscall - even though SDM states it's invalid, it works in 32 bit
db 0x26, 0x0f, 0x07 ; sysret - ... |
programs/oeis/098/A098790.asm | jmorken/loda | 1 | 201639 | <reponame>jmorken/loda<filename>programs/oeis/098/A098790.asm
; A098790: a(n) = 2*a(n-1) + a(n-2) + 1, a(0) = 1, a(1) = 2.
; 1,2,6,15,37,90,218,527,1273,3074,7422,17919,43261,104442,252146,608735,1469617,3547970,8565558,20679087,49923733,120526554,290976842,702480239,1695937321,4094354882,9884647086,23863649055,5761194... |
libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc___fslt_callee.asm | jpoikela/z88dk | 38 | 201640 |
SECTION code_fp_math32
PUBLIC cm32_sdcc___fslt_callee
EXTERN cm32_sdcc_fsreadr_callee
EXTERN m32_compare_callee
; Entry: stack: float right, float left, ret
cm32_sdcc___fslt_callee:
call cm32_sdcc_fsreadr_callee ;Exit dehl = right
call m32_compare_callee
ret c
dec hl
ret
|
testdata/hmc-6502/stack_test.asm | tehmaze/mos65xx | 3 | 201642 |
; Tests stack instructions (PHA & PLA & PHP & PLP).
; Assumes that loads & stores (all addressing modes).
; Also assumes ADC (all addressing modes) and all flag instructions work.
;
; Expected Results: $30 = 0x29
LDA #$27
ADC #$01
SEC
PHP
CLC
PLP
ADC #$00
PHA
LDA #$00
PLA
STA $30
|
ta19demo/lib/barden_mul16.asm | hallorant/bitmit | 6 | 201643 | ; <NAME>, Jr. 'TRS-80 Assembly-Language Programming', 1979 pg 190.
;
; Multiplies a 16-bit number by an 8-bit number.
;
; Entry: de 16-bit multiplicand, unsigned
; b 8-bit multiplier, unsigned
; Exit: hl product
; de addr destination area + 1
; bc 0
barden_mul16: ld hl,0 ; Clear initial pr... |
gfx/tilesets/battle_tower_palette_map.asm | Dev727/ancientplatinum | 28 | 201644 | tilepal 0, GRAY, RED, WATER, WATER, GRAY, GRAY, WATER, WATER
tilepal 0, WATER, WATER, WATER, WATER, WATER, WATER, BROWN, BROWN
tilepal 0, WATER, RED, WATER, WATER, GRAY, GRAY, WATER, WATER
tilepal 0, WATER, WATER, WATER, WATER, WATER, WATER, BROWN, BROWN
tilepal 0, WATER, RED, RED, RED, RED, WATER, GRAY, GRAY
til... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_339.asm | ljhsiun2/medusa | 9 | 201645 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xa540, %r11
nop
nop
nop
nop
dec %r9
movl $0x61626364, (%r11)
nop
dec %r13
lea addresses_A_ht+0x1c0ae, %rsi
lea addresses_A_ht+0x1062e, %rdi
nop
nop
nop
and $11941, %rdx
mov $7, %rcx
rep ... |
maps/RowansLab.asm | AtmaBuster/pokecrystal16-493-plus | 1 | 201647 | object_const_def ; object_event constants
RowansLab_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
RowansLab_MapEvents:
db 0, 0 ; filler
db 2 ; warp events
warp_event 4, 11, SANDGEM_TOWN, 1
warp_event 5, 11, SANDGEM_TOWN, 1
db 0 ; coord events
db 0 ; bg events
db 0 ; object events
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_878.asm | ljhsiun2/medusa | 9 | 201648 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rbx
push %rdi
lea addresses_D_ht+0x682d, %r15
clflush (%r15)
nop
nop
nop
nop
nop
cmp %rbx, %rbx
mov $0x6162636465666768, %r9
movq %r9, %xmm0
vmovups %ymm0, (%r15)
nop
nop
nop
nop
sub %rdi, %rdi
pop %rdi
pop %rbx
pop %r9
pop %r15
ret
.global s_fa... |
tests/bfp-014-divide.asm | mtalexander/hyperion | 187 | 201649 | <filename>tests/bfp-014-divide.asm
TITLE 'bfp-014-divide.asm: Test IEEE Divide'
***********************************************************************
*
*Testcase IEEE DIVIDE
* Test case capability includes IEEE exceptions trappable and
* otherwise. Test results, FPCR flags, and any DXC are saved for all
* test... |
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48_notsx.log_7_1713.asm | ljhsiun2/medusa | 9 | 201650 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xce5, %rsi
nop
nop
nop
cmp %r8, %r8
movw $0x6162, (%rsi)
nop
nop
nop
nop
nop
sub $47899, %r10
lea addresses_normal_ht+0xf4e5, %r14
clflush (%r14)
nop
and $2330, %rdi
mov (%r14), %r12w
no... |
programs/oeis/071/A071089.asm | neoneye/loda | 22 | 201651 | ; A071089: Remainder when sum of first n primes is divided by n-th prime.
; 0,2,0,3,6,2,7,1,8,13,5,12,33,23,46,10,27,13,32,0,55,1,44,73,90,50,28,87,63,11,69,17,70,42,41,11,72,139,75,146,44,8,9,164,88,48,7,201,121,79,224,92,46,57,170,26,145,95,216,112,58,71,293,185,129,13,255,81,128,68,297,111,222,30,211,79,264,389,253,... |
src/autogenerated/textBank6.asm | jannone/westen | 49 | 201652 | <filename>src/autogenerated/textBank6.asm
; line: 'Lucy: Hahaha'
; size in bytes: 13
line_0:
db #0c,#42,#90,#6d,#9b,#2a,#00,#39,#69,#77,#69,#77,#69
end_line_0:
; line: 'Lucy: From this house we will build our family!!'
; size in bytes: 49
line_1:
db #30,#42,#90,#6d,#9b,#2a,#00,#35,#8a,#84,#7f,#00,#8e,#77,#79,#8... |
engine/battle/ai/redundant.asm | Dev727/ancientplatinum | 28 | 201653 | <reponame>Dev727/ancientplatinum
AI_Redundant:
; Check if move effect c will fail because it's already been used.
; Return z if the move is a good choice.
; Return nz if the move is a bad choice.
ld a, c
ld de, 3
ld hl, .Moves
call IsInArray
jp nc, .NotRedundant
inc hl
ld a, [hli]
ld h, [hl]
ld l, a
jp hl
.M... |
Lista2/Lista2/Parte2/Programa2.asm | GustavoLR548/ACII-GLR | 1 | 201654 | <gh_stars>1-10
.text
addi $s0,$zero,1 # Declarando x | x = 1
#Somando "x" cinco vezes, para fazer o mesmo "que 5 * x"
add $t0,$t0,$s0
add $t0,$t0,$s0
add $t0,$t0,$s0
add $t0,$t0,$s0
add $t0,$t0,$s0
add $s1,$t0,15 # s1 = y = 5 * x + 15
|
Laboratory/Lab08.asm | Ping6666/Assembly-Language-Projects | 4 | 201655 | <reponame>Ping6666/Assembly-Language-Projects
INCLUDE Irvine32.inc
main EQU start@0
.stack 4096
ExitProcess PROTO, dwExitCode:DWORD
FindLargest PROTO ptrArray:PTR SDWORD, szArray:DWORD
; call FindLargest procedure's prototype
.data
Ex1Array SDWORD 105522063, ,
;陣列初始為105522063, 組員學號1 ,組員學號2
Ex2Array SD... |
src/plasma_tables.asm | defame-demogroup/c64_plasmatoy2 | 0 | 201656 | <reponame>defame-demogroup/c64_plasmatoy2<filename>src/plasma_tables.asm
.align $100
plasmaSine:
.fill $100, $20
.align $100
plasmaCos:
.fill $100, $20
.align $100
plasmaColors:
{
pc1a:
.fill $20, $02
pc2:
.fill $40, $03
pc3:
.fill $40, $04
pc4:
.fill $40, $05
pc1b:
.fill $20, $06
D_COL1:
.byte $02
D_COL2:
.byt... |
x-face.asm | matthijsln/winface | 0 | 201657 | <reponame>matthijsln/winface<filename>x-face.asm
; compface output/input decoding/encoding
; Copyright (C) 2002 <NAME>
; This file licensed as in license.txt
; http://www.xs4all.nl/~walterln/winface/
%define __XFACE_CODE
%include "x-face.inc"
extern _uncompface
extern _compface
; call uncompface() and d... |
smsq/sms/link.asm | olifink/smsqe | 0 | 201660 | <reponame>olifink/smsqe<filename>smsq/sms/link.asm<gh_stars>0
* Link items into system lists V2.00 1986 <NAME> QJUMP
*
section sms
*
xdef sms_lexi
xdef sms_lpol
xdef sms_lshd
xdef sms_liod
xdef sms_lfsd
*
xref mem_llst
xref sms_rtok
*
include dev8_keys_sys
include dev8_keys_qdos_sms
*
* d0 r return OK
* a... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1_1405.asm | ljhsiun2/medusa | 9 | 201661 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1_1405.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xdc95, %r8
nop
nop
lfence
vmovups (%r8), %ymm4
vextracti128 $0, %ymm4, %xmm4
vpextrq... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_697.asm | ljhsiun2/medusa | 9 | 201662 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_697.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r13
push %r15
push %rax
push %rdi
// Faulty Load
mov $0x2ca25400000006b1, %rdi
nop
xor %r10... |
oeis/273/A273493.asm | neoneye/loda-programs | 11 | 201663 | ; A273493: a(n) = A245327(n) + A245328(n).
; Submitted by <NAME>
; 2,3,3,5,5,4,4,8,8,7,7,7,7,5,5,13,13,11,11,12,12,9,9,11,11,10,10,9,9,6,6,21,21,18,18,19,19,14,14,19,19,17,17,16,16,11,11,18,18,15,15,17,17,13,13,14,14,13,13,11,11,7,7,34,34,29,29,31,31,23,23,30,30,27,27,25,25,17,17,31,31,26,26,29,29,22,22,25
add $0,1
m... |
oeis/025/A025722.asm | neoneye/loda-programs | 11 | 201664 | ; A025722: Index of 7^n within sequence of numbers of form 4^i*7^j.
; Submitted by <NAME>(s1)
; 1,3,6,11,17,25,34,44,56,69,84,100,117,136,156,178,201,225,251,278,307,337,368,401,435,471,508,546,586,627,670,714,759,806,854,904,955,1007,1061,1116,1173,1231,1290,1351,1413,1477,1542,1608,1676,1745,1816,1888
mul $0,7
add $... |
texmap/tmap_aa.asm | arbruijn/d1dos | 2 | 201666 | ;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
;IN USING, DISPLAYING, ... |
oeis/053/A053166.asm | neoneye/loda-programs | 11 | 201667 | ; A053166: Smallest positive integer for which n divides a(n)^4.
; Submitted by <NAME>
; 1,2,3,2,5,6,7,2,3,10,11,6,13,14,15,2,17,6,19,10,21,22,23,6,5,26,3,14,29,30,31,4,33,34,35,6,37,38,39,10,41,42,43,22,15,46,47,6,7,10,51,26,53,6,55,14,57,58,59,30,61,62,21,4,65,66,67,34,69,70,71,6,73,74,15,38,77,78,79,10,3,82,83,42,85... |
src/patches/maphacks-us1.asm | SenhorGatinho/kale | 32 | 201668 | incsrc "vars.asm"
//; US PRG1 code locations
define SwapBank8 $d787
define SwapBankA $d796
define SwitchOld $bf0b
define GetTilePtr $ef90
incsrc "mapextra.asm" |
bios/power21/lpc.asm | minblock/msdos | 0 | 201669 | PAGE ,132
TITLE 'Power Control Transient Portion'
;-----------------------------------------------------------------------------
; Power control transient module for POWER.EXE
;
; This file contains the transient code used to turn power
; monitoring on and off from the command li... |
programs/oeis/021/A021001.asm | neoneye/loda | 22 | 201670 | <gh_stars>10-100
; A021001: Pisot sequence P(2,9).
; 2,9,40,178,792,3524,15680,69768,310432,1381264,6145920,27346208,121676672,541399104,2408949760,10718597248,47692288512,212206348544,944209971200,4201252581888,18693430269952,83176226243584,370091765514240,1646719514544128,7327061589204992,32601685385908224,1450608647... |
projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_15.asm | jverkoey/awaken | 68 | 201671 | <filename>projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_15.asm
SECTION "ROM Bank 15", ROMX[$4000], BANK[$15]
db $01, $02, $01, $01, $04, $17, $06, $67
db $15, $D4, $7F, $14, $EA, $4F, $08, $00
db $00, $14, $E4, $33, $03, $22, $04, $CC
db $00, $36, $02, $04, $07, $0D, $CD, $00
db ... |
Kernel/libasm/libasm.asm | glpecile/2020Q2_ARQ_TPE | 0 | 201672 | GLOBAL cpuVendor
GLOBAL getRTC
GLOBAL getSP
section .text
cpuVendor:
push rbp
mov rbp, rsp
push rbx
mov rax, 0
cpuid
mov [rdi], ebx
mov [rdi + 4], edx
mov [rdi + 8], ecx
mov byte [rdi+13], 0
mov rax, rdi
pop rbx
mov rsp, rbp
pop rbp
ret
getRTC:
mov rax, rdi ; recibimos por parámetro.
out 70h,... |
output/assembleur.asm | jodorganistaca/Projet_SI | 0 | 201673 | <reponame>jodorganistaca/Projet_SI
JMP 19
ADD 1 20 21
ADD 2 1 22
COP 19 2
LR
COP 20 24
COP 21 25
COP 22 26
BJ 2
COP 26 26
COP 25 25
COP 24 24
COP 28 19
PRI 28
ADD 3 24 25
ADD 4 3 28
COP 19 4
LR
AFC 5 2
COP 30 5
AFC 6 4
COP 31 6
AFC 7 5
COP 32 7
AFC 8 1
COP 33 8
COP... |
stniccc.asm | kieranhj/stniccc-archie | 3 | 201674 | <gh_stars>1-10
; ============================================================================
; STNICCC-Archie
; A port of STNICCC-2000 by Oxygene for the Acorn Archimedes series
; ============================================================================
.equ _TESTS, 0
.equ _UNROLL_SPAN, 1
.equ _DRAW_WIREFRAME, 0
.... |
Library/Mailbox/UI/uiSendDialog.asm | steakknife/pcgeos | 504 | 201675 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT:
MODULE:
FILE: uiSendDialog.asm
AUTHOR: <NAME>, Oct 4, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
... |
programs/oeis/061/A061091.asm | jmorken/loda | 1 | 201676 | <reponame>jmorken/loda
; A061091: Number of k with 1 <= k <= n relatively prime to phi(k).
; 1,2,3,3,4,4,5,5,5,5,6,6,7,7,8,8,9,9,10,10,10,10,11,11,11,11,11,11,12,12,13,13,14,14,15,15,16,16,16,16,17,17,18,18,18,18,19,19,19,19,20,20,21,21,21,21,21,21,22,22,23,23,23,23,24,24,25,25,26,26,27,27,28,28,28,28,29,29,30,30,30,30... |
boot/print_pm.asm | Machinocheese/BASA-OS | 0 | 201677 | <filename>boot/print_pm.asm
[bits 32]
;TL;DR - write to display device by writing to 0xb8000 onwards
; Define some constants
VIDEO_MEMORY equ 0xb8000
WHITE_ON_BLACK equ 0x0f
; prints a null -terminated string pointed to by EBX
print_string_pm:
pusha
mov edx , VIDEO_MEMORY ; Set edx to the start of v... |
third_party/codecs/xvidcore/src/utils/x86_asm/mem_transfer_mmx.asm | Narflex/sagetv | 292 | 201678 | <filename>third_party/codecs/xvidcore/src/utils/x86_asm/mem_transfer_mmx.asm<gh_stars>100-1000
;/****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - 8<->16 bit transfer functions -
; *
; * Copyright (C) 2001 <NAME> <<EMAIL>>
; * 2001-2008 ... |
programs/oeis/092/A092790.asm | neoneye/loda | 22 | 201680 | <filename>programs/oeis/092/A092790.asm
; A092790: a(n) = (n+1)*phi(n-1)/2.
; 2,5,6,14,8,27,20,33,24,65,28,90,48,68,72,152,60,189,88,138,120,275,104,270,168,261,180,434,128,495,272,350,288,444,228,702,360,492,336,860,264,945,460,564,528,1127,400,1071,520,848,648,1430,504,1140,696,1062,840,1769
mov $1,$0
add $0,4
add $... |
boot/stage2/entry.asm | wodOS/wodOS | 4 | 201681 | ;;
; wodOS Operating System
; Copyright © 2021-2022 wodOS Operating System Developers. All rights reserved.
;
; Use of this source code is governed by a BSD-style license that can be
; found in the LICENSE file.
;
; Contributor(s):
; - <NAME> <<EMAIL>>
;;
[bits 16]
[section .entry]
[extern __bss_start]
[ex... |
kernel/q.asm | lodvaer/YHBT | 2 | 201682 | ;; Quaject related functionality, such as create, remove, etc.
class q
ivar base, Q_TABLE
;! Create a new quaject
;: *Mem base -> Int realsize -> *Q
;. mm.palloc, mm.pclear, memcpy
;+ rdi, rsi
proc 0, create
push rdi, rsi
mov edi, 1000h
lock xadd [this.base], rdi
push rdi
xor rsi, rsi
call mm.palloc
... |
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_bitmask2px.asm | Frodevan/z88dk | 640 | 201683 | <gh_stars>100-1000
; uchar tshr_bitmask2px(uchar bitmask)
SECTION code_clib
SECTION code_arch
PUBLIC tshr_bitmask2px
EXTERN zx_bitmask2px
defc tshr_bitmask2px = zx_bitmask2px
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshr_bitmask2px
defc _tshr_bitmask2px = tshr_bitmask2px
ENDIF
|
programs/oeis/055/A055086.asm | karttu/loda | 0 | 201684 | <gh_stars>0
; A055086: n appears 1+[n/2] times.
; 0,1,2,2,3,3,4,4,4,5,5,5,6,6,6,6,7,7,7,7,8,8,8,8,8,9,9,9,9,9,10,10,10,10,10,10,11,11,11,11,11,11,12,12,12,12,12,12,12,13,13,13,13,13,13,13,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,15,16,16,16,16,16,16,16,16,16,17,17,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,... |
libsrc/adt/linkedlist/adt_ListTrim.asm | meesokim/z88dk | 0 | 201685 | ; void __FASTCALL__ *adt_ListTrim(struct adt_List *list)
; 02.2003, 08.2005 aralbrec
PUBLIC adt_ListTrim
EXTERN l_setmem
EXTERN _u_free
.adt_ListTrim
; enter: hl = struct adt_List *
; exit : no carry = list empty, hl = 0 else:
; HL = item removed from list
; last item removed from list and current poi... |
engine/phone/scripts/brent_gossip.asm | Dev727/ancientplatinum | 28 | 201686 | BrentBillTriviaScript:
random 10
ifequal 0, .Father
ifequal 1, .Grandpa
ifequal 2, .Goldenrod
ifequal 3, .Route25
ifequal 4, .Abra
ifequal 5, .Sister
ifequal 6, .Milk
ifequal 7, .Battling
ifequal 8, .FlowerShop
ifequal 9, .KimonoGirl
.Father:
farwritetext UnknownText_0x662bc
buttonsound
sjump PhoneScript... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_140.asm | ljhsiun2/medusa | 9 | 201687 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x864e, %rsi
lea addresses_A_ht+0xd0e4, %rdi
nop
nop
add %r8, %r8
mov $66, %rcx
rep movsw
nop
inc %r8
lea addresses_normal_ht+0xeb5e, %rsi
lea addresses_WT_ht+0x4b4e, %rdi
nop
cm... |
oeis/142/A142494.asm | neoneye/loda-programs | 11 | 201688 | ; A142494: Primes congruent to 29 mod 51.
; Submitted by <NAME>
; 29,131,233,641,743,947,1049,1151,1559,2069,2273,2477,2579,3089,3191,3701,3803,4007,4211,4517,4721,5231,5333,5639,5741,5843,6047,6353,6659,6761,6863,7577,7883,8087,8291,8597,8699,9209,9311,9413,9719,9923,10331,10433,10739,11351,11657,12269,12473,12983,131... |
oeis/061/A061224.asm | neoneye/loda-programs | 11 | 201690 | <filename>oeis/061/A061224.asm
; A061224: a(n) = n^2 + (n + 1)^3 + (n + 2)^4 + (n + 3)^5.
; 260,1114,3412,8474,18244,35410,63524,107122,171844,264554,393460,568234,800132,1102114,1488964,1977410,2586244,3336442,4251284,5356474,6680260,8253554,10110052,12286354,14822084,17760010,21146164,25029962,29464324,34505794,40214... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1146.asm | ljhsiun2/medusa | 9 | 201691 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1146.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xf80d, %rsi
lea addresses_UC_ht+0x36ed, %rdi
clflush (%rsi)
nop
sub %r13, %r13
mov $56, %rc... |
programs/oeis/047/A047501.asm | jmorken/loda | 1 | 201692 | ; A047501: Numbers that are congruent to {1, 3, 4, 5, 7} mod 8.
; 1,3,4,5,7,9,11,12,13,15,17,19,20,21,23,25,27,28,29,31,33,35,36,37,39,41,43,44,45,47,49,51,52,53,55,57,59,60,61,63,65,67,68,69,71,73,75,76,77,79,81,83,84,85,87,89
mov $2,$0
lpb $0
trn $1,$0
trn $0,3
add $1,1
add $1,$0
trn $0,2
lpe
lpb $2
add ... |
pkgs/tools/yasm/src/libyasm/tests/reserve-err1.asm | manggoguy/parsec-modified | 2,151 | 201693 | <gh_stars>1000+
; Test res* family errors
a:
resb -5
resw 1.2
resd -1.2
resq 0xffffffff
rest a
[section .bss]
resb -5
resw 1.2
resd -1.2
resq 0xffffffff
rest a
|
programs/oeis/007/A007466.asm | neoneye/loda | 22 | 201695 | <reponame>neoneye/loda
; A007466: Exponential-convolution of natural numbers with themselves.
; 1,4,14,44,128,352,928,2368,5888,14336,34304,80896,188416,434176,991232,2244608,5046272,11272192,25034752,55312384,121634816,266338304,580911104,1262485504,2734686208,5905580032,12717129728,27313307648,58518929408,12509092249... |
programs/oeis/188/A188069.asm | karttu/loda | 0 | 201696 | ; A188069: Positions of 0 in A188068; complement of A188070.
; 1,4,8,12,15,19,23,27,30,34,38,42,45,49,53,56,60,64,68,71,75,79,83,86,90,94,98,101,105,109,112,116,120,124,127,131,135,139,142,146,150,154,157,161,165,168,172,176,180,183,187,191,195,198,202,206,209,213,217,221,224,228,232,236,239,243,247,251,254,258,262,265... |
PRACT0/SO1HPUB/asm/telon.asm | so1h/SO1H | 0 | 201697 | <reponame>so1h/SO1H<filename>PRACT0/SO1HPUB/asm/telon.asm
bits 16
; glb intptr_t : int
; glb uintptr_t : unsigned
; glb intmax_t : int
; glb uintmax_t : unsigned
; glb int8_t : signed char
; glb int_least8_t : signed char
; glb int_fast8_t : signed char
; glb uint8_t : unsigned char
; glb uint_least8_t : unsigned char... |
src/asm/flash.asm | commandblockguy/nanotube | 8 | 201698 | <reponame>commandblockguy/nanotube
def _flash_write
heapBot := 0D1887Ch
;void flash_write(void *flash_loc, void *data, size_t size)
_flash_write:
call flash_unlock
ld iy,0
add iy,sp
push ix
xor a,a
sbc hl,hl
ld bc,(iy+9)
sbc hl,bc
jr z,_flash_write.zero_size
ld hl,(iy+6)
ld de,(iy+3)
push iy
ld iy,1... |
programs/oeis/135/A135841.asm | neoneye/loda | 22 | 201699 | <reponame>neoneye/loda
; A135841: A000012 * A135839 as infinite lower triangular matrices.
; 1,2,1,3,1,1,4,2,1,1,5,2,2,1,1,6,3,2,2,1,1,7,3,3,2,2,1,1,8,4,3,3,2,2,1,1,9,4,4,3,3,2,2,1,1,10,5,4,4,3,3,2,2,1,1,11,5,5,4,4,3,3,2,2,1,1,12,6,5,5,4,4,3,3,2,2,1,1,13,6,6,5,5,4,4,3,3,2,2,1,1,14,7,6,6,5,5,4,4,3
seq $0,143956 ; Trian... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_343.asm | ljhsiun2/medusa | 9 | 201700 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1c0f9, %rbp
clflush (%rbp)
cmp $29152, %rdi
movw $0x6162, (%rbp)
nop
nop
nop
dec %r10
lea addresses_A_ht+0x1b3de, %rdx
add %r14, %r14
mov $0x616263... |
oeis/016/A016326.asm | neoneye/loda-programs | 11 | 201701 | <filename>oeis/016/A016326.asm
; A016326: Expansion of 1/((1-2x)(1-10x)(1-12x)).
; Submitted by <NAME>
; 1,24,412,6192,86800,1166592,15249088,195489024,2470868224,30900418560,383305022464,4724660269056,57945923227648,707851078729728,8619212944752640,104680555337023488,1268666664044265472,15348999968531152896,1854379996... |
programs/oeis/129/A129696.asm | neoneye/loda | 22 | 201703 | <reponame>neoneye/loda
; A129696: Antidiagonal sums of triangular array T defined in A014430: T(j,k) = binomial(j+1, k)-1 for 1 <= k <= j.
; 1,2,5,9,17,29,50,83,138,226,370,602,979,1588,2575,4171,6755,10935,17700,28645,46356,75012,121380,196404,317797,514214,832025,1346253,2178293,3524561,5702870,9227447,14930334,24157... |
nob64.asm | febnug/number-of-beast | 0 | 201704 | global _start
section .text
_start:
fld1
fst st1
fadd st1, st0
fdiv st0, st1
push 0x534
fild dword [rsp]
pop rax
fxch st1
fmul st0, st1
fistp dword [rsp]
pop rax
|
oeis/079/A079901.asm | neoneye/loda-programs | 11 | 201705 | <reponame>neoneye/loda-programs<filename>oeis/079/A079901.asm
; A079901: Triangle of powers, T(n,k) = n^k, 0<=k<=n, read by rows.
; 1,1,1,1,2,4,1,3,9,27,1,4,16,64,256,1,5,25,125,625,3125,1,6,36,216,1296,7776,46656,1,7,49,343,2401,16807,117649,823543,1,8,64,512,4096,32768,262144,2097152,16777216,1,9,81,729,6561,59049,53... |
asm/strrchr.asm | GabrielRavier/Generic-Assembly-Samples | 0 | 201706 | <reponame>GabrielRavier/Generic-Assembly-Samples<gh_stars>0
global @ASM_strrchr@8
segment .text align=16
%define result eax
%define string ecx
%define character edx
%define currentCharacter ebx
%define loCurrentCharacter bl
@ASM_strrchr@8:
xor result, result
push currentCharacter
movsx current... |
x86/math_operations_toolkit/math_operations_toolkit.asm | straceX/assemblyprogrammingtoolkit | 0 | 201707 | [BITS 32]
section .text
global _addASM, _multiplyASM, _gettotalASM,_swapASM,_getmaxASM,_AddPacked
_addASM:
push ebp
mov ebp, esp
mov eax, [ebp + 8]
add eax, [ebp + 12]
pop ebp
ret
_multiplyASM:
push ebp
mov ebp, esp
mov eax, [ebp + 8]
mul dword [ebp + 12]
pop ebp
ret
_gettotalASM:
push ebp
mov ebp, es... |
doc/code/mincalls.asm | thrig/scripts | 17 | 201708 | bits 64
section .data
lotsa: times 9999 db "a"
.len: equ $-lotsa
section .text
global _start
_start: mov rax,1 ; sys_write
mov rdi,1 ; stdout
mov rsi,lotsa
mov rdx,lotsa.len
syscall
mov rax,60 ; sys_exit
mov rdi,0 ; exit code
syscall
|
oeis/089/A089611.asm | neoneye/loda-programs | 11 | 201710 | <gh_stars>10-100
; A089611: Number of primes between n^2 and (n+1/3)^2.
; Submitted by <NAME>
; 0,1,1,1,0,1,1,1,1,2,1,2,1,2,3,2,1,1,2,2,2,2,1,2,2,3,3,2,3,3,3,3,5,2,3,5,2,4,3,6,3,4,5,2,4,5,4,3,3,3,4,6,4,3,4,4,5,4,4,6,4,6,4,5,7,5,6,7,6,7,5,5,3,8,8,7,2,7,7,4,7,4,4,5,5,4,8,5,6,5,7,4,8,8,6,6,11,8,9,5
add $0,1
mov $3,$0
mul... |
externals/skia/third_party/externals/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/gas-macho64-pic.asm | terrajobst/linux-packaging-skiasharp | 2,151 | 201712 | <reponame>terrajobst/linux-packaging-skiasharp
call _foo
# r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
# E8 00 00 00 00
call _foo+4
# r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
# E8 04 00 00 00
movq _foo@GOTPCREL(%rip), %rax
# r_type=X86_6... |
oeis/014/A014101.asm | neoneye/loda-programs | 11 | 201713 | ; A014101: a(n) = a(n-1) + a(n-4), starting 1,1,1,3.
; Submitted by <NAME>
; 1,1,1,3,4,5,6,9,13,18,24,33,46,64,88,121,167,231,319,440,607,838,1157,1597,2204,3042,4199,5796,8000,11042,15241,21037,29037,40079,55320,76357,105394,145473,200793,277150,382544,528017,728810,1005960,1388504,1916521,2645331,3651291,5039795,6956... |
oeis/224/A224337.asm | neoneye/loda-programs | 11 | 201714 | <filename>oeis/224/A224337.asm
; A224337: Number of idempotent 6X6 0..n matrices of rank 5.
; 378,2910,12282,37494,93306,201678,393210,708582,1199994,1932606,2985978,4455510,6453882,9112494,12582906,17038278,22674810,29713182,38399994,49009206,61843578,77236110,95551482,117187494,142576506,172186878,206524410,246133782... |
oeis/007/A007591.asm | neoneye/loda-programs | 11 | 201715 | <reponame>neoneye/loda-programs
; A007591: Numbers k such that k^2 + 4 is prime.
; Submitted by <NAME>
; 1,3,5,7,13,15,17,27,33,35,37,45,47,57,65,67,73,85,87,95,97,103,115,117,125,135,137,147,155,163,167,177,183,193,203,207,215,217,233,235,243,245,253,255,265,267,275,277,287,293,303,307,313,317,347,357,373,375,385,403,... |
symbolinen_konekieli/Ratol_msdos/_ali1.asm | tkukka/VariousContent | 0 | 201717 | ;RaTol Symbolinen konekieli: Harjoitus 2, tehtävä 2
;Tero Kukka IY96A
;Tiedosto: _ali1.asm
;Luotu 19.2.1998
;Aliohjelma _ali1
public _ali1
.model small ;muistimalli
.stack 0h ;pinon koko
.data ;muuttujalohko
.code ... |
Transynther/x86/_processed/NC/_st_zr_/i7-7700_9_0xca.log_21829_347.asm | ljhsiun2/medusa | 9 | 201718 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x6853, %rcx
nop
nop
nop
xor $36968, %r9
vmovups (%rcx), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $0, %xmm1, %rbx
nop
nop
nop
xor %r9, %r9
lea addresses_normal_ht+0x18b5b, %r... |
base32dec.asm | bbortt/assembler-binary-2-base32 | 0 | 201719 | <filename>base32dec.asm
; Executable name : base32dec
; Description : Program to encode base32 input to binary
;
; Build using these commands:
; nasm -f elf64 -g -F dwarf base32dec.asm
; ld -o base32dec base32dec.o
;
; -----------------------------------------------------------
; MIT License
;
; Copyrigh... |
CPU/cpu_test/test_storage/lbu.asm | SilenceX12138/MIPS-Microsystems | 55 | 201720 | .text
li $1,0xff
li $2,0xee
li $3,0xdd
li $4,0xcc
sb $1,0($0)
sb $2,1($0)
sb $3,2($0)
sb $4,3($0)
lbu $t1,0($0)
lbu $t2,1($0)
lbu $t3,2($0)
lbu $t4,3($0)
lb $s1,0($0)
lb $s2,1($0)
lb $s3,2($0)
lb $s4,3($0)
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_645.asm | ljhsiun2/medusa | 9 | 201721 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1c9cb, %r11
nop
nop
nop
nop
nop
add %r14, %r14
movb (%r11), %r8b
nop
inc %r14
lea addresses_A_ht+0xa24b, %rax
nop
nop
add %r13, %r13
vmovups (%rax), %ymm3
... |
tests/popcount/popcount.asm | nkkav/toysim | 1 | 201722 | <reponame>nkkav/toysim
#
# Filename: popcount.nac
# Purpose : N-address code (NAC) implementation for the "ones' count" (also
# known as population count) algorithm.
# Author : <NAME> (C) 2009, 2010
# Date : 13-Aug-2009
# Revision: 0.1.0 (13/08/09)
# Initial version.
#
# at = X[1]
# inp = X[2]... |
libsrc/fcntl/spectrum/zxbasdrv/zxgetfname.asm | andydansby/z88dk-mk2 | 1 | 201723 | <filename>libsrc/fcntl/spectrum/zxbasdrv/zxgetfname.asm
;
; Init BASIC variables for file name and drive number
;
; Stefano - 13/7/2006
;
; Internal use only.
; To be called with HL pointing to the file name;
; This routine will eventually strip the header and update
; the 'D' BASIC variable with the drive number.
; N$... |
Src/Ant8/io.asm | geoffthorpe/ant-architecture | 0 | 201724 | lc r2, 'a'
lc r3, 'b'
in r4, ASCII
in r5, ASCII
in r6, ASCII
out r2, ASCII
out r3, ASCII
out r4, ASCII
out r5, ASCII
out r6, ASCII
hlt
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.