Making sure code is in executable sections Final Round. Fixed a very weird section change mid macro in video code - perhaps fixed CT Black Omen bug.

This commit is contained in:
n-a-c-h
2005-07-10 14:54:10 +00:00
parent c2c742738b
commit ac62471e38
14 changed files with 59 additions and 35 deletions

View File

@@ -556,7 +556,7 @@ NEWSYM Get_Key
ret
SECTION .data
KeyConvTable
KeyConvTable:
db 255,27 ,'1','2','3','4','5','6' ; 00h
db '7','8','9','0','-','=',8 ,9
db 'Q','W','E','R','T','Y','U','I' ; 10h
@@ -568,7 +568,7 @@ KeyConvTable
db 255,255,255,255,255,255,255,255 ; 40h
db 200,201,202,203,204,205,206,207
db 208,209,210,211,255,255,255,255 ; 50h
KeyConvTableS
KeyConvTableS:
db 255,27 ,'!','@','#','$','%','^' ; 00h
db '&','*','(',')','_','+',8 ,9
db 'Q','W','E','R','T','Y','U','I' ; 10h