forked from KolibriOS/kolibrios
MTDBG: Fixed some glitches in GUI. Added ability to select color theme before assembling.
git-svn-id: svn://kolibrios.org@4591 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c8bb902077
commit
6ba242ab84
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,7 @@
|
|||||||
format binary
|
COLOR_THEME equ BLACK_ON_WHITE
|
||||||
|
|
||||||
|
|
||||||
|
format binary as ""
|
||||||
include '../../macros.inc'
|
include '../../macros.inc'
|
||||||
use32
|
use32
|
||||||
db 'MENUET01'
|
db 'MENUET01'
|
||||||
@ -2357,7 +2360,7 @@ caption_str db 'Kolibri Debugger',0
|
|||||||
caption_len = $ - caption_str
|
caption_len = $ - caption_str
|
||||||
|
|
||||||
begin_str db 'Kolibri Debugger, version 0.33',10
|
begin_str db 'Kolibri Debugger, version 0.33',10
|
||||||
db 'Hint: type "help" for help, "quit" for quit'
|
db 'Hint: type "help" for help, "quit" to quit'
|
||||||
newline db 10,0
|
newline db 10,0
|
||||||
prompt db '> ',0
|
prompt db '> ',0
|
||||||
|
|
||||||
@ -2645,10 +2648,10 @@ NoPrgLoaded_str db 'No program loaded'
|
|||||||
NoPrgLoaded_len = $ - NoPrgLoaded_str
|
NoPrgLoaded_len = $ - NoPrgLoaded_str
|
||||||
aRunning db 'Running'
|
aRunning db 'Running'
|
||||||
aPaused db 'Paused'
|
aPaused db 'Paused'
|
||||||
aMain db '[ CPU ]'
|
aMain db '[ CPU ]'
|
||||||
aSSE db '[ SSE ]'
|
aSSE db '[ SSE ]'
|
||||||
aAVX db '[ AVX ]'
|
aAVX db '[ AVX ]'
|
||||||
aMSR db '[ MSR ]'
|
aMSR db '[ MSR ]'
|
||||||
aPoint db 0x1C
|
aPoint db 0x1C
|
||||||
aMinus db '-'
|
aMinus db '-'
|
||||||
aColon db ':'
|
aColon db ':'
|
||||||
@ -2708,7 +2711,7 @@ mmx_strs:
|
|||||||
db 'MM6='
|
db 'MM6='
|
||||||
db 'MM7='
|
db 'MM7='
|
||||||
sse_strs:
|
sse_strs:
|
||||||
db '-XMM0-'
|
db '-XMM0-'
|
||||||
db '-XMM1-'
|
db '-XMM1-'
|
||||||
db '-XMM2-'
|
db '-XMM2-'
|
||||||
db '-XMM3-'
|
db '-XMM3-'
|
||||||
|
Loading…
Reference in New Issue
Block a user