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/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_1_1914.asm | ljhsiun2/medusa | 9 | 203831 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xcad3, %rsi
lea addresses_WC_ht+0x96b7, %rdi
nop
nop
nop
nop
cmp $10246, %rax
mov $65, %rcx
rep movsq
nop
nop
nop
and $29670, %rbx
lea... |
sw/552tests/rand_simple/t_4_srl.asm | JPShen-UWM/ThreadKraken | 1 | 203832 | // seed 4
lbi r0, 165 // icount 0
slbi r0, 182 // icount 1
lbi r1, 238 // icount 2
slbi r1, 190 // icount 3
lbi r2, 131 // icount 4
slbi r2, 65 // icount 5
lbi r3, 101 // icount 6
slbi r3, 158 // icount 7
lbi r4, 184 // icount 8
slbi r4, 63 // icount 9
lbi r5, 122 // icount 10
slbi r5, 60 // icount 11
lbi r6, 27 // ico... |
oeis/258/A258277.asm | neoneye/loda-programs | 11 | 203833 | <reponame>neoneye/loda-programs
; A258277: Expansion of chi(-q) * phi(-q^3) * psi(q^3) in powers of q where chi(), phi(), psi() are Ramanujan theta functions.
; Submitted by <NAME>
; 1,-1,0,-2,2,-1,0,0,3,0,0,-2,2,-2,0,0,1,-2,0,-2,2,-1,0,0,2,0,0,-2,4,0,0,0,2,-3,0,-2,2,0,0,0,1,0,0,-4,0,-2,0,0,4,-2,0,0,2,-2,0,0,3,0,0,-2,2... |
asm/bootloader/4/main.asm | BoKoIsMe/J1900_FreeBSD | 0 | 203834 | org 07c00h
mov ax,cs
mov ds,ax
mov ss,ax
mov fs,ax
mov sp,07c00h
mov ax,0B800h
mov es,ax
xor di,di
mov si,hwMSG
mov ax,0002h
int 10h
mov cx,lenMSG
mov al,0ch
cld
again:
movsb
stosb
loop again
jmp $
hwMSG db "Hello, OSS world!"
lenMSG equ $ - hwMSG
times 510 - ($ - $$) db 0
dw 0xaa55
|
programs/ones_and_zeros.asm | lucaspiller/dcpu16-ide | 1 | 203835 | <filename>programs/ones_and_zeros.asm<gh_stars>1-10
;
;DCPU-16 ASM Generated by LCC 4.2 (dcpu16-lcc v0.1)
;
JSR _global_main
:_crash
SET PC, _crash
:_global_main
SET PUSH, 0 ;making room on stack for locals
SET I, J
SET J, SP ;set new frame pointer
SET PUSH, I ;save previous frame pointer
SET PC, _L3
:_L2
SET Z, [... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_6724_861.asm | ljhsiun2/medusa | 9 | 203836 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xab9, %r13
inc %rbx
movb $0x61, (%r13)
nop
nop
nop
sub %r15, %r15
lea addresses_normal_ht+0x3b53, %rsi
lea addresses_D_ht+0x2753, %rdi
nop
nop
nop
and $19735, %... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_1346.asm | ljhsiun2/medusa | 9 | 203837 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x39cf, %rsi
lea addresses_D_ht+0x226f, %rdi
nop
nop
inc %r12
mov $54, %rcx
rep movsl
nop
add $61607, %rax
lea addresses_D_ht+0xa62b, %rcx
nop
nop
nop... |
oeis/078/A078069.asm | neoneye/loda-programs | 11 | 203838 | ; A078069: Expansion of (1-x)/(1+2*x+2*x^2).
; Submitted by <NAME>(s4)
; 1,-3,4,-2,-4,12,-16,8,16,-48,64,-32,-64,192,-256,128,256,-768,1024,-512,-1024,3072,-4096,2048,4096,-12288,16384,-8192,-16384,49152,-65536,32768,65536,-196608,262144,-131072,-262144,786432,-1048576,524288,1048576,-3145728,4194304,-2097152,-4194304,... |
programs/oeis/183/A183860.asm | jmorken/loda | 1 | 203839 | <reponame>jmorken/loda
; A183860: n+floor(sqrt(3n+1)); complement of A183861.
; 3,4,6,7,9,10,11,13,14,15,16,18,19,20,21,23,24,25,26,27,29,30,31,32,33,34,36,37,38,39,40,41,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,60,61,62,63,64,65,66,67,69,70,71,72,73,74,75,76,77,79,80,81,82,83,84,85,86,87,88,90,91,92,93,94,95,96,97... |
Library/SpecUI/CommonUI/CUtils/copenAppMisc.asm | steakknife/pcgeos | 504 | 203840 | <gh_stars>100-1000
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1994 -- All Rights Reserved
GEOWORKS CONFIDENTIAL
PROJECT: GEOS
MODULE: OpenLook/Open
FILE: copenAppMisc.asm
ROUTINES:
Name Description
---- -----------
MTD MSG_GEN_APPL... |
oeis/119/A119538.asm | neoneye/loda-programs | 11 | 203841 | ; A119538: Fixed point of the morphism a -> {a, a + 1, 2a + 2} beginning with 0.
; Submitted by <NAME>
; 0,1,2,1,2,4,2,3,6,1,2,4,2,3,6,4,5,10,2,3,6,3,4,8,6,7,14,1,2,4,2,3,6,4,5,10,2,3,6,3,4,8,6,7,14,4,5,10,5,6,12,10,11,22,2,3,6,3,4,8,6,7,14,3,4,8,4,5,10,8,9,18,6,7,14,7,8,16,14,15,30,1,2,4,2,3,6,4,5,10,2,3,6,3,4,8
mov ... |
third_party/heif_decoder/src/main/cpp/libx265/common/x86/blockcopy8.asm | vy12021/glide_webp | 14 | 203842 | <reponame>vy12021/glide_webp
;*****************************************************************************
;* Copyright (C) 2013-2017 MulticoreWare, Inc
;*
;* Authors: <NAME> <<EMAIL>>
;* <NAME> <<EMAIL>>
;* <NAME> <<EMAIL>>
;*
;* This program is free software; you can redistribute it and/or modify
;... |
source/boot/check.asm | kaiserschmarrn0/takao | 0 | 203844 | %include "source/boot/constants.asm"
[bits 32]
section .text
global checkCPUID:function (checkCPUID.end - checkCPUID)
checkCPUID:
extern earlyError;
; We will check if CPUID is supported by attempting to flip the ID
; bit (bit 21) in the FLAGS register.
; If we can flip it, CPUID is available.
... |
software/pcx86/test/cpu/80186/sub.asm | jriwanek-forks/pcjs | 711 | 203845 | use16
start:
mov sp,160
; sub word tests
mov ax,00001h
mov bx,00002h
sub ax,bx
mov word[0],ax
mov word[2],bx
pushf
mov dx,0ffffh
mov word[4],0ffffh
sub word[4],dx
mov word[6],dx
pushf
mov cx,0ffffh
mov word[8],00001h
sub cx,word[8]
mov word[10],cx
pushf
mov ax,08000h
sub ax,00001h
mov wo... |
oeis/302/A302734.asm | neoneye/loda-programs | 11 | 203846 | <reponame>neoneye/loda-programs
; A302734: Number of paths in the n-path complement graph.
; Submitted by <NAME>
; 0,0,1,6,32,186,1245,9588,83752,817980,8827745,104277450,1337781336,18518728326,275087536717,4364152920456,73637731186160,1316713607842968,24869730218182497,494752411594456110,10339913354716379440,226485946... |
P8/P8_Test_Code/timer_main.asm | flyinglandlord/BUAA-CO-2021 | 5 | 203847 | # *** I/O Address Table ***
# Data Memory 0x0000_0000 - 0x0000_2fff
# Timer0 0x0000_7f00 - 0x0000_7f0b
# UART 0x0000_7f20 - 0x0000_7f3b
# Digital Tube 0x0000_7f40 - 0x0000_7f47
# Dip Switch 0x0000_7f50 - 0x0000_7f57
# Button Key <KEY> - <KEY>
# LED 0x0000_7f60 - 0x00... |
syscall.asm | Trunkol/DCA0104-ArqComp | 0 | 203848 | <filename>syscall.asm
.text
main:
#Impressão de mensagem 1 no console
addi $v0, $zero, 4
la $a0, msg1
syscall
#Leitura de dados
addi $v0, $zero, 5
syscall
add $t0, $v0, $zero
#Impressão de mensagem 2 no console
addi $v0, $zero, 4
la $a0, msg2
syscall
#Leitura de dados
addi $v0, $zero, 5
syscal... |
kernel.asm | pigcake999yt/MingKernel | 0 | 203849 | <gh_stars>0
; ==================================================
; MingKernel Kernel
; --------------------------------------------------
; The kernel uses FAT12 (File Allocation Table)
; and other resources to essentially make the full
; operating system.
; ==================================================
;--------... |
oeis/175/A175851.asm | neoneye/loda-programs | 11 | 203850 | ; A175851: a(n) = 1 for noncomposite n, a(n) = n - previousprime(n) + 1 for composite n.
; Submitted by <NAME>(s1.)
; 1,1,1,2,1,2,1,2,3,4,1,2,1,2,3,4,1,2,1,2,3,4,1,2,3,4,5,6,1,2,1,2,3,4,5,6,1,2,3,4,1,2,1,2,3,4,1,2,3,4,5,6,1,2,3,4,5,6,1,2,1,2,3,4,5,6,1,2,3,4,1,2,1,2,3,4,5,6,1,2,3,4,1,2,3,4,5,6,1,2,3,4,5,6,7,8,1,2,3,4
l... |
3d/objects.asm | arbruijn/d1dos | 2 | 203851 | <reponame>arbruijn/d1dos
;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-USER... |
enhancement/vwf_font_old.asm | hansbonini/-SMD-Phantasy-Star-3 | 1 | 203852 | <filename>enhancement/vwf_font_old.asm
mem_1 = ramaddr($FFFFFF80)
mem_2 = ramaddr($FFFFFF86)
mem_3 = ramaddr($FFFFE400) ; VRAM ADDRESS
mem_4 = ramaddr($FFFFFF88)
mem_5 = ramaddr($FFFFFF60)
gfx_font_16_8:
binclude "gfx/vwf/font_16x8.bin"
even
font_pre_render:
cmp.w #$0, $32(a6)
bne.s vwf_continue
... |
Books/Beginning x64 Assemlby Programming/ch01/hello.asm | tarsoqueiroz/Assembly | 0 | 203853 | ;hello.asm
section .data
msg db "hello, world",0
section .bss
section .text
global main
main:
mov rax, 1 ; 1 = write
mov rdi, 1 ; 1 = to stdout
mov rsi, msg ; string to display in rsi
mov rdx, 12 ; length of the string, withou 0
syscall ; display the string
mov rax, 60 ; 60 = exit
mov rdi, 0 ; 0 = success ex... |
project/other/console.v1.asm | HKhademian/AssemblyDandamudi | 1 | 203855 | <reponame>HKhademian/AssemblyDandamudi
%include "file.asm"
global console.write
extern _Beep@8
section .code
console.write:
;;; console.write(str, len)
;;; writes len(arg1:DWORD) char str(arg1:DWORD) in console
enter 0,0
;push eax
push ecx
push edx
call file.GetStdOutHandle ; eax = std_out_hand
push DWORD ... |
Labs/Lab7/lab07_ex2.asm | ptr2578/CS61 | 1 | 203856 | ;=================================================
; Name: <NAME>
; Email: <EMAIL>
; GitHub username: ptr2578
;
; Lab: lab 7
; Lab section: B21
; TA: <NAME>
;=================================================
.ORIG x3000 ; Program begins here
;-------------
;Instructions
;-------------
;-----------------------------... |
Lezioni/Assembly/ISA/0.asm | FoxySeta/unibo-11925-architettura-degli-elaboratori | 2 | 203858 | <filename>Lezioni/Assembly/ISA/0.asm
/*
Università di Bologna
Corso di laurea in Informatica
11925 - Architettura degli elaboratori
<NAME> #969766
28/10/2020
0.asm
RAM[2] = RAM[1] - RAM[0] - 2
*/
@1
D = M // D = RAM[1]
@2
M = D // RAM[2] = D
@0
D = M // D = RAM[0]
@2
M = M - D // RAM[2] -... |
examples/isprime.asm | Eittipat/isb | 1 | 203859 | ;---------------------------------------------------------------------------------------------------
; The ISB Assembly code generated from isprime.bas
; The code can be parsed and run by the shell tool of ISB (Interactive Small Basic).
; See https://github.com/wixette/isb for more details.
;---------------------------... |
os/syscalls.asm | sirupsen/flying-cat | 7 | 203861 | ; =============================================================================
; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
; Copyright (C) 2008-2010 Return Infinity -- see LICENSE.TXT
;
; System Call Section -- Accessible to user programs
; ===================================================... |
Source/Levels/L0803.asm | AbePralle/FGB | 0 | 203862 | <reponame>AbePralle/FGB
; L0803.asm genie
; Generated 11.13.2000 by mlevel
; Modified 11.13.2000 by <NAME>
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
WATERINDEX EQU 24
VAR_WATER EQU 0
;---------------------------------------------------------------------
SECTION "Level0803Section",ROMX
;----------------... |
sway-core/tests/ir_to_asm/storage_load.asm | binggh/sway | 75 | 203863 | <filename>sway-core/tests/ir_to_asm/storage_load.asm
.program:
ji i4
noop
DATA_SECTION_OFFSET[0..32]
DATA_SECTION_OFFSET[32..64]
lw $ds $is 1
add $$ds $$ds $is
lw $r1 $fp i73 ; load input function selector
lw $r0 data_3 ; load fn selector for comparison
eq $r0 $r1 $r0 ... |
bf-interpreter.asm | skiwi2/AssemblyBrainfuckInterpreter | 10 | 203864 | <filename>bf-interpreter.asm
extern _malloc, _calloc, _fdopen, _fprintf, _getchar, _putchar, _fopen, _fseek, _ftell, _rewind, _fgetc, _fclose
%define STDERR 2
%define SEEK_END 2
%define EOF -1
%define BF_MEMORY_CELL_AMOUNT 30000
%define BF_PROGRAM_END ... |
boot.asm | DerSimi/LittleOS | 0 | 203865 | [org 0x7c00]
mov ah, 0x0e
mov bp, 0x8000
mov sp, bp
mov bx, msg
call strprint
mov dx, 0x13
call hprint
jmp $
%include "strprint.asm"
%include "hprint.asm"
%include "bad_num_print.asm"
msg: db "My age is ", 0
times 510 - ($ - $$) db 0; Fill rest with 0
dw 0xaa55; Magic key |
test/codegen/defer.asm | shivansh/gogo | 24 | 203867 | .data
str.0: .asciiz "First function call!\n"
a: .word 0
c: .word 0
str.1: .asciiz "Second function call! Result: "
newline.2: .asciiz "\n"
t0: .word 0
sum.3: .word 0
str.4: .asciiz "Last function call!\n"
midFunc.0: .word 0
midFunc.1: .word 0
t3: .word 0
t2: .word 0
t1: .word 0
.text
runtime:
addi $sp, ... |
test386.asm | joncampbell123/minx86dec | 19 | 203868 | <filename>test386.asm
; 386-specific
org 0
_start:
mov tr0,eax
mov eax,tr0
mov tr1,eax
mov eax,tr1
ibts ax,bx
ibts [si],bx
ibts eax,ebx
ibts [esi],ecx
xbts ax,bx
xbts bx,[si]
xbts eax,ebx
xbts ecx,[esi]
smi
umov al,al
umov [si],al
umov ax,ax
umov [si],ax
umov eax,eax
umov [si],eax
umov al,[si]
um... |
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_39_249.asm | ljhsiun2/medusa | 9 | 203869 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %rbx
push %rdx
lea addresses_A_ht+0x2688, %r8
clflush (%r8)
sub $60185, %rdx
movb (%r8), %r11b
dec %rbx
pop %rdx
pop %rbx
pop %r8
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r8
push %rax
p... |
AOC/Meus Exercicios/Aula9/exercicio4.asm | joao-frohlich/BCC | 10 | 203870 | <reponame>joao-frohlich/BCC
.data
input_text: .asciiz "\nInsira um valor de n (-1 para sair): "
ans_text: .asciiz "\nMedia: "
estouro_text: .asciiz "\nSoma parcial maior que 2048. Realizando a media com valores anteriores\n"
.text
# <NAME>
.globl main
main:
li $t0, 0 # contador
li $s0,-1 # condicao ... |
programs/oeis/195/A195858.asm | neoneye/loda | 22 | 203871 | <reponame>neoneye/loda
; A195858: a(n) = T(10, n), array T given by A047858.
; 1,12,35,83,183,391,823,1719,3575,7415,15351,31735,65527,135159,278519,573431,1179639,2424823,4980727,10223607,20971511,42991607,88080375,180355063,369098743,754974711,1543503863,3154116599,6442450935,13153337335,26843545591,54760833015,11166... |
VivienneTests/arbitrary_code.asm | fengjixuchui/VivienneVMM | 621 | 203872 | ;
; The implementations do not use the PROC directive so that labels contained by
; functions can be properly exported.
;
;==============================================================================
; Constants
;==============================================================================
.CONST
;
; This value m... |
programs/oeis/040/A040117.asm | neoneye/loda | 22 | 203875 | ; A040117: Primes congruent to 5 (mod 12). Also primes p such that x^4 = 9 has no solution mod p.
; 5,17,29,41,53,89,101,113,137,149,173,197,233,257,269,281,293,317,353,389,401,449,461,509,521,557,569,593,617,641,653,677,701,761,773,797,809,821,857,881,929,941,953,977,1013,1049,1061,1097,1109,1181,1193,1217,1229,1277,1... |
_anim/obj26.asm | vladjester2020/Sonic1TMR | 0 | 203877 | <filename>_anim/obj26.asm<gh_stars>0
; ---------------------------------------------------------------------------
; Animation script - monitors
; ---------------------------------------------------------------------------
dc.w byte_A51C-Ani_obj26, byte_A522-Ani_obj26, byte_A52E-Ani_obj26
dc.w byte_A53A-Ani_obj... |
libsrc/stdio_new/file/printf.asm | meesokim/z88dk | 8 | 203879 | ; int printf(const char *fmt, ...)
; 05.2008 aralbrec
PUBLIC printf
EXTERN vfprintf_callee, stdio_varg
EXTERN ASMDISP_VFPRINTF_CALLEE
EXTERN _stdout
.printf
call stdio_varg ; de = char *fmt
ld c,l
ld b,h ; bc = top of parameter list
ld ix,(_stdout)
jp vfprintf_c... |
Assembly/wallmasternotes.asm | CaitSith2/Enemizer | 2 | 203880 | ; *$5FFA8-$5FFF5 LONG
WallMaster_SendPlayerToLastEntrance:
{
JSL Dungeon_SaveRoomData.justKeys
JSL Dungeon_SaveRoomQuadrantData
JSL Sprite_ResetAll
; Don't use a starting point entrance.
STZ $04AA ; 9C AA 04
;$04AA[0x02] -
; Flag, that if nonzero, tells... |
data/events/odd_eggs.asm | Ebernacher90/pokecrystal-allworld | 0 | 203881 | <reponame>Ebernacher90/pokecrystal-allworld<filename>data/events/odd_eggs.asm<gh_stars>0
prob: MACRO
prob_total = prob_total + (\1)
dw prob_total * $ffff / 100
ENDM
OddEggProbabilities:
prob_total = 0
; Pichu
prob 8
prob 1
; Cleffa
prob 16
prob 3
; Igglybuff
prob 16
prob 3
; Smoochum
prob 14
prob 2
; Magby
p... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1659.asm | ljhsiun2/medusa | 9 | 203883 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1bbd8, %rsi
lea addresses_A_ht+0xc4d0, %rdi
nop
nop
nop
nop
nop
inc %r8
mov $61, %rcx
rep movsw
nop
nop
nop
nop
add $29197, %rbp
lea addresses_D_ht+0x10d28, %rdi
nop
nop
nop
x... |
common/lnames.asm | DigitalMars/optlink | 28 | 203884 | <reponame>DigitalMars/optlink<gh_stars>10-100
TITLE LNAMES - Copyright (c) 1994 by SLR Systems
INCLUDE MACROS
PUBLIC LNAMES,LLNAMES
.DATA
EXTERNDEF END_OF_RECORD:DWORD,BUFFER_OFFSET:DWORD,CURNMOD_GINDEX:DWORD,SYM_HASH_MOD:DWORD
EXTERNDEF LNAME_LARRAY:LARRAY_STRUCT
EXTERNDEF OPTI_MOVE:DWORD
.COD... |
programs/oeis/100/A100109.asm | karttu/loda | 1 | 203886 | ; A100109: a(n) = n^3 - 2*n^2 + 2.
; 1,2,11,34,77,146,247,386,569,802,1091,1442,1861,2354,2927,3586,4337,5186,6139,7202,8381,9682,11111,12674,14377,16226,18227,20386,22709,25202,27871,30722,33761,36994,40427,44066,47917,51986,56279,60802,65561,70562
mov $1,$0
pow $1,2
add $1,$0
sub $1,1
mul $1,$0
add $1,1
|
ADDITION.asm | apsrcreatix/8086 | 40 | 203887 | <filename>ADDITION.asm
ASSUME CS : CODE , DS DATA
CODE SEGMENT
START :
MOV AX,2H
MOV BX,3H
ADD AX,BX ; addition of two registers and it stores the result in AX
ENDS
ENDS START
|
sample/test.asm | hungalab/shapa | 1 | 203888 | DELAY 8
LDI r3,#4
LDI r0,#0
LDI r1,#8
LDI r4,#4
LDI r2,#0x20
lp: LD_ADD r0,r1,#0
ST_ADDS r2,r4,#0
ADDI r3,#-1
LD_ADD r0,r1,#0
ST_ADDS r2,r4,#1
BNZD r3,lp
DONE
|
assembly_code/chp4_06.asm | Nabeegh-Ahmed/BelalHashmi-Assembly-Exercise-Solutions | 104 | 203889 | [org 0x0100]
jmp start
buffer: db 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32
startingBit: db 105
start: mov dx,1111111100000000b
mov bx,8
mov cx,0
mov ax,0
mov si,0
mov al, [startingBit]
div bl
mov bx, 0
mov bl,al
mov si,bx
... |
scripts/ViridianPokecenter.asm | opiter09/ASM-Machina | 1 | 203890 | <gh_stars>1-10
ViridianPokecenter_Script:
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
ViridianPokecenter_TextPointers:
dw ViridianHealNurseText
dw ViridianPokeCenterText2
dw ViridianPokeCenterText3
dw ViridianTradeNurseText
ViridianHealNurseText:
script_pokecenter_nurse
... |
bryant_brownell.asm | YellowberryHN/nanorg-stuff | 1 | 203891 | info: Chronos, <NAME>, Oregon State University
; General features:
; * Remembers which sludge is toxic, and ignores it in the future
; * Reprograms the drones, copying its code onto them
; * If its own program code gets mutated, it waits to be repaired before continuing further
; * Contains optimized sludge-finding se... |
Engine Hacks/Skill System/Internals/FE8-Weapon Rank on Levelup/Write_Exp_Anims_On.asm | sme23/MekkahRestrictedHackComp1 | 0 | 203892 | .thumb
.org 0x0
@called at from 76010
push {r14}
add r0,#0x4A
ldrh r0,[r0]
str r0,[r5,#0x4C]
ldr r0,[r4]
ldr r1,Func_2C0B4
mov r14,r1
.short 0xF800 @returns new exp
ldr r1,Const_30005F4
strb r0,[r1,#0x2]
ldr r0,[r4]
ldr r1,Func_2CE9C
mov r14,r1
.short 0xF800
pop {r1}
bx r1
.align
Const_30005F4:
.lon... |
oeis/314/A314283.asm | neoneye/loda-programs | 11 | 203893 | ; A314283: Coordination sequence Gal.5.318.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,5,12,16,23,27,34,38,45,50,55,62,66,73,77,84,88,95,100,105,112,116,123,127,134,138,145,150,155,162,166,173,177,184,18... |
src/arch/i686/cpuid.asm | miklhh/os4 | 3 | 203894 | <filename>src/arch/i686/cpuid.asm
;
; Part of OS4, cpuid.asm
; Author: <NAME>, miklhh
;
section .text
; Function returns a value larger than zero in eax if CPUID instruction is
; avilable for use.
global test_cpuid
test_cpuid:
pushfd ; Push EFLAGS for reference.
pushfd ... |
src/platform/x86_64/ap_boot.asm | aurelian2/Florence | 2 | 203895 | .global ap_boot_begin
.global ap_boot_end
.section .data
.bits 16
.org 0x8000
ap_boot_begin:
lgdt [ap_boot_temp_gdtr]
mov eax, [ap_boot_cr3]
mov cr3, eax
mov eax, cr4
or al, (1 << 5)
mov cr4, eax
mov ecx, 0xc0000080
or ax, (1 << 8)
wrmsr
mov eax, 0x80000011
mov cr0, eax
jmp 0x08:(ap_boot_64)... |
oeis/319/A319497.asm | neoneye/loda-programs | 11 | 203897 | <gh_stars>10-100
; A319497: a(0)=0, a(3*n)=9*a(n), a(3*n+1)=9*a(n)+1, a(3*n+2)=9*a(n)+3.
; Submitted by <NAME>
; 0,1,3,9,10,12,27,28,30,81,82,84,90,91,93,108,109,111,243,244,246,252,253,255,270,271,273,729,730,732,738,739,741,756,757,759,810,811,813,819,820,822,837,838,840,972,973,975,981,982,984,999,1000,1002,2187,218... |
ptr9t2.asm | zc910704/8086Assembly | 0 | 203898 | assume cs:code
data segment
dd 12345678h
data ends
code segment
start:mov ax,data
mov ds,ax
mov bx,0
mov [bx],bx
mov [bx+2],cs
jmp dword ptr ds:[0]
code ends
end start |
data/mapObjects/route16gate.asm | adhi-thirumala/EvoYellow | 16 | 203899 | Route16GateObject:
db $a ; border block
db $9 ; warps
db $8, $0, $0, $ff
db $9, $0, $1, $ff
db $8, $7, $2, $ff
db $9, $7, $2, $ff
db $2, $0, $4, $ff
db $3, $0, $5, $ff
db $2, $7, $6, $ff
db $3, $7, $7, $ff
db $c, $6, $0, ROUTE_16_GATE_2F
db $0 ; signs
db $2 ; objects
object SPRITE_GUARD, $4, $5, STAY, ... |
PRG/maps/World6L.asm | narfman0/smb3_pp1 | 0 | 203900 |
.byte $8D, $88, $8D, $8D, $8F, $90, $87, $95, $95, $95, $98, $EA, $E0, $EA, $94, $88
.byte $8D, $94, $88, $AD, $8D, $8D, $8E, $EA, $EA, $EA, $9D, $42, $46, $EA, $EA, $94
.byte $42, $42, $94, $95, $95, $95, $96, $EA, $44, $45, $04, $45, $4A, $51, $BC, $EA
.byte $EA, $EA, $42, $99, $A2, $9A, $B4, $EA, $46, $99, $82,... |
programs/oeis/115/A115012.asm | karttu/loda | 0 | 203901 | <gh_stars>0
; A115012: Sum_{i=1..n, gcd(5,i)=1} i.
; 1,3,6,10,10,16,23,31,40,40,51,63,76,90,90,106,123,141,160,160,181,203,226,250,250,276,303,331,360,360,391,423,456,490,490,526,563,601,640,640,681,723,766,810,810,856,903,951,1000,1000,1051,1103,1156,1210,1210,1266
mov $2,$0
add $2,1
mov $4,$0
lpb $2,1
mov $0,$4
... |
projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_03.asm | jverkoey/awaken | 68 | 203902 | <reponame>jverkoey/awaken<filename>projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_03.asm
SECTION "ROM Bank 03", ROMX[$4000], BANK[$03]
db $17, $FF, $0D, $0D, $09, $40, $06, $33
db $4E, $1E, $48, $1A, $67, $2E, $5D, $5D
db $7E, $EE, $80, $12, $C9, $00, $02, $9B
db $4D, $03, $33, $4E, $03... |
rtcDemo.asm | electrickery/RTC-MPF-I | 0 | 203903 | ; RTC_MPF-I - Real Time Clock
PIOBASE: EQU 080h
PIODA: EQU PIOBASE ; DATA PORT OF PIO CHANNEL A; address & control: output
R_ADCT: EQU PIODA
PIODB: EQU PIOBASE + 1h ; DATA PORT OF PIO CHANNEL B; data read/write: input & output
R_DATA: EQU PIODB
PIOCA: EQU PIOBASE + 2h ; CONTROL ... |
src/main.asm | SavagePencil/SMSSampleApp | 1 | 203904 | ;****IMPORTANT****
; This needs to be the first thing the assembler touches,
; so that it can find routines from the SMSFramework.
; Ensure we can get to the SMSFramework.
.INCDIR "../../SMSFramework/"
.include "bankdetails.asm"
.include "interrupts.asm"
.include "vdpmemorymap.asm"
.include "Utils/boot.asm"
... |
memory/memory.asm | jsmolka/gba-suite | 31 | 203905 | <reponame>jsmolka/gba-suite
format binary as 'gba'
include '../lib/constants.inc'
include '../lib/macros.inc'
macro m_exit test {
mov r12, test
b eval
}
header:
include '../lib/header.asm'
main:
m_test_init
; Reset test register
mov r12, 0
; Te... |
oeis/082/A082075.asm | neoneye/loda-programs | 11 | 203906 | ; A082075: First differences of primes of the form 4*k+3 (A002145).
; 4,4,8,4,8,12,4,12,8,4,8,4,20,4,20,4,8,12,12,4,12,12,8,12,12,4,12,12,12,8,12,24,4,20,16,12,8,12,4,36,12,8,4,20,4,12,8,4,8,4,20,24,16,8,16,12,8,12,12,12,4,12,24,8,28,8,12,4,8,36,24,12,4,12,20,4,20,4,20,4,8,28,20,4,12,8,28,12,8,12,12,24,4,12,20,28,12,8,... |
external/fasmg/examples/8051/invert.asm | hpdporg/datap | 1 | 203908 |
; This simple example reads data from external device through P2
; and outputs it inverted through P1.
include 'hex.inc'
include '8051.inc'
ORG 0
JMP setup
ORG 3
JMP ext0_interrupt
ORG 0Bh
JMP timer0_interrupt
ORG 30h
setup:
SETB EX0
SETB IT0
CLR P0.7
MOV TH0,#-40
MOV TL0,#-40
... |
sk/sfx/8C.asm | Cancer52/flamedriver | 9 | 203910 | Sound_8C_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_8C_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM5, Sound_8C_FM5, $EC, $07
; FM5 Data
Sound_8C_FM5:
smpsSetvoice $00
smpsModSet $02, $01, $6B, $D5
dc.b nB3, $06
smpsFMAlterVol $0A
dc.b nF4,... |
io.asm | chuckeles/assembler-project | 0 | 203911 | <filename>io.asm
name io
; this file contains functions
; for console input and output
.model small
.data
; exports
public print_string
public print_number
public read_char
public read_string
.code
; prints a string, push the address of the string,
; the string must be 0-terminated
... |
mips32/addition.asm | Ian-Gabaraev/asm | 0 | 203914 | <filename>mips32/addition.asm
# Program to add two plus three
.text
.globl main
main:
ori $8,$0,0x2 # put two's comp. two into register 8
ori $9,$0,0x3 # put two's comp. three into register 9
addu $10,$8,$9 # add register 8 and 9, put result in 10
... |
src/asm/rect.asm | DNS-OARC/pplib | 1 | 203916 | ;###############################################################################
;# This file is part of "Patrick's Programming Library", Version 7 (PPL7).
;# Web: http://www.pfp.de/ppl/
;#
;# $Author$
;# $Revision$
;# $Date$
;# $Id$
;#
;###############################################################################
;#... |
coverage/IN_CTS/0511-COVERAGE-patch-peephole-opt-324/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 203917 | <gh_stars>0
; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 138
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %119
OpExecutionMo... |
chap18/ex34/double_rsqrt_52.asm | JamesType/optimization-manual | 374 | 203918 | <reponame>JamesType/optimization-manual
;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE IN... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_295.asm | ljhsiun2/medusa | 9 | 203919 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x335a, %rsi
lea addresses_UC_ht+0x16f5a, %rdi
nop
nop
nop
add %r11, %r11
mov $78, %rcx
rep movsq
nop
nop
sub %r11, %r11
lea addresses_UC_ht+0xb832, %rsi
lea add... |
examples/asm/aarch64/hello-world.asm | mrundle/mrundle-dev | 6 | 203920 | /*
Output "Hello world!" to standard output.
For Aarch64 (ARM64) architecture with GNU assembler, using Linux libc functions.
Assemble with :
as -o hello.o hello.aarch64.linux.libc.gas.asm &&
gcc -o hello hello.o
*/
.global main
.section .text
.balign 4
main:
stp x29, x30, [sp, -16]!
add x29, sp, 0
adrp x0, mes... |
env/zx/plus3dos/plus3dos.asm | pjshumphreys/querycsv | 18 | 203921 | <reponame>pjshumphreys/querycsv
include "defines.inc"
include "plus3dos.inc"
PUBLIC dodos
PUBLIC mypager
PUBLIC defaultBank
PUBLIC fputc_cons
PUBLIC _logNum
PUBLIC _toggleSpinner
PUBLIC _myexit
VARS equ 0x5c4b
DOS_SET_1346 equ 0x013f
ERR_NR equ 0x5c3a ; BASIC system variables
; copy all the data from this page to ... |
oeis/336/A336861.asm | neoneye/loda-programs | 11 | 203922 | <gh_stars>10-100
; A336861: a(n) = ceiling((n-1-sqrt(n+1))/2).
; Submitted by <NAME>
; 0,0,0,1,1,2,2,2,3,3,4,4,5,5,5,6,6,7,7,8,8,9,9,9,10,10,11,11,12,12,13,13,14,14,14,15,15,16,16,17,17,18,18,19,19,20,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,27,28,28,29,29,30,30,31,31,32
mov $2,$0
lpb $0
mov $0,$2
sub $2,1
... |
programs/oeis/210/A210433.asm | neoneye/loda | 22 | 203923 | <filename>programs/oeis/210/A210433.asm<gh_stars>10-100
; A210433: Natural numbers k such that floor(v) * ceiling(v)^2 = k, where v = k^(1/3).
; 0,1,4,8,18,27,48,64,100,125,180,216,294,343,448,512,648,729,900,1000,1210,1331,1584,1728,2028,2197,2548,2744,3150,3375,3840,4096,4624,4913,5508,5832,6498,6859,7600,8000,8820,9... |
src/PJ/poco/runccall.asm | AnimatorPro/Animator-Pro | 119 | 203924 | <reponame>AnimatorPro/Animator-Pro
;****************************************************************************
;*
;* RUNCCALL.ASM - Call glue routines for calling C functions from Poco code.
;*
;* This routine is the interface between the Poco runops interpreter and
;* functions written in compiled C (such as ... |
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/_lldiv_.asm | jpoikela/z88dk | 640 | 203926 | <filename>libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/_lldiv_.asm
; void _lldiv_(lldiv_t *ld, int64_t numer, int64_t denom)
SECTION code_clib
SECTION code_stdlib
PUBLIC __lldiv_
EXTERN asm__lldiv
__lldiv_:
ld ix,4
add ix,sp
jp asm__lldiv
|
45/beef/drv/syd/src/fx_syd3.asm | minblock/msdos | 0 | 203927 | <reponame>minblock/msdos<filename>45/beef/drv/syd/src/fx_syd3.asm
;*
;* CW : Character Windows Drivers
;*
;* fx_syd3.asm : linked in DOS 3 SYD file
;*****************************************************************************
include syd_head.inc
include fxdrv.inc
include syd_data.inc
;**************************... |
d.asm | Ericles-Porty/Assembly-Lessons | 2 | 203928 | .text
move $s0, $zero
for:
bgt $s0, 100, saida
addi $a0, $s0, 4
addi $s0, $s0, 1
li $v0, 1
syscall
j for
saida:
li $v0 10
syscall |
oeis/315/A315421.asm | neoneye/loda-programs | 11 | 203930 | <gh_stars>10-100
; A315421: Coordination sequence Gal.6.356.4 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,6,11,15,20,26,32,38,44,49,53,58,64,70,75,79,84,90,96,102,108,113,117,122,128,134,139,143,148,154,16... |
tests/assembly/ROL.asm | danecreekphotography/6502ts | 0 | 203931 | ; Verifies ROL
.segment "VECTORS"
.word $eaea
.word init
.word $eaea
.segment "ZEROPAGE"
zp:
.byte %01000000
.byte %10000000
.code
init:
rol ; A will be %01000000, C will be 1.
rol ; A will be %10000001 from last instruction
rol ; A will be %00000010 from last instructi... |
programs/oeis/130/A130568.asm | neoneye/loda | 22 | 203933 | ; A130568: Generalized Beatty sequence 1+2*floor(n*phi), which contains infinitely many primes.
; 1,3,7,9,13,17,19,23,25,29,33,35,39,43,45,49,51,55,59,61,65,67,71,75,77,81,85,87,91,93,97,101,103,107,111,113,117,119,123,127,129,133,135,139,143,145,149,153,155,159,161,165,169,171,175,177,181,185,187,191,195
mul $0,55
di... |
Transynther/x86/_processed/P/_zr_/i7-7700_9_0x48_notsx.log_21829_1275.asm | ljhsiun2/medusa | 9 | 203934 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x17fae, %rsi
lea addresses_normal_ht+0x1a702, %rdi
clflush (%rsi)
nop
nop
nop
nop
xor $22375, %r15
mov $43, %rcx
rep movsl
nop
nop
nop
dec %r9
lea addresses_WC_ht... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_1641.asm | ljhsiun2/medusa | 9 | 203935 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xf8cc, %r13
sub $29111, %r8
vmovups (%r13), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $0, %xmm6, %rsi
nop
nop
nop
add %r11, %r11
lea addresses_WC_ht+0x1d94c, %rsi
lea addres... |
Tests/Timing/Changing8kBank_NoContention/Main.asm | MrKWatkins/ZXSpectrumNextTests | 23 | 203936 | <filename>Tests/Timing/Changing8kBank_NoContention/Main.asm
device zxspectrum48
org $6000
INCLUDE "../../Constants.asm"
INCLUDE "../../Macros.asm"
INCLUDE "../../TestFunctions.asm"
INCLUDE "../../OutputFunctions.asm"
Start:
call StartTest
ld hl,TestTxt
ld de,MEM_ZX_SCREEN_4000+1
call OutStringA... |
oeis/084/A084096.asm | neoneye/loda-programs | 11 | 203937 | ; A084096: Fifth row of number array A084061.
; 1,1,8,63,656,8525,133120,2430547,50839808,1199150649,31495553024,911770726823,28846956187648,990358890251653,36670756251238400,1456804472261953275,61808742217201811456,2789456491560247772657,133433183241434822606848,6743784538008088725213967,359088867451400061191192576,20... |
libsrc/c128/savecia.asm | meesokim/z88dk | 0 | 203938 | <filename>libsrc/c128/savecia.asm
;
; Keyboard routines for the Commodore 128 (Z80 mode)
; By <NAME> - 27/08/2001
;
; getk() Read key status
;
; $Id: savecia.asm,v 1.2 2015/01/19 01:32:42 pauloscustodio Exp $
;
PUBLIC savecia
PUBLIC SaveA
.SaveA defw 0
.savecia
; save CIA registers
ld bc,$DC00+2 ;cia1+ciaD... |
xy-VSFilter/src/dsutil/a_yuv2rgb.asm | wurui1994/AviSynth | 1 | 203939 | ; VirtualDub - Video processing and capture application
; Copyright (C) 1998-2001 <NAME>
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your op... |
programs/oeis/098/A098011.asm | neoneye/loda | 22 | 203940 | <reponame>neoneye/loda
; A098011: 10^a(n) + 1 = A088773(n).
; 1,1,2,3,6,12,24,48,96,192,384,768,1536,3072,6144,12288,24576,49152,98304,196608,393216,786432,1572864,3145728,6291456,12582912,25165824,50331648,100663296,201326592,402653184,805306368,1610612736,3221225472,6442450944,12884901888,25769803776,51539607552,1030... |
programs/oeis/112/A112447.asm | karttu/loda | 1 | 203941 | ; A112447: a(2*n) = A001045(n+2); a(2*n+1) = A001045(n+1).
; 1,1,3,1,5,3,11,5,21,11,43,21,85,43,171,85,341,171,683,341,1365,683,2731,1365,5461,2731,10923,5461,21845,10923,43691,21845,87381,43691,174763,87381,349525,174763,699051,349525,1398101,699051,2796203,1398101,5592405,2796203,11184811,5592405,22369621,11184811,44... |
sources/ippcp/asm_ia32/pcprc4v8as.asm | dongbinghua/ipp-crypto | 233 | 203942 | ;===============================================================================
; Copyright 2014-2021 Intel 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.apa... |
data/key_items.asm | adhi-thirumala/EvoYellow | 9 | 203943 | <reponame>adhi-thirumala/EvoYellow<gh_stars>1-10
KeyItemBitfield:
db %11110000
db %00000001
db %11110000
db %01001111
db %00000000
db %10011111
db %00000000
db %11000000
db %11110000
db %00111011
db %00000000
|
EP1 - Rodando a baiana/sen.asm | mateuslatrova/TecnicasDeProgramacao1 | 0 | 203945 | .data
angulo: .float 150.0 # [-90,90]
pi: .float 3.1416
cte_1e_min_4: .float 0.0001
cte_180: .float 180.0
.text
lwc1 $f12, angulo
jal seno
mov.s $f12, $f0
jal cosseno
jal fatorial
# Função que calcula $a0 fatorial: ($a0)!
# Entrada: $f13 (n): float
# saida: $f0: float
fatorial: sub $sp, $sp, 8 # Armazena-se o val... |
tb/tprog/asm/test.beq.bne.asm | mshaklunov/mips_onemore | 0 | 203948 |
#BEQ BNE INSTRUCTIONS
#EACH INPUT BIT GETS 1 AND 0
#1
lui $1 0x0000
ori $1 0x0000
lui $2 0x0000
ori $2 0x0000
bne $1 $2 fail
sll $0 $0 0
beq $1 $2 ben_jump1
sll $0 $0 0
j fail
ben_jump1:
#2
lui $1 0xFFFF
ori $1 0xFFFF
lui $2 0xFFFF
ori $2 0xFFFF
bne $1 $2 fail
sll $0 $0 0
beq $1 ... |
sk/sfx/C5.asm | Cancer52/flamedriver | 9 | 203949 | <reponame>Cancer52/flamedriver
Sound_C5_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_C5_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM3, Sound_C5_FM3, $00, $00
; FM3 Data
Sound_C5_FM3:
smpsSetvoice $00
smpsModSet $01, $01, $1C, $01
dc.b nFs4, $26, sm... |
Tools/swat/Stub32/netware.asm | steakknife/pcgeos | 504 | 203950 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT:
MODULE:
FILE: netware.asm
AUTHOR: <NAME>, Feb 27, 1994
ROUTINES:
Name Description
---- -----------
EXT NetWare_Init
EXT NetWare_Exit
E... |
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_setBGPaletteColor.asm | jpoikela/z88dk | 640 | 203951 | <reponame>jpoikela/z88dk
; void SMS_setBGPaletteColor(unsigned char entry,unsigned char color)
SECTION code_clib
SECTION code_SMSlib
PUBLIC SMS_setBGPaletteColor
EXTERN asm_SMSlib_setBGPaletteColor
SMS_setBGPaletteColor:
pop af
pop bc
pop hl
push hl
push bc
push af
ld a,c
jp asm_SMS... |
duel-send.asm | LeifBloomquist/ArtilleryDuel | 1 | 203952 | ; duel-send.asm
; Weather War III / Artillery Duel Packet Send Routines
; ==============================================================
; Macro to prep and copy UDP packet. Does the following:
; 1. Set packet location to copy from
; 2. Gets checksum and adds it to the packet
; 3. Copies the data to the UDP sen... |
oeis/130/A130532.asm | neoneye/loda-programs | 11 | 203953 | <filename>oeis/130/A130532.asm
; A130532: a(n) + a(n - 1) is alternatively a square or a cube.
; Submitted by <NAME>(s2)
; 1,3,5,4,4,5,3,1,7,2,6,3,5,4,4,5,3,1,7,2,6,3,5,4,4,5,3,1,7,2,6,3,5,4,4,5,3,1,7,2,6,3,5,4,4,5,3,1,7,2,6,3,5,4,4,5,3,1,7,2,6,3,5,4,4,5,3,1,7,2,6,3,5,4,4,5,3,1,7,2,6,3,5,4,4,5,3,1,7,2,6,3,5,4,4,5,3,1,7... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.