mirror of
https://github.com/dwsJason/xrick2gs.git
synced 2025-01-21 09:34:23 +00:00
move random files
This commit is contained in:
parent
cf7eac86cc
commit
b0358651bf
15
e1.s
15
e1.s
@ -1,15 +0,0 @@
|
||||
|
||||
rel
|
||||
dsk framebuffer.l
|
||||
|
||||
ext waitkey
|
||||
; We could have a putbin here, to display a raw image
|
||||
fbuffer ent
|
||||
clc
|
||||
xce
|
||||
rep #$30
|
||||
jsl waitkey
|
||||
rtl
|
||||
db 1
|
||||
|
||||
|
26
link.s
26
link.s
@ -1,26 +0,0 @@
|
||||
|
||||
|
||||
dsk e1.obj ; program name
|
||||
typ $b1 ; OBJ
|
||||
;xpl ; Add Expressload
|
||||
|
||||
|
||||
; Segment 1
|
||||
|
||||
asm e1.s ; Really want to attempt a putbin
|
||||
ds $8000
|
||||
knd #$1100 ; Kind
|
||||
ali None ; alignment
|
||||
; lna e1demo.s16 ; Load Name
|
||||
sna framebuffer ; Segment Name
|
||||
|
||||
; Segment 2
|
||||
|
||||
asm waitkey.s
|
||||
ds 0
|
||||
knd #$1100
|
||||
ali none
|
||||
; lna e1demo.s16
|
||||
sna keything
|
||||
|
||||
|
10
patch.bat
10
patch.bat
@ -1,10 +0,0 @@
|
||||
rem
|
||||
rem $ printf '\x31\xc0\xc3' | dd of=test_blob bs=1 seek=100 count=3 conv=notrunc
|
||||
rem dd arguments:
|
||||
rem
|
||||
rem of | file to patch
|
||||
rem bs | 1 byte at a time please
|
||||
rem seek | go to position 100 (decimal)
|
||||
rem conv=notrunc | don't truncate the output after the edit (which dd does by default)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user