samiam95124 / Pascal-P6

6th version of Niklaus Wirth's original Pascal language compiler system
Other
25 stars 8 forks source link

Add sizes and endian modes for debug enter command #109

Open samiam95124 opened 11 months ago

samiam95124 commented 11 months ago

The present e or enter command is byte only. In the same format as the dump command, add the following commands:

e8 e16 e32 e64 eb16 eb32 eb64 el16 el32 el64

So for each of the bit sizes 8, 16, 32, 64, and each of the endian modes b (big endian) and l (little endian).