mirror of
https://github.com/irmen/prog8.git
synced 2025-01-10 20:30:23 +00:00
where to place vscode syntax files.
This commit is contained in:
parent
4a4b6c04a1
commit
aa4cd13c31
@ -11,7 +11,7 @@ cbm {
|
||||
; CLEARSCR -> use txt.clear_screen
|
||||
; HOMECRSR -> use txt.home or txt.plot
|
||||
|
||||
romsub $FF81 = CINT() clobbers(A,X,Y) ; (alias: SCINIT) initialize screen editor and video chip, including resetting to the default color palette
|
||||
romsub $FF81 = CINT() clobbers(A,X,Y) ; (alias: SCINIT) initialize screen editor and video chip, including resetting to the default color palette. Note: also sets the video mode back to VGA
|
||||
romsub $FF84 = IOINIT() clobbers(A, X) ; initialize I/O devices (CIA, IRQ, ...)
|
||||
romsub $FF87 = RAMTAS() clobbers(A,X,Y) ; initialize RAM, screen
|
||||
romsub $FF8A = RESTOR() clobbers(A,X,Y) ; restore default I/O vectors
|
||||
|
@ -1,5 +1,13 @@
|
||||
A contributed syntax definition file for Visual Studio Code can be obtained from:
|
||||
|
||||
https://github.com/akubiczek/Prog8-TmLanguage-VsCode
|
||||
https://github.com/akubiczek/Prog8-TmLanguage-VsCode
|
||||
|
||||
|
||||
Copy the Prog8 folder and its content into the ./extensions/ Visual Studio Code folder, Located at:
|
||||
|
||||
- Windows: \%USERPROFILE%\.vscode\extensions
|
||||
|
||||
- MacOS: ~/.vscode/extensions
|
||||
|
||||
- Linux: ~/.vscode/extensions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user