This commit is contained in:
n00b
2024-09-18 20:29:27 -04:00
parent a5aedb1fa7
commit 72715cd17e
8 changed files with 7392 additions and 3625 deletions

View File

@@ -1354,6 +1354,7 @@ namespace rc_cbc_assembler
else
{
int p = rc_find_digit(line_arg[i]);
//cout << "line_arg = " << line_arg[i] << endl;
rc_int.i = rc_stringToInt(line_arg[i].substr(p));
if(rc_int.i < 0)
{