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 |
|---|---|---|---|---|
init.asm | keithczq/p4new | 0 | 55101 | <reponame>keithczq/p4new
_init: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
char *argv[] = { "sh", 0 };
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 ... |
src/cpu_ppu.asm | DigiDwrf/neon64v2-easybuild | 36 | 55102 | // CPU interface with PPU (0x2000-0x2008)
//define LOG_PPU()
//define LOG_READ_PPU()
scope ppu_read_handler: {
// cpu_t1: address
// return value in cpu_t1
if {defined LOG_READ_PPU} {
sw ra, cpu_rw_handler_ra (r0)
jal PrintStr0
la_gp(a0, ppu_read_msg)
move a0, cpu_t1
jal PrintHex
lli a1, 4
lw ra, cp... |
oeis/138/A138003.asm | neoneye/loda-programs | 11 | 55103 | <filename>oeis/138/A138003.asm<gh_stars>10-100
; A138003: Binomial transform of 1, 1, 0, -1, -1 (periodically continued).
; Submitted by <NAME>
; 1,2,3,3,0,-8,-21,-34,-34,0,89,233,377,377,0,-987,-2584,-4181,-4181,0,10946,28657,46368,46368,0,-121393,-317811,-514229,-514229,0,1346269,3524578,5702887,5702887,0,-14930352,-... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_5_930.asm | ljhsiun2/medusa | 9 | 55108 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1f1b, %r9
nop
nop
nop
nop
nop
add $36110, %r11
movw $0x6162, (%r9)
nop
nop
cmp %r12, %r12
lea addresses_D_ht+0x1d608, %rsi
lea addresses_A_ht+0x5e1b, %rdi
nop
nop
nop
and... |
Transynther/x86/_processed/US/_ht_zr_un_/i9-9900K_12_0xca.log_21829_1458.asm | ljhsiun2/medusa | 9 | 55109 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15e65, %r15
nop
nop
xor $25842, %r10
movups (%r15), %xmm4
vpextrq $0, %xmm4, %rsi
nop
nop
nop
nop
nop
cmp %r15, %r15
lea addresses_D_ht+0x13ae5, %r... |
moves/fakeleda.asm | DigitalMars/optlink | 28 | 55110 | <reponame>DigitalMars/optlink
TITLE FAKELEDA - Copyright (c) SLR Systems 1994
INCLUDE MACROS
INCLUDE SEGMENTS
PUBLIC FAKE_LEDATA,LEDATA_CONT,FAKE_LEDATA_COMDAT
.DATA
EXTERNDEF LDATA_TYPE:BYTE
EXTERNDEF END_OF_RECORD:DWORD,LDATA_LENGTH:DWORD,LDATA_SEGMOD_GINDEX:DWORD,DEFAULT_SIZE:DWORD
EXTERNDEF LA... |
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_14906_1121.asm | ljhsiun2/medusa | 9 | 55111 | <filename>Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_14906_1121.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
// Load
lea addresses_UC+0xac4a, %rcx
nop
dec %r10
mov (%rcx), %... |
programs/oeis/026/A026047.asm | neoneye/loda | 22 | 55112 | <reponame>neoneye/loda<gh_stars>10-100
; A026047: a(n) = (d(n)-r(n))/2, where d = A026046 and r is the periodic sequence with fundamental period (0,1,0,1).
; 38,52,72,97,130,170,220,279,350,432,528,637,762,902,1060,1235,1430,1644,1880,2137,2418,2722,3052,3407,3790,4200,4640,5109,5610,6142,6708,7307,7942,8612,9320,10065... |
examples/coff64.asm | BeRo1985/sasm | 26 | 55113 | <gh_stars>10-100
.include("pecoff.inc")
.cpu(all)
.target(coff64)
.section(".text", IMAGE_SCN_CNT_CODE | IMAGE_SCN_MEM_READ | IMAGE_SCN_MEM_EXECUTE | IMAGE_SCN_ALIGN_16BYTES){
.default(rel)
.entrypoint
.public(main)
main:
//sub rsp, 8*5
sub rsp, 0x100
mov rcx, 0xf
not rcx
and rsp,... |
programs/oeis/134/A134401.asm | neoneye/loda | 22 | 55114 | ; A134401: Row sums of triangle A134400.
; 1,2,8,24,64,160,384,896,2048,4608,10240,22528,49152,106496,229376,491520,1048576,2228224,4718592,9961472,20971520,44040192,92274688,192937984,402653184,838860800,1744830464,3623878656,7516192768,15569256448,32212254720,66571993088,137438953472,283467841536,584115552256,1202590... |
oeis/093/A093419.asm | neoneye/loda-programs | 11 | 55115 | ; A093419: Denominators of row sums in triangle described in A093412.
; Submitted by <NAME>
; 1,1,3,6,5,10,35,140,126,1260,1155,13860,12870,12012,45045,360360,340340,2042040,1939938,369512,117572,2586584,7436429,178474296,171609900,1487285800,1434168450,40156716600,38818159380,1164544781400
mov $2,$0
seq $0,2805 ; Den... |
oeis/215/A215456.asm | neoneye/loda-programs | 11 | 55116 | ; A215456: a(n)=(4n-1)!! modulo 2n, n=1,2,...
; Submitted by <NAME>
; 1,1,3,1,5,9,7,1,9,5,11,9,13,21,15,1,17,9,19,25,21,33,23,33,25,13,27,49,29,45,31,1,33,17,35,9,37,57,39,65,41,21,43,33,45,69,47,33,49,25,51,65,53,81,55,49,57,29,59,105,61,93,63,1,65,33,67,17,69,105,71,81,73,37,75,57,77,117,79,65,81,41,83,105,85,129,87,... |
testsuite/systemtest_long/procgen/ProGe/data/verify_limm_operation.asm | kanishkan/tce | 74 | 55117 | CODE;
1 -> integer1.0, ... [i1.0=42];
... , i1.0 -> integer1.1 [i1.0=99];
i1.0 -> integer0.0, ...;
... , i1.0 -> integer2.0 [i1.0=13];
i1.0 -> integer0.1, ...;
integer0.0 -> fu4.o0.add, ...;
integer0.1 -> fu4.trigger.add, ...;
f... |
dv3/msd/drlen.asm | olifink/smsqe | 0 | 55118 | ; DV3 MSDOS Find Directory Length from FAT V3.00 1993 <NAME>
section dv3
xdef msd_drlen
include 'dev8_keys_dos'
include 'dev8_dv3_keys'
include 'dev8_dv3_msd_keys'
include 'dev8_mac_xword'
include 'dev8_mac_assert'
;+++
; DV3 MSDOS Find Directory Length
;
; d0 cr ID / length of directory (bytes)
; a3 c ... |
oeis/128/A128989.asm | neoneye/loda-programs | 11 | 55119 | <filename>oeis/128/A128989.asm
; A128989: a(n) = (n^3 - n^2)*6^n.
; Submitted by <NAME>(s2.)
; 0,144,3888,62208,777600,8398080,82301184,752467968,6530347008,54419558400,438984437760,3448023220224,26487087464448,199671890116608,1481082701414400,10833062044631040,78268873272459264,559392241329635328,3959619590588203008,2... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2399.asm | ljhsiun2/medusa | 9 | 55120 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2399.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x87f4, %r15
nop
nop
nop
nop
nop
xor %rdi, %rdi
movups (%r15... |
tests/Interrupt/int7c_test.asm | ZubinGou/8086-emulator | 39 | 55121 | <gh_stars>10-100
assume cs:code,ds:data
data segment
msg db 'helloworld'
data ends
code segment
start: mov ax,data
mov ds,ax
mov si,0 ;call upper int
int 7ch
mov dx,offset msg ;lea dx,msg
mov ah,9
int 21h ; u... |
programs/oeis/028/A028560.asm | karttu/loda | 1 | 55122 | ; A028560: a(n) = n*(n + 6), also numbers a(n) such that 9*(9 + a(n)) is a perfect square.
; 0,7,16,27,40,55,72,91,112,135,160,187,216,247,280,315,352,391,432,475,520,567,616,667,720,775,832,891,952,1015,1080,1147,1216,1287,1360,1435,1512,1591,1672,1755,1840,1927,2016,2107,2200,2295,2392,2491,2592,2695,2800,2907,3016,3... |
cmd/doskey/buffer.asm | minblock/msdos | 0 | 55123 | <reponame>minblock/msdos
page ,132
;******************************************************************************
title BUFFER.ASM - buffer handler for doskey
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reser... |
libsrc/graphics/pacman/char_address.asm | jpoikela/z88dk | 640 | 55124 | ;
; Generic pseudo graphics routines for text-only platforms
;
; PacMan Hardware port by <NAME>, 2017
;
;
; char_address - internal sub
; in: b,c (x,y) out: hl (address)
;
;
; $Id:$
;
INCLUDE "graphics/grafix.inc"
SECTION code_clib
PUBLIC char_address
.char_add... |
Library/Mailbox/UI/uiC.asm | steakknife/pcgeos | 504 | 55125 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
PROJECT: Clavin
MODULE: UI
FILE: uiC.asm
AUTHOR: <NAME>, Nov 23, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
... |
assembly_mips32/labs/lab4/lab4a.asm | giannoier/Academic_projects | 0 | 55126 | .data
pin:.byte 'a','b','c','c','d','d','d','d','d','d','b','b','c','c','c','c','a',0x1B
.align 2
pin2:.byte
.space 100
.text
.globl main
main:
addi $t8,$0,27
la $a0,pin
la $a1,pin2
jal comprss
add $t0,$0,$0
la $a0,pin2($s5)
li $v0, 4
syscall
addi $t0,$t0,1
exit:
li $v0,10
syscall
#######comprsss###########
comp... |
S4/HW_Lab/max_and_min.asm | akxavier/Assignments | 0 | 55127 | ;find max and min elements in an array
section .data
msg1 : db 'Enter length of array : '
l1 : equ $-msg1
msg2 : db 'Enter array element : '
l2 : equ $-msg2
msg_max : db 'Maximum element : '
l_max : equ $-msg_max
msg_min : db 'Minimum element : '
l_min : equ $-msg_min
newline : db 10
section .bss
array : resb 50
max ... |
src/main.asm | ryanw/speccy-junk | 0 | 55128 | <gh_stars>0
include "constants.asm"
org CODE_START_ADDR
main:
call init_screen
ld hl, test_map
call draw_map
ld bc, sprite1
call draw_cell
ld bc, sprite2
call draw_cell
ld bc, sprite3
call draw_cell
loop:
ld bc, sprite1
call draw_cell ; Clear the old sprite
ld bc, sprite2
call draw_cel... |
programs/oeis/200/A200975.asm | neoneye/loda | 22 | 55129 | <reponame>neoneye/loda
; A200975: Numbers on the diagonals in Ulam's spiral.
; 1,3,5,7,9,13,17,21,25,31,37,43,49,57,65,73,81,91,101,111,121,133,145,157,169,183,197,211,225,241,257,273,289,307,325,343,361,381,401,421,441,463,485,507,529,553,577,601,625,651,677,703,729,757,785,813,841,871,901,931,961,993,1025,1057,1089,1... |
lib/target/zx81/classic/zx81_altint.asm | jpoikela/z88dk | 640 | 55130 | <gh_stars>100-1000
; CRT0 for the ZX81 - SLOW MODE
;
;
; ----------------------------------------------------------------------------------------
; Modified display handler to preserve IY
; Note: a swap between IX and IY happens "on the fly" during assembly !
; ----------------------------------------------... |
unittests/ASM/PrimaryGroup/5_FF_00_2.asm | cobalt2727/FEX | 628 | 55131 | %ifdef CONFIG
{
"RegData": {
"R14": "0x0",
"R13": "0x0",
"R12": "0x0",
"R11": "0x0"
}
}
%endif
mov r15, 0xe0000000
mov rax, 0x4142434445464748
mov [r15 + 8 * 0], rax
mov [r15 + 8 * 1], rax
mov [r15 + 8 * 2], rax
mov [r15 + 8 * 3], rax
mov [r15 + 8 * 4], rax
mov [r15 + 8 * 5], rax
mov [r15 + 8 * 6]... |
programs/oeis/102/A102068.asm | neoneye/loda | 22 | 55132 | <reponame>neoneye/loda
; A102068: a(n) = P(n)!, where P(n) is the largest prime factor of n (with a(1) = 1).
; 1,2,6,2,120,6,5040,2,6,120,39916800,6,6227020800,5040,120,2,355687428096000,6,121645100408832000,120,5040,39916800,25852016738884976640000,6,120,6227020800,6,5040,8841761993739701954543616000000,120,8222838654... |
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0x48.log_21829_1456.asm | ljhsiun2/medusa | 9 | 55133 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x13921, %rdx
nop
sub %r8, %r8
movb (%rdx), %r15b
sub $10956, %rbp
lea addresses_normal_ht+0x6d9, %rbx
nop
nop
and %rax, %rax
mov $0x616263646... |
oeis/033/A033049.asm | neoneye/loda-programs | 11 | 55134 | <filename>oeis/033/A033049.asm
; A033049: Sums of distinct powers of 13.
; Submitted by <NAME>(s3)
; 0,1,13,14,169,170,182,183,2197,2198,2210,2211,2366,2367,2379,2380,28561,28562,28574,28575,28730,28731,28743,28744,30758,30759,30771,30772,30927,30928,30940,30941,371293,371294,371306,371307,371462,371463,371475,371476,3... |
SethWhitakerProj3/SethWhitakerProj3.asm | sethjwhitaker/CSCI321-projects | 0 | 55136 | <gh_stars>0
; SethWhitakerProj3.asm - Project 3
; <NAME>: 06/15/2020
.386
.model flat,stdcall
.stack 4096
ExitProcess PROTO, dwExitCode:DWORD
.data
; Part 2. Seven days of the week
SUNDAY = 0
MONDAY = 1
TUESDAY = 2
WEDNESDAY = 3
THURSDAY = 4
FRIDAY = 5
SATURDAY = 6
weekArray BYTE SUNDAY, MONDAY, TUESDAY, WEDNESDAY... |
oeis/088/A088131.asm | neoneye/loda-programs | 11 | 55137 | <reponame>neoneye/loda-programs
; A088131: a(n) equals the square of the n-th partial sum added to twice the n-th partial sum of the squares, divided by a(n-1), for all n>=1, with a(0)=1, a(1)=1.
; Submitted by <NAME>
; 1,1,8,29,115,452,1779,7001,27552,108429,426715,1679308,6608803,26008497,102354680,402809917,15852311... |
oeis/054/A054582.asm | neoneye/loda-programs | 11 | 55139 | <filename>oeis/054/A054582.asm
; A054582: Array read by antidiagonals upwards: A(m,k) = 2^m * (2k+1), m,k >= 0.
; Submitted by <NAME>
; 1,2,3,4,6,5,8,12,10,7,16,24,20,14,9,32,48,40,28,18,11,64,96,80,56,36,22,13,128,192,160,112,72,44,26,15,256,384,320,224,144,88,52,30,17,512,768,640,448,288,176,104,60,34,19,1024,1536,12... |
examples/hello.asm | rene6502/6502-cent1 | 0 | 55141 | <reponame>rene6502/6502-cent1
; sends "Hello, World!" to serial out and then returns
; designed to be run in RAM, uploaded and started from monitor
* = $2d00
CLOCK_MHZ = 1 ; // clock frequency in MHz
; 65C51 ACIA
ACIA_BASE = $7f20
ACIA_DATA = ACIA_BASE + 0
ACIA_STATUS = ACIA_BASE + 1
ACIA_CMD = ACIA_BASE ... |
V1/src/zdk projects/stdio/terminal/term_01_output_char/term_01_output_char_oterm_msg_printc.asm | anjennings/Tom80 | 55 | 55142 | <reponame>anjennings/Tom80
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC term_01_output_char_oterm_msg_printc
term_01_output_char_oterm_msg_printc:
; * OTERM_MSG_PRINTC
;
; enter : c = ascii code
; b = 255 if not supplied by iterm (safely ignore)
; l = absolute x ... |
Chapter03/control-the-flow/jump-if-below.nasm | firebitsbr/Penetration-Testing-with-Shellcode | 30 | 55143 | global _start
section .text
_start:
mov rax, 1
mov rdi, 1
mov rsi, hello_one
mov rdx, length_one
syscall
stc
jb print_three
mov rax, 1
mov rdi, 1
mov rsi, hello_two
mov rdx, length_two
syscall
print_three:
mov rax, 1
mov rdi, 1
mov rsi, hello_three
mov rd... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_417_1709.asm | ljhsiun2/medusa | 9 | 55144 | <filename>Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_417_1709.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x196f7, %rsi
nop
nop
sub $30677, %r15
mov $0x6162636465666768, %rbp
movq %r... |
programs/oeis/288/A288835.asm | karttu/loda | 0 | 55145 | <reponame>karttu/loda
; A288835: a(n) = (1/2!)*3^n*(n+3)*(n).
; 6,45,243,1134,4860,19683,76545,288684,1062882,3838185,13640319,47829690,165809592,569173311,1937102445,6543101592,21953827710,73222472421,242912646603,801960412230,2636009007156,8629791392475,28148810469273,91507169819844
mov $2,$0
add $0,4
mov $1,1
add $... |
libsrc/target/gb/gbdk/asm_circle.asm | Frodevan/z88dk | 640 | 55146 | <filename>libsrc/target/gb/gbdk/asm_circle.asm
SECTION code_driver
PUBLIC asm_circle
GLOBAL __tempx_s
GLOBAL __tempy_s
GLOBAL __templ_d
GLOBAL __fillstyle
GLOBAL __fgcolour
GLOBAL __bgcolour
GLOBAL asm_line
GLOBAL asm_plot
;; Draw a circle from (B,C) with radius D
... |
stdlib.asm | paulmooreparks/Tortilla | 4 | 55147 | <filename>stdlib.asm
LABEL stdlib_strlen AUTO
LABEL stdlib_strupr AUTO
LABEL stdlib_putchar AUTO
LABEL stdlib_getchar AUTO
LABEL stdlib_puts AUTO
LABEL stdlib_shutdown AUTO
;******************************************************************************
; strlen
LABEL stdlib_strlen_loop AUTO
LABEL stdlib_... |
programs/oeis/210/A210977.asm | neoneye/loda | 22 | 55148 | <reponame>neoneye/loda
; A210977: A005475 and positive terms of A000566 interleaved.
; 0,1,3,7,11,18,24,34,42,55,65,81,93,112,126,148,164,189,207,235,255,286,308,342,366,403,429,469,497,540,570,616,648,697,731,783,819,874,912,970,1010,1071,1113,1177,1221,1288,1334,1404,1452,1525,1575,1651,1703,1782,1836,1918,1974,2059
... |
oeis/170/A170930.asm | neoneye/loda-programs | 11 | 55149 | ; A170930: G(n,1) with n index G(n,i)=n*(G(n,i-1)+G(n,i-2))=(a^i-b^i)*d where d=sqrt(n*(n+4)); a=(n+d)/2; b=(n-d)/2
; Submitted by <NAME>
; 0,21,63,252,945,3591,13608,51597,195615,741636,2811753,10660167,40415760,153227781,580930623,2202475212,8350217505,31658078151,120024886968,455048895357,1725221346975,6540810726996... |
libsrc/sms/read_joypad1.asm | meesokim/z88dk | 0 | 55150 | <filename>libsrc/sms/read_joypad1.asm
PUBLIC read_joypad1
;==============================================================
; int read_joypad1()
;==============================================================
; Reads the joystick 1
;==============================================================
.read_joypad1
in a, ($... |
src/graphics/lcd_control.asm | jonasbantunes/tictactoe-gb | 0 | 55151 | <reponame>jonasbantunes/tictactoe-gb
; Wait until Vblank to disable LCD to show VRAM content.
;
; **Warning: the LCD must be enable to use this function! Otherwise, unexpected
; behavior can happen**.
;
; Destroys register `af`
TurnOffLCD:
.loop
ld a, [rLY]
cp a, 144
jp c, .loop
.end
ld a, [rLCDC]
cpl
or a, LCD... |
data/inc/VKYII_CFP9553_TILEMAP_def.asm | alttpo/go65c816 | 6 | 55152 | ; CS_TileMAP0_Registers $AF:0200 - $AF:027F - TileMap
; A TileMAP is composed of 16bits Tile Number
;Active_Tile_Data[7:0] -> Tile Number
;Active_Tile_Data[10:8] -> Tile Attributes // Tile Set
;Active_Tile_Data[13:11] -> Undefined
;Active_Tile_Data[14] -> Undefined
;Active_Tile_Data[15] -> undefined
; Bit Field Def... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_425_334.asm | ljhsiun2/medusa | 9 | 55153 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x4684, %r12
nop
nop
nop
dec %rdi
mov $0x6162636465666768, %rbx
movq %rbx, (%r12)
sub %r8, %r8
lea addresses_D_ht+0xea04, %rsi
lea addresses_A_ht+0x744, %rdi
nop... |
Memory Location Programs/mlsub.asm | adi-075/8085-microproccesor-programs | 2 | 55154 | <reponame>adi-075/8085-microproccesor-programs
;<Subtract two 8 bit number stored at Memory Location 2050H and 2051h and store the result in 2053H>
jmp start
;12+13=25
;code
start: nop
LDA 2050H
MOV B, A
LDA 2051H
SUB B
STA 2053H
hlt |
oeis/344/A344568.asm | neoneye/loda-programs | 11 | 55156 | <reponame>neoneye/loda-programs
; A344568: Decimal expansion of 2*(1+sqrt(82))/9.
; Submitted by <NAME>
; 2,2,3,4,5,3,0,0,3,0,6,9,7,2,0,3,6,9,4,7,9,4,1,7,9,5,9,2,6,6,3,1,2,5,8,6,9,5,6,7,1,3,8,7,6,9,7,9,9,3,2,0,0,6,1,4,6,2,6,0,9,1,6,2,2,2,6,3,6,8,4,4,0,1,7,0,2,3,5,3,8,5,1,9,6,6,5,7,9,2,8,5,7
mov $1,1
mov $2,1
mov $3,$0... |
programs/oeis/285/A285052.asm | jmorken/loda | 1 | 55157 | ; A285052: Number of idempotent equivalence classes for multiplication in Zn.
; 1,4,4,4,4,16,4,4,4,16,4,16,4,16,16,4,4,16,4,16,16,16,4,16,4,16,4,16,4,64,4,4,16,16,16,16,4,16,16,16,4,64,4,16,16,16,4,16,4,16,16,16,4,16,16,16,16,16,4,64,4,16,16,4,16,64,4,16,16,64,4,16,4,16,16,16,16,64,4,16,4,16,4,64,16,16,16,16,4,64,16
c... |
chap18/ex4/mul_blend_avx512.asm | JamesType/optimization-manual | 374 | 55158 | ;
; 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 INCLUDING ALL IMPLIED WARRANTIES OF MERCHA... |
programs/oeis/098/A098294.asm | karttu/loda | 0 | 55159 | ; A098294: a(n) = ceiling(n*log_2(3/2)).
; 0,1,2,2,3,3,4,5,5,6,6,7,8,8,9,9,10,10,11,12,12,13,13,14,15,15,16,16,17,17,18,19,19,20,20,21,22,22,23,23,24,24,25,26,26,27,27,28,29,29,30,30,31,32,32,33,33,34,34,35,36,36,37,37,38,39,39,40,40,41,41,42,43,43,44,44,45,46,46,47,47,48,48,49,50,50,51,51,52,53,53,54,54,55,55,56,57,57... |
oeis/214/A214549.asm | neoneye/loda-programs | 11 | 55161 | <reponame>neoneye/loda-programs
; A214549: Decimal expansion of 4*Pi^2/27.
; Submitted by <NAME>
; 1,4,6,2,1,6,3,6,1,4,9,7,6,2,0,1,2,7,6,8,6,4,3,6,9,0,3,7,0,1,8,6,8,9,0,5,7,0,8,3,5,1,1,0,2,3,2,9,4,9,3,1,9,4,4,6,5,3,8,2,9,5,3,7,2,1,7,7,8,4,4,1,8,1,3,6,1,7,8,5,5,4,5,1,8,7,8,1,2,4,4,9,9,5,3,4,1,0,7,1
mov $2,2
mov $3,$0
m... |
m740dasm/tests/end_to_end/testprog.asm | szaguldo-kamaz/m740dasm | 2 | 55162 |
.area CODE1 (ABS)
.org 0x8000
reset:
ora [0x1E,x] ;01 1e Indirect X
jsr [0x45] ;02 45 Zero Page Indirect
label4:
bbs 0,a,label4 ;03 fe Accumulator Bit Relative
ora 0x45 ;05 45 Zero Page
asl 0x45 ;06 45 Zero Page
label5:
... |
amd64/part_one/hello_world.asm | mmarconm/asm | 0 | 55163 | <filename>amd64/part_one/hello_world.asm
;; nasm -f elf64 hello.s
;; ld -s -o hello hello.o
;; sudo apt install nasm fasm
;; SYS_EXIT equ 1
;; RET_EXIT equ 5
;; SYS_READ equ 3
;; SYS_WRITE equ 4
;; STD_IN equ 0
;; STD_OUT equ 1
;; MAX_IN equ 10
section .... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_19_381.asm | ljhsiun2/medusa | 9 | 55164 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_19_381.asm
.global s_prepare_buffers
s_prepare_buffers:
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1a515, %rsi
lea addresses_A_ht+0xdab5, %rdi
nop
nop
cmp %rbx, %rbx
mov $12, %rcx
rep movsl
nop
nop
xor %rax, %rax
le... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_764.asm | ljhsiun2/medusa | 9 | 55165 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xba24, %rsi
lea addresses_WT_ht+0x17364, %rdi
clflush (%rsi)
clflush (%rdi)
nop
nop
nop
nop
xor $42283, %r14
mov $81, %rcx
rep movsw
xor $50580, %rdi
lea addresses_UC_ht+0x4ec... |
src/sprite_barbaro.asm | fjpena/sword-of-ianna-zx | 67 | 55167 | ; ASM source file created by SevenuP v1.21
; SevenuP (C) Copyright 2002-2007 by <NAME>, aka Metalbrain
;GRAPHIC DATA:
;Pixel Size: ( 24, 32)
;Char Size: ( 3, 4)
;Frames: 6
;Sort Priorities: X char, Char line, Y char, Frame number
;Data Outputted: Gfx
;Interleave: Sprite
;Mask: ... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_5885_2481.asm | ljhsiun2/medusa | 9 | 55170 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x23a5, %rbp
sub %r10, %r10
mov (%rbp), %r14w
nop
nop
nop
xor $27759, %rdi
lea addresses_normal_ht+0x2e25, %rsi
lea addresses_UC_ht+0x14805, %rdi
nop
nop
nop
dec %rax
mov $90, %... |
programs/oeis/075/A075743.asm | neoneye/loda | 22 | 55171 | <reponame>neoneye/loda<gh_stars>10-100
; A075743: For all numbers of the form 6 +- 1 starting with 5,7,11,13,..., '1' indicates prime and '0' indicates composite.
; 1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,1,1,0,1,1,0,0,1,1,0,1,0,1,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,1,0,0,0,1,1,1,1,0... |
test_roms/test3.asm | zmarvel/slowboy | 2 | 55174 |
;;
;; Test 1
;;
;; Test sprite display.
;;
define(LCDC, $ff40)
define(STAT, $ff41)
define(SCY, $ff42)
define(SCX, $ff43)
define(LY, $ff44)
define(LYC, $ff45)
define(DMA, $ff46)
define(BGP, $ff47)
define(OBP0, $ff48)
define(OBP1, $ff49)
define(WY, $ff4a)
define(WX, $ff4b)... |
sample_tests/literals2.asm | NullOsama/SIC-Assembler | 0 | 55175 | <filename>sample_tests/literals2.asm
COPY START 1000 .COMMENT
FIRST STL RETADR .COMMENT
CLOOP JSUB RDREC
LDA LENGTH .COMMENTCOMMENTCOMMENTCOMMENTCOMMENT
COMP ZERO .COMMENTCOMMENT
JEQ ENDFIL
... |
pkgs/apps/x264/src/common/x86/dct-64.asm | manggoguy/parsec-modified | 64 | 55176 | ;*****************************************************************************
;* dct-64.asm: h264 encoder library
;*****************************************************************************
;* Copyright (C) 2003-2008 x264 project
;*
;* Authors: <NAME> <<EMAIL>> (initial version)
;* <NAME> <<EMAIL>> (dct8, ... |
diolan-plus2-toad5/fw/vectors.asm | nyholku/TOAD4 | 0 | 55177 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; BootLoader. ;;
;; Copyright (C) 2007 Diolan ( http://www.diolan.com ) ;;
;; ;;
... |
grep.asm | dylsugar/cs461_hw5 | 0 | 55178 |
_grep: file format elf64-x86-64
Disassembly of section .text:
0000000000001000 <grep>:
char buf[1024];
int match(char*, char*);
void
grep(char *pattern, int fd)
{
1000: f3 0f 1e fa endbr64
1004: 55 push %rbp
1005: 48 89 e5 mov %rsp,%rbp
1008: 48 8... |
userInput/input-osx.asm | A2nkF/assembler-foo | 3 | 55179 | global start
section .text
start:
and esp, -16 ; Make sure stack is 16 byte aligned at program start
; not necessary in this example since we don't call
; external functions that conform to the OS/X 32-bit ABI
push dword 5 ; Read 5 ... |
Chapter_8/Program 8.5_SSE_scalar/x86/Program_8.5_MASM.asm | chen150182055/Assembly | 272 | 55180 | ; Program 8.5
; SSE Scalar Operations - MASM (32-bit)
; Copyright (c) 2017 Hall & Slonka
.686
.XMM
.MODEL FLAT, C
.STACK 4096
ExitProcess PROTO stdcall, dwExitCode:DWORD
.data
ALIGN 16
valueA REAL4 1.2
pi REAL8 3.14159265358979
result REAL4 ? ; space for storing result
.code
_main PROC ; scalar examples
mo... |
sk/sfx/B0.asm | Cancer52/flamedriver | 9 | 55181 | Sound_B0_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_B0_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $03
smpsHeaderSFXChannel cFM3, Sound_B0_FM3, $F5, $08
smpsHeaderSFXChannel cFM4, Sound_B0_FM4, $00, $00
smpsHeaderSFXChannel cFM5, Sound_B0_FM5, $00, $00
; FM5 Data
Sound_B0_FM5:
smpsSetvoice... |
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/obstack_vprintf_callee.asm | meesokim/z88dk | 0 | 55182 | <filename>libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/obstack_vprintf_callee.asm
; int obstack_vprintf_callee(struct obstack *obstack, const char *format, void *arg)
SECTION code_stdio
PUBLIC _obstack_vprintf_callee
EXTERN asm_obstack_vprintf
_obstack_vprintf_callee:
pop af
pop hl
pop de
pop bc
push af
... |
src/main_menu/main_menu.asm | TypeDefinition/NautiBuoy | 2 | 55183 | <gh_stars>1-10
INCLUDE "./src/include/hardware.inc"
INCLUDE "./src/include/util.inc"
INCLUDE "./src/include/hUGE.inc"
INCLUDE "./src/definitions/definitions.inc"
; Reset Screen Cursor Tile Index
DEF CTI_OPT_NO EQU $01E2
DEF CTI_OPT_YES EQU $01ED
; Stage Select Screen UI Tile Index
DEF UTI_STAGE_NAME EQU $004C
DEF UTI... |
volume_monitor/firmware/m1284def.asm | mullets/vwradio | 45 | 55184 | <gh_stars>10-100
;ATMega1284 file from Atmel Studio with modifications for AVRA
;
;***** THIS IS A MACHINE GENERATED FILE - DO NOT EDIT ********************
;***** Created: 2011-02-09 12:03 ******* Source: ATmega1284.xml **********
;*************************************************************************
;* A P P... |
oeis/065/A065929.asm | neoneye/loda-programs | 11 | 55185 | <reponame>neoneye/loda-programs
; A065929: (x,y) = (a(n),a(n+1)) are the solutions of (t(x)+t(y))/(1+xy)) = t(3) = 6, where t(n) denotes the n-th triangular number t(n) = n(n+1)/2.
; Submitted by <NAME>
; 3,35,416,4956,59055,703703,8385380,99920856,1190664891,14188057835,169066029128,2014604291700,24006185471271,286059... |
src/main/native/compression/isa-l-master/crc/crc32_gzip_refl_by8_02.asm | swepnadoss/GKL | 0 | 55186 | <filename>src/main/native/compression/isa-l-master/crc/crc32_gzip_refl_by8_02.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2020 Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitt... |
Tradutor/Arquivos_teste/teste.asm | PedroAcA/SB_T2_Bruno | 0 | 55187 | <filename>Tradutor/Arquivos_teste/teste.asm
;Programa soma dois numeros
SECTION TEXT
COPY N1,R
LOAD N2
Prox: ADD R
STORE R
JMPN Prox
STOP
SECTION DATA
N1: CONST 1
N2: CONST 2
R: SPACE
|
Transynther/x86/_processed/NC/_st_sm_/i7-8650U_0xd2.log_407_1206.asm | ljhsiun2/medusa | 9 | 55188 | <filename>Transynther/x86/_processed/NC/_st_sm_/i7-8650U_0xd2.log_407_1206.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r15
push %rax
push %rbx
push %rcx
push %rdx
push %rsi
// Store
mov $0x5f07d20000000a3f, %rcx
nop
nop
nop
sub %rsi, %rsi
movl $0x51525... |
oeis/274/A274252.asm | neoneye/loda-programs | 11 | 55189 | <filename>oeis/274/A274252.asm
; A274252: Number of partitions of n^5 into at most three parts.
; 1,1,102,5043,87894,815365,5042737,23548008,89494870,290594892,833383334,2161532576,5159904769,11488393301,24104823494,48054578907,91626493270,168000201633,297539880337,510923426200,853334933334,1389992123568,2213329476102,... |
tut.fi/cpu.subsystem.test/core_example.setup/1.0/src/aluProgram.asm | berigei/ipxactexamplelib | 13 | 55190 | <reponame>berigei/ipxactexamplelib
nop
set 3 0x4
set 4 0x6
minus 3 4
set 1 0xAA
set 2 0xAA
minus 1 2
nop
div 2 1
set 5 0xFFFF
set 6 0xFFFF
plus 5 6
nop
nop
cmp 5 6
cmp 1 2
nop
end |
libsrc/strings/strpos.asm | andydansby/z88dk-mk2 | 1 | 55191 | ; CALLER linkage for function pointers
XLIB strpos
LIB strpos_callee
XREF ASMDISP_STRPOS_CALLEE
.strpos
pop hl
pop de
pop bc
push bc
push de
push hl
jp strpos_callee + ASMDISP_STRPOS_CALLEE
|
programs/oeis/072/A072668.asm | neoneye/loda | 22 | 55192 | <filename>programs/oeis/072/A072668.asm
; A072668: Numbers one less than composite numbers.
; 3,5,7,8,9,11,13,14,15,17,19,20,21,23,24,25,26,27,29,31,32,33,34,35,37,38,39,41,43,44,45,47,48,49,50,51,53,54,55,56,57,59,61,62,63,64,65,67,68,69,71,73,74,75,76,77,79,80,81,83,84,85,86,87,89,90,91,92,93,94,95,97,98,99,101,103,1... |
programs/oeis/202/A202301.asm | neoneye/loda | 22 | 55193 | <reponame>neoneye/loda<gh_stars>10-100
; A202301: Next prime after the partial sum of the first n primes.
; 3,7,11,19,29,43,59,79,101,131,163,199,239,283,331,383,443,503,569,641,719,797,877,967,1061,1163,1277,1373,1481,1597,1721,1861,1993,2129,2281,2437,2591,2749,2917,3089,3271,3449,3643,3833,4049,4229,4441,4663,4889,5... |
Library/Spell/ET/thesC.asm | steakknife/pcgeos | 504 | 55194 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Spell Library
FILE: thesC.asm
AUTHOR: <NAME>, Sep 23, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date ... |
sw/552tests/inst_tests/stu_0.asm | JPShen-UWM/ThreadKraken | 1 | 55195 | // Original test: ./freiberg/hw4/problem6/stu_0.asm
// Author: freiberg
// Test source code follows
//low corner case
lbi r1, 0
lbi r2, 1
stu r2, r1, 0
ld r2, r1, 0
halt
|
Library/Chart/Title/titleManager.asm | steakknife/pcgeos | 504 | 55196 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: titleManager.asm
AUTHOR: <NAME>, Oct 8, 1991
METHODS:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descript... |
programs/oeis/295/A295301.asm | neoneye/loda | 22 | 55197 | ; A295301: a(n) = n - phi(sigma(n)), where phi = A000010 and sigma = A000203.
; 0,0,1,-2,3,2,3,0,-3,4,7,0,7,6,7,-14,11,-6,11,8,5,10,15,8,-5,14,11,4,21,6,15,-4,17,16,19,-36,19,22,15,16,29,10,23,20,21,22,31,-12,13,-10,27,10,35,22,31,24,25,34,43,12,31,30,15,-62,41,18,35,32,37,22,47,-24,37,38,15,28,45,30,47,20,-29,46,59,-1... |
SMRandoDesktop/ItemRandomizer/patches/src/introskip_doorflags.asm | marcelodmc3/super-metroid-desktop-item-randomizer | 0 | 55198 | <reponame>marcelodmc3/super-metroid-desktop-item-randomizer<filename>SMRandoDesktop/ItemRandomizer/patches/src/introskip_doorflags.asm
arch snes.cpu
lorom
// This skips the intro
org $82eeda
db $1f
// Hijack init routine to autosave and set door flags
org $828067
jsl introskip_doorflags
org $80ff00
introskip... |
tests/keyscan-bytecode.asm | gregdionne/mcbasic | 5 | 55199 | ; Assembly for keyscan-bytecode.bas
; compiled with mcbasic
; Equates for MC-10 MICROCOLOR BASIC 1.0
;
; Direct page equates
DP_LNUM .equ $E2 ; current line in BASIC
DP_TABW .equ $E4 ; current tab width on console
DP_LPOS .equ $E6 ; current line position on console
DP_LWID .equ $E7 ; current line width of console
;
... |
SMRandoDesktop/ItemRandomizer/patches/src/low_timer.asm | marcelodmc3/super-metroid-desktop-item-randomizer | 0 | 55200 | //door asm of bt/animal room during escape
arch snes.cpu
lorom
org $838BCC
db $20, $ff
org $8FFF20
LDA $7ED820 //loads event flags
BIT #$4000 //checks for escape flag set
BEQ quit
LDA #$0020
STA $7E0946 //stores 15 to escape timer in seconds
quit:
RTS |
MasmEd/MasmEd/Tool/PropertyTool.asm | CherryDT/FbEditMOD | 11 | 55201 |
.const
szPrpCode db 'Code',0
szPrpLabel db 'Label',0
szPrpConst db 'Const',0
szPrpData db 'Data',0
szPrpStruct db 'Struct',0
szPrpMacro db 'Macro',0
szCCs db 's',0
defgen DEFGEN <'comment +',<0>,';',<27h,22h>,'\'>
deftypeproc DEFTYPE <TYPE_NAMEFIRST,DEFTYPE_PROC,'p',4,'proc'>
deftypeendp ... |
scripts/FuchsiaBillsGrandpasHouse.asm | opiter09/ASM-Machina | 1 | 55202 | FuchsiaBillsGrandpasHouse_Script:
call EnableAutoTextBoxDrawing
ret
FuchsiaBillsGrandpasHouse_TextPointers:
dw FuchsiaHouse1Text1
dw FuchsiaHouse1Text2
dw FuchsiaHouse1Text3
FuchsiaHouse1Text1:
text_far _FuchsiaHouse1Text1
text_end
FuchsiaHouse1Text2:
text_far _FuchsiaHouse1Text2
text_end
FuchsiaHouse1Text... |
programs/oeis/159/A159481.asm | neoneye/loda | 22 | 55203 | ; A159481: Number of evil numbers <= n, see A001969.
; 1,1,1,2,2,3,4,4,4,5,6,6,7,7,7,8,8,9,10,10,11,11,11,12,13,13,13,14,14,15,16,16,16,17,18,18,19,19,19,20,21,21,21,22,22,23,24,24,25,25,25,26,26,27,28,28,28,29,30,30,31,31,31,32,32,33,34,34,35,35,35,36,37,37,37,38,38,39,40,40,41,41,41,42,42,43,44,44,44,45,46,46,47,47,4... |
oeis/289/A289744.asm | neoneye/loda-programs | 11 | 55204 | <reponame>neoneye/loda-programs
; A289744: Coefficients in expansion of q*E'_8 where E_8 is the Eisenstein Series (A008410).
; 480,123840,3150720,31704960,187502400,812885760,2767107840,8116473600,20671878240,48375619200,102892268160,208111357440,391550752320,713913822720,1230765753600,2077817249280,3348363579840,53333... |
cwiczenia6/zad2/cyfry.asm | adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow | 1 | 55205 | <reponame>adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow
section .text
global cyfry
cyfry:
;licznik
mov rbx, 0
;dzielenie
mov rdx, 0
mov rax, rdi
mov rcx, 10
_petla:
div rcx
inc rbx
cmp rax, 1
jge _petla
mov rax, rbx
ret
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1607.asm | ljhsiun2/medusa | 9 | 55206 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x10c00, %rbp
nop
nop
nop
nop
cmp %r12, %r12
mov (%rbp), %eax
cmp %rdx, %rdx
lea addresses_UC_ht+0x7220, %r8
nop
add $55233, %r10
mov $0x6162636465666768, %rsi
movq %... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_75.asm | ljhsiun2/medusa | 9 | 55207 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_75.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x13d83, %r8
nop
and $65384, %rdi
movb (%r8), %r13b
nop
and $5922, %rsi
lea addresses_A_... |
libsrc/target/sam/stdio/getk_native.asm | ahjelm/z88dk | 640 | 55208 | <reponame>ahjelm/z88dk
;
; SAM Coupe C Library
;
; getk_native() Read key status
;
; We will corrupt any register
;
; <NAME> - Mar.2001
SECTION code_driver
PUBLIC getk_native
PUBLIC _getk_native
EXTERN THIS_FUNCTION_ONLY_WORKS_WITH_BASIC_SUBTYPE
PUBLIC ___getk_native_protect... |
libsrc/_DEVELOPMENT/math/float/math32/c/sccz80/cm32_sccz80_fmin.asm | Frodevan/z88dk | 640 | 55209 |
; float _fmin (float left, float right)
SECTION code_clib
SECTION code_fp_math32
PUBLIC cm32_sccz80_fmin
EXTERN cm32_sccz80_fsread1, cm32_sccz80_fsreadl, m32_compare
; minimum of two sccz80 floats
;
; enter : stack = sccz80_float left, sccz80_float right, ret
;
; exit : stack = sccz80_float le... |
oeis/061/A061242.asm | neoneye/loda-programs | 11 | 55210 | <reponame>neoneye/loda-programs<filename>oeis/061/A061242.asm
; A061242: Primes of the form 9*k - 1.
; Submitted by <NAME>(s4)
; 17,53,71,89,107,179,197,233,251,269,359,431,449,467,503,521,557,593,647,683,701,719,773,809,827,863,881,953,971,1061,1097,1151,1187,1223,1259,1277,1367,1439,1493,1511,1583,1601,1619,1637,1709... |
programs/oeis/131/A131079.asm | neoneye/loda | 22 | 55212 | ; A131079: Periodic sequence (2, 2, 2, 1, 0, 0, 0, 1).
; 2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,1,2,2,2,1,0,0,0,1,2,2,2,1
add $0,2
lpb $0
mod $0,8
add $1,2
add $2,$0
trn $2,$1
... |
sk/sfx/56.asm | Cancer52/flamedriver | 9 | 55213 | <gh_stars>1-10
Sound_56_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_4C_56_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM5, Sound_56_FM5, $EE, $00
; FM5 Data
Sound_56_FM5:
smpsSetvoice $00
dc.b nB2, $06, nEb3
smpsStop
|
source/command/mouse.asm | mega65dev/rom-assembler | 0 | 55215 | <filename>source/command/mouse.asm
; ********************************************************************************************
; ********************************************************************************************
;
; Name : mouse.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 20... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_1649_1499.asm | ljhsiun2/medusa | 9 | 55216 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_1649_1499.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x547e, %rbx
nop
nop
and %r9, %r9
mov $0x6162636465666768, %r14
movq %r14, (%rbx)
nop
nop
nop... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.