Jean Privat

Results 76 issues of Jean Privat

in 64bit mode, argc and pointers in argv are 64 bit wide in memory. This change makes the argc/argv more consistent with the expected memory handling in 64 bit. It...

Added: * PrintInt and PrintIntUnsigned handle the long register values in RV64 mode * PrintIntHex and PrintIntBinary also add more leading digits in RV64 mode Implementation note: * For signed...

readChar has various issues: * it consumes a whole line of text, truncate it at the first character and lose what remain * is not able to read newline character...

Add binary literal syntax, e.g. `0b101010`. Decimal, hexadecimal, and octal are already handled, but binary was missing. Binary literals are useful for testing flags and to teach binary to students....

Currently, if you open a new file and start hacking, you need to save it before being able to assemble, this prevents the use of new files as temporary scrap...

Using #1662 as an example, the UI could be improved. As I understand, there are four principal kinds of windows: * the list of `Repositories`, the main Iceberg window from...

enhancement

``` $ curl -L https://get.pharo.org/64/ | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3899 100 3899 0...

Image used: https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-13162/1/artifact/bootstrap-cache/Pharo12.0-PR-64bit-f2ff0bf.zip That image was produced by Jenkins for the PR https://github.com/pharo-project/pharo/pull/13162, and it is not clear how the PR is related. PharoVM used: ``` $ bootstrap-downloads/vmtarget/pharo --version Pharo...

The tonel format expects that the definition of a method is a sane superset of Pharo/Smalltalk. The idea is that the resulting files looks like some *classic* source files from...

Hi, since a year, we are using RARS in an academic setting at the Université du Québec à Montreal for the assembly course INF2171 (https://inf2171.uqam.ca/ if you're curious). We have...