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 |
|---|---|---|---|---|
Library/Kernel/Sys/sysManager.asm | steakknife/pcgeos | 504 | 50190 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Kernel -- General System Things
FILE: sysManager.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Adam 4/89 Initial versio... |
oeis/037/A037104.asm | neoneye/loda-programs | 11 | 50191 | ; A037104: Trajectory of 3 under map n->13n+1 if n odd, n->n/2 if n even
; Submitted by <NAME>
; 3,40,20,10,5,66,33,430,215,2796,1398,699,9088,4544,2272,1136,568,284,142,71,924,462,231,3004,1502,751,9764,4882,2441,31734,15867,206272,103136,51568,25784,12892,6446
add $0,1
mov $1,$0
mov $0,3
lpb $1
mov $2,$0
mod $2,... |
non_regression/other_x64_macosx_9.s.asm | LRGH/plasmasm | 1 | 50193 | .macosx_version_min 10, 13
.section __TEXT,__text,regular,pure_instructions
.p2align 4, 0x90
# ----------------------
.private_extern _inflate_table
.globl _inflate_table
_inflate_table:
pushq %rbp
Lcfi0:
Lcfi1:
movq %rsp, %rbp
Lcfi2:
pushq %r15
pushq %r14
pushq %r13
pushq %r12... |
oeis/231/A231187.asm | neoneye/loda-programs | 11 | 50194 | ; A231187: Decimal expansion of the length ratio (largest diagonal)/side in the regular 7-gon (or heptagon).
; Submitted by <NAME>(s4)
; 2,2,4,6,9,7,9,6,0,3,7,1,7,4,6,7,0,6,1,0,5,0,0,0,9,7,6,8,0,0,8,4,7,9,6,2,1,2,6,4,5,4,9,4,6,1,7,9,2,8,0,4,2,1,0,7,3,1,0,9,8,8,7,8,1,9,3,7,0,7,3,0,4,9,1,2,9,7,4,5,6,9,1,5,1,8,8,5,0,1,4,6... |
libsrc/graphics/w_draw_callee.asm | rjcorrig/z88dk | 0 | 50195 | <reponame>rjcorrig/z88dk<gh_stars>0
;
; Z88 Graphics Functions
; Written around the Interlogic Standard Library
;
; Wide resolution (int type parameters) and CALLEE conversion by <NAME>, 2018
;
; ----- void __CALLEE__ draw(int x, int y, int x2, int y2)
;
;
; $Id: w_draw_callee.asm $
;
SECTION code_gr... |
echo.asm | TRamirez97/CSE460-HW02 | 0 | 50196 |
_echo: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 ... |
dd3/64tass/dd3.asm | silverdr/assembly | 23 | 50198 | <filename>dd3/64tass/dd3.asm
.cpu "6502i"
TALK = %01000000
LISTEN = %00100000
LOCK_FLAG = %01000000
DISABLED = $12
WRITE_PROTECT = %00010000
STEPPER_MASK = %00000011
CLOCK_OUT = %00001000
CLOCK_IN = %00000100
DATA_OUT = %00000010
DATA_IN = %00000001
ALL_OK = 1
NO_HEADER = 2
NO_SYNC = 3
BLOCK_NOT_FOUND = 4
CHE... |
Source/HBIOS/ds7rtc.asm | b1ackmai1er/RomWBW | 1 | 50200 | ;==================================================================================================
; DS1307 PCF I2C CLOCK DRIVER
;
; LABELS STARTING WITH PCF ARE REFERENCING THE PCF8584 LIBRARY
;
;==================================================================================================
;
DS7_OUT .EQU ... |
programs/oeis/229/A229277.asm | neoneye/loda | 22 | 50201 | <filename>programs/oeis/229/A229277.asm<gh_stars>10-100
; A229277: Number of ascending runs in {1,...,3}^n.
; 0,3,15,63,243,891,3159,10935,37179,124659,413343,1358127,4428675,14348907,46235367,148272039,473513931,1506635235,4778186031,15109399071,47652720147,149931729243,470715894135,1474909801623,4613015762523,1440390... |
hobig/arith.asm | felipeek/hutils | 4 | 50202 | <reponame>felipeek/hutils
global div_word
global mul_word
global add_u64
global sub_u64
section .text
; RDI, RSI, RDX, RCX, R8, R9
; u64 div_word(u64 dividend_high, u64 dividend_low, u64 divisor, u64* out_remainder)
div_word:
mov r8, rdx ; divisor
mov rdx, rdi
mov rax, rsi
div r8
mov [rcx], r... |
attiny84a/assembly/led_pattern1/led_pattern1.asm | Fubet-Tech/avr-examples | 0 | 50203 | <reponame>Fubet-Tech/avr-examples<filename>attiny84a/assembly/led_pattern1/led_pattern1.asm
.include "tn84def.inc"
main:
LDI R17, 0x0F ; R17 = 0x0F
OUT DDRA, R17 ; Make pins 0-3 in PORTA as Output
SEC ; Set carry flag
rtl:
ROL R16 ; Rotate R16 to left through carry
BRHS ltr ; If Half flag is set jump to ltr
OUT... |
VM/src/Linux/VPU/x86_64/organized/mmu_write.asm | ozdevguy/Ditto | 0 | 50204 | <reponame>ozdevguy/Ditto<filename>VM/src/Linux/VPU/x86_64/organized/mmu_write.asm
ivpu_mmu_writeback:
mov rdx, 0x100000 #Create an instruction architecture mask
and rdx, r15 #Apply the mask to the instruction.
cmp rdx, 0x0
je ivpu_mmu_writeback_32
jmp ivpu_mmu_writeback_64
ivpu_mmu_writeback_32:
mov ... |
isr.asm | jballoffet/ia32-kernel | 0 | 50205 | ;################################################################################
;# Título: Interrupt Service Routines #
;# #
;# Versión: 1.0 Fecha: 13/09/2015 #
;# Autor: <NAME> Tab: 4 #
;# Compilación: #
;# Usar Makefile #
;# Uso: - #
;# -----------------------------------... |
course_3/os/lab3.asm | IlonaZellka/DonNU | 0 | 50207 | <reponame>IlonaZellka/DonNU<filename>course_3/os/lab3.asm
Assume CS: Code, DS: Code
Code SEGMENT
org 100h
D equ 523 ;До
Dsharp equ 554 ;До#
R equ 587 ;Ре
Rsharp equ 622 ;Ре#
M equ 659 ;Ми
F equ 698 ;Фа
Fsharp equ 740 ;Фа#
S equ 784 ;Соль
Ssharp equ 831 ;Соль#
L equ 880 ;Ля
... |
source/init/init.asm | re0ah/shell-asm-linux | 0 | 50208 | %include "init/term.asm"
%include "init/ttyname.asm"
%include "init/setlogin.asm"
%include "init/setlogin_input_str.asm"
%include "init/history.asm"
section .text
init:
call term_init
call ttyname_init
call setlogin
call setlogin_input_str
call history_init
ret
|
programs/oeis/129/A129743.asm | neoneye/loda | 22 | 50209 | ; A129743: a(n) = -(u^n-1)*(v^n-1) with u = 2+sqrt(3), v = 2-sqrt(3).
; 2,12,50,192,722,2700,10082,37632,140450,524172,1956242,7300800,27246962,101687052,379501250,1416317952,5285770562,19726764300,73621286642,274758382272,1025412242450,3826890587532,14282150107682
mov $1,2
lpb $0
sub $0,1
add $1,2
add $2,$1
a... |
Web/asm/examples/Binary to Decimal.asm | visrealm/vrcpu | 102 | 50211 | <reponame>visrealm/vrcpu
; Convert an 8-bit binary number into decimal digits
; and output digits to the display
NUMBER = 135
ADDR = 0
TERMINATOR = 255
main:
data SP, 255
data Rd, NUMBER
data Ra, ADDR
mov Rb, Rd
call toDec8
.output:
call printResult
jmp .output
printResult:
data Ra, ADDR
data Rb, TE... |
C5515_Support_Files/C5515_Lib/dsplib_2.40.00/twiddle/twid4096.asm | HeroSizy/Sizy | 0 | 50212 | ;***********************************************************
; Version 2.30.00
;***********************************************************
.def twiddle
.sect ".data:twiddle"
twiddle:
.word 32767 ; [0]; 1.000000
.word 0 ; [0]; 0.000000
.word 0 ; [1024];... |
public/cloc-1.82/tests/inputs/Assembler-Intel.asm | josema62/Memoria | 1 | 50213 | <reponame>josema62/Memoria<filename>public/cloc-1.82/tests/inputs/Assembler-Intel.asm
; Hello World for Intel Assembler (MSDOS)
; from http://www.roesler-ac.de/wolfram/hello.htm
mov ax,cs
mov ds,ax
mov ah,9
mov dx, offset Hello
int 21h
xor ax,ax
int 21h
Hello:
db "Hello World!",13,10,"$"
|
Parameter Passing/discover.asm | vuchampion/NASM-x86- | 0 | 50214 | ;****************************************************************************************************************************
;Program name: "Simple Parameter Passingn". This program demonstrates some simple cases of passing data from an X86 moodule*
;to an C module and also to a C++ module. Copyright (C) 2019 <NAME> ... |
Transynther/x86/_processed/NC/_st_zr_un_sm_/i7-7700_9_0x48_notsx.log_21829_64.asm | ljhsiun2/medusa | 9 | 50215 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xe04e, %rsi
lea addresses_A_ht+0x103e7, %rdi
nop
nop
nop
add $16212, %r8
mov $49, %rcx
rep movsl
nop
nop
xor %rdi, %rdi
lea addresses_D_ht+0xac2b, %rbx
nop
nop
no... |
libsrc/gfx/narrow/setpos.asm | ahjelm/z88dk | 640 | 50217 | <gh_stars>100-1000
; ----- void __CALLEE__ setpos(int x2, int y2)
SECTION code_graphics
PUBLIC setpos
PUBLIC _setpos
EXTERN asm_setpos
.setpos
._setpos
pop bc ; ret addr
pop hl
pop de
push de
push hl
push bc ; ret addr
jp asm_setpos... |
programs/oeis/160/A160651.asm | karttu/loda | 1 | 50218 | <filename>programs/oeis/160/A160651.asm<gh_stars>1-10
; A160651: a(n) is the number of triangular nonnegative integers that are each equal to n(n+1)/2 - m(m+1)/2, for some m's where 0 <= m <= n.
; 1,2,2,3,2,2,4,2,4,2,4,4,2,4,2,4,4,2,4,2,3,6,2,8,2,2,4,4,8,2,2,4,2,4,2,2,8,4,4,2,4,8,2,4,4,4,6,2,4,6,2,4,4,6,4,4,4,4,6,4,2,8... |
Projects/Shark/I386/ContextI386.asm | joker-alt/Shark | 0 | 50220 | ;
;
; Copyright (c) 2015 - 2021 by blindtiger. All rights reserved.
;
; The contents of this file are subject to the Mozilla Public 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.mozilla.org/MPL/
;
; Software... |
oeis/213/A213581.asm | neoneye/loda-programs | 11 | 50222 | <gh_stars>10-100
; A213581: Antidiagonal sums of the convolution array A213571.
; Submitted by <NAME>
; 1,8,36,124,367,988,2498,6048,14197,32576,73472,163508,360027,785908,1703294,3669240,7863393,16776120,35650300,75495980,159381831,335542348,704640826,1476392464,3087004877,6442447728,13421769208,27917283428,5798205406... |
oeis/064/A064971.asm | neoneye/loda-programs | 11 | 50223 | <filename>oeis/064/A064971.asm
; A064971: a(n) = n*usigma(n), where usigma(n) is the sum of unitary divisors of n (A034448).
; Submitted by <NAME>
; 1,6,12,20,30,72,56,72,90,180,132,240,182,336,360,272,306,540,380,600,672,792,552,864,650,1092,756,1120,870,2160,992,1056,1584,1836,1680,1800,1406,2280,2184,2160,1722,4032,... |
src/Configuration/fib.asm | megis7/riscy | 4 | 50224 | <filename>src/Configuration/fib.asm
.text
.global _start
_start:
addi x1, x0, 1
add x2, x0, x0
addi x3, x0, 1
addi x5, x0, 10
la x7, x
lw x5, 0(x7)
loop:
slt x6, x3, x5
beq x6, x0, halt
add x4, x2, x1
add x1, x2, x0
add x2, x4, x0
addi x3, x3, 1
beq x0, x0, loop
halt: beq x0, x0, halt
.data
y: .wor... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_17_1213.asm | ljhsiun2/medusa | 9 | 50225 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_17_1213.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x6b0b, %r15
add $34242, %rbx
movb (%r15), %al
nop
inc %rcx
lea addresses_D_ht+0x55... |
oeis/350/A350295.asm | neoneye/loda-programs | 11 | 50226 | <gh_stars>10-100
; A350295: 2nd subdiagonal of the triangle A350292.
; Submitted by <NAME>
; 6,8,10,15,21,28,36,45,55,66,78,91,105,120,136,153,171,190,210,231,253,276,300,325,351,378,406,435,465,496,528,561,595,630,666,703,741,780,820,861,903,946,990,1035,1081,1128,1176,1225,1275,1326,1378,1431,1485,1540
mov $3,1
lpb ... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/eq16.asm | gb-archive/really-old-stuff | 10 | 50227 | __EQ16: ; Test if 16bit values HL == DE
; Returns result in A: 0 = False, FF = True
or a ; Reset carry flag
sbc hl, de
ld a, h
or l
sub 1 ; sets carry flag only if a = 0
sbc a, a
ret
|
base/Kernel/Native/ix/halstack.asm | sphinxlogic/Singularity-RDK-2.0 | 0 | 50228 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Microsoft Research Singularity
;;
;; Copyright (c) Microsoft Corporation. All rights reserved.
;;
;; File: halstack.asm
;;
;; Note:
;;
include hal.inc
;; The code in this file runs as part of the prive... |
ZORTON.reko/ZORTON_216E.asm | 0xLiso/dePIXELator | 0 | 50229 | <filename>ZORTON.reko/ZORTON_216E.asm
;;; Segment 216E (216E:0000)
;; fn216E_0000: 216E:0000
;; Called from:
;; 0CE0:1015 (in fn0CE0_08FC)
;; 226D:05B7 (in fn226D_057F)
;; 2425:0271 (in fn2425_01E8)
;; 2476:0023 (in fn2476_000A)
;; 2476:0047 (in fn2476_000A)
;; 2476:006B (in fn2476_000A)
;; ... |
libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/heap_calloc.asm | teknoplop/z88dk | 0 | 50230 | <filename>libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/heap_calloc.asm
; void *heap_calloc(void *heap, size_t nmemb, size_t size)
INCLUDE "clib_cfg.asm"
SECTION code_clib
SECTION code_alloc_malloc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $01
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC _heap_calloc
EXT... |
programs/oeis/288/A288469.asm | neoneye/loda | 22 | 50231 | ; A288469: a(n) = n if n is a nonprime, otherwise take the prime index of n and repeat until you get a nonprime which is then a(n).
; 1,1,1,4,1,6,4,8,9,10,1,12,6,14,15,16,4,18,8,20,21,22,9,24,25,26,27,28,10,30,1,32,33,34,35,36,12,38,39,40,6,42,14,44,45,46,15,48,49,50,51,52,16,54,55,56,57,58,4,60,18,62,63,64,65,66,8,68,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_1_536.asm | ljhsiun2/medusa | 9 | 50232 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xf16, %r13
nop
nop
sub %rdi, %rdi
mov (%r13), %r11d
cmp %rdi, %rdi
lea addresses_WT_ht+0x28d6, %rdx
nop
nop
nop
nop
cmp %r12, %r12
mov (%rdx), %r11w
nop
and %rdi, %... |
asm/6502/test/storage_list.asm | fcatrin/clc88 | 6 | 50234 | <filename>asm/6502/test/storage_list.asm
icl '../os/symbols.asm'
; this test is a direct read from storage, without BIOS support
org BOOTADDR
lda #1
sta ROS7
lda #0
ldx #OS_SET_VIDEO_MODE
jsr OS_CALL
sta ST_WRITE_RESET
mwa #dirname SRC_ADDR
lda #0
ldx #OS_DIR_OPEN
jsr OS_CA... |
documents/calculator_source_edit_6.asm | paulscottrobson/scmp-computer | 0 | 50235 |
Table II is a complete program listing for one example of programming the calculator circuit described
above. In the Table, the ROM address is shown in hexidecimal, and the instruction code at that address
is shown in binary. The statement number is merely for convenience and has no effect on the program.
The descri... |
Tests/yasm-regression/imm64.asm | 13xforever/x86-assembly-textmate-bundle | 69 | 50236 | [bits 64]
[default abs]
;[extern label1]
label1:
label2:
mov rax, 0x1000 ; out: 48 c7 c0 00 10 00 00
mov rax, 0x1122334455667788 ; out: 48 b8 88 77 66 55 44 33 22 11 - larger than imm32s
;mov rax, 0x80000000 ; 64-bit imm (larger than signed 32-bit)
mov rax, label1 ; out: 48 c7 c0 00 00 00 00 - not 64-bit!
mov rax... |
oeis/070/A070555.asm | neoneye/loda-programs | 11 | 50237 | ; A070555: Sum of positive integers k, where k <= n and gcd(k,2n+1) = gcd(k+1,2n+1).
; Submitted by <NAME>
; 1,1,6,15,12,45,66,21,120,153,50,231,180,117,378,435,144,255,630,209,780,861,198,1035,840,375,1326,729,476,1653,1770,465,1056,2145,714,2415,2556,555,1710,3003,1080,3321,1890,1161,3828,2475,1334,2397,4560,1323
ma... |
programs/oeis/008/A008123.asm | jmorken/loda | 1 | 50239 | <reponame>jmorken/loda<gh_stars>1-10
; A008123: Coordination sequence T1 for Zeolite Code KFI.
; 1,4,9,17,29,45,64,86,112,141,173,209,249,292,338,388,441,497,557,621,688,758,832,909,989,1073,1161,1252,1346,1444,1545,1649,1757,1869,1984,2102,2224,2349,2477,2609,2745,2884,3026,3172,3321,3473,3629,3789,3952,4118,4288,4461... |
oeis/178/A178737.asm | neoneye/loda-programs | 11 | 50240 | ; A178737: Coefficients in expansion of Jacobi theta_1'''(0).
; Submitted by <NAME>
; 1,-27,0,125,0,0,-343,0,0,0,729,0,0,0,0,-1331,0,0,0,0,0,2197,0,0,0,0,0,0,-3375,0,0,0,0,0,0,0,4913,0,0,0,0,0,0,0,0,-6859,0,0,0,0,0,0,0,0,0,9261,0,0,0,0,0,0,0,0,0,0,-12167,0,0,0,0,0,0,0,0,0,0,0,15625,0,0,0,0,0,0,0,0,0,0,0,0,-19683,0,0,0,... |
initial_exercises/02-long_mode/serial64.asm | jafager/intel_osdev | 0 | 50241 | <gh_stars>0
%define serial_com1_data_port 0x3f8
%define serial_com1_fifo_command_port 0x3fa
%define serial_com1_line_command_port 0x3fb
%define serial_com1_modem_command_port 0x3fc
%define serial_com1_line_status_port 0x3fd
section .text
bits 64
global serial_init_64
serial_... |
SMP3_1.X/SMP3_1.asm | tabinohito/I4_PIC | 0 | 50242 | <filename>SMP3_1.X/SMP3_1.asm<gh_stars>0
LIST P = PIC16F84A
INCLUDE "P16F84A.INC"
__CONFIG _HS_OSC
ORG 0H
MAIN
BSF STATUS,RP0
CLRF TRISB
MOVLW 01F
MOVWF TRISA
BCF STATUS,RP0
CLRF PORTB
LOOP
MOVF PORTA,W
MOVWF PORTB
GOTO LOOP
END |
tinycad/SimCad/SimCad/SimCad.asm | j-pel/tinyedit | 1 | 50243 | .386
.model flat,stdcall
option casemap:none
include SimCad.inc
.code
start:
invoke GetModuleHandle,NULL
mov hInstance,eax
invoke GetCommandLine
invoke InitCommonControls
invoke LoadLibrary,addr RACad
.if eax
mov hRACad,eax
invoke RegCreateKeyEx,HKEY_CURRENT_USER,addr szSimCad,0,addr ... |
Codes/Chapter06/P13/P06-13.asm | ar-ekt/Dandamudi-Assembly-Solutions | 8 | 50244 | <reponame>ar-ekt/Dandamudi-Assembly-Solutions
global _start
extern ExitProcess
%INCLUDE "lib.h"
%macro geti 0
fgets buffer, 15
a2i 15, buffer
%endmacro
%macro puti 1
i2a DWORD %1, buffer
puts buffer
%endmacro
section .data
MAX_ROW_COL EQU 15
NEWLINE db 10, 0
TAB db 9, 0
MSG_ROW_... |
oeis/157/A157667.asm | neoneye/loda-programs | 11 | 50245 | ; A157667: a(n) = 531441*n^2 - 740664*n + 258065.
; 48842,902501,2819042,5798465,9840770,14945957,21114026,28344977,36638810,45995525,56415122,67897601,80442962,94051205,108722330,124456337,141253226,159112997,178035650,198021185,219069602,241180901,264355082,288592145,313892090,340254917,367680626,396169217,425720690,... |
programs/oeis/226/A226602.asm | neoneye/loda | 22 | 50246 | ; A226602: Number of ordered triples (i,j,k) with i*j*k = n, i,j,k >= 0 and gcd(i,j,k) <= 1.
; 1,1,3,3,6,3,9,3,9,6,9,3,18,3,9,9,12,3,18,3,18,9,9,3,27,6,9,9,18,3,27,3,15,9,9,9,36,3,9,9,27,3,27,3,18,18,9,3,36,6,18,9,18,3,27,9,27,9,9,3,54,3,9,18,18,9,27,3,18,9,27,3,54,3,9,18,18,9,27,3,36,12,9,3,54,9,9,9,27,3,54,9,18,9,9,9... |
programs/oeis/125/A125925.asm | neoneye/loda | 22 | 50247 | <reponame>neoneye/loda<gh_stars>10-100
; A125925: Sprague-Grundy values for octal game .351.
; 1,2,1,2,0,1,0,2,1,2,1,2,0,1,0,2,1,2,1,2,0,1,0,2,1,2,1,2,0,1,0,2,1,2,1,2,0,1,0,2,1,2,1,2,0,1,0,2,1,2,1,2,0,1,0,2,1,2,1,2,0,1,0,2,1,2,1,2,0,1,0,2,1,2,1,2,0,1,0,2,1,2,1,2,0,1,0,2,1,2,1,2,0,1,0,2,1,2,1,2
sub $2,$0
mov $0,1599
su... |
Hex/Tester/Tester.asm | MrRomo/MrBootloader | 0 | 50248 |
_main:
;Tester.c,2 :: void main() org 0x500{
;Tester.c,3 :: TRISB = 0x00;
CLRF TRISB+0
;Tester.c,4 :: PORTB = 0x00;
CLRF PORTB+0
;Tester.c,5 :: while (1){
L_main0:
;Tester.c,6 :: Delay_ms(1000);
MOVLW 6
MOVWF R11+0
MOVLW 19
MOVWF R12+0
MOVLW 173
MOVWF R13+0
... |
oeis/159/A159497.asm | neoneye/loda-programs | 11 | 50249 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A159497: Numerator of Hermite(n, 5/13).
; Submitted by <NAME>
; 1,10,-238,-9140,149932,13856600,-114819080,-29249375600,-20831812720,78881993495200,852190309246240,-258099234921313600,-5749435918990656320,989356137650941398400,35156582804554357854080,-433006741531871111... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_768.asm | ljhsiun2/medusa | 9 | 50250 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_768.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rcx
push %rdx
push %rsi
lea addresses_WT_ht+0x7505, %rdx
nop
nop
nop
nop
and %r12, %r12
movl $0x61626364, (%rdx)
cmp $11290, %r15
lea addresses_normal_ht+0x9... |
src/scp.asm | avcado/scp-bootsector | 3 | 50251 | [org 0x7c00]
mov bx, bootMsg
call printf
xor ax, ax
int 16h
; Now we call the game logic
; this will essentially render everything
;
call game
jmp $
%include "src/print.asm"
%include "src/game.asm"
bootMsg:
db 'Press any key to start. ', 0
times 510-($-$$) db 0
dw 0xaa55 |
julia.asm | gkuduk/Fractals-x64 | 1 | 50252 | section .data
WIDTH: dq 512.0
HEIGHT: dq 512.0
DF2: dq 2.0
DF4: dq 4.0
SCR: db 32
SCG: db 64
SCB: db 16
Wint: dq 512
Hint: dq 512
section .text
global julia
julia:
; rdi - address of *tab
; rsi - maxIter
; xmm0 - Re value of constant C
; xmm1 - Im value of constant C
; xmm2 - Re left
; xmm3 - Re right
; xmm4 - Im... |
Working Disassembly/Levels/FBZ/Misc Object Data/Map - Wall Missile.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 50253 | Map_3C906: dc.w word_3C7CE-Map_3C906
dc.w word_3C7D6-Map_3C906
dc.w word_3C916-Map_3C906
dc.w word_3C91E-Map_3C906
dc.w word_3C926-Map_3C906
dc.w word_3C92E-Map_3C906
dc.w word_3C936-Map_3C906
dc.w word_3C93E-Map_3C906
word_3C916: dc.w 1
dc.b $FC, $C, 0, $22, $FF, $F1
word_3C91E: dc.w 1
dc.... |
practicas/practica3/3.1/practica3_1b.asm | ajah1/EC | 0 | 50254 | #EJEMPLO DE RESTA
.data
numero1: .word 0x80000000
numero2: .word 1
.text
main:
lw $t1, numero1($0) # $t1 = 0x80000000
lw $t2, numero2($0) # $t2 = 0x00000001
sub $t1, $t1, $t2 # $t1 = 0x7FFFFFFF
# resta dos numeros en C2. :)
sw $t1, numero1,($0) # numero1 = 0x7FFFFFFF
# cuando hace la resta da o... |
programs/oeis/029/A029126.asm | neoneye/loda | 22 | 50255 | <reponame>neoneye/loda<filename>programs/oeis/029/A029126.asm
; A029126: Expansion of 1/((1-x)(1-x^7)(1-x^11)(1-x^12)).
; 1,1,1,1,1,1,1,2,2,2,2,3,4,4,5,5,5,5,6,7,7,8,9,10,11,12,13,13,14,15,16,17,18,20,21,23,25,26,27,28,30,31,33,35,37,39,41,44,46,48,50,52,54,56,59,62,65,68,71,74,77,80
lpb $0
mov $2,$0
sub $0,7
se... |
_maps/obj28a.asm | vladjester2020/Sonic1TMR | 0 | 50256 | <filename>_maps/obj28a.asm
; ---------------------------------------------------------------------------
; Sprite mappings - animals
; ---------------------------------------------------------------------------
dc.w byte_948A-Map_obj28a
dc.w byte_9490-Map_obj28a
dc.w byte_9484-Map_obj28a
byte_9484: dc.b 1
... |
examples/3rd-party/9H/IC555.asm | brickpool/hp35s | 3 | 50258 | ; Titel: Peripherie-Bauteile des IC NE-555
; Quelle: Eine Programmsammlung fuer den HP-41
; Copyright: 1989, <NAME>
; Autor: <NAME>
; Portierung: <NAME>
MODEL P35S
SEGMENT IC555 CODE
@TM: ; LBL "TM"
LBL A
CF 1
CF 2
INPUT T ; "ZEIT?"
x=0?
SF 1
INPUT R ; "R?"
x=0?
SF 2
FS? 1... |
libsrc/stdio/nascom/getk.asm | RC2014Z80/z88dk | 8 | 50259 | ;
; Keyboard routines for the NASCOM1/2
; By <NAME> - 23/05/2003
;
; getk() Read key status
;
;
; $Id: getk.asm,v 1.4 2016-04-03 13:10:24 dom Exp $
;
SECTION code_clib
PUBLIC getk
EXTERN montest
.getk
call montest
jr nz,nassys
; T monitor
call 0c4dh
jr gkret
; NASSYS monitor
.nassys
defw 62dfh
.gkret
I... |
nasm assembly/extras/sort_array.asm | AI-Factor-y/NASM-library | 0 | 50260 | section .data
msg1 : db 'debug here --',10
l1 : equ $-msg1
msg2 : db 'the value of arr[j] : '
l2 : equ $-msg2
msg3 : db 'number of odd : '
l3 : equ $-msg3
msg4 : db 'enter number of elements : '
l4: equ $-msg4
msg5 : db 'enter the elements : ',10
l5: equ $-msg5
space:db ' '
newline:db '',10
secti... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2607.asm | ljhsiun2/medusa | 9 | 50261 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1aa62, %rsi
lea addresses_WT_ht+0x982c, %rdi
nop
nop
nop
nop
add $23479, %r9
mov $79, %rcx
rep movsl
nop
nop
nop
nop
sub %r8, %r8
lea addresses_WT_ht+0xbd62, %rsi
lea addresses_WC_ht+0x... |
programs/oeis/019/A019550.asm | neoneye/loda | 22 | 50262 | ; A019550: a(n) is the concatenation of n and 2n.
; 12,24,36,48,510,612,714,816,918,1020,1122,1224,1326,1428,1530,1632,1734,1836,1938,2040,2142,2244,2346,2448,2550,2652,2754,2856,2958,3060,3162,3264,3366,3468,3570,3672,3774,3876,3978,4080,4182,4284,4386,4488,4590,4692,4794,4896,4998,50100,51102,52104,53106,54108,55110,... |
libsrc/target/multi8/stdio/printc_MODE2.asm | ahjelm/z88dk | 640 | 50263 | <reponame>ahjelm/z88dk
SECTION code_clib
PUBLIC printc_MODE2
PUBLIC generic_console_xypos_graphics
EXTERN __multi8_ink
EXTERN __multi8_paper
EXTERN generic_console_font32
EXTERN generic_console_udg32
EXTERN generic_console_flags
EXTERN __vram_in
EXTER... |
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i3-7100_9_0xca_notsx.log_21829_1299.asm | ljhsiun2/medusa | 9 | 50265 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x3565, %r9
nop
nop
nop
dec %r11
mov (%r9), %r14d
nop
nop
nop
nop
nop
and $14305, %rax
lea addresses_D_ht+0xce57, %rsi
lea addresses_UC_ht+0xacd5, %rdi
nop
nop
nop
add $25209, %r11
mov $... |
Working Disassembly/General/Sprites/Tails/Anim - Tails.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 0 | 50266 | <gh_stars>0
dc.w AniTails00-AniTails
dc.w AniTails01-AniTails
dc.w AniTails02-AniTails
dc.w AniTails03-AniTails
dc.w AniTails04-AniTails
dc.w AniTails05-AniTails
dc.w AniTails06-AniTails
dc.w AniTails07-AniTails
dc.w AniTails08-AniTails
dc.w AniTails09-AniTails
dc.w AniTails0A-AniTails
dc.w AniT... |
libsrc/target/vz/stdio/printc_MODE1.asm | Frodevan/z88dk | 640 | 50268 |
SECTION code_clib
PUBLIC printc_MODE1
EXTERN generic_console_udg32
EXTERN generic_console_font32
EXTERN generic_console_flags
EXTERN __MODE1_attr
EXTERN generic_console_flags
EXTERN base_graphics
EXTERN generic_console_text_xypos
; c = ... |
BitEpicness/TestDisplay.asm | davidov541/BitEpicness | 0 | 50271 | <reponame>davidov541/BitEpicness<filename>BitEpicness/TestDisplay.asm<gh_stars>0
ldi $s0, 4 //0,1
wp $s0, 0
nop
nop
nop
ldi $s0, 0
rp $s1, 0
addi $s1, 6
wp $rr, 0
loop: j loop |
ilace.asm | visy/c64demo2017 | 0 | 50272 | <reponame>visy/c64demo2017
.macro PNGtoHIRES(PNGpicture,BMPData,ColData) {
.var Graphics = LoadPicture(PNGpicture)
// Graphics RGB Colors. Must be adapted to the graphics
.const C64Black = 000 * 65536 + 000 * 256 + 000
.const C64White = 255 * 65536 + 255 * 256 + 255
... |
programs/oeis/077/A077268.asm | neoneye/loda | 22 | 50273 | ; A077268: Number of bases in which n requires at least one zero to be written.
; 0,1,1,2,2,3,1,3,3,4,3,5,2,3,3,4,3,6,4,6,4,3,2,7,3,4,5,7,4,7,2,6,5,5,6,8,4,5,5,8,3,7,2,5,6,4,3,9,4,7,7,7,4,9,6,8,4,4,3,11,3,4,5,7,7,9,4,6,6,9,4,11,5,6,8,7,7,9,4,9,6,6,5,12,6,5,5,9,4,11,5,6,4,4,5,11,4,7,8,10
add $0,1
mov $2,2
mov $3,$0
mov... |
oeis/142/A142829.asm | neoneye/loda-programs | 11 | 50274 | ; A142829: Primes congruent to 31 mod 61.
; Submitted by <NAME>
; 31,397,641,1129,1373,1861,2593,2837,3203,3691,4057,4423,4789,5399,5521,6131,6619,6863,7229,7351,7717,8693,9059,9181,9547,9791,10889,11621,11743,11987,12109,12841,13451,14549,15647,17477,17599,19429,20161,20771,21503,21991,23333,24919,25163,26017,26261,26... |
musicvolumes.asm | Catobat/z3randomizer | 26 | 50275 | ; All addresses in this file that are marked with a "." have been tested on their own and verified to be correct.
; Addresses that are commented out are correct, but either the tracks are already muted in vanilla, or they're unused by the game.
; I kept those addresses listed anyway.
;== Music volume (set everythi... |
DisplayLoop.asm | iUnknwn/NeopixelOnPic | 0 | 50276 | #include <xc.inc>
; Sends a single byte (from the W register) out to a NeoPixel.
;
; You can call this function from C with the signature: send_byte(uint8_t value)
;
; Note: This function requires that the PIC be running with a 32MHz clock
;
; The function is currently written to output on pin RA5 on a PIC12F157... |
Kernel/asm/libasm.asm | tdallas/arqui-tpe | 0 | 50277 | <filename>Kernel/asm/libasm.asm
GLOBAL cpuVendor
GLOBAL getTimeRTC
GLOBAL getKeyCode
GLOBAL speakerOn
GLOBAL speakerOff
GLOBAL speakerBeep
GLOBAL delayLoop
SECTION .text
; cpuVendor -- Writes information of the cpu on the buffer
; IN: RDI = pointer to buffer
; OUT: RAX = pointer of the buffer with the information
cpu... |
data/pokemon/base_stats/ralts.asm | TastySnax12/pokecrystal16-493-plus | 2 | 50278 | db 0 ; species ID placeholder
db 28, 25, 25, 40, 45, 35
; hp atk def spd sat sdf
db PSYCHIC, PSYCHIC ; type
db 235 ; catch rate
db 70 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/ralts/... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_1207.asm | ljhsiun2/medusa | 9 | 50279 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1c60, %r11
nop
nop
nop
nop
sub $53703, %r13
and $0xffffffffffffffc0, %r11
movaps (%r11), %xmm6
vpextrq $1, %xmm6, %r8
nop
nop
inc ... |
programs/oeis/213/A213283.asm | neoneye/loda | 22 | 50280 | ; A213283: Number of 4-length words w over n-ary alphabet such that for every prefix z of w we have #(z,a_i) = 0 or #(z,a_i) >= #(z,a_j) for all j>i and #(z,a_i) counts the occurrences of the i-th letter in z.
; 0,1,9,36,118,315,711,1414,2556,4293,6805,10296,14994,21151,29043,38970,51256,66249,84321,105868,131310,16109... |
src/boot.asm | krzem5/Assembly-16bit_OS | 0 | 50281 | <filename>src/boot.asm
[bits 16]
[org 0x7c00]
start:
xor ax, ax
mov ds, ax
mov es, ax
mov bx, 0x8000
mov dx, [VGA_MEM]
mov es, dx
call clear_screen
mov si,PRINT_STRING
call print_str
ret
print_str:
._next_char:
lodsb
cmp al, 0
je ._done
mov di, word[VGA_INDEX]
mov [es:di], al
add word[VGA_I... |
savefile/maps/1337_Mysterious.asm | stranck/fools2018-1 | 35 | 50282 | SECTION "Map_1337", ROM0[$B800]
Map_1337_Header:
hdr_tileset 8
hdr_dimensions 1, 1
hdr_pointers_a Map_1337_Blocks, Map_1337_TextPointers
hdr_pointers_b Map_1337_Script, Map_1337_Objects
hdr_pointers_c Map_1337_InitScript, Map_1337_RAMScript
hdr_palette $06
... |
lib/target/embedded/classic/embedded_crt0.asm | jpoikela/z88dk | 0 | 50283 | <filename>lib/target/embedded/classic/embedded_crt0.asm
; Startup Code for Embedded Targets
;
; <NAME> March 2002
;
; $Id: embedded_crt0.asm,v 1.19 2016-07-13 22:12:25 dom Exp $
;
; (DM) Could this do with a cleanup to ensure rstXX functions are
; available?
DEFC ROM_Start = $0000
DEFC RAM_Start = $8000
DEF... |
FS/Terminal.asm | Th3Matt/FlameOS-2.0 | 0 | 50285 | [ BITS 32 ]
[ ORG 0x0 ]
VidBuffer equ 0x200*(1+3)
KeyPress equ VidBuffer+80*25*2
PromptLen equ FlameSH_NF-FlameSH_Prompt
INFO:
.Entrypoint: dd 0x200
.Vidbuffer: dd VidBuffer
.Keypress: dd KeyPress
.Stack: dd KeyPress+0x500
times 0x200-($-INFO) db 0
Terminal:
mov bx, es
shr bx, 3
inc bx
shl bx, 8
or bl, ... |
text/maps/move_relearner.asm | longlostsoul/EvoYellow | 16 | 50286 | <gh_stars>10-100
_MoveRelearnerGreetingText::
text "I'm the #MON"
line "MOVE MANIAC!"
para "I know every"
line "single move that"
cont "#MON learn"
cont "growing up."
para "For ¥500, I can"
line "make a #MON"
cont "of yours remember"
cont "a move."
done
_MoveRelearnerSaidYesText::
text "Which #MON?"
lin... |
dino/lcs/base/6E8F.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 50287 | <filename>dino/lcs/base/6E8F.asm
copyright zengfr site:http://github.com/zengfr/romhack
016A1A move.b ($3,A6), (A4)+ [base+6E8E]
016A1E move.w ($6a,A6), (A4)+ [base+6E8F]
016BCA move.b ($3,A6), (A4)+ [base+6DDE, base+6DEE, base+6DFE, base+6E0E, base+6E1E, base+6E2E, base+6E3E, base+6E4E, base+6E5E, base+6E6E, ba... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_81.asm | ljhsiun2/medusa | 9 | 50288 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xfa48, %rsi
lea addresses_UC_ht+0x1f08, %rdi
nop
nop
nop
nop
xor $35366, %r9
mov $45, %rcx
rep movsw
sub %r9, %r9
lea addresses_WC_ht+0x16e88, %rsi
lea addresses... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_606.asm | ljhsiun2/medusa | 9 | 50291 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xec89, %rdx
nop
nop
nop
dec %rsi
movl $0x61626364, (%rdx)
and %r15, %r15
lea addresses_D_ht+0x194c9, %rbx
dec %rdx
movl $0x61626364, (%rbx)
nop
nop
nop
nop
sub $61819, %rdi
lea... |
stringcomp.asm | shashankdasverma/MPlab | 0 | 50293 | .MODEL SMALL
DISPLAY MACRO MSG
LEA DX, MSG
MOV AH, 09H
INT 21H
ENDM
.DATA
MSG1 DB 0DH, 0AH, "ENTER FIRST STRING : $"
MSG2 DB 0DH, 0AH, "ENTER SECOND STRING : $"
MSG3 DB 0DH, 0AH, "LENGTH OF FIRST STRING: $"
MSG4 DB 0DH, 0AH, "LENGTH OF SECOND STRIN... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_2599.asm | ljhsiun2/medusa | 9 | 50294 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x16202, %rsi
lea addresses_D_ht+0x19de9, %rdi
sub %r12, %r12
mov $18, %rcx
rep movsw
nop
and $38426, %rsi
lea addresses_normal_ht+0x19482, %r8
nop
nop
nop
nop
nop
xor $62826, %rbx
vmovu... |
data/trades.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 50295 | TradeMons:
; givemonster, getmonster, textstring, nickname (11 bytes), 14 bytes total
IF DEF(_RED)
db HORSEA, PONYTA, 2,"RUNNY@@@@@@"
db JIGGLYPUFF, MR_MIME, 0,"MIMIEN@@@@@"
db BEEDRILL, BUTTERFREE,2,"DORIS@@@@@@"
db WEEZING, MUK, 0,"STICKY@@@@@"
db SPEAROW, FARFETCHD, 2,"DUX@@@@@@@@"
... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_21829_745.asm | ljhsiun2/medusa | 9 | 50296 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x4b80, %rax
nop
cmp %r12, %r12
mov $0x6162636465666768, %rbp
movq %rbp, %xmm5
vmovups %ymm5, (%rax)
nop
nop
nop
cmp $1978, %r15
lea addresses... |
data/tilesets/gate_collision.asm | AtmaBuster/pokeplat-gen2 | 6 | 50297 | <reponame>AtmaBuster/pokeplat-gen2
tilecoll 01, 01, 01, 01 ; 00
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 01
tilecoll WALL, WALL, FLOOR, FLOOR ; 02
tilecoll WALL, WALL, WALL, WALL ; 03
tilecoll WALL, WALL, WALL, FLOOR ; 04
tilecoll WALL, WALL, FLOOR, WALL ; 05
tilecoll WALL, WALL, FLOOR, WALL ; 06
tilecoll WALL, WA... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_2400_465.asm | ljhsiun2/medusa | 9 | 50298 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x11e80, %rsi
lea addresses_WT_ht+0x19000, %rdi
cmp %r14, %r14
mov $123, %rcx
rep movsb
nop
nop
xor $17442, %r12
lea addresses_UC_ht+0x1ef00, %rsi
nop
nop
nop
inc %rdi
mo... |
Tests/yasm-regression/riprel2.asm | 13xforever/x86-assembly-textmate-bundle | 69 | 50299 | [bits 64]
[default abs] ; default abs, except for explicit rel
mov rax,[foo] ; out: 48 8b 04 25 c0 02 00 00
mov rax,[qword 123456789abcdef0h] ; out: 48 a1 f0 de bc 9a 78 56 34 12
mov rbx,[foo] ; out: 48 8b 1c 25 c0 02 00 00
mov rax,[dword foo] ; out: 48 8b 04 25 c0 02 00 00
mov rbx,[dword foo] ; out: 48 ... |
assembly/countbits/count.asm | MosheBerman/logisim-assignments | 0 | 50301 |
; Returns The number of enabled bits in the number which we put into ebx.
section .text
global main
main:
mov ax,
mov ebx, 0 ; bl will contain the count of ON bits
mov ecx, 32 ; ecx is the loop counter
count_loop:
shl ax, 1 ; Shift the high bit into CF
jnc skip_inc
... |
_build/dispatcher/jmp_ippsAESInit_619d573e.asm | zyktrcn/ippcp | 1 | 50302 | extern m7_ippsAESInit:function
extern n8_ippsAESInit:function
extern y8_ippsAESInit:function
extern e9_ippsAESInit:function
extern l9_ippsAESInit:function
extern n0_ippsAESInit:function
extern k0_ippsAESInit:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment .data
align 8
dq .Lin_ippsA... |
tests/bfp-025-b2h.asm | mtalexander/hyperion | 187 | 50303 | TITLE 'bfp-025-b2h.asm: Test Convert BFP to HFP'
***********************************************************************
*
*Testcase CONVERT BFP TO HFP
* Test case capability includes verifying the condition code for
* sundry result cases. CONVERT BFP TO HFP does not generate IEEE
* execptions or traps, and does ... |
Source/Levels/L0708.asm | AbePralle/FGB | 0 | 50305 | ; L0708.asm
; Generated 11.05.2000 by mlevel
; Modified 11.05.2000 by <NAME>
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
;---------------------------------------------------------------------
SECTION "Level0708Section",ROMX
;---------------------------------------------------------------------
L0708_Conte... |
oeis/194/A194729.asm | neoneye/loda-programs | 11 | 50306 | <gh_stars>10-100
; A194729: Number of 9-ary words either empty or beginning with the first character of the alphabet, that can be built by inserting n doublets into the initially empty word.
; Submitted by <NAME>
; 1,1,17,353,8113,198401,5060433,133071009,3581326065,98156060225,2730108129937,76862217117665,218609642712... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_673.asm | ljhsiun2/medusa | 9 | 50309 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x15722, %rax
nop
nop
nop
nop
nop
lfence
mov (%rax), %r13w
nop
nop
nop
dec %rcx
lea addresses_D_ht+0x2602, %rsi
lea addresses_UC_ht+0xe1c2, %rdi
nop
nop
nop
nop
nop
cmp... |
Appl/Tools/Localize/Document/documentMnemonic.asm | steakknife/pcgeos | 504 | 50310 | <reponame>steakknife/pcgeos<gh_stars>100-1000
Comment @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: ResEdit/Document
FILE: documentMnemonic.asm
AUTHOR: <NAME>, Jan 8, 1993
ROUTINES:
Name De... |
programs/oeis/052/A052147.asm | neoneye/loda | 22 | 50311 | <filename>programs/oeis/052/A052147.asm<gh_stars>10-100
; A052147: a(n) = prime(n) + 2.
; 4,5,7,9,13,15,19,21,25,31,33,39,43,45,49,55,61,63,69,73,75,81,85,91,99,103,105,109,111,115,129,133,139,141,151,153,159,165,169,175,181,183,193,195,199,201,213,225,229,231,235,241,243,253,259,265,271,273,279,283,285,295,309,313,315... |
NativeCallFunctionx86.asm | tmthrgd/DLL-Injector | 33 | 50312 | .model FLAT, STDCALL
.code
_TEXT SEGMENT
; local variable __esp is at [ebp - 4]
__esp$ = -4
; paramater _lpThreadParameter is at [ebp + 8]
_lpThreadParameter$ = 8
CallFunction PROC PUBLIC
; save ebp, esi which are nonvolatile registers
push ebp
push esi
; save esp into __esp local variable
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.