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 |
|---|---|---|---|---|
external/source/shellcode/osx/ppc/single_reverse_tcp.asm | madhavarao-yejarla/VoIP | 35 | 59232 | ;;
;
; Name: single_reverse_tcp
; Qualities: Can Have Nulls
; Platforms: MacOS X / PPC
; Authors: <NAME> <hdm [at] metasploit.com>
; Version: $Revision: 1612 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to the same licenses and co... |
text/maps/silph_co_10f.asm | adhi-thirumala/EvoYellow | 16 | 59234 | <filename>text/maps/silph_co_10f.asm<gh_stars>10-100
_SilphCo10Text_5a1d3::
text "Waaaaa!"
line "I'm scared!"
done
_SilphCo10Text_5a1d8::
text "Please keep quiet"
line "about my crying!"
done
_SilphCo10BattleText1::
text "Welcome to the"
line "10F! So good of"
cont "you to join me!"
done
_SilphCo10EndBattl... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_6_98.asm | ljhsiun2/medusa | 9 | 59235 | .global s_prepare_buffers
s_prepare_buffers:
push %rbp
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1b847, %rbp
nop
nop
sub $23168, %rsi
movb (%rbp), %dl
nop
nop
nop
nop
nop
inc %rdi
pop %rsi
pop %rdx
pop %rdi
pop %rbp
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
push %r15
push %r9
push %rax... |
lib/target/rx78/classic/rx78_crt0.asm | dikdom/z88dk | 1 | 59236 | <reponame>dikdom/z88dk
; Bandai RX78 CRT0
;
MODULE rx78_crt0
defc crt0 = 1
INCLUDE "zcc_opt.def"
EXTERN _main ; main() is always external to crt0 code
PUBLIC cleanup ; jp'd to by exit()
PUBLIC l_dcal ; jp(hl)
;--------
; Set an origi... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_3664_838.asm | ljhsiun2/medusa | 9 | 59237 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x108c6, %r11
nop
nop
nop
nop
nop
dec %r13
movw $0x6162, (%r11)
nop
nop
nop
nop
inc %rsi
lea addresses_A_ht+0x413a, %rsi
lea addresses_WT_ht+0x18ec6, %rdi
nop
nop
nop
and %r13, %r13... |
loader/header.asm | sikorama/still_scrolling | 0 | 59238 | include "../lib/toolbox.asm"
TEST034 EQU 0
CHECK_CRTC: ; Si A000==#55, on ne fait pas le test CRTC
; Test si CRTC 1 ou 2
if TEST034==1
TestLongueurVBL
print "Test VBL"
ld b,#f5 ; Boucle d'attente de la VBL
SyncTLV1
in a,(c)
rra
jr nc,synctlv1
NoSyncTLV1
in a,(c) ... |
Drivers/HelloAmdHvDxe/X64/VmRun.asm | morelli690/HelloAmdHvPkg | 63 | 59240 | ;
; @file VmRun.asm
;
; @brief The VMRUN loop.
;
; @author <NAME>
;
; @copyright Copyright (c) 2017-2019, <NAME>. All rights reserved.
;
include Macros.inc
.code
extern HandleVmExit : proc
;
; @brief Enters the loop that executes the guest and handles #VMEXIT.
;
; @details This function switches to the host stack po... |
oeis/314/A314218.asm | neoneye/loda-programs | 11 | 59241 | <reponame>neoneye/loda-programs
; A314218: Coordination sequence Gal.5.304.2 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>(s4)
; 1,5,11,17,22,28,33,39,45,50,55,61,67,72,78,83,89,95,100,105,111,117,122,128,133,13... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_309.asm | ljhsiun2/medusa | 9 | 59242 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_309.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
// REPMOV
lea addresses_PSE+0x833a, %rsi
lea ad... |
non_regression/other_x86_macosx_7.o.asm | LRGH/plasmasm | 1 | 59243 | .macosx_version_min 10, 12
.section __TEXT,__text,regular,pure_instructions
_read_markers:
pushl %ebp
movl %esp, %ebp
pushl %ebx
pushl %edi
pushl %esi
subl $604, %esp
call L00000011
L00000011:
popl %eax
movl %eax, -568(%ebp)
movl 8(%ebp), %edx
movl L... |
src/test-programs/primes/primes.asm | SebastianPilarski/MIPS_Pipelined_Processor | 4 | 59244 | <reponame>SebastianPilarski/MIPS_Pipelined_Processor
# This program generates a specified number of prime numbers.
# It starts by setting 2 as a prime, then checks odd numbers for divisibility
# by primes already found in order to find new primes.
addi $16, $0, 2000 # Initializing the beginning of Data Se... |
ke_mode/winnt/ntke_cpprtl/eh/frame_based/_x86/eh_msvc_array_support_thunk.x86.asm | 133a/project_ntke_cpprtl | 12 | 59245 | <filename>ke_mode/winnt/ntke_cpprtl/eh/frame_based/_x86/eh_msvc_array_support_thunk.x86.asm
;/////////////////////////////////////////////////////////////////////////////
;//// copyright (c) 2012-2017 project_ntke_cpprtl
;//// mailto:<EMAIL>
;//// license: the MIT license
;/////////////////////////////////... |
Games/banchorce/source/introtxt.asm | CiaranGruber/Ti-84-Calculator | 1 | 59246 | ;---------------------------------------------------------------;
; ;
; Banchor ;
; Introduction Text ;
; ... |
07_SOST_CHAR.asm | aleattene/lc2-exams | 0 | 59247 | ; ************ DESCRIZIONE SOTTOPROGRAMMA ************
Il seguente sottoprogramma denominato SOST_CHAR riceve:
- nel registro R0 l’indirizzo della prima cella di una zona di memoria contenente una stringa di caratteri
codificati in codice ASCII. La stringa è terminata dal valore 0 (corrispondente al carattere NUL);
-... |
programs/oeis/065/A065530.asm | neoneye/loda | 22 | 59248 | ; A065530: If n is odd then a(n) = n, else a(n) = n*(n+2).
; 0,1,8,3,24,5,48,7,80,9,120,11,168,13,224,15,288,17,360,19,440,21,528,23,624,25,728,27,840,29,960,31,1088,33,1224,35,1368,37,1520,39,1680,41,1848,43,2024,45,2208,47,2400,49,2600,51,2808,53,3024,55,3248,57,3480,59,3720,61,3968,63,4224,65,4488,67,4760,69,5040,71... |
Libraries/bitmap.asm | LeonardoSanBenitez/Assembly-exercises | 0 | 59250 | .eqv FB_ADDRESS 0x10040000
.eqv FB_LINES 256
.eqv FB_COLS 256
# void setPixel(int x0, int y0, int color)
setPixel:
mul $t0, $a1, FB_COLS
add $t0, $t0, $a0
sll $t0, $t0, 2
la $t1, FB_ADDRESS
add $t0, $t0, $t1
sw $a2, 0($t0)
jr $ra
###############################################
|
libsrc/target/pk8000/input/in_keytranstbl.asm | dikdom/z88dk | 1 | 59251 | <reponame>dikdom/z88dk
;
; This is a qwerty keyboard setup for the PK-8000
;
; The original hardware actually has a jcuken
SECTION rodata_clib
PUBLIC in_keytranstbl
; Each table = 80 bytes
in_keytranstbl:
defb '0', '1', '2', '3', '4', '5', '6', '7' ; 0 1 2 3 4 5 6 7
defb '8', '9', ',', '-', '.', ':', ';', ... |
exercises/x86-64-assembly-2-a/.meta/start/1/x86_64_assembly_2_a.example.asm | ee7/exercism-research_experiment_1 | 8 | 59252 | <reponame>ee7/exercism-research_experiment_1
section .text
global str_isidentifier
str_isidentifier:
mov eax, 1
movzx ecx, byte [rdi]
or ecx, 32
sub ecx, 'a'
cmp ecx, 26
jb .loop_start
cmp byte [rdi], '_'
jne .return_false
add rdi, 1
.loop_start:
movzx ecx, byte [rdi]
or ecx,... |
programs/oeis/239/A239126.asm | neoneye/loda | 22 | 59253 | <reponame>neoneye/loda
; A239126: Rectangular array showing the starting values M(n, k), k >= 1, for the Collatz operation (ud)^n, n >= 1, ending in an odd number, read by antidiagonals.
; 3,7,7,11,15,15,15,23,31,31,19,31,47,63,63,23,39,63,95,127,127,27,47,79,127,191,255,255,31,55,95,159,255,383,511,511,35,63,111,191,3... |
code/project_final.asm | xwan3115/Smart-Airplane-Window-shades-controller | 0 | 59254 | <reponame>xwan3115/Smart-Airplane-Window-shades-controller<gh_stars>0
/*
* project.asm
*
* Created: 3/11/2021 11:46:45 PM
* Author: group F14A 2
; ***Usage:
; ***Board settings:
; 1. Connect LCD data pins D0-D7 to PORTF0-7.
; 2. Connect the four LCD control pins BE-RS to PORTA4-7.
; 3. Connect the ... |
Assembly Works 4/Task_3_Lab_4.asm | AhmadVakil/Assembly-C_Micro-Controller | 0 | 59255 | ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; 1DT301, Computer Technology I
; Date: 2017-10-30
; Author:
; <NAME>
;
; Lab number: 4
; Title: Timer and USART
;
; Hardware: STK600, CPU ATmega2560
;
; Function: Converting the input value from serial... |
src/timer.asm | ddhee/memo | 0 | 59257 | <filename>src/timer.asm
include stdafx.inc
public _SetTimerClock
public _SetTimerSecond
public _SetTimerMinute
public _SetTimerHour
public _ProcTimer
extrn ALARM_COUNT: dword
.const
szAlarmPudding db 'msc\\pudding.wav', 0
.code
_ProcTimer proc hWnd, uMsg, idEvent, dwTime
; check alarm clock every 100ms
.if AL... |
sequences/fibonacci.asm | ihasdapie/AssemblyLearning | 1 | 59258 | section .data
; standard constants
LF equ 10
NULL equ 0
TRUE equ 1
FALSE equ 0
EXIT_SUCCESS equ 0
STDIN equ 0
STDOUT equ 1
STDERR equ 2
SYS_read equ 0
SYS_write equ 1
SYS_open equ 2
SYS_close equ 3
SYS_fork equ 57
SYS_exit equ 60
SYS_create equ 85
SYS_time equ 201
; program data
n dd 15
fibLis... |
Driver/Video/VidCom/vidcomRaster.asm | steakknife/pcgeos | 504 | 59259 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Video drivers
FILE: vidcomRaster.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
GLB VidBitBlt Tr... |
cat.asm | mtreffert/xv6-staus-treffert | 0 | 59260 | <gh_stars>0
_cat: file format elf32-i386
Disassembly of section .text:
00000000 <cat>:
char buf[512];
void
cat(int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 53 push %ebx
4: 83 ec 14 sub $0x14,%esp
7: 8b 5d 08 ... |
oeis/285/A285008.asm | neoneye/loda-programs | 11 | 59261 | ; A285008: Numerator of (3/4)^n * binomial(2*n,n).
; 1,3,27,135,2835,15309,168399,938223,42220035,239246865,2727414261,15620645313,359274842199,2072739474225,23984556773175,139110429284415,12937269923450595,75340571907153465,878973338916790425,5135054769461249325,120160281605393234205,703795935117303228915,825360687546... |
MSDOS/Virus.MSDOS.Unknown.detect.asm | fengjixuchui/Family | 3 | 59262 | <reponame>fengjixuchui/Family
cseg segment para public 'CODE'
assume cs:cseg,ds:cseg,es:cseg,ss:cseg
org 100h
begin: mov dx,offset virus_get ; Set Int F2h Handler
mov ax,25F2h
int 21H
mov dx,offset signon ; Tell Them We're Here... |
programs/oeis/213/A213547.asm | neoneye/loda | 22 | 59263 | <filename>programs/oeis/213/A213547.asm
; A213547: Antidiagonal sums of the convolution array A213505.
; 1,12,68,260,777,1960,4368,8856,16665,29524,49764,80444,125489,189840,279616,402288,566865,784092,1066660,1429428,1889657,2467256,3185040,4069000,5148585,6456996,8031492,9913708,12149985,14791712,17895680,21524448,25... |
oeis/229/A229147.asm | neoneye/loda-programs | 11 | 59264 | ; A229147: a(n) = n^4*(3*n+2).
; 0,5,128,891,3584,10625,25920,55223,106496,190269,320000,512435,787968,1171001,1690304,2379375,3276800,4426613,5878656,7688939,9920000,12641265,15929408,19868711,24551424,30078125,36558080,44109603,52860416,62948009,74520000,87734495,102760448,119778021,138978944,160566875,184757760,2117... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_47_1228.asm | ljhsiun2/medusa | 9 | 59265 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_47_1228.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1c61b, %r15
nop
nop
nop
and $54722, %rcx
movl $0x61626364, (%r15)
nop
nop
sub $15215, %rbx
lea addresses_W... |
asm/puts.asm | spratt/lc2.js | 1 | 59266 | ;;; puts.asm
;;; PUTS service routine (system call)
;;; adapted from Figure 9.8, Patt & Patel
.orig 0x0450
;;; save registers
st r7, SaveR7
st r0, SaveR0
st r1, SaveR1
st r3, SaveR3
;;; loop through each character in the array
loop: ldr r1, r0, #0
... |
arch/lib/char/char_to_uc.asm | Mosseridan/Compiler-Principles | 0 | 59267 | <filename>arch/lib/char/char_to_uc.asm<gh_stars>0
/* char/char_to_uc.asm
* R0 <- to_uc(ARG[0])
*
* Programmer: <NAME>, 2010
*/
CHAR_TO_UC:
PUSH(FP);
MOV(FP, SP);
PUSH(R1);
MOV(R1, FPARG(0));
PUSH(R1);
CALL(IS_CHAR_LC);
POP(R1);
CMP(R0, IMM(0));
JUMP_EQ(L_CTUC);
MOV(R0, FPARG(0));
SUB(R0, IMM... |
12-Unzip.size.asm | blueset/7bh-solutions | 0 | 59269 | -- 7 Billion Humans --
-- 12: Unzip --
-- Size: 8/8 --
-- Speed: 15/9 --
pickup c
if w == wall:
step n
endif
if nw == something and
w != wall:
step s
endif
if sw == something and
w != wall:
step n
endif
drop
|
oeis/134/A134973.asm | neoneye/loda-programs | 11 | 59270 | ; A134973: Decimal expansion of 3/phi = 6/(1 + sqrt(5)).
; Submitted by <NAME>
; 1,8,5,4,1,0,1,9,6,6,2,4,9,6,8,4,5,4,4,6,1,3,7,6,0,5,0,3,0,9,6,9,1,4,3,5,3,1,6,0,9,2,7,5,3,9,4,1,7,2,8,8,5,8,6,4,0,6,3,4,5,8,6,8,1,1,5,7,8,1,3,8,8,4,5,6,7,0,7,3,4,9,1,2,1,6,2,1,6,1,2,5,6,8
mov $1,1
mov $2,4
mov $3,$0
mul $3,4
lpb $3
mul ... |
programs/oeis/258/A258974.asm | karttu/loda | 1 | 59271 | ; A258974: a(n) = 1 + sigma(n)^2.
; 2,10,17,50,37,145,65,226,170,325,145,785,197,577,577,962,325,1522,401,1765,1025,1297,577,3601,962,1765,1601,3137,901,5185,1025,3970,2305,2917,2305,8282,1445,3601,3137,8101,1765,9217,1937,7057,6085,5185,2305,15377,3250,8650,5185,9605,2917,14401,5185,14401,6401,8101,3601,28225,3845,921... |
programs/oeis/047/A047591.asm | neoneye/loda | 22 | 59272 | <gh_stars>10-100
; A047591: Numbers that are congruent to {1, 6, 7} mod 8.
; 1,6,7,9,14,15,17,22,23,25,30,31,33,38,39,41,46,47,49,54,55,57,62,63,65,70,71,73,78,79,81,86,87,89,94,95,97,102,103,105,110,111,113,118,119,121,126,127,129,134,135,137,142,143,145,150,151,153,158,159
mov $2,$0
lpb $2
add $0,4
trn $2,2
ad... |
oeis/123/A123278.asm | neoneye/loda-programs | 11 | 59273 | ; A123278: X-values of solutions to the equation 3(X-Y)^4 - 2*X*Y = 0 with X >= Y.
; Submitted by <NAME>
; 0,6,500,48114,4705960,461049726,45177313500,4426907222634,433791646851920,42507153656189046,4165267258462562500,408153684094531891554,39994895773202429477880,3919091632081792366665966,384030985048163740834371500,3... |
oeis/287/A287485.asm | neoneye/loda-programs | 11 | 59274 | <reponame>neoneye/loda-programs
; A287485: Number of independent vertex sets and vertex covers in the n-web graph.
; Submitted by <NAME>(w4)
; 2,20,68,304,1232,5168,21408,89088,370112,1538560,6394368,26577664,110464512,459127808,1908282368,7931445248,32965660672,137016012800,569483091968,2366956929024,9837842644992,408... |
Assembly/structure.asm | Purbayan2014/Exploitation-Development | 0 | 59275 | .386 ; Tells the machine that x86 intel architecture will be used
.model flat ; Flat memory segementation model
.code ; Code area
; Now, we start the procedure
start PROC ; The word PROC is the keyword for procedure
mov eax,213 ... |
oeis/126/A126615.asm | neoneye/loda-programs | 11 | 59276 | ; A126615: Denominators in a harmonic triangle.
; Submitted by <NAME>
; 1,2,2,2,6,3,2,6,12,4,2,6,12,20,5,2,6,12,20,30,6,2,6,12,20,30,42,7,2,6,12,20,30,42,56,8,2,6,12,20,30,42,56,72,9,2,6,12,20,30,42,56,72,90,10,2,6,12,20,30,42,56,72,90,110,11,2,6,12,20,30,42,56,72,90,110,132,12,2,6
add $0,1
mov $2,$0
lpb $0
add $4,1... |
ioctl/IomGetMouStatus.asm | osfree-project/FamilyAPI | 1 | 59278 | <reponame>osfree-project/FamilyAPI<gh_stars>1-10
;--------------------------------------------------------
; Category 7 Function 62 Get device status flags
;--------------------------------------------------------
;
;
;
IOMGETMOUSTATUS PROC NEAR
RET
IOMGETMOUSTATUS ENDP
|
fileio.asm | J0nnyCheese/PNG-Reader | 0 | 59279 | <reponame>J0nnyCheese/PNG-Reader<filename>fileio.asm
############################ file-io########################
.data
.align 2
inputTest1: .asciiz "Provide Your Own Address"
.align 2
inputTest2: .asciiz "Provide Your Own Address"
.align 2
outputFile: .asciiz "Provide Your Own Address"
.align 2
errori... |
libsrc/stdio/ansi/oz/f_ansi_bel.asm | meesokim/z88dk | 0 | 59280 | ;
; ANSI Video handling for Sharp OZ family
;
; BEL - chr(7) Beep it out (still nothing here)
;
; -- ONLY FOO STUFF, FOR NOW !! --
;
; <NAME> - Aug. 2002
;
;
; $Id: f_ansi_bel.asm,v 1.2 2015/01/19 01:33:18 pauloscustodio Exp $
;
PUBLIC ansi_BEL
.ansi_BEL
ret
|
oeis/032/A032824.asm | neoneye/loda-programs | 11 | 59281 | ; A032824: Numbers whose set of base-12 digits is {1,4}.
; Submitted by <NAME>
; 1,4,13,16,49,52,157,160,193,196,589,592,625,628,1885,1888,1921,1924,2317,2320,2353,2356,7069,7072,7105,7108,7501,7504,7537,7540,22621,22624,22657,22660,23053,23056,23089,23092,27805,27808,27841,27844,28237,28240,28273,28276,84829,84832,848... |
src/demo/m3_trsdos13_console.asm | hallorant/bitmit | 6 | 59282 | org $B000
msg1 defb 'Hello Model III TRSDOS 1.3',$0d
msg2 defb 'Press <ENTER> to continue...',$03
buffer defs 5
main:
ld hl,msg1
call $021b
ld hl,msg2
call $021b
ld b,5
ld hl,buffer
call $0040 ; $KBLINE
; This works for TRSDOS 1.3 but page 12/15 of the "TRS-80 MODEL III
; Operation and BASIC Langu... |
programs/oeis/280/A280761.asm | neoneye/loda | 22 | 59283 | <reponame>neoneye/loda
; A280761: Solutions y_n to the negative Pell equation y^2 = 72*x^2 - 8.
; 8,280,9512,323128,10976840,372889432,12667263848,430314081400,14618011503752,496582077046168,16869172608065960,573055286597196472,19467010571696614088,661305304151087682520,22464913330565284591592,763145747935068588431608,... |
oeis/132/A132377.asm | neoneye/loda-programs | 11 | 59284 | ; A132377: PrimePi(n)^n.
; Submitted by <NAME>
; 0,1,8,16,243,729,16384,65536,262144,1048576,48828125,244140625,13060694016,78364164096,470184984576,2821109907456,232630513987207,1628413597910449,144115188075855872,1152921504606846976
mov $3,$0
add $3,1
mov $0,$3
seq $0,230980 ; Number of primes <= n, starting at n=0.... |
Library/Bitmap/dragTool.asm | steakknife/pcgeos | 504 | 59285 | <reponame>steakknife/pcgeos<gh_stars>100-1000
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Bitmap Library
FILE: dragTool.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
... |
boot/BIOS/stage_2/src/long_mode/paging.asm | Andrispowq/HackOS | 10 | 59286 | <gh_stars>1-10
[bits 32]
SetupIdentityPaging:
mov edi, PageTableEntry
mov cr3, edi
xor eax, eax
mov ecx, 0x1000
rep stosd
mov edi, cr3
mov dword [edi], 0x2003
add edi, 0x1000
mov dword [edi], 0x3003
add edi, 0x1000
mov dword [edi], 0x4003
add edi, 0x1000
mov... |
oeis/055/A055253.asm | neoneye/loda-programs | 11 | 59287 | <gh_stars>10-100
; A055253: Number of even digits in 2^n.
; Submitted by <NAME>
; 0,1,1,1,1,1,2,2,2,1,3,4,3,2,3,3,2,2,5,5,4,3,4,6,3,3,6,4,6,4,5,7,6,4,4,4,5,4,7,5,4,5,7,9,8,8,8,7,8,6,10,8,7,7,9,9,6,8,8,11,11,9,12,10,10,10,13,9,8,8,10,16,15,10,13,8,7,12,12,14,13,12,15,11,12,14,10,14,16,14,16,18,11,11,18,11,12,17,12,17
m... |
Driver/Task/TaskMax/taskmaxInitExit.asm | steakknife/pcgeos | 504 | 59288 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: taskmaxInitExit.asm
AUTHOR: <NAME>, Oct 9, 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date De... |
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0_notsx.log_21829_1781.asm | ljhsiun2/medusa | 9 | 59289 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x14e37, %rbx
cmp %r15, %r15
movb $0x61, (%rbx)
nop
nop
xor $10468, %r11
lea addresses_WT_ht+0xee29, %rsi
lea addresses_normal_ht+0x157b3, %rdi
add $6086, %rbp
... |
asm/script/story/episode_2/script.asm | h3rmit-git/F-Zero-Climax-GBA-Translation | 6 | 59291 | ; F-Zero Climax Translation by Normmatt
.align 4
StoryEpisode2PointerList:
.word Episode2_Line1
.word Episode2_Line2
.word Episode2_Line3
.word Episode2_Line4
.word Episode2_Line5
.word Episode2_Line6
.word Episode2_Line7
.word Episode2_Line8
.word Episode2_Line9
.word Episode2_Line10
.word Episode2_Line11... |
Etapa 01/Aula 07 - Controle de Fluxo/codes/a07e01b.asm | bellorini/unioeste | 6 | 59292 | ; Aula 07 - Controle de Fluxo de Execucao
; arquivo: a07e01b.asm
; objetivo: laco de repeticao infinito
; ctrl+c para finalizar
; nasm -f elf64 a07e01b.asm ; ld a07e01b.o -o a07e01b.x
section .data
msg : db "Onde está o JUMP?", 10, 0
msgL : equ $-msg
section .bss
destino: resq 1
section .text
... |
smsq/java/driver/nfa/trp2.asm | olifink/smsqe | 0 | 59293 | ; Trap2 routines for win/sfa/nfa drivers v. 1.00 (C) <NAME> 2012-2020.
; They just call the JVM.
; v. 1.00 2020 Feb 21 check when closing file tp see whether drive should be unlocked
; v. 0.01 10.07.2012 close file decreases nbr of open files, deletes chan defn blk
section nfa
xdef nfa_opn
xdef nfa_clo
xdef nfa... |
data/pokemon/base_stats/hitmonchan.asm | AtmaBuster/pokeplat-gen2 | 6 | 59294 | <reponame>AtmaBuster/pokeplat-gen2
db 0 ; species ID placeholder
db 50, 105, 79, 76, 35, 110
; hp atk def spd sat sdf
db FIGHTING, FIGHTING ; type
db 45 ; catch rate
db 140 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F0 ; gender ratio
db 25 ; step cycles to hatch
INCBIN "gfx/pokemon/hitmonch... |
maps/BattleTowerHallway.asm | Dev727/ancientplatinum | 28 | 59295 | <filename>maps/BattleTowerHallway.asm
object_const_def ; object_event constants
const BATTLETOWERHALLWAY_RECEPTIONIST
BattleTowerHallway_MapScripts:
db 2 ; scene scripts
scene_script .Scene0 ; SCENE_DEFAULT
scene_script .Scene1 ; SCENE_FINISHED
db 0 ; callbacks
.Scene0:
prioritysjump .ChooseBattleRoom
setsce... |
oeis/157/A157879.asm | neoneye/loda-programs | 11 | 59298 | <reponame>neoneye/loda-programs<filename>oeis/157/A157879.asm<gh_stars>10-100
; A157879: Expansion of 120*x^2 / (-x^3+899*x^2-899*x+1).
; Submitted by <NAME>
; 0,120,107880,96876240,86994755760,78121193796360,70152745034375640,62997086919675528480,56571313901123590199520,50800976886122064323640600,456192206724237126390... |
oeis/115/A115326.asm | neoneye/loda-programs | 11 | 59299 | ; A115326: E.g.f.: exp(x/(1-2*x))/sqrt(1-4*x^2).
; Submitted by <NAME>
; 1,1,9,49,625,6561,109561,1697809,35247969,717436225,17862589801,448030761201,13029739166929,387070092765409,12888060720104025,441427773256896721,16566268858818121921,641658452161285040769,26803156413926425274569,1156984000765534447599025,532442583... |
programs/oeis/045/A045682.asm | neoneye/loda | 22 | 59300 | ; A045682: Extension of Beatty sequence; complement of A045681.
; 0,5,10,15,20,27,32,37,42,49,54,59,64,71,76,81,86,93,98,103,108,113,118,125,130,135,140,147,152,157,162,169,174,179,184,191,196,201,206,211,216,223,228,233,238,245,250,255,260,267,272,277,282,289,294,299
mov $1,$0
add $0,1
div $0,2
add $0,92
mul $0,4
mov... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1195.asm | ljhsiun2/medusa | 9 | 59301 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rdx
push %rsi
lea addresses_D_ht+0x1e849, %rsi
nop
nop
cmp %rdx, %rdx
movb $0x61, (%rsi)
nop
nop
nop
nop
inc %r14
pop %rsi
pop %rdx
pop %r15
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r14
push %r8
push %rbx
push... |
data/pokemon/base_stats/buneary.asm | AtmaBuster/pokeplat-gen2 | 6 | 59304 | <reponame>AtmaBuster/pokeplat-gen2
db 0 ; species ID placeholder
db 55, 66, 44, 85, 44, 56
; hp atk def spd sat sdf
db NORMAL, NORMAL ; type
db 190 ; catch rate
db 70 ; base exp
db NO_ITEM, BERRY ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/buneary/front... |
oeis/014/A014303.asm | neoneye/loda-programs | 11 | 59305 | <reponame>neoneye/loda-programs
; A014303: a(n) = prime(n)*(prime(n+1)-1)/2.
; Submitted by <NAME>
; 2,6,15,35,66,104,153,209,322,435,558,740,861,989,1222,1537,1770,2013,2345,2556,2847,3239,3652,4272,4850,5151,5459,5778,6104,7119,8255,8908,9453,10286,11175,11778,12717,13529,14362,15397,16110,17195,18336,18914,19503,208... |
programs/oeis/174/A174438.asm | karttu/loda | 1 | 59306 | ; A174438: Numbers that are congruent to {0, 2, 5, 8} mod 9.
; 0,2,5,8,9,11,14,17,18,20,23,26,27,29,32,35,36,38,41,44,45,47,50,53,54,56,59,62,63,65,68,71,72,74,77,80,81,83,86,89,90,92,95,98,99,101,104,107,108,110,113,116,117,119,122,125,126,128,131,134,135,137
mov $1,$0
mod $0,4
mul $1,6
add $1,$0
div $1,4
mul $1,3
ad... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1015.asm | ljhsiun2/medusa | 9 | 59307 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x713f, %rsi
lea addresses_A_ht+0x1963f, %rdi
nop
nop
sub %r15, %r15
mov $32, %rcx
rep movsw
nop
nop
xor %r8, %r8
lea addresses_UC_ht+0x12837, %rb... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca_notsx.log_7826_1403.asm | ljhsiun2/medusa | 9 | 59309 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x22a5, %r10
nop
nop
nop
nop
inc %r13
mov $0x6162636465666768, %rcx
movq %rcx, %xmm0
and $0xffffffffffffffc0, %r10
movaps %xmm0, (%r10)
nop
nop
nop
cmp %rcx, %rcx
lea addresses... |
unittests/ASM/fadd.asm | woachk/FEX | 1 | 59310 | <filename>unittests/ASM/fadd.asm
%ifdef CONFIG
{
"Match": "All",
"RegData": {
"MM0": ["0x0000000000000000", "0x0000"],
"MM1": ["0x0000000000000000", "0x0000"],
"MM2": ["0x0000000000000000", "0x0000"],
"MM3": ["0x0000000000000000", "0x0000"],
"MM4": ["0x0000000000000000", "0x0000"],
"MM5": ["... |
newitems/jump/soldier.asm | fcard/z3randomizer | 0 | 59311 | ; Skip part of the Soldier's layer check
; when jumping so that Link can attack
; them on midair.
CheckSoldierOnSameLayer:
LDA !IsJumping : BNE +
LDA $46 : ORA $4D
RTL
+
LDA #$00
RTL
|
shellcode/32bit/bash.asm | karng87/nasm_game | 0 | 59312 | <reponame>karng87/nasm_game
;;;;
; execve(const char * pathname, char * const v[], char * const e[])
; v and e have to end with null ptr
; nasm -f elf32 bash.asm
; ld -m elf_i386 bash.o
; ld -m elf_x86_64 bash.o
; objdump -M intel -d bash
section .text
global _start
_start:
xor eax, eax
push ea... |
printDoubles.asm | mehedi432/assembly | 0 | 59313 | .data
myDouble: .double 7.202
zeroDouble: .double 0.0
.text
ldc1 $f2, myDouble
ldc1 $f0, zeroDouble
li $v0, 3
add.d $f12, $f2, $f0
syscall |
brandString.asm | gabrieldumitrescu/CPU-information | 0 | 59314 | BITS 64
global brandString
brandString:
mov r10,rbx
mov eax, 0x80000000
cpuid
cmp eax,0x80000004
jl .L2
mov esi,0x80000002
.L4:
mov eax,esi
cpuid
mov [rdi], dword eax
mov [rdi+4], dword ebx
mov [rdi+8], dword ecx
mov [rdi+12], dword edx
add rdi,0x10
inc esi
cmp esi,0x80000004
jle .L4
xor rax,rax
in... |
programs/oeis/115/A115020.asm | neoneye/loda | 22 | 59315 | <filename>programs/oeis/115/A115020.asm<gh_stars>10-100
; A115020: Count backwards from 100 in steps of 7.
; 100,93,86,79,72,65,58,51,44,37,30,23,16,9,2
mov $1,212012
sub $1,$0
mul $1,7
sub $1,1483984
mov $0,$1
|
fasmg/examples/jvm/Test.asm | thaolt/c8basic | 4 | 59316 |
; This example uses a very simple set of macroinstructions to generate
; the basic structures of JVM class file.
; Please refer to "The Java Virtual Machine Specification" for the detailed
; information on this file format.
include 'jclass.inc'
format binary as 'class'
u4 0xcafebabe ; magic
u2 0,49... |
platforms/m3/prc_v12/software/PRCv12_power_2_wfi/PRCv12_power_2_wfi.asm | lab11/M-ulator | 19 | 59317 |
PRCv12_power_2_wfi/PRCv12_power_2_wfi.elf: file format elf32-littlearm
Disassembly of section .text:
00000000 <hang-0x80>:
0: 00002000 .word 0x00002000
4: 00000091 .word 0x00000091
...
1c: 00000080 .word 0x00000080
20: 00000080 .word 0x00000080
24: 00000080 .word 0x00000080
28: 00000080 .wo... |
programs/oeis/110/A110326.asm | neoneye/loda | 22 | 59318 | ; A110326: Diagonal sums of triangle A110324.
; 1,-1,-3,-2,-11,-3,-23,-4,-39,-5,-59,-6,-83,-7,-111,-8,-143,-9,-179,-10,-219,-11,-263,-12,-311,-13,-363,-14,-419,-15,-479,-16,-543,-17,-611,-18,-683,-19,-759,-20,-839,-21,-923,-22,-1011,-23,-1103,-24,-1199,-25,-1299,-26,-1403,-27,-1511,-28,-1623,-29,-1739
mov $1,$0
lpb $1... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1669.asm | ljhsiun2/medusa | 9 | 59319 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x11ee5, %rsi
lea addresses_normal_ht+0x1c8a5, %rdi
nop
nop
nop
nop
nop
dec %r8
mov $124, %rcx
rep movsb
nop
nop
nop
cmp %r14, %r14
lea addresses_WT_ht+0x19b4... |
programs/oeis/186/A186682.asm | neoneye/loda | 22 | 59320 | <reponame>neoneye/loda
; A186682: Total number of positive integers below 10^n requiring 18 positive biquadrates in their representation as sum of biquadrates.
; 0,2,19,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,2... |
programs/oeis/192/A192833.asm | karttu/loda | 1 | 59321 | ; A192833: Molecular topological indices of the Moebius ladders.
; 24,72,180,336,600,936,1428,2016,2808,3720,4884,6192,7800,9576,11700,14016,16728,19656,23028,26640,30744,35112,40020,45216,51000,57096,63828,70896,78648,86760,95604,104832,114840,125256,136500,148176,160728,173736,187668,202080,217464,233352,250260,26769... |
oeis/060/A060267.asm | neoneye/loda-programs | 11 | 59322 | <filename>oeis/060/A060267.asm
; A060267: Difference between 2 closest primes surrounding 2n.
; Submitted by <NAME>(w3)
; 2,2,4,4,2,4,4,2,4,4,6,6,6,2,6,6,6,4,4,2,4,4,6,6,6,6,6,6,2,6,6,6,4,4,2,6,6,6,4,4,6,6,6,8,8,8,8,4,4,2,4,4,2,4,4,14,14,14,14,14,14,14,4,4,6,6,6,2,10,10,10,10,10,2,6,6,6,6,6,6,4,4,6,6,6,6,6,6,2,10,10,10... |
SmapTrace/SmapTrace/KiPageFault.asm | IntelSTORM/Projects | 1 | 59323 | <reponame>IntelSTORM/Projects<gh_stars>1-10
;
; Intel provides this code “as-is” and disclaims all express and implied warranties, including without
; limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement,
; as well as any warranty arising from course of perf... |
software/obsolete/new-rom/fat32_directory.asm | Noah1989/micro-21 | 1 | 59324 | public fat32_directory_listing_IX_seek_line_BC
public fat32_directory_listing_IX_read_line_eof_Z
public fat32_directory_listing_IX_delete_current_entry
public fat32_directory_IX_create_file_name_HL
extern fat32_fat_begin_lba
extern fat32_fat_number_of_sectors
extern stream_IX_read_block_DE_len_BC
extern stream_IX_seek... |
Transynther/x86/_processed/US/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_770.asm | ljhsiun2/medusa | 9 | 59325 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1dffd, %r10
nop
add %r13, %r13
mov (%r10), %bx
nop
xor %r8, %r8
lea addresses_A_ht+0x667d, %r14
nop
nop
nop
nop
dec %r8
movl $0x... |
dino/lcs/base/6BCC.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 59326 | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
016D00 cmpi.b #$1, ($4,A6)
016D06 bne $16d64 [base+6BAC, base+6BBC, base+6BCC]
016D18 move.b #$0, ($4,A6)
016D1E move.b #$3c, ($3,A6)
016D48 clr.b ($4,A6)
016D4C clr.b ($3,A6) [base+6BAC, ba... |
programs/oeis/037/A037147.asm | karttu/loda | 0 | 59327 | <filename>programs/oeis/037/A037147.asm<gh_stars>0
; A037147: Denominators of Fourier coefficients of Eisenstein series of degree 2 and weight 10 when evaluated at Gram(A_2)*z.
; 1,1,1,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,43867,438... |
81.asm | Nurglureddo/MiniPractice | 0 | 59329 | <reponame>Nurglureddo/MiniPractice
model tiny
.data
strok1 db 'test$'
strok2 db 10 dup (0)
.code
copy macro stroka1,stroka2,len
mov ax, seg strok1
mov ds,ax
mov ax, seg strok2
mov es,ax
lea si,stroka1
lea di,stroka2
mov cx,len
rep movsb
endm
n:
push cs
pop ds
copy strok1,strok2,4
mov ax,4c00h
int 2... |
src/alien.asm | cicr99/SpaceInvaders | 3 | 59331 | <reponame>cicr99/SpaceInvaders
%macro INI 0
push ebp
mov ebp, esp
pusha
%endmacro
%macro END 0
popa
mov esp, ebp
pop ebp
%endmacro
section .text
global paint_alien
paint_alien:
INI
%define punt_map [ebp + 12]
%define punt_alien [ebp + 8]
mov edx, punt_alien
mov bl, [edx + 6]
cmp bl, 1
je... |
programs/oeis/076/A076095.asm | neoneye/loda | 22 | 59332 | <gh_stars>10-100
; A076095: Initial terms of rows in A076099.
; 1,2,3,5,9,13,19,25,32,40,49,59,70,82,95,109,124,140,157,175,194,214,235,257,280,304,329,355,382,410,439,469,500,532,565,599,634,670,707,745,784,824,865,907,950,994,1039,1085,1132,1180,1229,1279,1330,1382
mov $1,$0
sub $1,2
mov $3,$0
add $0,$1
sub $0,1
mov... |
src/third_party/nasm/test/absolute.asm | Mr-Sheep/naiveproxy | 2,219 | 59333 | ;Testname=bin; Arguments=-fbin -oabsolute.bin; Files=stdout stderr absolute.bin
%ifmacro org
org 7c00h
%endif
init_foo:
jmp init_bar
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
init_bar:
mov [b1],dl
mov [b2],edx
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
ret
absolute i... |
test/range.asm | travisg/cpu | 5 | 59335 | <filename>test/range.asm
add r0, r0, #0
add r0, r0, #1
add r0, r0, #0x7fff
add r0, r0, #32767
add r0, r0, #-32768
add r0, r0, #-1
add r0, r0, #32768 ; should be out of range
add r0, r0, #-32769 ; should be out of range
b #0
b #-4
b #4
b #0x00800000
b #0xff800004
b #0x00800004 ; should be out of range
b #0xff800000 ; s... |
bfia.asm | libertas/bfia | 0 | 59336 | [section .data]
instructions db "][,.-+><", 0xff, 0
msg_r db "r", 0
msg_file_err db "File Error!", 10, 0
msg_argc_err db "Usage: bfia [filename]",10,0
[section .bss]
mem resb 30000
code resb 30000
[section .text]
extern printf, fopen, fclose, fgetc, getchar, putchar, exit
global main
main:
setup:
; check th... |
src/02/find.asm | MyLanPangzi/Computer-Organization | 0 | 59337 | .data
string: .space 33
char: .space 2
.macro read_str (%buf, %len)
la $a0, %buf
li $a1, %len
li $v0, 8
syscall
.end_macro
.macro print_str (%str)
.data
myLabel: .asciiz %str
.text
li $v0, 4
la $a0, myLabel
syscall
.end_macro
.macro read_char(%buf)
... |
programs/oeis/157/A157928.asm | karttu/loda | 1 | 59338 | <reponame>karttu/loda
; A157928: a(n) = 0 if n < 2, = 1 otherwise.
; 0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
mov $2,2
trn $2,$0
pow $1,$2
|
Mid-Term/Solution/5_1731201042.asm | sakibsadmanshajib/CSE331L-Section-1-Fall20-NSU | 0 | 59339 | .MODEL SMALL
.STACK 100H
.DATA
A DW 1,1,2,2,3,3
B DW 6 DUP(?)
.CODE
MAIN PROC
MOV BX, OFFSET B
MOV [BX], A[0]
MOV [BX+1], A[1]
MOV [BX+2], A[2]
MOV [BX+3], A[3]
MOV [BX+4], A[4]
MOV [BX+5], A[5]
CODE ENDS
END MAIN |
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_1_1778.asm | ljhsiun2/medusa | 9 | 59340 | <filename>Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_1_1778.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x14563, %rax
nop
nop
nop
nop
nop
and %r9, %r9
mov (%rax), %r11d
nop
nop
nop
nop
cmp %... |
hram.asm | opiter09/ASM-Machina | 1 | 59341 | <gh_stars>1-10
SECTION "HRAM", HRAM
; Initialized to 16.
; Decremented each input iteration if the player
; presses the reset sequence (A+B+SEL+START).
; Soft reset when 0 is reached.
hSoftReset:: db
UNION
hBaseTileID:: ; base tile ID to which offsets are added
hDexWeight::
hWarpDestinationMap::
hOAMTile::
hROMBankTe... |
programs/oeis/026/A026491.asm | karttu/loda | 0 | 59342 | ; A026491: a(n) = least k > a(n-1) such that t(k) = t(n), for n >= 1, where t = A001285 (Thue-Morse sequence).
; 1,4,5,8,10,12,13,16,17,20,21,24,26,28,29,32,34,36,37,40,42,44,45,48,49,52,53,56,58,60,61,64,65,68,69,72,74,76,77,80,81,84,85,88,90,92,93,96,98,100,101,104,106,108,109,112,113,116,117,120,122,124,125,128,130,... |
countInputPulses/main.asm | samcdc6600/Atmega16a-avra-asm-stuff | 0 | 59343 | <reponame>samcdc6600/Atmega16a-avra-asm-stuff
;; for AVR: atmega16a
;; Yes this code is messy, we are just playing around with things.
;; Sets up PD6 and an input and mirrors it's state on PA0, i.e. if PD6
;; is high then PA0 is high and if PD6 is low then PA0 is low. This is
;; done by constantly polling PD6.
.... |
u7bg/include/u7bg-eop1.asm | JohnGlassmyer/UltimaHacks | 68 | 59344 | <filename>u7bg/include/u7bg-eop1.asm
; =============================================================================
; Ultima VII: The Black Gate Hacks -- expanded overlay 1
; -----------------------------------------------------------------------------
%assign eop1_nextEopNumber 0
%assign eop1_nextEopStart EOP1_NEW_C... |
libsrc/_DEVELOPMENT/arch/sms/misc/c/sccz80/sms_cxy2saddr.asm | jpoikela/z88dk | 640 | 59345 | ; unsigned int sms_cxy2saddr(unsigned char x, unsigned char y)
SECTION code_clib
SECTION code_arch
PUBLIC sms_cxy2saddr
EXTERN asm_sms_cxy2saddr
sms_cxy2saddr:
pop af
pop bc
pop hl
push hl
push bc
push af
ld h,c
jp asm_sms_cxy2saddr
|
data/pokemon/base_stats/seviper.asm | TastySnax12/pokecrystal16-493-plus | 2 | 59346 | <filename>data/pokemon/base_stats/seviper.asm
db 0 ; species ID placeholder
db 73, 100, 60, 65, 100, 60
; hp atk def spd sat sdf
db POISON, POISON ; type
db 90 ; catch rate
db 165 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.