nickysn
|
9dbbffba61
+ added trefaddr.addr_seg for referencing the segment of a symbol
|
hace 12 años |
nickysn
|
57e84dc0b4
* set the proper size for far procsyms in tcgloadnode.pass_generate_code
|
hace 12 años |
nickysn
|
c9096ef806
* far pointer fix in taddrnode.pass_typecheck
|
hace 12 años |
nickysn
|
b81f0ab50d
+ implemented tcg8086.a_call_reg_far; very hacky, but still better than doing a near call, when it should be far
|
hace 12 años |
nickysn
|
62316da236
* a_call_reg moved to a_call_reg_near
|
hace 12 años |
nickysn
|
e4a1230356
+ added support for far pointer constants in the assembly output
|
hace 12 años |
nickysn
|
604b7c9deb
+ added cg.a_call_ref_near and a_call_ref_far
|
hace 12 años |
nickysn
|
10f7f0231e
* TExitProcInfo.SaveExit changed to CodePointer
|
hace 12 años |
nickysn
|
6431ebe7f3
* treat the nil node as equal to near, far and all the special x86 pointer types
|
hace 12 años |
nickysn
|
2809ed6fb9
* updated tfiledef.setsize to support the size of textrec in the medium memory model
|
hace 12 años |
nickysn
|
01f8989ebc
* textrec updated to use codepointer
|
hace 12 años |
nickysn
|
0d51ecdd00
* System.ExitProc type changed to CodePointer
|
hace 12 años |
nickysn
|
435a97059d
+ enabled the command line option for the medium memory model
|
hace 12 años |
nickysn
|
b5c032874f
* set the po_far flag by default in far code memory models
|
hace 12 años |
nickysn
|
093b87f50d
* far code support for the internal type
|
hace 12 años |
nickysn
|
bfd65ea550
* use tprocvardef(def).size (which takes into account far code/data) to determine cgsize for procvars in def_cgsize
|
hace 12 años |
nickysn
|
4a423ecc44
* System.InitProc changed to CodePointer
|
hace 12 años |
nickysn
|
ad29cab0aa
* DispCallByIDProc changed to CodePointer
|
hace 12 años |
nickysn
|
54c4c8155b
+ also added PCodePointer and PPCodePointer
|
hace 12 años |
nickysn
|
9b59809ac3
* TMethod.Code changed to CodePointer
|
hace 12 años |
nickysn
|
3e1e5cb7e8
+ added System.CodePointer - a pointer that is able to hold a procedure address in the current memory model
|
hace 12 años |
nickysn
|
0e4e329228
+ added defines for the i8086 code and data model; ptrint/ptruint made to follow the data pointer size
|
hace 12 años |
nickysn
|
1029636dfe
* far proc fixes in tcgcallnode.pass_generate_code
|
hace 12 años |
sergei
|
b9bbe8ba67
* tai_const.getcopy: Check that 'sym' is assigned before trying to call its method. Mantis #24574.
|
hace 12 años |
nickysn
|
b6c979e55f
+ added tabstractprocdef.address_size which returns the actual address size of the proc, taking into account far procs
|
hace 12 años |
nickysn
|
3631198b34
+ declare the text segment with class=code in the nasm header for far code memory models also
|
hace 12 años |
nickysn
|
9a6c242f97
+ emit proper far calls/jmps for addr_far in the nasm assembly output
|
hace 12 años |
nickysn
|
f5a9442910
+ added the appropriate startup code names for each memory model
|
hace 12 años |
nickysn
|
3280514d2b
* in i8086 far code models, put the code in a section called module_name+'_TEXT', so each unit gets a separate code segment
|
hace 12 años |
nickysn
|
b74af9fda0
* declare the text segment with class=code on i8086-msdos
|
hace 12 años |