CVS log for np2/i386c/ia32/instructions/ctrl_trans.c

[BACK] Up to [RetroPC.NET] / np2 / i386c / ia32 / instructions

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Feb 1 07:06:24 2012 JST (13 years, 8 months ago) by monaka
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +16 -36 lines
CALL, ENTER, PUSHA: don't check stack room size at real mode.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jan 31 23:30:16 2012 JST (13 years, 8 months ago) by monaka
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -10 lines
fix LEAVE.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 8 20:36:06 2012 JST (13 years, 9 months ago) by monaka
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -5 lines
nuke IA32_SUPPORT_DEBUG_REGISTER.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Dec 29 22:32:13 2011 JST (13 years, 10 months ago) by monaka
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +8 -8 lines
CPUCALL'fy.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Dec 20 10:17:30 2011 JST (13 years, 10 months ago) by monaka
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +28 -4 lines
preserved previous ESP.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jan 16 02:17:23 2011 JST (14 years, 9 months ago) by monaka
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +0 -2 lines
remove CVS Id.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Mar 22 13:03:08 2008 JST (17 years, 7 months ago) by monaka
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +299 -167 lines
- more memory range check.
- etc, etc...

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jan 26 03:02:18 2008 JST (17 years, 9 months ago) by monaka
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -6 lines
nuke CPU_PREFETCH* macro.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jan 26 02:55:55 2008 JST (17 years, 9 months ago) by monaka
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 lines
disabled checking stack limit at ENTER/LEAVE/PUSHA/POPA.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jan 26 02:49:46 2008 JST (17 years, 9 months ago) by monaka
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -19 lines
nuke IA32_DONT_USE_SET_EFLAGS_FUNCTION.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Mar 12 21:33:47 2005 JST (20 years, 7 months ago) by monaka
Branches: MAIN
CVS tags: VER_0_82_x64, VER_0_82, VER_0_81A, VER_0_81
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -3 lines
license

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Mar 3 15:59:41 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -1 lines
add trap (T.Yui)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Feb 28 00:07:36 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -9 lines
fix gdc (T.Yui)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Feb 4 14:32:24 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -1 lines
RetroPC CVS restarting 2005/02/04 (T.Yui)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Mar 22 23:22:26 2004 JST (21 years, 7 months ago) by monaka
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +49 -49 lines
use CC_* macro.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 12 22:34:08 2004 JST (21 years, 7 months ago) by monaka
Branches: MAIN
CVS tags: VER_0_75
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +30 -5 lines
stack push/pop limit check is usable now...

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 8 21:56:22 2004 JST (21 years, 7 months ago) by monaka
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -1 lines
more fix TLB and prefetch queue.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 5 23:17:36 2004 JST (21 years, 7 months ago) by monaka
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -1 lines
fix TLB.
support prefetch queue.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Feb 21 01:09:05 2004 JST (21 years, 8 months ago) by monaka
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +107 -107 lines
nuke BYTE/SBYTE/WORD/SWORD/DWORD/SDWORD/QWORD/SQWORD.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 19 12:04:02 2004 JST (21 years, 8 months ago) by yui
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +15 -15 lines
fix amd98 (T.Yui)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Feb 13 00:46:14 2004 JST (21 years, 8 months ago) by monaka
Branches: MAIN
CVS tags: VER_0_74
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +16 -36 lines
use {,S}QWORD_CONST() macro for 64bit integer.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Feb 10 01:12:54 2004 JST (21 years, 8 months ago) by monaka
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +30 -36 lines
fix set_flags().

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Feb 7 01:49:51 2004 JST (21 years, 8 months ago) by monaka
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2 lines
In 16bit-mode, use set_flags() not set_eflags().

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Feb 6 01:43:45 2004 JST (21 years, 8 months ago) by monaka
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +19 -40 lines
parse_selector is always used superviser memory access.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Feb 3 23:27:52 2004 JST (21 years, 8 months ago) by monaka
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +93 -67 lines
separate ENTER_IwIb.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 29 09:27:29 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -6 lines
fix pic (T.Yui)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 23 23:33:27 2004 JST (21 years, 9 months ago) by monaka
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +42 -24 lines
fix protected mode...

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Dec 26 04:58:24 2003 JST (21 years, 10 months ago) by yui
Branches: MAIN
CVS tags: VER_0_73
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -1 lines
fix pic and i386c iret (T.Yui)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Dec 23 03:00:31 2003 JST (21 years, 10 months ago) by monaka
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -9 lines
statsave, instruction profiling... (XXX)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 8 09:55:32 2003 JST (21 years, 10 months ago) by yui
Branches: MAIN
add IA32 etc... (T.Yui)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

RetroPC.NET-CVS <cvs@retropc.net>