max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
libsrc/_DEVELOPMENT/drivers/character/character_00/output/character_00_output/character_00_output_stdio_msg_writ.asm | jpoikela/z88dk | 640 | 208475 | <filename>libsrc/_DEVELOPMENT/drivers/character/character_00/output/character_00_output/character_00_output_stdio_msg_writ.asm
SECTION code_driver
SECTION code_driver_character_output
PUBLIC character_00_output_stdio_msg_writ
EXTERN OCHAR_MSG_PUTC_BIN, l_jpix
character_00_output_stdio_msg_writ:
; BC' = length >... |
oeis/081/A081046.asm | neoneye/loda-programs | 11 | 208476 | ; A081046: Difference of the first two Stirling numbers of the first kind.
; Submitted by <NAME>
; 1,-2,5,-17,74,-394,2484,-18108,149904,-1389456,14257440,-160460640,1965444480,-26029779840,370643938560,-5646837369600,91657072281600,-1579093018675200,28779361764249600,-553210247226470400
mov $1,1
lpb $0
sub $0,1
s... |
src/shaders/h264/mc/load_Intra_Ref_Y.asm | tizenorg/platform.upstream.libva-intel-driver | 0 | 208477 | /*
* Load all reference Y samples from neighboring macroblocks
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*
... |
oeis/123/A123479.asm | neoneye/loda-programs | 11 | 208479 | <reponame>neoneye/loda-programs
; A123479: Coefficients of series giving the best rational approximations to sqrt(6).
; Submitted by <NAME>(s2)
; 20,1980,194040,19013960,1863174060,182572043940,17890197132080,1753056746899920,171781670999060100,16832850701160989900,1649447587042777950120,161629030679491078121880,158379... |
programs/oeis/069/A069345.asm | neoneye/loda | 22 | 208481 | <filename>programs/oeis/069/A069345.asm
; A069345: n minus the number of its prime-factors: a(n) = n - A001222(n).
; 1,1,2,2,4,4,6,5,7,8,10,9,12,12,13,12,16,15,18,17,19,20,22,20,23,24,24,25,28,27,30,27,31,32,33,32,36,36,37,36,40,39,42,41,42,44,46,43,47,47,49,49,52,50,53,52,55,56,58,56,60,60,60,58,63,63,66,65,67,67,70,6... |
data/pokemon/base_stats/lairon.asm | AtmaBuster/pokeplat-gen2 | 6 | 208482 | <filename>data/pokemon/base_stats/lairon.asm<gh_stars>1-10
db 0 ; species ID placeholder
db 60, 90, 140, 40, 50, 50
; hp atk def spd sat sdf
db STEEL, ROCK ; type
db 90 ; catch rate
db 152 ; base exp
db NO_ITEM, HARD_STONE ; items
db GENDER_F50 ; gender ratio
db 35 ; step cycles to hatch
INCBIN ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_11214_465.asm | ljhsiun2/medusa | 9 | 208483 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %r8
push %rbx
push %rcx
lea addresses_D_ht+0x16e76, %r13
and %r15, %r15
and $0xffffffffffffffc0, %r13
movntdqa (%r13), %xmm6
vpextrq $0, %xmm6, %rcx
nop
dec %rbx
lea addresses_D_ht+0x1c076, %r8
nop
nop
no... |
src/kernel/core/int.asm | Oyami-Srk/OmochaOS | 42 | 208484 | ;; Vector Handler used in IVT
%include "core/process.i"
[BITS 32]
[SECTION .text]
extern interrupt_handler ; defined in interrupt.c
extern proc_running ; defined in process.c
extern tss ; defined in protect.c, is a pointer
; extern core_page_dir ; defined in core.c
; extern interru... |
lib/target/sv8000/classic/sv8000_crt0.asm | dikdom/z88dk | 1 | 208485 | <filename>lib/target/sv8000/classic/sv8000_crt0.asm
;
; Bandai Supervision 8000
;
module sv8000_crt0
defc crt0 = 1
INCLUDE "zcc_opt.def"
EXTERN _main ;main() is always external to crt0 code
EXTERN asm_im1_handler
PUBLIC cleanup ;jp'd to by exit()
PUBLIC l_dc... |
silo.asm | elefthvp/Microprocessors-Peripherals--Assignment | 0 | 208486 | <reponame>elefthvp/Microprocessors-Peripherals--Assignment
/*
Created: 28/5/2018 10:21:10
Authors: <NAME>
<NAME>
*/
.include "m16def.inc"
.device ATMega16
.def temp = r16
.def adh = r17
.def adl = r18
.def temp1= r19
.def temp2= r20
.def led = r21
.def leds=r22
.def time1secFlag = r23
.def t... |
_anim/Fireballs.asm | kodishmediacenter/msu-md-sonic | 9 | 208487 | ; ---------------------------------------------------------------------------
; Animation script - lava balls
; ---------------------------------------------------------------------------
Ani_Fire: dc.w @vertical-Ani_Fire
dc.w @vertcollide-Ani_Fire
dc.w @horizontal-Ani_Fire
dc.w @horicollide-Ani_Fire
@vertical: d... |
ls.asm | jhsie007/xv6 | 0 | 208488 | <reponame>jhsie007/xv6
_ls: file format elf32-i386
Disassembly of section .text:
00001000 <fmtname>:
#include "user.h"
#include "fs.h"
char*
fmtname(char *path)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 53 push %ebx
1004: 8... |
PRG/prg024.asm | narfman0/smb3_pp1 | 0 | 208489 | ; Super Mario Bros. 3 Full Disassembly by Southbird 2012
; For more info, see http://www.sonicepoch.com/sm3mix/
;
; PLEASE INCLUDE A CREDIT TO THE SOUTHBIRD DISASSEMBLY
; AND THE ABOVE LINK SOMEWHERE IN YOUR WORKS :)
;
; Original disassembler source generated by DCC6502 version v1.4
; (With labels, comments, and some s... |
binaries/redox.asm | planet-s/gdbserver | 0 | 208490 | <filename>binaries/redox.asm
global _start
section .data
str: db "Hello, world!", 0xA
len: equ $-str
section .text
_start:
mov rax, 0x2100_0004 ; write
mov rdi, 1 ; stdout
mov rsi, str ; buf
mov rdx, len ; len
syscall
mov ... |
programs/oeis/037/A037544.asm | neoneye/loda | 22 | 208491 | <reponame>neoneye/loda
; A037544: Base-3 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,2.
; 1,5,17,52,158,476,1429,4289,12869,38608,115826,347480,1042441,3127325,9381977,28145932,84437798,253313396,759940189,2279820569,6839461709,20518385128,61555155386,184665466160,5539963984... |
code/control.asm | zxwanderer/A-World-of-One-way | 7 | 208492 | <reponame>zxwanderer/A-World-of-One-way
; half-row DEC HEX BIN
; Space...B 32766 7FFE 01111111 11111110
; Enter...H 49150 BFFE 10111111 11111110
; P...Y 57342 DFFE 11011111 11111110
; 0...6 61438 EFFE 11101111 11111110
; 1...5 63486 F7FE 11110111 11111110
; Q...T 64510 FBFE 11111011 11111110
; A...G 65022 FDFE 111... |
programs/oeis/163/A163370.asm | neoneye/loda | 22 | 208493 | <filename>programs/oeis/163/A163370.asm
; A163370: a(n) = phi(sigma(phi(n))).
; 1,1,2,2,6,2,4,6,4,6,6,6,12,4,8,8,30,4,24,8,12,6,12,8,12,12,24,12,24,8,24,30,12,30,16,12,72,24,16,30,24,12,32,12,16,12,24,30,32,12,36,16,42,24,24,16,72,24,24,30,48,24,72,36,60,12,48,36,24,16,48,16,96,72,24,72,48,16,48,36,32,24,36,16,126,32,3... |
programs/oeis/313/A313837.asm | karttu/loda | 0 | 208495 | ; A313837: Coordination sequence Gal.6.618.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.
; 1,5,10,16,20,26,31,36,42,46,52,57,62,67,72,78,82,88,93,98,104,108,114,119,124,129,134,140,144,150,155,160,166,170,176,181,186,191,196,202,20... |
ExampleMasmApplication/Main.x86.asm | Huemac/testbed | 0 | 208496 | IFDEF X86
.386
.MODEL TINY, SYSCALL
.STACK 1024
EXTERN _GetStdHandle@4: PROC
EXTERN _WriteConsoleA@20: PROC
EXTERN _ExitProcess@4: PROC
.CONST
StdOutputHandle = -11 ; STD_OUTPUT_HANDLE
HelloMessage BYTE "Hello world!", 0
HelloMessageLen = $-HelloMessage
.DATA
bytesWritten DWORD 0
.CODE
HelloWorldM... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_214.asm | ljhsiun2/medusa | 9 | 208497 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x196b4, %r13
nop
nop
sub %r12, %r12
movups (%r13), %xmm3
vpextrq $1, %xmm3, %r8
nop
nop
nop
nop
nop
add %r10, %r10
lea addresses_WC_ht+0xc722, %r14
nop
and %rdx,... |
programs/oeis/210/A210434.asm | karttu/loda | 1 | 208499 | <filename>programs/oeis/210/A210434.asm
; A210434: Number of digits in 4^n.
; 1,1,2,2,3,4,4,5,5,6,7,7,8,8,9,10,10,11,11,12,13,13,14,14,15,16,16,17,17,18,19,19,20,20,21,22,22,23,23,24,25,25,26,26,27,28,28,29,29,30,31,31,32,32,33,34,34,35,35,36,37,37,38,38,39,40,40,41,41,42,43,43,44,44,45,46,46,47,47,48,49,49,50,50,51,52... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_833.asm | ljhsiun2/medusa | 9 | 208500 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x14bca, %rsi
lea addresses_normal_ht+0x1ea9a, %rdi
sub $22190, %rdx
mov $43, %rcx
rep movsq
sub $4777, %r11
lea addresses_WC_ht+0x6a06, %rax
nop
nop
cmp %rcx, %rcx
mov (%rax), %rdx
... |
asm/masm/clear/clear.asm | dindoliboon/archive | 4 | 208501 | <reponame>dindoliboon/archive
; #########################################################################
.186
.model tiny
; #########################################################################
.code
start:
mov ax, 03h ; set video mode 80x25, 16 colors
int 10h ;... |
oeis/142/A142617.asm | neoneye/loda-programs | 11 | 208503 | ; A142617: Primes congruent to 23 mod 55.
; Submitted by <NAME>
; 23,353,463,683,1013,1123,1453,1783,2003,2113,2333,2663,3323,3433,4093,4423,4643,4973,5303,5413,5743,6073,6733,7283,7393,7723,8053,8273,8713,8933,9043,9923,10253,11243,11353,11903,12343,12893,13003,13553,13883,14323,14543,14653,14983,15313,15643,15973,161... |
Microprocessor_Interfacing_CSE_2006/Base_Conversion_and_Matrices_Lab_5/matrix_sum.asm | aadhityasw/VIT-Labs | 2 | 208504 | assume cs:code, ds:data
data segment
mat1 dw 0022h, 0011h, 0020h, 0033h, 0016h, 0011h, 0013h
mat2 dw 0020h, 0013h, 0010h, 0023h, 0015h, 0042h, 0031h
resmat dw 7 dup(0)
data ends
code segment
start:
mov cx, 07h
mov bx, cx
mov ax, data
mov ds, ax
mov ax, 00h
rpt:
add ax, mat1[si]
add ax, mat2[si]
mov resmat[s... |
programs/oeis/192/A192980.asm | karttu/loda | 0 | 208505 | ; A192980: Coefficient of x in the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments.
; 0,1,2,6,15,34,70,135,248,440,761,1292,2164,3589,5910,9682,15803,25726,41802,67835,109980,178196,288597,467256,756360,1224169,1981130,3205950,5187783,8394490,13583086,21978447,35562464,57541904,93105425,150648452,2... |
dimension/cell/debug/lanthane/lanthane.asm | ekscrypto/Unununium | 7 | 208506 | ;; $Header: /cvsroot/uuu/dimension/cell/debug/lanthane/lanthane.asm,v 1.6 2002/08/11 07:41:24 lukas2000 Exp $
;; lanthane system log cell
;; Copyright 2001 <NAME>
section .c_info
;==============================================================================
db 0,0,1,'a'
dd str_cellname
dd str_author
dd str_copyright
... |
oeis/096/A096882.asm | neoneye/loda-programs | 11 | 208508 | ; A096882: Expansion of (1+7x)/(1-50x^2).
; Submitted by <NAME>
; 1,7,50,350,2500,17500,125000,875000,6250000,43750000,312500000,2187500000,15625000000,109375000000,781250000000,5468750000000,39062500000000,273437500000000,1953125000000000,13671875000000000
mov $3,1
lpb $0
sub $0,1
bin $2,$1
mul $1,$2
mov $2,$... |
programs/oeis/269/A269607.asm | jmorken/loda | 1 | 208509 | ; A269607: Number of length-4 0..n arrays with no repeated value differing from the previous repeated value by one or less.
; 8,62,222,572,1220,2298,3962,6392,9792,14390,20438,28212,38012,50162,65010,82928,104312,129582,159182,193580,233268,278762,330602,389352,455600,529958,613062,705572,808172,921570,1046498,1183712,... |
tetris_os/boot/bootsec.asm | vladcc/Tetris-OS | 20 | 208510 | <gh_stars>10-100
; boot sector for Tetris OS
[bits 16] ; force 16 bit code for real mode
[org 0x7c00] ; set base address
start:
cli ; no interrupts
xor ax, ax ; zero out
mov ds, ax
mov es, ax
mov ss, ax
mov sp, STACK ; set stack address
mov sp, bp
jmp 0:main ; far jump for cs
main:
sti ; set interrupt... |
libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_iy/zx_visit_wc_attr_callee.asm | jpoikela/z88dk | 640 | 208511 | <filename>libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_iy/zx_visit_wc_attr_callee.asm<gh_stars>100-1000
; void zx_visit_wc_attr(struct r_Rect8 *r, void *function)
SECTION code_clib
SECTION code_arch
PUBLIC _zx_visit_wc_attr_callee
EXTERN asm_zx_visit_wc_attr
_zx_visit_wc_attr_callee:
pop hl
pop ix
ex (sp),hl
... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_18785_1277.asm | ljhsiun2/medusa | 9 | 208512 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
// REPMOV
lea addresses_WT+0x1065f, %rsi
lea addresses_D+0xdd6f, %rdi
nop
add $49024, %r13
mov $29, %rcx
rep movsq
nop
cmp $20734, %... |
ws/X00/server.asm | alsamitech/alsws | 2 | 208513 | <gh_stars>1-10
; alsws Assembly Web Server
; <NAME>, 2020
; This is under the eXPAT (MIT) Liscense
section .bss
fcontent resb 1000
section .data
file db 'index.html' ; Defines the file path
section .text
global _start
_start:
call _rras ; calls RRAS
_rras:
mov rax, 41 ; Moves the RAX register to 41 EQC: ... |
libsrc/_DEVELOPMENT/stdio/z80/asm_vsnprintf.asm | jpoikela/z88dk | 640 | 208515 | <gh_stars>100-1000
; ===============================================================
; Jan 2014
; ===============================================================
;
; int vsnprintf(char *s, size_t n, const char *format, void *arg)
;
; As vfprintf but output is directed to a string of max size n
; characters. The stri... |
tools/ramhelpr.asm | Konamiman/MSX-UNAPI-specification | 6 | 208516 | ;--- MSX-UNAPI standalone RAM helper installer
; By Konamiman, 6-2019
;
; See USAGE_S for usage instructions.
;
; You can compile it with sjasm (https://github.com/Konamiman/Sjasm/releases):
; sjasm ramhelpr.asm ramhelpr.com (if INSTALLMSR = 0)
; sjasm ramhelpr.asm msr.com (if INSTALLMSR = 10)
; ... |
LagTest/data.asm | neogeodev/NGAcidTests | 6 | 208518 | <reponame>neogeodev/NGAcidTests
MESS_MENU:
dc.w $0001 ; Bytes, end code = $FF
dc.w $00FF
dc.w $2002 ; Set auto-inc
dc.w $0003 ; Set VRAM address
dc.w $7184
dc.w $0108 ; Write with big font
dc.b "NEOGEO LAG TEST", $FF
dc.w $0003 ; Set VRAM address
dc.w $7230
dc.w $0007 ... |
oeis/053/A053411.asm | neoneye/loda-programs | 11 | 208519 | <filename>oeis/053/A053411.asm
; A053411: Circle numbers (version 1): a(n)= number of points (i,j), i,j integers, contained in a circle of diameter n, centered at the origin.
; Submitted by <NAME>
; 1,1,5,9,13,21,29,37,49,69,81,97,113,137,149,177,197,225,253,293,317,349,377,421,441,489,529,577,613,665,709,749,797,861,9... |
external/source/shellcode/windows/x86/src/block/block_rc4.asm | OsmanDere/metasploit-framework | 26,932 | 208520 | ;-----------------------------------------------------------------------------;
; Author: <NAME> (schierlm[at]gmx[dot]de)
; Version: 1.0 (29 December 2012)
;-----------------------------------------------------------------------------;
[BITS 32]
; Input: EBP - Data to decode
; ECX - Data length
; ESI - K... |
Library/Spline/Spline/splineManager.asm | steakknife/pcgeos | 504 | 208521 | COMMENT @**********************************************************************
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Spline library
FILE: splineManager.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
CDB 5/91 Initial Version
DESCRIPTION:... |
Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xca_notsx.log_15519_522.asm | ljhsiun2/medusa | 9 | 208523 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xca_notsx.log_15519_522.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x6dee, %rsi
lea addresses_normal_ht+0xfdee, %rdi
nop
cmp %rbx, %rbx
mov $78, %rcx
rep m... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1269.asm | ljhsiun2/medusa | 9 | 208524 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x114ff, %rsi
nop
nop
nop
nop
and %rbx, %rbx
and $0xffffffffffffffc0, %rsi
vmovntdqa (%rsi), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextrq $0, %xmm5, %rcx
nop
sub $42530, %rbp
lea... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1471.asm | ljhsiun2/medusa | 9 | 208526 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1471.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xdf77, %r10
nop
nop
sub %r11, %r11
mov $0x6162636465666768, %rdx
movq %rdx, %xmm0
movups %xmm0, (%r1... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1909.asm | ljhsiun2/medusa | 9 | 208527 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1c68c, %rsi
lea addresses_D_ht+0xcf8c, %rdi
nop
nop
nop
add $58879, %rax
mov $115, %rcx
rep movsq
sub $48716, %rsi
lea addresses_WT_ht+0x3d8c, %rbp
inc %rax
v... |
protect/b/pmtest2.asm | klose911/sinix | 0 | 208529 | <gh_stars>0
%include "pm.inc" ; 常量, 宏, 以及一些说明
org 0100h
jmp LABEL_BEGIN
[SECTION .gdt]
LABEL_GDT: Descriptor 0, 0, 0 ; 空描述符
LABEL_DESC_NORMAL: Descriptor 0, 0FFFFh, DA_DRW ;
LABEL_DESC_CODE32: Descriptor 0, SegCode32Len - 1, DA_C + DA_32; 非一致代码段
LAB... |
non_regression/other_x86_linux_7.o.asm | LRGH/plasmasm | 1 | 208530 | <reponame>LRGH/plasmasm<gh_stars>1-10
.file "deflate.c"
.section .rodata
.align 32
.globl deflate_copyright
.type deflate_copyright, @object
deflate_copyright:
.string " deflate 1.2.8 Copyright 1995-2013 <NAME> and <NAME> "
.size deflate_copyright, 68
# ----------------------
.local my_version.0
.type my... |
MIPS Runner/MIPS Runner/Khanh.asm | VuHuy-cse-9/MIPS-Runner | 0 | 208531 | .data
textA: .asciiz "+ Nhap so a = "
textB: .asciiz "+ Nhap so b = "
soA: .float 0
soB: .float 0
kq1: .asciiz " \n+ Ket qua : \n\t a + b = "
kq2: .asciiz " \n\t a - b = "
.text
#Nhap so thu nhat
la $a0,textA
li $v0,4
syscall
li $v0,6
syscall
swc1 $f0,soA
#Nhap so thu 2
la $a0,textB
li $v0,... |
babysteps/worked.asm | ilya101010/asm_studies | 1 | 208532 | <reponame>ilya101010/asm_studies<gh_stars>1-10
Use16
org 0x7C00
start:
cli ; disabling interrupts
mov ax, cs ; segment registers' init
mov ds, ax
mov es, ax
mov ss, ax
mov sp, 0x7C00 ; stack backwards => ok
mov ax, 0xB800
mov gs, ax ; Использовал для вывода... |
PRG/levels/2PVs/Fountain.asm | narfman0/smb3_pp1 | 0 | 208533 | <reponame>narfman0/smb3_pp1<gh_stars>0
; Original address was $0002
.word $0000 ; Alternate level layout
.word $0000 ; Alternate object layout
.byte LEVEL1_SIZE_01 | LEVEL1_YSTART_040 | LEVEL1_2PVS
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_12 | LEVEL3_VSCROLL_LOCKLOW
.byte ... |
programs/oeis/010/A010553.asm | jmorken/loda | 1 | 208534 | <reponame>jmorken/loda
; A010553: a(n) = tau(tau(n)).
; 1,2,2,2,2,3,2,3,2,3,2,4,2,3,3,2,2,4,2,4,3,3,2,4,2,3,3,4,2,4,2,4,3,3,3,3,2,3,3,4,2,4,2,4,4,3,2,4,2,4,3,4,2,4,3,4,3,3,2,6,2,3,4,2,3,4,2,4,3,4,2,6,2,3,4,4,3,4,2,4,2,3,2,6,3,3,3,4,2,6,3,4,3,3,3,6,2,4,4,3,2,4,2,4,4,3,2,6,2,4,3,4,2,4,3,4,4,3,3,5,2,3,3,4,3,6,2,4,3,4,2,6,... |
read_array.asm | gabrielganzer/EMU8086 | 1 | 208535 | <filename>read_array.asm<gh_stars>1-10
DIM EQU 20
.MODEL small
.STACK
.DATA
VETT DB DIM DUP(?)
.CODE
.STARTUP
MOV CX, DIM
MOV DI, 0
MOV AH, 1 ; set AH for reading
lab1:
INT 21H ; read a character
MOV VETT[DI], AL ; store the character
INC DI ; go to next element
D... |
programs/oeis/187/A187273.asm | jmorken/loda | 1 | 208536 | <filename>programs/oeis/187/A187273.asm
; A187273: a(n) = (n/4)*3^(n/2)*((1+sqrt(3))^2+(-1)^n*(1-sqrt(3))^2).
; 0,3,12,27,72,135,324,567,1296,2187,4860,8019,17496,28431,61236,98415,209952,334611,708588,1121931,2361960,3720087,7794468,12223143,25509168,39858075,82904796,129140163,267846264,416118303,860934420,1334448351... |
zombie.asm | tamarros94/os192-Assignment3 | 0 | 208537 | <filename>zombie.asm
_zombie: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
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 ... |
pwnlib/shellcraft/templates/amd64/itoa.asm | DrKeineLust/pwntools | 8,966 | 208538 | <reponame>DrKeineLust/pwntools
<%
from pwnlib.shellcraft import pretty, common, registers
from pwnlib.shellcraft.amd64 import mov, pushstr
from pwnlib import constants
%>
<%docstring>
Converts an integer into its string representation, and pushes it
onto the stack.
Arguments:
v(str, int):
Integer constant ... |
kernel/arch/i386/kernel_loader.asm | jarlostensen/jos | 5 | 208539 | <filename>kernel/arch/i386/kernel_loader.asm
[bits 32]
; multiboot header
MBALIGN equ (1 << 0) ; align loaded modules on page boundaries
MBMEMINFO equ (1 << 1) ; provide memory map
MBMAGIC equ 0x1BADB002 ; define the magic number constant
MBFLA... |
test/data/ASM-6800/ET3400-S6.asm | jfitz/code-stat | 0 | 208540 | <filename>test/data/ASM-6800/ET3400-S6.asm
NAM Heathkit SAMPLE6
PAGE 66,132
; SAMPLE 6
; THIS IS A TWELVE HOUR CLOCK PROGRAM
; THE ACCURACY IS DEPENDENT UPON THE MPU CLOCK
; FREQUENCY AND THE TIMING LOOP AT START.
; CHANGING THE VALUE AT 0005/6 BY HEX 100
; CHA... |
PRG/objects/Unused2.asm | narfman0/smb3_pp1 | 0 | 208541 | <reponame>narfman0/smb3_pp1
.byte $01 ; Unknown purpose
.byte OBJ_GREENCHEEP, $0B, $12
.byte OBJ_GREENCHEEP, $0F, $13
.byte OBJ_BLOOPERWITHKIDS, $0B, $15
.byte OBJ_GREENPIRANHA, $14, $06
.byte OBJ_GREENPIRANHA, $1A, $17
.byte OBJ_GREENPIRANHA, $22, $05
.byte OBJ_REDPIRANHA, $29, $06
.byte OBJ_GREENTROOPA, $20... |
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/convert_fastcall.asm | Frodevan/z88dk | 0 | 208542 |
SECTION code_fp_math16
PUBLIC _f16_f16_f32_fastcall
PUBLIC _f16_f32_f16_fastcall
PUBLIC _f16_f16_f24_fastcall
PUBLIC _f16_f24_f16_fastcall
PUBLIC _f16_f24_f32_fastcall
PUBLIC _f16_f32_f24_fastcall
EXTERN asm_f24_f32
EXTERN asm_f32_f24
EXTERN asm_f16_f24
EXTERN asm_f24_f... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_4834_2665.asm | ljhsiun2/medusa | 9 | 208543 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xf5e7, %rdx
nop
nop
nop
nop
xor %rbx, %rbx
mov (%rdx), %rax
nop
nop
nop
nop
nop
dec %rcx
lea addresses_WC_ht+0xc8f3, %rdx
clflush (%rdx)
add $8556, %r... |
programs/oeis/159/A159693.asm | neoneye/loda | 22 | 208544 | ; A159693: Partial sums of A000463.
; 1,2,4,8,11,20,24,40,45,70,76,112,119,168,176,240,249,330,340,440,451,572,584,728,741,910,924,1120,1135,1360,1376,1632,1649,1938,1956,2280,2299,2660,2680,3080,3101,3542,3564,4048,4071,4600,4624,5200,5225,5850,5876,6552,6579,7308,7336,8120,8149,8990,9020,9920,9951,10912,10944,11968,1... |
programs/oeis/244/A244042.asm | jmorken/loda | 1 | 208545 | <reponame>jmorken/loda
; A244042: In ternary representation of n, replace 2's with 0's.
; 0,1,0,3,4,3,0,1,0,9,10,9,12,13,12,9,10,9,0,1,0,3,4,3,0,1,0,27,28,27,30,31,30,27,28,27,36,37,36,39,40,39,36,37,36,27,28,27,30,31,30,27,28,27,0,1,0,3,4,3,0,1,0,9,10,9,12,13,12,9,10,9,0,1,0,3,4,3,0,1,0,81,82,81,84,85,84,81,82,81,90,9... |
UPC Summer School 2020/Summer 09 - Timer 1 example.X/maincode.asm | tocache/picomones | 5 | 208546 | list p=18f4550
#include<p18f4550.inc>
CONFIG FOSC = XT_XT ; Oscillator Selection bits (XT oscillator (XT))
CONFIG PWRT = ON ; Power-up Timer Enable bit (PWRT enabled)
CONFIG BOR = OFF ; Brown-out Reset Enable bits (Brown-out Reset disabled in hardware and softwar... |
libsrc/zx81/chroma81/zx_aaddr2py.asm | teknoplop/z88dk | 0 | 208547 | <filename>libsrc/zx81/chroma81/zx_aaddr2py.asm
; uint __FASTCALL__ zx_aaddr2py(void *attraddr)
; Stefano, 2014.12
PUBLIC zx_aaddr2py
EXTERN HRG_LineStart
.zx_aaddr2py
ld b,-1
IF FORlambda
ld hl,8319
ELSE
ld hl,HRG_LineStart+2+32768
ENDIF
and a
sbc hl,de
IF FORlambda
ld de,33
ELSE
ld de,35
ENDIF
... |
libsrc/fcntl/zxvgs/fdgetpos.asm | jpoikela/z88dk | 640 | 208548 | <gh_stars>100-1000
; int fdgetpos(int fd, fpos_t *posn)
;returns 0 if OK
;
; $Id: fdgetpos.asm,v 1.3 2016-06-23 20:31:34 dom Exp $
;
SECTION code_clib
PUBLIC fdgetpos
PUBLIC _fdgetpos
.fdgetpos
._fdgetpos
ret
|
002-hellow/hellow.asm | technoscavenger/wasmXplore | 0 | 208550 | .386
.model flat, stdcall
option casemap :none
include \masm32\include\windows.inc
include \masm32\include\kernel32.inc
include \masm32\include\user32.inc
includelib \masm32\lib\kernel32.lib
includelib \masm32\lib\user32.lib
.data
HelloWorld db "Hello World!", 0
.code
start:
invoke MessageBox, NULL, addr He... |
oeis/037/A037692.asm | neoneye/loda-programs | 11 | 208551 | <gh_stars>10-100
; A037692: Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,0,3.
; Submitted by <NAME>
; 1,10,80,643,5145,41162,329296,2634371,21074969,168599754,1348798032,10790384259,86323074073,690584592586,5524676740688,44197413925507,353579311404057,2828634491232458,... |
MASM_Practice/49_Multiply_Divide.asm | TuringGu/RELearning | 0 | 208552 | <gh_stars>0
.586
.MODEL flat,stdcall
option casemap:none
include windows.inc
include user32.inc
include kernel32.inc
include msvcrt.inc
includelib user32.lib
includelib kernel32.lib
includelib msvcrt.lib
.data
i dword 5
val01 sbyte -16
.code
main PROC
xor eax,eax
xor ebx,ebx
mov al,3h
mov bl,4h
mul bl
;imul... |
_incObj/3A Got Through Card.asm | kodishmediacenter/msu-md-sonic | 9 | 208555 | <reponame>kodishmediacenter/msu-md-sonic
; ---------------------------------------------------------------------------
; Object 3A - "SONIC GOT THROUGH" title card
; ---------------------------------------------------------------------------
GotThroughCard:
moveq #0,d0
move.b obRoutine(a0),d0
move.w Got_Index(pc... |
Library/SpecUI/CommonUI/CComp/copenGadgetArea.asm | steakknife/pcgeos | 504 | 208556 | <reponame>steakknife/pcgeos
COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: CommonUI/COpen (common code for several specific ui's)
FILE: openGadgetArea.asm
ROUTINES:
Name Description
---- -... |
KEK/Source/Macosx-amd64/Vulkan.asm | MarcasRealAccount/VulkanInAssemblyWHYYYYY | 3 | 208557 | %include "Common.asminc"
%if BUILD_IS_SYSTEM_MACOSX && BUILD_IS_PLATFORM_AMD64
%include "Macosx-amd64/LibC.asminc"
%include "Macosx-amd64/GLFW.asminc"
%include "Macosx-amd64/Logger.asminc"
%include "Macosx-amd64/Vulkan.asminc"
extern _AppLogger
section .rodata
%if BUILD_IS_CONFIG_DEBUG
GlobalLabel _VulkanCreateD... |
Week_7/00 - Week7_loop_with_zero_flag.asm | iamruveyda/KBU-Mikro | 1 | 208558 | <gh_stars>1-10
.model small
.data
.code
main proc
MOV 0206H,0DH ;load memory related data
MOV 0205H,0BH ;load memory related data
MOV 0204H,09H ;load memory related data
MOV 0203H,07H ;load memory related data
MOV 0202H,05H ;load memory related data
MOV 0201H,03H ;load memory related data
MOV 0200H,01H... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_289.asm | ljhsiun2/medusa | 9 | 208559 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1e456, %rsi
lea addresses_WC_ht+0x51d6, %rdi
nop
nop
nop
and %r14, %r14
mov $86, %rcx
rep movsq
add %rdi, %rdi
lea addresses_normal_ht+0x136d6, %r12
and %rax, %rax
movb $0x61,... |
src/devices/ports.asm | solson/oos | 9 | 208560 | <gh_stars>1-10
bits 32
section .text
;;;
;;; Ports
;;;
;;; outByte: func (port: UInt16, val: UInt8)
global outByte
outByte:
mov eax, [esp+8] ; val
mov edx, [esp+4] ; port
out dx, al
ret
;;; inByte: func (port: UInt16) -> UInt8
global inByte
inByte:
mov edx, [esp+4] ... |
libsrc/_DEVELOPMENT/drivers/tty/state/asm_tty_state_param_none_absorb.asm | jpoikela/z88dk | 640 | 208561 |
SECTION code_driver
SECTION code_driver_tty
PUBLIC asm_tty_state_param_none_absorb
asm_tty_state_param_none_absorb:
; command code has no parameters and tty absorbs
xor a
pop hl
ret
|
test_programs/MEGA65/hyperram.asm | mfkiwl/QNICE-FPGA-hyperRAM | 53 | 208562 | <gh_stars>10-100
; MEGA65 HyperRAM development testbed
; done by sy2002 in April to June 2020
#include "../../dist_kit/sysdef.asm"
#include "../../dist_kit/monitor.def"
.ORG 0x8000
MOVE STACK_RESTORE, R8
MOVE SP, @R8
ABRA _start, 1
... |
zombie.asm | Darshit-git/xv6-lab1 | 0 | 208563 |
_zombie: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
0: f3 0f 1e fb endbr32
4: 8d 4c 24 04 lea 0x4(%esp),%ecx
8: 83 e4 f0 and $0xfffffff0,%esp
b: ff 71 fc pushl -0x4(... |
libtool/src/gmp-6.1.2/mpn/sparc64/ultrasparct3/missing.asm | kroggen/aergo | 1,602 | 208564 | dnl SPARC v9-2011 simulation support.
dnl Contributed to the GNU project by <NAME>.
dnl Copyright 2013 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * th... |
src/mods/no_insignificant_death_announcement.asm | mvdhout1992/ts-patches | 33 | 208565 | %include "macros/patch.inc"
%include "macros/datatypes.inc"
%include "TiberianSun.inc"
;@LJMP 0x004A4D60, _FootClass__Death_Announcement_No_Announcement_For_Insignificant
;_FootClass__Death_Announcement_No_Announcement_For_Insignificant:
hack 0x004A4D60
mov eax, [ecx]
call dword [eax+84h]
cmp ... |
oeis/027/A027865.asm | neoneye/loda-programs | 11 | 208569 | <filename>oeis/027/A027865.asm
; A027865: Sums of six consecutive squares: a(n) = n^2 + (n+1)^2 + (n+2)^2 + (n+3)^2 + (n+4)^2 + (n+5)^2.
; 55,91,139,199,271,355,451,559,679,811,955,1111,1279,1459,1651,1855,2071,2299,2539,2791,3055,3331,3619,3919,4231,4555,4891,5239,5599,5971,6355,6751,7159,7579,8011,8455,8911,9379,9859... |
programs/oeis/269/A269658.asm | neoneye/loda | 22 | 208570 | <reponame>neoneye/loda
; A269658: Number of length-5 0..n arrays with no adjacent pair x,x+1 repeated.
; 1,26,225,988,3065,7686,16681,32600,58833,99730,160721,248436,370825,537278,758745,1047856,1419041,1888650,2475073,3198860,4082841,5152246,6434825,7960968,9763825,11879426,14346801,17208100,20508713,24297390,28626361... |
bigint/unsigned_bigint.asm | nzh63/Unsigned-Bigint | 0 | 208572 | ; Copyright 2019 nzh63
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software... |
Programs/prototype/prototype-0.asm | tilenmarc/SCALE-MAMBA | 0 | 208573 | # prototype-0--0
ldsi s0, 10 # 0
ldsi s1, 11 # 1
startopen 1, s0 # 2
stopopen 1, c0 # 3
print_char 32 # 4
print_char 97 # 5
print_char 61 # 6
print_reg c0 # 7
print_char 10 # 8
private_output s1, 0, 0 # 9
restart # 10
|
Library/Styles/Manip/manipGet.asm | steakknife/pcgeos | 504 | 208574 | COMMENT @----------------------------------------------------------------------
Copyright (c) Berkeley Softworks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Library/Styles
FILE: Manip/manipGet.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Tony 12/91 Initial version
... |
smsq/qxl/host.asm | olifink/smsqe | 0 | 208575 | ; SMSQ QXL Host Module
; 2004-07-20 1.01 config items for drive letters (BC)
include 'dev8_keys_sys'
include 'dev8_smsq_smsq_ini_keys'
include 'dev8_keys_stella_bl'
include 'dev8_mac_config02'
section host
host
bra.l jump ; $00
qxl_base dc.b $2b ; $04
dc.b 0,0,0
dc.l 0,0 ; $08
dc.l 0,0,0... |
oeis/089/A089913.asm | neoneye/loda-programs | 11 | 208576 | ; A089913: Table T(n,k) = lcm(n,k)/gcd(n,k) = n*k/gcd(n,k)^2 read by antidiagonals (n >= 1, k >= 1).
; Submitted by <NAME>
; 1,2,2,3,1,3,4,6,6,4,5,2,1,2,5,6,10,12,12,10,6,7,3,15,1,15,3,7,8,14,2,20,20,2,14,8,9,4,21,6,1,6,21,4,9,10,18,24,28,30,30,28,24,18,10,11,5,3,2,35,1,35,2,3,5,11,12,22,30,36,40,42,42,40,36,30,22,12,1... |
samples/blsgentest/interrupt.asm | retro16/blastsdk | 10 | 208580 | int_level6
btst #CUP_BIT, CDATA1 ; Test up button
beq.b go_up
btst #CDOWN_BIT, CDATA1
beq.b go_down
interrupt rte
go_up
addi.w #1, vscroll_a
bra.b upload_vscroll
go_down
subi.w #1, vscroll_a
int_trap00
upload_vscroll
VdpUseAddr
VdpSetWriteVScroll 0
move.w vscroll_a, VDPDATA
rte
|
programs/oeis/072/A072401.asm | neoneye/loda | 22 | 208582 | <filename>programs/oeis/072/A072401.asm
; A072401: 1 iff n is of the form 4^m*(8k+7).
; 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0
lpb $0
dif $0,4
lpe
bin $0,3
bin $0... |
libsrc/target/srr/stdio/generic_console_ioctl.asm | Frodevan/z88dk | 640 | 208583 | <filename>libsrc/target/srr/stdio/generic_console_ioctl.asm
MODULE generic_console_ioctl
PUBLIC generic_console_ioctl
EXTERN __exidy_custom_font
defc CHAR_TABLE = 0xfc00
SECTION code_clib
INCLUDE "ioctl.def"
PUBLIC CLIB_GENCON_CAPS
defc CLIB_GENCON_CAPS = CAP_GENCON_CUSTO... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_333.asm | ljhsiun2/medusa | 9 | 208584 | <filename>Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_333.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1e3d7, %rsi
lea addresses_WT_ht+0x17517, %rdi
nop
nop
nop
nop
nop
add %rbx, %rbx
mov $105, %rcx
r... |
src/spread/wdef/popt.asm | olifink/qspread | 0 | 208585 | * propt Mon, 1992 Apr 06 19:58:12
* - popt window
include win1_mac_menu_long
include win1_keys_colour
include win1_keys_wman
include win1_keys_wwork
include win1_keys_wstatus
include win1_keys_wdef_long
white equ 7
red equ 2
green equ 4
black equ 0
cxs equ 6 ; character x-size
mxs equ 356 ; minimum x-... |
libsrc/_DEVELOPMENT/l/sdcc/__divuchar.asm | jpoikela/z88dk | 640 | 208586 | <reponame>jpoikela/z88dk
SECTION code_clib
SECTION code_l_sdcc
PUBLIC __divuchar, __divuchar_0
EXTERN l_divu_16_16x8
__divuchar:
; unsigned 8-bit division
;
; enter : stack = divisor (byte), dividend (byte), ret
;
; exit : hl = quotient
; de = remainder
; note: the fast integer math ... |
code/Forec/t19.asm | KongoHuster/assembly-exercise | 1 | 208587 | <reponame>KongoHuster/assembly-exercise
;; last edit date: 2016/11/18
;; author: Forec
;; LICENSE
;; Copyright (c) 2015-2017, Forec <<EMAIL>>
;; Permission to use, copy, modify, and/or distribute this code for any
;; purpose with or without fee is hereby granted, provided that the above
;; copyright notice and this pe... |
programs/oeis/054/A054275.asm | jmorken/loda | 1 | 208588 | <reponame>jmorken/loda
; A054275: Susceptibility series H_2 for 2-dimensional Ising model (divided by 2).
; 1,8,24,52,90,140,200,272,354,448,552,668,794,932,1080,1240,1410,1592,1784,1988,2202,2428,2664,2912,3170,3440,3720,4012,4314,4628,4952,5288,5634,5992,6360,6740,7130,7532,7944,8368,8802,9248,9704,10172,10650,11140,... |
Run Length Encoding/encode.asm | KyleErwin/Assembly | 0 | 208590 | segment .data
output: dq "%c%i", 0
new_line db 0x0a, 0
fuck: dq "fuuuuck", 0
extern printf
segment .text
global encode
encode:
;An assembly function to
; 1. Accepts a string of length 15
; 2. Encodes the String using Run Length Encoding;
; 3. Outputs the encoded String to the terminal;
... |
externals/mpir-3.0.0/mpn/x86w/p6/divexact_1.asm | JaminChan/eos_win | 12 | 208591 |
; Copyright 2001, 2002 Free Software Foundation, Inc.
;
; This file is part of the GNU MP Library.
;
; The GNU MP Library is free software; you can redistribute it and/or
; modify it under the terms of the GNU Lesser General Public License as
; published by the Free Software Foundation; either version 2.1 of th... |
programs/oeis/203/A203789.asm | neoneye/loda | 22 | 208592 | ; A203789: Number of (n+1)X2 0..3 arrays with every 2X2 subblock having equal diagonal elements or equal antidiagonal elements
; 112,784,5488,38416,268912,1882384,13176688,92236816,645657712,4519603984,31637227888,221460595216,1550224166512,10851569165584,75960984159088,531726889113616,3722088223795312,2605461756656718... |
libsrc/_DEVELOPMENT/im2/z80/asm_im2_create_generic_isr.asm | jpoikela/z88dk | 640 | 208593 | <gh_stars>100-1000
; ===============================================================
; Apr 2004
; ===============================================================
;
; void *im2_create_generic_isr(uint8_t num_callback, void *address)
;
; Create a generic isr at the address given. Space is reserved
; for num_callback ca... |
libsrc/_DEVELOPMENT/target/rc2014/driver/terminal/rc_01_input_sioa/rc_01_input_sioa_iterm_msg_interrupt.asm | jpoikela/z88dk | 640 | 208594 | INCLUDE "config_private.inc"
SECTION code_driver
SECTION code_driver_terminal_input
PUBLIC rc_01_input_sioa_iterm_msg_interrupt
EXTERN asm_exit
rc_01_input_sioa_iterm_msg_interrupt:
; Indicate whether character should interrupt line editing.
;
; enter: c = ascii code
; exit: carry reset indica... |
dbfzhitboxes/hook.asm | AltimorTASDK/dbfzhitboxes | 9 | 208596 | EXTERN draw_overlay: PROC
EXTERN hud_postrender_orig: QWORD
_TEXT SEGMENT
hud_postrender_hook PROC
push rcx
push rbp
mov rbp, rsp
sub rsp, 20h
and rsp, 0FFFFFFFFFFFFFFF0h
call draw_overlay
mov rsp, rbp
pop rbp
pop rcx
; Overwritten instructions
push rbp
push rdi
lea rbp, [rsp-4Fh]
sub rsp, 0C8h
mov... |
init.asm | mkiesinski/the-way-nes | 2 | 208597 | RESET:
SEI ; disable IRQs
CLD ; disable decimal
LDX #$40
STX $4017 ; disable APU frame IRQ
LDX #$FF
TXS ; Set up stack
INX ; now X = 0
STX PPUCTRL ; disable NMI
STX PPUMASK ; disable rendering
STX APU_MODCTRL ; disable DMC ... |
transformy/tables/gen/0012.asm | mborik/regression | 3 | 208598 | ld a, 128
ld hl, basescradr + #0a92
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld (basescradr + #06f1), a
ld (basescradr + #07f1), a
ld (basescradr + #1033), a
ld (basescradr + #1713), a
ld a, 1
ld (basescradr + #07f0), a
ld (basescradr + #084e), a
ld (basescradr + #086d), a
ld (basesc... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.