fix last commit by adding the ./run.sh script (that should be in the repo for a long long time) and fixing readme
This commit is contained in:
parent
1fcee65974
commit
3bc2917ff9
2 changed files with 10 additions and 3 deletions
|
@ -9,9 +9,7 @@ in terminal run
|
|||
Vice --> Activate Monitor
|
||||
program currently start att $080D
|
||||
|
||||
skriv: "ll program.lbl" för att ladda labels,
|
||||
mer information kan du få genom att skriva help.
|
||||
|
||||
läs mer här hur jag får labels att funka i vice: https://cc65.github.io/doc/debugging.html
|
||||
|
||||
## Chitty endian
|
||||
2 bits 00 88 --> real world 8800
|
||||
|
|
9
wip-hugo/run.sh
Executable file
9
wip-hugo/run.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
# !/bin/bash
|
||||
killall x64sc
|
||||
|
||||
./build.sh \
|
||||
&& nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands program.lbl file.prg </dev/null &>/dev/null &
|
||||
|
||||
sleep 2
|
||||
rm source.o
|
||||
rm file.prg
|
Loading…
Add table
Reference in a new issue