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
x86_assembly/src/loader.asm
erhu666/computer
117
200400
<reponame>erhu666/computer<filename>x86_assembly/src/loader.asm<gh_stars>100-1000 [org 0x1000] ; xchg bx, bx check_memory: mov ax, 0 mov es, ax xor ebx, ebx mov edx, 0x534d4150 mov di, ards_buffer .next: mov eax, 0xE820 mov ecx, 20 int 0x15 jc .error add di, cx inc word ...
Driver/Mouse/GridPen/gridpen.asm
steakknife/pcgeos
504
200401
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Mouse Driver -- GRiDPAD pen mouse driver FILE: gridpen.asm AUTHOR: <NAME>, July 18th, 1990 ROUTINES: Name Descripti...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2841.asm
ljhsiun2/medusa
9
200402
<filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2841.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x7e7b, %rbx nop add $6024, %rcx movb $0x61, (%rbx) nop nop cmp $55651, %r15 le...
libsrc/sms/scroll_bkg.asm
meesokim/z88dk
0
200403
PUBLIC scroll_bkg ;============================================================== ; void scroll_bkg(int x, int y) ;============================================================== ; Scrolls the bkg map to the specified position ;============================================================== .scroll_bkg ld hl, 2 add ...
Macros/CopyByteMacros.asm
ped7g/EliteNext
9
200404
CopyByteAtHLixToA: MACRO memloc ex de,hl ; save hl ld hl,memloc add hl,a ld a,(hl) ; get XX2[x] ex de,hl ; get hl back as we need it in loop END...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3011.asm
ljhsiun2/medusa
9
200405
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x8ced, %rbx nop and %rbp, %rbp mov (%rbx), %r8w cmp $30869, %rsi lea addresses_UC_ht+0x1c11b, %rsi lea addresses_normal_ht+0x15ced, %rdi nop sub %r14, %r14 mov $36, %rcx ...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_1997_1927.asm
ljhsiun2/medusa
9
200406
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x14c8b, %rdi nop nop nop add $18662, %r15 mov (%rdi), %si nop nop cmp %rcx, %rcx lea addresses_WC_ht+0x6d8b, %r9 nop nop nop nop cmp $49872, %rsi movups (%r9), %xmm4 vpextrq $...
smsq/q40/CACHEMODE.asm
olifink/smsqe
0
200407
<gh_stars>0 ; Q40/Q60 Caches management v. 1.00 copyright (c) <NAME> ; 2003-10-17 1.01 adapted for SMSQ/E (FD) ; 2005-01-21 1.02 rationalised, reset sr as was on entry (wl) section exten xdef copyback xdef serialized xdef writethrough include 'dev8_sbsext_ext_keys' include 'dev8_keys_sys' ; rprt_ni moveq #er...
oeis/179/A179007.asm
neoneye/loda-programs
11
200408
; A179007: Sum of 3 consecutive composite odd numbers. ; Submitted by <NAME> ; 45,61,73,85,95,107,119,133,145,155,163,175,185,197,209,221,233,243,253,263,271,279,287,299,315,331,343,351,357,363,369,377,387,397,409,419,429,435,445,455,467,475,485,495,505,515,523,535,545,555,561,571,585,599 sub $0,1 mov $2,$0 mov $3,3 l...
base/hals/halx86/i386/ixstall.asm
npocmaka/Windows-Server-2003
17
200409
title "Stall Execution Support" ;++ ; ; Copyright (c) 1989 Microsoft Corporation ; ; Module Name: ; ; ixstall.asm ; ; Abstract: ; ; This module implements the code necessary to field and process the ; interval clock interrupt. ; ; Author: ; ; <NAME> (shielint) 12-Jan-1990 ; ; E...
artwork/barbaro_saca_espada.asm
fjpena/sword-of-ianna-zx
67
200410
<filename>artwork/barbaro_saca_espada.asm<gh_stars>10-100 ; ASM source file created by SevenuP v1.20 ; SevenuP (C) Copyright 2002-2006 by <NAME>, aka Metalbrain ;GRAPHIC DATA: ;Pixel Size: ( 24, 32) ;Char Size: ( 3, 4) ;Sort Priorities: X char, Char line, Y char ;Data Outputted: Gfx ;Interleave: S...
3rdParties/src/nasm/nasm-2.15.02/travis/test/br3005117.asm
blue3k/StormForge
1
200411
%macro B_STRUC 1-* %push foo %define %$strucname %1 %%top_%$strucname: %rep %0 - 1 %rotate 1 resb %{$strucname}%1 - ($ - %%top_%$strucname) %1: %endrep resb %{$strucname}_size - ($ - %%top_%$strucname) %pop %endmacro struc timeval .tv_sec resd 1 .tv_usec resd 1 endstruc mov [timeval_struct.tv_sec],...
libsrc/_DEVELOPMENT/arch/hbios/c/sccz80/hbios_e_dehl_callee.asm
Frodevan/z88dk
640
200412
; uint8_t hbios_e_dehl(uint16_t func_device, uint32_t arg) __smallc __z88dk_callee SECTION code_clib SECTION code_arch PUBLIC hbios_e_dehl_callee EXTERN asm_hbios_e .hbios_e_dehl_callee pop af pop hl pop de pop bc push af jp asm_hbios_e
libsrc/_DEVELOPMENT/input/zx/z80/asm_in_stick_sinclair1.asm
meesokim/z88dk
0
200413
; =============================================================== ; 2002 ; =============================================================== ; ; uint16_t in_stick_sinclair1(void) ; ; Return joystick state in byte FGHIRLDU active high. The ; FGHI bits are fire buttons with "F" being primary. ; ; =======================...
software/atommc2/fatinfo.asm
AtomicRoland/AtomFpga
25
200415
;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~ ; ; *FATINFO [filename] ; ; Shows fat filesystem file info - size on disk, sector, fptr and attrib. ; STARFATINFO: jsr read_filename jsr open_file_read SETRWPTR NAME ; get the FAT file size - text files wo...
demos/commands/coleco.asm
haroldo-ok/blockly-z80
16
200416
; COLECOVISION - HELLO WORLD! ; By <NAME>, 2010 ; To be compiled with TNIASM ; BIOS (SOME) ENTRY POINTS CALC_OFFSET: equ $08c0 LOAD_ASCII: equ $1f7f FILL_VRAM: equ $1f82 MODE_1: equ $1f85 PUT_VRAM: equ $1fbe TURN_OFF_SOUND: equ $1fd6 WRITE_REGISTER: equ $1fd9 READ_REGISTER: equ $1fdc WRITE_VRAM: equ $1fdf ; VRAM DEFA...
programs/oeis/188/A188293.asm
neoneye/loda
22
200417
; A188293: Positions of 1 in A188291; complement of A188292. ; 4,8,12,21,25,29,38,42,46,55,59,63,72,76,80,84,93,97,101,110,114,118,127,131,135,144,148,152,156,165,169,173,182,186,190,199,203,207,216,220,224,228,237,241,245,254,258,262,271,275,279,288,292,296,300,309,313,317,326,330,334,343,347,351,360,364,368,377,381,3...
evaluation/5_more_vulns/spectre_v1.1.asm
microsoft/sca-fuzzer
2
200418
.intel_syntax noprefix MOV rcx, r14 # initialize eax and ebx with two random values IMUL edi, edi, 2891336453 ADD edi, 12345 MOV eax, edi IMUL edi, edi, 2891336453 ADD edi, 12345 MOV ebx, edi LFENCE SHL rbx, 62 SHR rbx, 62 # speculative offset: # these shifts generate a random page offset, 64-bit aligned SHL rax, 58...
lib/math.asm
ntrupin/navmv
8
200420
fact: jmp fact_enter fact_enter: cmp cx, 1 je fact_end sub cx, 1 mul ax, cx jmp fact_enter fact_end: pop dx pop cx pop bx ret pow: push cx push dx mov cx, ax pow_enter: cmp bx, 1 je pow_end mul ax, cx sub bx, 1 jmp pow_enter pow_end: pop dx ...
oeis/036/A036159.asm
neoneye/loda-programs
11
200421
; A036159: a(n) = 2^n mod 211. ; Submitted by <NAME> ; 1,2,4,8,16,32,64,128,45,90,180,149,87,174,137,63,126,41,82,164,117,23,46,92,184,157,103,206,201,191,171,131,51,102,204,197,183,155,99,198,185,159,107,3,6,12,24,48,96,192,173,135,59,118,25,50,100,200,189,167,123,35,70,140,69,138,65,130,49,98,196,181,151,91,182,153,9...
blinky.asm
lkundrak/blinky
0
200422
title "You Suffer" subtitle "But Why" ; _______ _______ ; | o U | ; | 1 VCC GND 8 | ; | 2 GP5 GP0 7 |--o/ BUTT o-----------GND ; +3V--[ 200 R ]--| LED3 >--| 3 GP4 GP1 6 |--< LED1 |--[ 200R ]--+3...
src/unlink.asm
mp81ss/dos16lfn
2
200423
<gh_stars>1-10 .8086 .model large, C include dos16l_.inc ; int unlink16l(const char* filename); public unlink16l .CODE unlink16l PROC USES ds filename:DWORD IS_NULL_PTR filename mov ax, 9 je short f_end call check16l lds dx, [filename] ...
programs/oeis/080/A080859.asm
neoneye/loda
22
200424
<gh_stars>10-100 ; A080859: a(n) = 6*n^2 + 4*n + 1. ; 1,11,33,67,113,171,241,323,417,523,641,771,913,1067,1233,1411,1601,1803,2017,2243,2481,2731,2993,3267,3553,3851,4161,4483,4817,5163,5521,5891,6273,6667,7073,7491,7921,8363,8817,9283,9761,10251,10753,11267,11793,12331,12881,13443,14017,14603,15201,15811,16433,17067,1...
data/pokemon/base_stats/bellrun.asm
AtmaBuster/pokeplat-gen2
6
200426
<reponame>AtmaBuster/pokeplat-gen2 db 0 ; species ID placeholder db 70, 90, 40, 105, 70, 65 ; hp atk def spd sat sdf db DARK, DARK ; type db 90 ; catch rate db 148 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F100 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/bellrun/front....
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2461.asm
ljhsiun2/medusa
9
200427
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r8 push %r9 push %rbx push %rdi push %rdx lea addresses_WT_ht+0x13ba8, %r13 nop nop nop sub %rdi, %rdi mov (%r13), %rbx nop nop nop add %r13, %r13 lea addresses_normal_ht+0x2d98, %r15 clflush (%r15) nop nop nop nop nop cmp $62428, %rdx mov $0x616263...
src/lib/debug_print.asm
DigiDwrf/neon64v2-easybuild
36
200428
InitDebug: la_gp(t0, debug_buffer) jr ra ls_gp(sw t0, debug_buffer_cursor) // Print decimal // a0: 32-bit signed value scope PrintDec: { constant val(a0) constant out(t0) constant tmp(t1) bgez a0, non_negative ls_gp(lw out, debug_buffer_cursor) lli tmp, '-' sb tmp, 0(out) addi out, 1 ls_gp(s...
globals.asm
billyrayvalentine/asm68k-megadrive-demo-falling
1
200429
/* * globals.asm * Written for use with GNU AS * Copyright © 2020 <NAME> <github.com/billyrayvalentine> * This work is free. You can redistribute it and/or modify it under the * terms of the Do What The Fuck You Want To Public License, Version 2, * as published by Sam Hocevar. See the COPYING file for more detai...
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_1_1454.asm
ljhsiun2/medusa
9
200431
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1dbfe, %r11 nop nop nop add %r12, %r12 mov (%r11), %eax nop nop dec %rdi lea addresses_WC_ht+0x1af1e, %rsi lea addresses_WC_ht+0x720e...
Wizardry/Necessary/GrowthGetters/Get_Spd_Growth.asm
sme23/OneHourBlitz
1
200432
<filename>Wizardry/Necessary/GrowthGetters/Get_Spd_Growth.asm<gh_stars>1-10 .thumb .org 0x0 .equ ClassGrowthOption, Extra_Growth_Boosts+4 @r0=battle struct or char data ptr ldr r1,[r0] ldrb r1,[r1,#31] @spd growth ldr r2,ClassGrowthOption cmp r2,#0 beq GetExtraGrowthBoost ldr r2,[r0,#4] add r2,#30 ldrb r2,[r2] ...
Tests/l2_vertical.asm
ped7g/EliteNext
9
200433
<reponame>ped7g/EliteNext test1: ; cls call l2_cls ld bc, $0505 ld a, 74 test2: ld bc, $0504 ld a, $C0 call l2_plot_pixel ld bc, $4004 ld a, $C0 call l2_plot_pixel ld bc, $8004 ld a, $C0 call l2_plot_pixel ld bc , $0505 ld de , $05B7 call l2_draw_vert_line ld bc , $05...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1415.asm
ljhsiun2/medusa
9
200434
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1e337, %rsi lea addresses_WC_ht+0x6b37, %rdi nop nop nop nop inc %r10 mov $3, %rcx rep movsw nop nop nop nop and $63196, %rbp lea addresses_normal_ht+0x21b7, %rsi lea addresses_A_ht+0...
libsrc/fcntl/msxdos2/writebyte.asm
jpoikela/z88dk
640
200436
SECTION code_clib INCLUDE "target/msx/def/msxdos2.def" PUBLIC writebyte PUBLIC _writebyte EXTERN MSXDOS EXTERN msxdos_error ;(int fd, int b) .writebyte ._writebyte push ix ld ix,4 add ix,sp ld b,(ix+3) ld hl,4 add hl,sp ex de,hl ld hl,1 ld c,_WRITE call MSXDOS ld (msxdos_error)...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_12_1231.asm
ljhsiun2/medusa
9
200437
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x3fef, %rsi lea addresses_A_ht+0xd955, %rdi nop nop add %rax, %rax mov $33, %rcx rep movsb nop cmp $57202, %r12 lea addresses_normal_ht+0x4bef, %rax nop nop nop nop nop inc %rdi mov $0x...
Source/Nostromo/Maths.asm
benryves/Nostromo
0
200438
<gh_stars>0 ; Maths module .module Maths Code: .module Trig Cos add a,64 Sin add a,a ld l,a ld a,0 adc a,Table >> 8 ld h,a ld c,(hl) inc hl ld b,(hl) ret PackedTable PreviousValue = 0 Delta = 0 .for angle = 0 to 127 NewValue = round(256 * sin(angle / 256 * 2 * pi())) ...
int_common.asm
teawhy1230/quaros
1
200440
<gh_stars>1-10 bits 32 section .text ; Must be the same values as these are in memory.c %define NULL_SEG (0) %define KERN_DATA_SEG (1) %define KERN_CODE_SEG (2) %define USER_DATA_SEG (3) %define USER_CODE_SEG (4) extern trampoline global int_common global ret_to_int_site int_common: ; Save registers of inte...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_378.asm
ljhsiun2/medusa
9
200441
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %rbp push %rcx push %rdx push %rsi lea addresses_A_ht+0x76b4, %rbp add %rsi, %rsi mov $0x6162636465666768, %r14 movq %r14, %xmm2 vmovups %ymm2, (%rbp) nop nop nop nop add %rcx, %rcx lea addresses_UC_ht+0x123f4, %r1...
smsq/java/ip/open.asm
olifink/smsqe
0
200442
<gh_stars>0 ; Open IP V1.03  2004 <NAME> ; 1.03 check for UDP (wl) 2020 W. Lenerz ; 1.02 adapted for smsqmulator (wl) section ip xdef ip_open xdef udp_name xdef udd_name xref io_ckchn include 'dev8_keys_err' include 'dev8_keys_qlv' include 'dev8_smsq_java_ip_data' include 'dev8_keys_java' tregs...
CSC 323/Assignments/Assignment 2/G6P2.asm
arpringle/uwp-2022-spring
0
200443
TITLE Reverse Polish Notation Calculator (G6P2.asm) ; A very spectacular program indeed. ; CSC 323 - Group 6 - Assignment 2: RPN Stack Calculator ; Author: <NAME>, <EMAIL> ; Author: <NAME>, <EMAIL> ; Author: <NAME>, <EMAIL> ; Author: <NAME>, <EMAIL> ; This program simulates an RPN calculator using a stack with limi...
libsrc/_DEVELOPMENT/target/vgl/driver/terminal/vgl_01_output_2000/vgl_01_output_2000_oterm_msg_bell.asm
jpoikela/z88dk
38
200444
INCLUDE "config_private.inc" SECTION code_driver SECTION code_driver_terminal_output PUBLIC vgl_01_output_2000_oterm_msg_bell EXTERN asm_bit_beep_raw_di vgl_01_output_2000_oterm_msg_bell: ; can use: af, bc, de, hl ; Use bit_beep push ix ld hl,+((__CPU_CLOCK / 1200) - 236) / 8 ; 1200 Hz tone...
lab_06/2/MOD1.asm
zakolm/ASM
9
200446
; ФАЙЛ lr05-2-1.asm STK SEGMENT PARA STACK 'STACK' DB 64 DUP (?) STK ENDS SD1 SEGMENT PARA COMMON 'DATA' W DW 3444h SD1 ENDS END
oeis/329/A329791.asm
neoneye/loda-programs
11
200447
<gh_stars>10-100 ; A329791: a(n) = floor(sqrt(2)*n) + floor(sqrt(3)*n). ; Submitted by <NAME>(s1) ; 0,2,5,9,11,15,18,21,24,27,31,34,36,40,43,46,49,53,56,58,62,65,69,71,74,78,81,84,87,91,93,96,100,103,106,109,112,116,118,122,125,128,131,134,138,140,144,147,150,153,156,160,163,165,169,172,175,178,182,185,187,191,194,198,...
Appl/Preferences/Setup/setupSysInfo.asm
steakknife/pcgeos
504
200448
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: setup FILE: setupSysInfo.asm REVISION HISTORY: Name Date Description ---- ---- ----------- Tony 10/90 Initial version Tom 9/97 Hacked to ...
lib/tiles-color-ram-shift.asm
c64lib/text
1
200449
<filename>lib/tiles-color-ram-shift.asm<gh_stars>1-10 /* * c64lib/text/tiles-color-ram-shift.asm * * A library that supports drawing and 4-directional scrolling of 2x2 tile map using text modes * of VIC-II. All three text modes are supported. * * Color limitations: * - color RAM is configured per 2x2 til...
oeis/016/A016308.asm
neoneye/loda-programs
11
200450
; A016308: Expansion of 1/((1-2*x)*(1-6*x)*(1-11*x)). ; Submitted by <NAME> ; 1,19,261,3191,37037,419055,4679557,51894967,573363933,6322119551,69634013813,766518346503,8434966982989,92804227849807,1020964052585829,11231309855904599,123548640079779005,1359060430866670623,14949817079468248405,164448901913760486055,180894...
functions32.asm
algisB/x86-kernel-dev
0
200451
<reponame>algisB/x86-kernel-dev<gh_stars>0 [bits 32] VIDEO_MEMORY equ 0xb8000 WHITE_ON_BLACK equ 0x0f print_string32: pusha mov edx, VIDEO_MEMORY print_string32_loop: mov al, [esi] mov ah, WHITE_ON_BLACK cmp al, 0 je print_string32_done mov [edx], ax add esi, 1 add edx, 2 jmp p...
src/units/8bit_arith.asm
cburbridge/z80
18
200452
<reponame>cburbridge/z80 ADD A, A ADD A, B ADD A, C ADD A, D ADD A, E ADD A, H ADD A, L ADD A, (HL) ADD A, 45H ADD A, (IX+45H) ADC A, A ADC A, B ADC A, C ADC A, D ADC A, E ADC A, H ADC A, L ADC A, (HL) ADC A, 45H ADC A, (IX+45H) SUB A, A SUB A, B SUB A, C SUB A, D SUB A, E SUB A, H SUB A, L SUB A, (HL) SUB A, 45H SUB A...
Driver/Task/TaskMax/taskmaxItem.asm
steakknife/pcgeos
504
200453
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: taskmaxItem.asm AUTHOR: <NAME>, Oct 4, 1991 ROUTINES: Name Description ---- ----------- MSG_TI_NUKE_TASK MSG_TI_CONFIRMATION_C...
MCS51/bub_sort.a51
pankajpatro703/uP8086
0
200454
<gh_stars>0 ;Ascending order ORG 0000H mov r3,#0AH ;moving count(n) of array(arr) dec r3 ;n=n-1 again: mov a,r3 mov r1,a ;storing number of remaining elements(m) in R1 mov dptr,#0D001H ;index(i) pointing at location of start of array u...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_12072_402.asm
ljhsiun2/medusa
9
200455
<filename>Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_12072_402.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rbx push %rdx lea addresses_WT_ht+0x4636, %r11 sub $439, %rdx movb $0x61, (%r11) nop nop nop nop inc %rbx pop %rdx pop %rbx pop %r12 pop %r11 ret .global s_faulty_lo...
main/Initializer/include/arch/x86_64/asm/mboot.inc.asm
AlexanderShirokih/avangard-os
0
200456
<reponame>AlexanderShirokih/avangard-os ; Check Multiboot 2 magic code ; If it's bad, show error message and stop booting check_multiboot: cmp eax, 0x36d76289 jne .no_multiboot ret .no_multiboot: mov eax, no_mboot_msg jmp errmsg
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1130.asm
ljhsiun2/medusa
9
200457
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1130.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x8913, %rsi lea addresses_UC_ht+0x673, %rdi nop nop nop nop nop inc %rdx mov $91, %rcx rep mov...
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_999_1475.asm
ljhsiun2/medusa
9
200459
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1d67a, %rdi clflush (%rdi) nop nop nop sub %rax, %rax movl $0x61626364, (%rdi) nop nop cmp $22751, %rcx lea addresses_WT_ht+0xb440, %r...
evaluation/1_main/violations/mds.asm
mguarnieri/revizor
0
200460
.intel_syntax noprefix .test_case_enter: LEA R14, [R14 + 48] # instrumentation MFENCE # instrumentation .test_case_main: .test_case_main.entry: JMP .bb0 .bb0: ADC EAX, -2030331421 AND RAX, 0b1111111000000 # instrumentation ADD RAX, R14 # instrumentation MOV CX, word ptr [RAX] AND RCX, 0b1111111000000 # instrumentation ...
Projetos/src/F-Assembly/src/nasm/sub.nasm
Fogelman/Z01.1
0
200461
<reponame>Fogelman/Z01.1<gh_stars>0 ; Arquivo: Abs.nasm ; Curso: Elementos de Sistemas ; Criado por: <NAME> ; Data: 27/03/2017 ; faz uma subtracao binaria do valor de : RAM[1] - RAM[0] gravando em RAM[2]. leaw $0, %A movw (%A) , %D leaw $1, %A movw (%A) , %S negw %D addw %S, %D, %D leaw $2 , %A movw %...
source/modules/basic/expressions/string/len.asm
paulscottrobson/mega-basic
3
200462
; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : len.asm ; Purpose : String length function. ; Date : 22nd August 2019 ; Review : 1st September 2019 ; Author : ...
oeis/256/A256099.asm
neoneye/loda-programs
11
200463
<reponame>neoneye/loda-programs ; A256099: Decimal expansion of the real root of a cubic used by <NAME> in a geometrical problem. ; Submitted by <NAME> ; 1,5,4,3,6,8,9,0,1,2,6,9,2,0,7,6,3,6,1,5,7,0,8,5,5,9,7,1,8,0,1,7,4,7,9,8,6,5,2,5,2,0,3,2,9,7,6,5,0,9,8,3,9,3,5,2,4,0,8,0,4,0,3,7,8,3,1,1,6,8,6,7,3,9,2,7,9,7,3,8,6,6,4,...
libtool/src/gmp-6.1.2/mpn/x86/k6/k62mmx/copyd.asm
kroggen/aergo
1,602
200464
dnl AMD K6-2 mpn_copyd -- copy limb vector, decrementing. dnl Copyright 2001, 2002 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 * the GNU Lesser General P...
src/synth_amd64.asm
trilkk/faemiyah-demoscene_2017-08_4k_intro_primordial_soup
5
200465
<reponame>trilkk/faemiyah-demoscene_2017-08_4k_intro_primordial_soup .data fc1: .byte 0x00 .byte 0x00 .byte 0x53 .byte 0x40 fc2: .byte 0x00 .byte 0x00 .byte 0xa3 .byte 0x3b global_volume: .byte 0x00 .byte 0x00 .byte 0x80 .byte 0x3f end_fade: .byte 0x00 .byte 0xff .byte 0x7f .byte 0x3f stereo_mod: .byte 0x00 .byte 0x62 ...
c6ers/interlnk/paragon/lib/b_keybrd.asm
minblock/msdos
0
200466
;*** ;* $Workfile: b_keybrd.asm $ ;* $Revision: 1.1 $ ;* $Author: <NAME> $ ;* $Date: 09 Oct 1989 11:56:28 $ ;* ;* Fixed version of MSC "_bios_keybrd" routine. ; ; Their routine messed up on Ctrl-Break. This routine maps that key to ; ESC. ;*********************************************************...
imsaisim/srccpm3/bnkbios3.asm
QwazyWabbitWOS/z80pack
85
200467
TITLE 'CP/M 3 banked BIOS for IMSAI 8080' ; ; Copyright (C) 2019,2020 by <NAME> ; ; History: ; 23-OCT-19 first public release ; 24-Oct-19 get time/date from RTC ; 25-OCT-19 add character device table ; 28-OCT-19 add all character devices with I/O redirection ; 01-NOV-19 add more complete character device mode byte ; 1...
test/invaders.asm
humbertocsjr/tinyasm
176
200468
<reponame>humbertocsjr/tinyasm ; ; Invaders in 512 bytes ; ; by <NAME>. ; ; (c) Copyright 2015-2019 <NAME>. ; ; Creation: Oct/27/2015. ; Revision: Nov/06/2015. Adjusted bullet collision. Invaders ; accelerate...
oeis/303/A303226.asm
neoneye/loda-programs
11
200470
; A303226: Number of minimal total dominating sets in the n-gear graph. ; Submitted by <NAME> ; 0,6,12,6,30,30,56,110,156,306,506,870,1560,2652,4692,8190,14280,25122,43890,77006,135056,236682,415380,728462,1278030,2242506,3934272,6903756,12113880,21256710,37301556,65456190,114864806,201569006,353722056,620732310,108929...
oeis/057/A057021.asm
neoneye/loda-programs
11
200471
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A057021: Denominator of (sum of divisors of n / number of divisors of n). ; Submitted by <NAME> ; 1,2,1,3,1,1,1,4,3,2,1,3,1,1,1,5,1,2,1,1,1,1,1,2,3,2,1,3,1,1,1,2,1,2,1,9,1,1,1,4,1,1,1,1,1,1,1,5,1,2,1,3,1,1,1,1,1,2,1,1,1,1,3,7,1,1,1,1,1,1,1,4,1,2,3,3,1,1,1,5,5,2,1,3,1,1,...
equation.asm
alinamuliak/assembly
0
200473
include 'format/format.inc' format ELF64 section '.text' executable public func func: ; float* a - RDI ; float* b - RSI ; float* x - RDX ; size_t size - RCX ; index i - RAX push rbx xor rax, rax ; i = 0 dec rcx ; n = size - 1 jmp loop_condition loop_condition: ...
programs/oeis/082/A082289.asm
karttu/loda
1
200474
; A082289: Expansion of x^4*(2+x)/((1+x)*(1-x)^5). ; 2,9,26,59,116,206,340,530,790,1135,1582,2149,2856,3724,4776,6036,7530,9285,11330,13695,16412,19514,23036,27014,31486,36491,42070,48265,55120,62680,70992,80104,90066,100929,112746,125571,139460,154470,170660,188090,206822,226919,248446,271469,296056,322276,350200,3799...
cmcadena.asm
lestersantos/Assembly2019
0
200475
<gh_stars>0 ORG 100h %macro println 1 ;colocar nombre numero de parametros ;para llamar el parametro colocar %1 mov dx, %1 ;cadena a imprimir mov ah, 09h int 21h mov ah, 02h ;salto d linea mov dl, 0ah int 21h %endmacro println IngresarUsuarioCadena ;limpiar registros XOR SI, SI XOR DI, DI X...
tools/asmx2/test/68hc11.asm
retro16/blastsdk
10
200476
PROCESSOR 68HC11 TEST ; 00 - 68HC11 NOP ; 01 IDIV ; 02 - 68HC11 FDIV ; 03 - 68HC11 LSRD ; 04 - 68HC11 6801 6303 ASLD ; 05 - 68HC11 6801 6303 TAP ; 06 TPA ; 07 INX ; 08 DEX ; 09 CLV ; 0A SEV ; 0B CLC ; 0C SEC ; 0D CLI ; 0E SEI ; 0F SBA ; 10 CBA ; 11 BRSET $44 $42...
dev/smartdrv/cmdline.asm
minblock/msdos
0
200477
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ include bambi.inc public parse_command_line public display_status zseg segment public 'CODE' assume cs:zseg ; ; data from text.asm ; e...
Project-Einstein/src/E-Assembly/src/LCDquadrado.nasm
FelixLuciano/Elements-of-Computing-Systems
0
200478
; Arquivo: LCDQuadrado.nasm ; Curso: Elementos de Sistemas ; Criado por: <NAME> ; Data: 28/3/2018 ; ; Desenhe um quadro no LCD leaw $8191, %A movw %A, %D leaw $16513, %A movw %D, (%A) leaw $65535, %A movw %A, %D leaw $16514, %A movw %D, (%A) leaw $65535, %A movw %A, %D leaw $16515, %A movw %D, (%A) leaw $65535, %A ...
oeis/042/A042134.asm
neoneye/loda-programs
11
200479
<filename>oeis/042/A042134.asm ; A042134: Numerators of continued fraction convergents to sqrt(592). ; Submitted by <NAME> ; 24,73,3528,10657,515064,1555849,75195816,227143297,10978074072,33161365513,1602723618696,4841332221601,233986670255544,706801342988233,34160451133690728,103188154744060417,4987191878848590744,150...
oeis/117/A117079.asm
neoneye/loda-programs
11
200480
; A117079: a(1) = 1; a(n) = 2*a(n-1) + (number of digits in a(n-1)). ; Submitted by <NAME> ; 1,3,7,15,32,66,134,271,545,1093,2190,4384,8772,17548,35101,70207,140419,280844,561694,1123394,2246795,4493597,8987201,17974409,35948826,71897660,143795328,287590665,575181339,1150362687,2300725384,4601450778,9202901566,18405803...
data/mapObjects/SafariZoneNorthRestHouse.asm
AmateurPanda92/pokemon-rby-dx
9
200481
SafariZoneNorthRestHouse_Object: db $a ; border block db 2 ; warps warp 2, 7, 8, SAFARI_ZONE_NORTH warp 3, 7, 8, SAFARI_ZONE_NORTH db 0 ; signs db 3 ; objects object SPRITE_OAK_AIDE, 6, 3, WALK, 2, 1 ; person object SPRITE_WHITE_PLAYER, 3, 4, STAY, NONE, 2 ; person object SPRITE_GENTLEMAN, 1, 5, WALK, 1, 3 ...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1223.asm
ljhsiun2/medusa
9
200482
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x29a3, %rbp cmp %r8, %r8 mov $0x6162636465666768, %rdx movq %rdx, %xmm4 vmovups %ymm4, (%rbp) nop nop nop nop sub %rbx, %rbx lea addresses_WC_ht+0xcea3, %rsi lea...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_9_1523.asm
ljhsiun2/medusa
9
200483
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xd49c, %rsi lea addresses_D_ht+0x1291c, %rdi nop nop nop nop inc %rbx mov $64, %rcx rep movsw cmp $40027, %rbx lea addresses_WC_ht+0x1a...
sw/test.asm
craigjb/slabboy
9
200485
<reponame>craigjb/slabboy SECTION "ROM0", ROM0 inc a inc b inc b inc b add a, b inc c inc c sub a, c sub a, c dec c sub a, c dec h xor a, h inc a inc a inc a inc a inc l or a, l ld a, $AA ld b, $BB ld c, $CC ld d, $DD ld e, $EE ld h, $55 ld l, $77 ld a, b ld b, l ld h, d ld d, c ld h, $0 ld l, $4 ld a, [hl...
LKS/DMA_spd.asm
Kannagi/Super-Kannagi-Sound
11
200486
<reponame>Kannagi/Super-Kannagi-Sound<filename>LKS/DMA_spd.asm ;$X bloc LKS_DMA_VRAM1: ldx MEM_TEMP+2 lda LKS_DMA+_dmaBank,x sta MEM_TEMP stz MEM_TEMP+1 rep #$20 lda LKS_DMA+_dmaDst1,x sta MEM_TEMPFUNC lda LKS_DMA+_dmaSrc1,x sta MEM_TEMP+2 clc lda...
data/mapHeaders/lab1.asm
adhi-thirumala/EvoYellow
16
200487
Lab1_h: db LAB ; tileset db CINNABAR_LAB_1_HEIGHT, CINNABAR_LAB_1_WIDTH ; dimensions (y, x) dw Lab1Blocks, Lab1TextPointers, Lab1Script ; blocks, texts, scripts db $00 ; connections dw Lab1Object ; objects
example_sources/multiple_sprites.asm
toby1984/chip8
0
200488
<filename>example_sources/multiple_sprites.asm<gh_stars>0 .alias v0 = x .alias v1 = y .alias v2 = spritePtrHi .alias v3 = spritePtrLo .alias v4 = dx .alias v5 = dy .alias v6 = spriteNo .alias v7 = tmp .alias v8 = minusSix .alias v9 = ptrLo .alias v10 = ptrHi .alias v11 = loopCount .equ SPRITE_COUNT = 4 .equ STRUCT_SI...
programs/oeis/215/A215602.asm
neoneye/loda
22
200489
; A215602: a(n) = L(n)*L(n+1), where L = A000032 (Lucas numbers). ; 2,3,12,28,77,198,522,1363,3572,9348,24477,64078,167762,439203,1149852,3010348,7881197,20633238,54018522,141422323,370248452,969323028,2537720637,6643838878,17393796002,45537549123,119218851372,312119004988,817138163597,2139295485798,5600748293802,14662...
third_party/heif_decoder/src/main/cpp/libx265/common/x86/ssd-a.asm
vy12021/glide_webp
14
200491
;***************************************************************************** ;* ssd-a.asm: x86 ssd functions ;***************************************************************************** ;* Copyright (C) 2003-2013 x264 project ;* Copyright (C) 2013-2017 MulticoreWare, Inc ;* ;* Authors: <NAME> <<EMAIL>> ;* ...
src/actor.asm
ploe/stix
1
200492
<filename>src/actor.asm INCLUDE "hardware.inc" INCLUDE "kernel.inc" INCLUDE "actor.inc" SECTION "Actor WRAM Data", WRAM0 Actor_Top:: dw Actor_This:: dw Actor_Pipeline_Signal:: dw SECTION "Actor ROM0", ROM0 Actor_Pipeline_Begin:: ; Call the Pipeline Method on each Actor from the Top ; de <~> Method signal ; bc <~ T...
programs/oeis/081/A081593.asm
karttu/loda
1
200493
<reponame>karttu/loda<gh_stars>1-10 ; A081593: Third row of Pascal-(1,7,1) array A081582. ; 1,17,97,241,449,721,1057,1457,1921,2449,3041,3697,4417,5201,6049,6961,7937,8977,10081,11249,12481,13777,15137,16561,18049,19601,21217,22897,24641,26449,28321,30257,32257,34321,36449,38641,40897,43217,45601,48049,50561,53137,5577...
Library/Saver/saverInput.asm
steakknife/pcgeos
504
200496
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: Lights Out MODULE: Input filtering FILE: saverInput.asm AUTHOR: <NAME>, Dec 9, 1992 ROUTINES: Name Description ---- ----------- REVISION HISTORY: ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_581.asm
ljhsiun2/medusa
9
200497
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x287e, %rdi nop nop nop nop cmp %rbp, %rbp mov $0x6162636465666768, %r10 movq %r10, (%rdi) cmp %r13, %r13 lea addresses_normal_ht+0xae86, %rsi clflush (%rsi) nop xor %r10, %r10...
src/create_header.asm
Shinao/Malicious
82
200498
; CREATE NEW SECTION HEADER ; COPY FIRST ONE INTO NEW ONE mov ecx, 020h mov edi, esi ; Destination bytes mov esi, [DELTA PeStartSHeader] ; Source bytes mov ebx, edi ; Keep start of new header CreateNewHeader: lodsb stosb loop CreateNewHeader ; INCREMENT NUMBER OF SECTION xor eax, eax mov edi, [DELTA PePSectionNb] mov ...
oeis/284/A284293.asm
neoneye/loda-programs
11
200500
<gh_stars>10-100 ; A284293: Numbers using only digits 1 and 6. ; Submitted by <NAME> ; 1,6,11,16,61,66,111,116,161,166,611,616,661,666,1111,1116,1161,1166,1611,1616,1661,1666,6111,6116,6161,6166,6611,6616,6661,6666,11111,11116,11161,11166,11611,11616,11661,11666,16111,16116,16161,16166,16611,16616 add $0,1 mov $2,1 lp...
Irvine/Examples/ch12/LoadAndStore.asm
alieonsido/ASM_TESTING
0
200501
<filename>Irvine/Examples/ch12/LoadAndStore.asm ; Load and Store (floats) (LoadAndStore.asm) ; This program demonstrates the use of Load and Store ; instructions in the FPU instruction set. INCLUDE Irvine32.inc .code main PROC .data dblOne REAL8 1234.56 dblTwo REAL8 10.1 dblThree REAL8 ? dblFour REAL...
hw.asm
adnanel/pjp_seminarski
0
200503
<filename>hw.asm %include "asm_io.inc" segment .data; ; `"%d"` _tmp_label_2 db 37 db 100 db 0 ; `"<NAME> %d"` _tmp_label_4 db 85 db 110 db 105 db 106 db 101 db 108 db 105 db 32 db 115 db 116 db 101 db 32 db 98 db 114 db 111 db 106 db 32 db 37 db 100 ...
test/testdata_vm/010 br2.asm
onlyafly/oakblue
0
200504
.ORIG x3000 ADD R7 R7 #1 ; Must do at least one operation to set the COND register to allow BR to work BRz foo BRn bar BRp baz ADD R0 R0 #1 HALT foo: ADD R0 R0 #2 HALT bar: ADD R0 R0 #3 HALT baz: ADD R0 R0 #4 HALT
programs/oeis/310/A310367.asm
jmorken/loda
1
200506
; A310367: Coordination sequence Gal.6.129.6 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,4,10,14,18,22,26,30,34,38,44,48,52,58,62,66,70,74,78,82,86,92,96,100,106,110,114,118,122,126,130,134,140,144,148,154,158,162,166,170,174,1...
homeworks/homework_03/main.asm
rodrigocam/assembly-mips
0
200507
<reponame>rodrigocam/assembly-mips .data msg1: .asciiz "A raiz cubica eh " msg2: .asciiz ". O erro eh menor que " x0: .double 1 constant: .double 2 .text main: jal le_double j calc_raiz # double le_double() le_double: # ask for a double precision number and stores in $f0 li $v0, 7 syscall # return t...
lab5/lab5.asm
ALEGATOR1209/SystemProgramming
7
200508
INCLUDE \masm32\include\masm32rt.inc ; (4 * b / c - 1) / (12 * с + а - b) calc MACRO a, b, d MOV AL, 12 ; preparing multiplication IMUL d ; 12 * c -> AL ADD AL, a ; 12 * c + a -> AL SUB AL, b ; 12 * c + a - d -> AL MOV res, AL ; 12 * c + a - d -> res MOV AL, 4 ...
programs/oeis/067/A067460.asm
neoneye/loda
22
200510
<reponame>neoneye/loda ; A067460: mu(prime(n)-1)+1. ; 2,0,1,2,2,1,1,1,2,1,0,1,1,0,2,1,2,1,0,0,1,0,2,1,1,1,0,2,1,1,1,0,1,0,1,1,1,1,2,1,2,1,0,1,1,1,2,0,2,1,1,0,1,1,1,2,1,1,1,1,0,1,1,0,1,1,2,1,2,1,1,2,0,1,1,2,1,1,1,1,0,1,0,1,0,0,1,1,1,2,2,2,1,1,0,2,1,1,1,1 seq $0,40 ; The prime numbers. sub $0,2 seq $0,8683 ; Möbius (or ...
examples/windows/program.asm
michielvoo/snes
51
200511
<gh_stars>10-100 ; window ; Masks backgound layer 1 using two separate windows .INCLUDE "../lib/header.asm" .INCLUDE "../lib/registers.asm" .INCLUDE "../lib/settings.asm" .INCLUDE "../lib/initialization.asm" .BANK 0 .ORG 0 .SECTION "" Main: Reset ; Set accumulator to 8-bit sep #$20 ; Set backgroun...
programs/oeis/187/A187690.asm
neoneye/loda
22
200512
; A187690: Complement of A187689. ; 2,6,9,11,14,17,21,24,26,30,33,36,38,41,45,47,50,54,57,59,62,65,69,71,74,78,81,84,86,89,93,96,98,102,105,107,110,113,117,120,122,126,129,132,134,137,141,144,146,150,153,155,158,161,165,167,170,174,177,180,182,185,189,191,194,198,201,203,206,209,213,216,218 trn $2,$0 add $2,$0 seq $2,...
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_580.asm
ljhsiun2/medusa
9
200513
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %rcx push %rdi push %rsi lea addresses_A_ht+0x111ba, %r15 nop add $12613, %r10 movups (%r15), %xmm0 vpextrq $0, %xmm0, %rsi nop nop nop nop cmp $59231, %r13 lea addresses_A_ht+0x27ba, %rsi lea addresses_D_ht+0x38ca, %rdi nop and $62343, %r1...
oeis/124/A124745.asm
neoneye/loda-programs
11
200514
<filename>oeis/124/A124745.asm ; A124745: Expansion of (1+x)/(1-x^2+x^3). ; Submitted by <NAME>(s4) ; 1,1,1,0,0,-1,0,-1,1,-1,2,-2,3,-4,5,-7,9,-12,16,-21,28,-37,49,-65,86,-114,151,-200,265,-351,465,-616,816,-1081,1432,-1897,2513,-3329,4410,-5842,7739,-10252,13581,-17991,23833,-31572 add $0,1 lpb $0 sub $0,1 mov $1,...
oeis/156/A156275.asm
neoneye/loda-programs
11
200515
<filename>oeis/156/A156275.asm ; A156275: a(n) = 10^n*Catalan(n). ; Submitted by <NAME>(s1) ; 1,10,200,5000,140000,4200000,132000000,4290000000,143000000000,4862000000000,167960000000000,5878600000000000,208012000000000000,7429000000000000000,267444000000000000000,9694845000000000000000,353576700000000000000000,1296447...
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_4k_/i7-7700_9_0x48_notsx.log_21829_667.asm
ljhsiun2/medusa
9
200516
.global s_prepare_buffers s_prepare_buffers: push %r12 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xe4b0, %r12 and %rax, %rax movups (%r12), %xmm4 vpextrq $0, %xmm4, %rbp nop add %r12, %r12 lea addresses_normal_ht+0x99e8, %rsi lea addresses_WT_ht+0x41b0, %rdi nop nop nop no...
Appl/Calendar/DayPlan/dayplanInit.asm
steakknife/pcgeos
504
200517
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: Calendar/Dayplan FILE: dayplanInit.asm AUTHOR: <NAME>, December 18, 1989 ROUTINES: Name Description ---- ----------- DayPlanInit Initial...